/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}

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

@font-face {
  font-family: 'CeraStencilPRO';
  src: url("../fonts/CeraStencilPRO-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}

/* Common Styles
-------------------------------------
 */
:root {
  --font-family: 'CeraStencilPRO', sans-serif;
  --color-main: #ffe28f;
  --color-red: #610000;
}

.txt {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ab0000), color-stop(#f00), to(#ab0000));
  background-image: -webkit-linear-gradient(top, #ab0000 15%, #f00, #ab0000);
  background-image: linear-gradient(180deg, #ab0000 15%, #f00, #ab0000);
  background-clip: text;
  -webkit-background-clip: text;
}

.blck {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 5px 15px;
  min-height: 50px;
  color: #ffe28f;
}

.blck_2 {
  border: 2px solid transparent;
  padding: 15px;
}

a {
  outline: none;
  border: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: inherit;
}

.title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px;
  color: transparent;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ab0000), color-stop(#f00), to(#ab0000));
  background-image: -webkit-linear-gradient(top, #ab0000 15%, #f00, #ab0000);
  background-image: linear-gradient(180deg, #ab0000 15%, #f00, #ab0000);
  background-clip: text;
  -webkit-background-clip: text;
}

.title_middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
  min-width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-family);
  background: none;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 3px solid transparent;
}

.button:hover .txt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe28f), color-stop(#ffe28f), to(#ffe28f));
  background-image: -webkit-linear-gradient(top, #ffe28f, #ffe28f, #ffe28f);
  background-image: linear-gradient(180deg, #ffe28f, #ffe28f, #ffe28f);
  background-clip: text;
  -webkit-background-clip: text;
}

.input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 1.3;
  font-family: var(--font-family);
  color: #f00;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: none;
  font-weight: 500;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border: 2px solid transparent;
}

textarea.input-text {
  resize: none;
  padding: 12px 15px;
}

.red-color {
  color: #f00;
}

.green-color {
  color: #2aff00;
}

html,
body {
  height: 100%;
}

body {
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--font-family);
  color: var(--color-main);
  font-weight: 600;
  background: var(--color-red);
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

#particles-js {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

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

.content {
  margin: -3px 0 0;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border: 3px solid transparent;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.max-width {
  min-width: 1400px;
  max-width: 1960px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body.main-page .max-width {
  min-width: initial;
}

/* Main
---------------------
 */
.main-b__mobilemenu {
  display: none;
  margin: 0 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-b__mobilemenu-item {
  margin: 0 0 16px;
  width: calc(50% - 8px);
}

.main-b__mobilemenu-item .button {
  width: 100%;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .main-b__mobilemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .main-b__grid {
    display: block;
  }
}

.main-b__column {
  width: 54%;
}

@media (max-width: 1024px) {
  .main-b__column {
    width: 100%;
    margin: 0 0 50px;
  }
}

.main-b__column_actions {
  width: 40%;
  margin: 0 0 0 60px;
}

@media (max-width: 1024px) {
  .main-b__column_actions {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .main-b__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-b__slider {
  margin: 0 0 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 3px solid transparent;
}

@media (max-width: 750px) {
  .main-b__slider {
    display: none;
  }
}

.main-b__slider-arrow {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 20px;
  z-index: 5;
}

.main-b__slider-arrow_prev {
  left: 20px;
}

.main-b__slider-arrow_next {
  right: 20px;
}

.main-b__slider img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.main-b__fiches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 750px) {
  .main-b__fiches {
    display: none;
  }
}

.main-b__fiches .button {
  padding: 0 10px;
  text-transform: none;
  min-width: 230px;
  height: 60px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.main-b__fiches .button .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.main-b__types {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

@media (max-width: 750px) {
  .main-b__types {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}

.main-b__types .button {
  padding: 0 20px;
  text-transform: none;
  min-width: 250px;
  height: 60px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media (max-width: 750px) {
  .main-b__types .button {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.main-b__types .button .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.main-b__types .button_count {
  padding: 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 750px) {
  .main-b__types .button_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-b__grade {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .main-b__grade {
    display: none;
  }
}

.main-b__desc {
  margin: 0 0 30px;
}

@media (max-width: 750px) {
  .main-b__desc {
    display: none;
  }
}

.main-b__actions {
  margin: 0 0 60px;
}

@media (max-width: 750px) {
  .main-b__actions {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 50px 0 0;
  }
}

.main-b__actions-item {
  margin: 0 0 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

@media (max-width: 750px) {
  .main-b__actions-item {
    margin: 0 0 20px;
  }
}

.main-b__actions-item .input-text {
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border: 3px solid transparent;
}

@media (max-width: 750px) {
  .main-b__actions-item .input-text {
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
    background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
    background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
    border: 2px solid transparent;
  }
}

.main-b__actions-item .button {
  height: 40px;
}

@media (max-width: 750px) {
  .main-b__actions-item .button {
    font-size: 20px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
    background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
    background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
    border: 2px solid transparent;
  }
}

.main-b__actions-item:last-child {
  margin: 0;
}

.main-b__actions-logo {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-b__actions-logo img {
  margin: -8px 0 -9px;
}

@media (max-width: 750px) {
  .main-b__actions-logo {
    width: 80px;
  }

  .main-b__actions-logo img {
    margin: 0;
    height: 20px;
    width: auto;
  }
}

.main-b__social {
  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;
  gap: 10px;
}

.main-b__social .button .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 750px) {
  .main-b__social {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-b__social .button {
    width: 100%;
    font-size: 20px;
  }

  .main-b__social .button img {
    height: 15px;
    width: auto;
  }
}

/* Client
------------------
 */
.client-b {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(100vh - 133px);
}

.client-b__menu {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.client-b__content {
  width: calc(100% - 270px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.client-b__section {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  padding: 10px 15px;
  border: 2px solid transparent;
}

.client-b__section:has(.form-b) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-b__section:has(.client-b__block) {
  background: none;
  border: 0;
  padding: 0;
}

.client-b__block {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  padding: 20px 25px;
  border: 2px solid transparent;
  margin: 0 0 30px;
}

.client-b__block:last-child {
  margin: 0;
}

/* Nav
-------------------------
 */
.nav-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}

.nav-b__paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.nav-b__paging .button {
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.nav-b__paging .button_arrow {
  gap: 6px;
  text-transform: none;
  min-width: 130px;
}

.nav-b__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.nav-b__toggle .button {
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
  gap: 6px;
  text-transform: none;
}

.panel-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Form
-------------------------
 */
.form-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.form-b__title {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 30px;
  padding: 3px 15px 5px;
}

.form-b__field {
  margin: 0 0 15px;
  text-align: center;
}

.form-b__field .input-text {
  text-align: center;
  width: 310px;
}

.form-b__field:last-child {
  margin: 0;
}

.form-b__label {
  margin: 0 0 10px;
}

.form-b__button .button {
  min-width: 140px;
}

/* Search
--------------------------
 */
.search-b {
  max-width: 580px;
  margin: 0 0 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.search-b .input-text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.search-b .button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* Top Page
-------------------------
 */
.top-page-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.top-page-b .search-b {
  margin: 0;
}

/* Table
--------------------------
 */
.table-b__head {
  margin: 0 0 20px;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
  gap: 10px;
  text-align: center;
  height: 50px;
  padding: 0 10px 5px;
}

.table-b__count {
  max-width: 70px;
  width: 100%;
}

.table-b__count .button {
  width: 100%;
  max-width: 50px;
}

.table-b__service {
  width: calc(46% - 150px);
}

.table-b__head .table-b__service {
  width: calc(46% - 130px);
}

.table-b__head:has(.table-b__id) .table-b__service {
  max-width: 565px;
  width: 100%;
}

.table-b__list:has(.table-b__id) .table-b__service {
  width: 314px;
}

.table-b__id {
  max-width: 4%;
  width: 100%;
}

.table-b__model {
  max-width: 8%;
  width: 100%;
}

.table-b__status {
  max-width: 7%;
  width: 100%;
}

.table-b__rate {
  max-width: 7%;
  width: 100%;
}

.table-b__time {
  max-width: 8%;
  width: 100%;
}

.table-b__quant {
  max-width: 9%;
  width: 100%;
}

.table-b__curr {
  max-width: 7%;
  width: 100%;
}

.table-b__price {
  max-width: 7%;
  width: 100%;
}

.table-b__btn {
  max-width: 80px;
  width: 100%;
}

.table-b__btn .button {
  width: 100%;
}

.table-b__list {
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.table-b__row {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.table-b__row:last-child {
  margin: 0;
}

/* Pay
--------------------------
 */
.pay-b {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.pay-b__head {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  padding: 0 10px 5px;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pay-b__row {
  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;
  margin: 0 0 20px;
}

.pay-b__row:last-child {
  margin: 0;
}

.pay-b__icon {
  width: 64px;
}

.pay-b__label {
  width: 37%;
}

.pay-b__tax {
  width: 18%;
}

.pay-b__amount {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-b__amount .input-text {
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
}

.pay-b__btn {
  width: 17%;
}

.pay-b__btn .button {
  width: 100%;
}

.pay-b__item {
  width: calc(100% - 94px);
  gap: 10px;
  padding: 5px 10px;
  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;
}

.pay-b__list .pay-b__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-b__list .pay-b__item {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.pay-b__label {
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 10px;
}

.pay-b__head .pay-b__label {
  padding: 0;
  font-size: 30px;
}

/* History
--------------------------
 */
.history-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  min-height: calc(100vh - 214px);
}

.history-b__content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.history-b__head {
  margin: 0 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
  gap: 10px;
  text-align: center;
  height: 50px;
  padding: 0 10px 5px;
}

.history-b__head .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history-b__imei {
  width: 10%;
}

.history-b__service {
  width: 20%;
}

.history-b__number {
  width: 10%;
}

.history-b__date {
  width: 8%;
}

.history-b__quant {
  width: 6%;
}

.history-b__price {
  width: 10%;
}

.history-b__status {
  width: 6%;
}

.history-b__result {
  width: 20%;
}

.history-b__row {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
}

.history-b__row p {
  margin: 0 0 6px;
}

.history-b__row p:last-child {
  margin: 0;
}

.history-b__row:last-child {
  margin: 0;
}

/* Api
----------------------------
 */
.api-b__head {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
  gap: 20px;
}

.api-b__label {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  width: 12%;
}

.api-b__url {
  width: 23%;
}

.api-b__username {
  width: 20%;
}

.api-b__key {
  width: 30%;
}

.api-b__ip {
  width: 15%;
}

.api-b__row {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
}

.api-b__row:last-child {
  margin: 0;
}

.api-b__form .input-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  resize: none;
  overflow: hidden;
}

.api-b__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
}

.api-b__form-actions_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 5px 0 0;
}

.api-b__form-actions .button {
  height: 40px;
  font-size: 18px;
}

/* Order
-------------------------
 */
.order-b {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-b .blck_2 {
  height: 100%;
}

.order-b .title {
  font-size: 24px;
}

.order-b__desc {
  width: 40%;
}

.order-b__form {
  width: calc(60% - 40px);
}

.order-b__form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-b__form-column {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-b__form-column textarea {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 300px;
  margin: 0 auto;
}

.order-b__form-column .button {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 300px;
  margin: 15px auto 0;
}

.order-b__field {
  margin: 0 0 40px;
}

.order-b__field .title {
  margin: 0 0 20px;
}

.order-b__field .input-text {
  max-width: 350px;
}

.order-b__field:last-child {
  margin: 0;
}

.order-b__type {
  margin: 0 0 30px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.order-b__type .title {
  margin-bottom: 10px;
}

.order-b__type img {
  margin: 0 auto;
  display: table;
}

.footer-b {
  padding: 25px 0;
}

.header-b {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 3px solid transparent;
  border-bottom: 3px solid #040000;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
}

.header-b__grid {
  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 0;
  gap: 10px;
}

.header-b__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.header-b__control:has(.header-b__balance) {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header-b__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 24px;
}

.header-b__lang {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header-b__lang .button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  gap: 2px;
}

.header-b__client {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header-b__client .button img {
  max-height: 37px;
}

.header-b__balance {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
  min-width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-family);
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 3px solid transparent;
}

.header-b__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header-b__actions {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header-b__actions .button_quit {
  min-width: 100px;
}

@media (max-width: 1024px) {

  .header-b_main .header-b__menu,
  .header-b_main .header-b__balance,
  .header-b_main .header-b__actions,
  .header-b_main .header-b__client {
    display: none;
  }

  .header-b_main .header-b__logo img {
    height: 35px;
  }

  .header-b_main .header-b__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }

  .header-b_main .header-b__lang {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-b_main .header-b__lang .button {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
    background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
    background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
    border: 2px solid transparent;
  }

  .header-b_main .header-b__control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal-b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  color: #000;
  text-align: left;
  background: rgba(0, 0, 0, 0.76);
}

.modal-b::-webkit-scrollbar {
  display: none;
}

.modal-b__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

.modal-b__close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 4px solid transparent;
  width: 60px;
  height: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-b__block {
  padding: 10px 20px 20px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#060000), color-stop(#f90000), to(#060000)) border-box;
  background: -webkit-linear-gradient(var(--color-red), var(--color-red)) padding-box, -webkit-linear-gradient(top, #060000, #f90000, #060000) border-box;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 5px solid transparent;
}

.modal-b__logo {
  margin: 0 0 20px;
}

.modal-b__content {
  font-size: 18px;
  color: var(--color-main);
}

.modal-b__content .yes {
  color: #0f0;
}

.modal-b__content .no {
  color: #f00;
}

.modal-b__content p {
  margin: 0 0 5px;
  padding: 0;
}

.modal-b__result {
  margin: 0 0 20px;
  min-height: 150px;
}