@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #ffffff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  background-color: #0d1709;
  font-weight: normal;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  /*min-height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class$=__container] {
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0px 15px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px 0px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button_green {
  color: #fff;
  background: -o-linear-gradient(341.85deg, #335f20 22.41%, #4e8a35 80.53%), #4f4f4f;
  background: linear-gradient(108.15deg, #335f20 22.41%, #4e8a35 80.53%), #4f4f4f;
  border-radius: 8.66863px;
}

.button_transparent {
  color: #eb9d58;
  background: transparent;
  border: 1px solid #eb9d58;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.button_transparent span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 20px;
}

.button_transparent::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.14429 1.49976V9.90747%27 stroke=%27%23EB9D58%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M1.94043 5.70361L10.3481 5.70361%27 stroke=%27%23EB9D58%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button_transparent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(341.85deg, #e68b3a 22.41%, #eb9d58 80.53%);
  background: linear-gradient(108.15deg, #e68b3a 22.41%, #eb9d58 80.53%);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
}

.button_orange {
  background: -o-linear-gradient(341.85deg, #e68b3a 22.41%, #eb9d58 80.53%);
  background: linear-gradient(108.15deg, #e68b3a 22.41%, #eb9d58 80.53%);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button_transparent-popup {
  color: #16270f;
  background: transparent;
  border: 1px solid #16270f;
  border-radius: 15px;
}

/* Button */

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  background-color: transparent;
  padding: 14px 20px;
}

.input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.input::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
}

.input::placeholder {
  font-size: 16px;
  line-height: 22px;
}

.input_green {
  border: 1px solid #63745c;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input_red {
  border: 1px solid red !important;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input_green::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.input_green::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.input_green:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.input_green::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.input_green::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.input_black {
  border: 1px solid #16270f;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input_black::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.input_black::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.input_black:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.input_black::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.input_black::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.input_search {
  position: relative;
  border: 1px solid #16270f;
  color: #7d7d7d;
  padding: 7px 60px 7px 20px;
  height: 100%;
  width: 100%;
}

.input_search::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}

.input_search::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}

.input_search:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}

.input_search::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}

.input_search::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.select {
  position: relative;
  width: 100%;
}

.select__body {
  position: relative;
}

.select__title {
  text-align: left;
  cursor: pointer;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
}

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

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.select._select-open {
  z-index: 5;
}

.select_green-year .select__title {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  background-color: transparent;
  padding: 10px 10px 10px 20px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #63745c;
}

.select_green-year .select__title::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-year .select__title::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-year .select__title:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-year .select__title::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-year .select__title::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-year .select__options {
  color: #000;
  position: absolute;
  top: 53px;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  left: 0;
  background-color: transparent;
  border: none;
  border-top: 0;
  border-top: 0;
  padding: 10px 0px 5px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #63745c;
  border-top: none;
  background-color: #335f20;
}

.select_green-year .select__option:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.select_green-year .select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/icons/add-select.svg") 0 0 no-repeat;
}

.select_green-year._select-active._select-open {
  z-index: 5;
}

.select_green-year._select-active._select-open .select__title {
  border-radius: 10px 10px 0px 0px;
}

.select_green-name .select__title {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  background-color: transparent;
  padding: 10px 10px 10px 20px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #63745c;
}

.select_green-name .select__title::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-name .select__title::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-name .select__title:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-name .select__title::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-name .select__title::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_green-name .select__options {
  color: #000;
  position: absolute;
  top: 53px;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  left: 0;
  background-color: transparent;
  border: none;
  border-top: 0;
  border-top: 0;
  padding: 10px 0px 5px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #63745c;
  border-top: none;
  background-color: #335f20;
}

.select_green-name .select__option:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.select_green-name .select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/icons/add-select.svg") 0 0 no-repeat;
}

.select_green-name._select-active._select-open {
  z-index: 5;
}

.select_green-name._select-active._select-open .select__title {
  border-radius: 10px 10px 0px 0px;
}

.select_black .select__title {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  padding: 0px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #16270f;
  color: #7d7d7d;
  padding: 7px 10px 7px 20px;
}

.select_black .select__title::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_black .select__title::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_black .select__title:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_black .select__title::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_black .select__title::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_black .select__options {
  color: #000;
  position: absolute;
  top: 45px;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  left: 0;
  background-color: transparent;
  border: none;
  border-top: 0;
  border-top: 0;
  padding: 7px 10px 7px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #16270f;
  border-top: none;
  background-color: #335f20;
}

.select_black .select__option {
  margin: 0px 0px 15px 0px;
}

.select_black .select__value {
  position: relative;
}

.select_black .select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #16270f;
}

.select_black .select__value::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 7px;
  top: 50%;
  right: 9px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%277%27 viewBox=%270 0 10 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.84352 6.44571C4.36684 6.98741 5.23496 6.98741 5.75829 6.44572L8.88345 3.21092C9.69981 2.36592 9.10101 0.954792 7.92607 0.954792H1.67581C0.500883 0.954792 -0.0979269 2.3659 0.718421 3.21091L3.84352 6.44571Z%27 fill=%27%234e8a35%27/%3E%3C/svg%3E");
  z-index: 2;
}

.select_black._select-active._select-open {
  z-index: 5;
}

.select_dark .select__title {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  background-color: transparent;
  padding: 7px 10px 7px 20px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #63745c;
  color: #191919;
}

.select_dark .select__title::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_dark .select__title::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_dark .select__title:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_dark .select__title::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_dark .select__title::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.select_dark .select__options {
  color: #000;
  position: absolute;
  top: 45px;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  left: 0;
  background-color: transparent;
  border: none;
  border-top: 0;
  border-top: 0;
  padding: 10px 0px 0px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #63745c;
  border-top: none;
  background-color: #4e8a35;
}

.select_dark .select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
  background: url("../img/icons/arrow-bottom-w.svg") 0 0 no-repeat;
}

._select-open .select_dark .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select_dark .select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select_dark .select__option:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.select_dark._select-open .select__title {
  border-radius: 5px 5px 0px 0px;
}

.select_dark._select-open .select__option {
  border-radius: 0px 0px 5px 5px;
}

.input-file {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  cursor: pointer;
  /* Focus */
  /* Hover/active */
  /* Disabled */
}

.input-file__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  background-color: #63745c;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #63745c;
  padding: 9px 15px;
}

.input-file__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  border: 1px solid #63745c;
  border-radius: 0px 10px 10px 0px;
  padding: 9px 15px;
}

.input-file.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.input-file.input-file input[type=file]:focus + .input-file-btn {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-file.input-file:hover .input-file-btn {
  background-color: #59be6e;
}

.input-file.input-file:active .input-file-btn {
  background-color: #2e703a;
}

.input-file.input-file input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  /* выводим поле для кастомного checkbox */
  /* при состоянии checked кастомного checkbox */
  /* стили при наведении курсора на checkbox */
  /* стили для активного состояния чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}

.checkbox__input + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.checkbox__input + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid rgba(9, 9, 9, 0.3607843137);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 4px;
}

.checkbox__input:checked + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox__input:checked + label::before {
  content: "";
  border: 1px solid #e68b3a;
  background-color: #e68b3a;
  background-image: url("../img/icons/check-w.svg");
}

.checkbox__input:focus + label::before {
  content: "";
}

.checkbox__input:focus:not(:checked) + label::before {
  content: "";
}

.checkbox__input:disabled + label::before {
  content: "";
}

.checkbox__input_color-w + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.checkbox__input_color-w + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 4px;
}

.checkbox__text {
  cursor: pointer;
}

.checkbox__text_color-dark {
  color: #090909;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.popup-add-book {
  max-width: 802px;
  width: 100%;
  background-color: #708269;
  position: relative;
  border-radius: 14px;
  border: 1px solid #708269;
  overflow: hidden;
}

.popup-add-book__img {
  min-height: 260px;
  width: 100%;
  position: relative;
}

.form-add-book {
  position: relative;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.form-add-book__wrap-body {
  padding: 0px 30px 30px 30px;
}

.form-add-book__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #4e8a35;
  margin: 0px 0px 15px 0px;
}

.form-add-book__line {
  margin: 0px 0px 30px 0px;
}

.form-add-book__sub-title {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 10px 0px;
  display: inline-block;
}

.form-add-book__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
  outline: none;
  border: 1px solid #16270f;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-add-book__input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-book__input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-book__input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-book__input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-book__input::placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-book__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-add-book__button {
  padding: 15px 46px;
  border-radius: 15px;
}

.form-add-book__button_black {
  color: #16270f;
  font-size: 16px;
  line-height: 1.1875;
  background-color: transparent;
  border: 1px solid #16270f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup-add-author {
  max-width: 802px;
  width: 100%;
  background-color: #708269;
  position: relative;
  border-radius: 14px;
  border: 1px solid #708269;
  overflow: hidden;
}

.popup-add-author__close-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.popup-add-author__img {
  min-height: 260px;
  width: 100%;
  position: relative;
}

.form-add-author {
  position: relative;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.form-add-author__wrap-body {
  padding: 0px 30px 30px 30px;
}

.form-add-author__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #4e8a35;
  margin: 0px 0px 15px 0px;
}

.form-add-author__line {
  margin: 0px 0px 30px 0px;
}

.form-add-author__sub-title {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 10px 0px;
  display: inline-block;
}

.form-add-author__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
  outline: none;
  border: 1px solid #16270f;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 20px 0px;
}

.form-add-author__input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-author__input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-author__input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-author__input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-author__input::placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-author__text {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 15px 0px;
}

.form-add-author__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-add-author__button {
  padding: 15px 46px;
  border-radius: 15px;
}

.form-add-author__button_black {
  color: #16270f;
  font-size: 16px;
  line-height: 1.1875;
  background-color: transparent;
  border: 1px solid #16270f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup-add-category {
  max-width: 802px;
  width: 100%;
  background-color: #708269;
  position: relative;
  border-radius: 14px;
  border: 1px solid #708269;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.popup-add-category__close-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.popup-add-category__img {
  min-height: 260px;
  width: 100%;
  position: relative;
}

.form-add-category {
  position: relative;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.form-add-category__wrap-body {
  padding: 0px 30px 30px 30px;
}

.form-add-category__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #4e8a35;
  margin: 0px 0px 15px 0px;
}

.form-add-category__line {
  margin: 0px 0px 30px 0px;
}

.form-add-category__sub-title {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 10px 0px;
  display: inline-block;
}

.form-add-category__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
  outline: none;
  border: 1px solid #16270f;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 20px 0px;
}

.form-add-category__input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category__input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category__input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category__input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category__input::placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category__text {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 15px 0px;
}

.form-add-category__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-add-category__button {
  padding: 15px 46px;
  border-radius: 15px;
}

.form-add-category__button_black {
  color: #16270f;
  font-size: 16px;
  line-height: 1.1875;
  background-color: transparent;
  border: 1px solid #16270f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup-add-category-1 {
  max-width: 802px;
  width: 100%;
  background-color: #708269;
  position: relative;
  border-radius: 14px;
  border: 1px solid #708269;
  overflow: hidden;
}

.popup-add-category-1__close-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.popup-add-category-1__img {
  min-height: 260px;
  width: 100%;
  position: relative;
}

.form-add-category-1 {
  position: relative;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.form-add-category-1__wrap-body {
  padding: 0px 30px 30px 30px;
}

.form-add-category-1__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #4e8a35;
  margin: 0px 0px 15px 0px;
}

.form-add-category-1__line {
  margin: 0px 0px 20px 0px;
}

.form-add-category-1__sub-title {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 10px 0px;
  display: inline-block;
}

.form-add-category-1__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
  outline: none;
  border: 1px solid #16270f;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 20px 0px;
}

.form-add-category-1__input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category-1__input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category-1__input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category-1__input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category-1__input::placeholder {
  font-size: inherit;
  color: inherit;
}

.form-add-category-1__text {
  font-size: 16px;
  line-height: 1.375;
  color: #191919;
  margin: 0px 0px 15px 0px;
}

.form-add-category-1__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-add-category-1__button {
  padding: 15px 46px;
  border-radius: 15px;
}

.form-add-category-1__button_black {
  color: #16270f;
  font-size: 16px;
  line-height: 1.1875;
  background-color: transparent;
  border: 1px solid #16270f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup-test-statistics {
  max-width: 802px;
  width: 100%;
  background-color: #708269;
  position: relative;
  border-radius: 14px;
  border: 2px solid #708269;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.popup-test-statistics__close-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.popup-test-statistics__img {
  min-height: 260px;
  width: 100%;
  position: relative;
}

.form-test-statistics {
  position: relative;
  background-color: #fff;
  padding: 30px 0px 0px 0px;
}

.form-test-statistics__wrap-body {
  padding: 0px 30px 30px 30px;
}

.form-test-statistics__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #4e8a35;
  margin: 0px 0px 15px 0px;
}

.form-test-statistics__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0px 0px 20px 0px;
  row-gap: 10px;
}

.form-test-statistics__button {
  font-size: 16px;
  line-height: 1.1875;
  color: #191919;
  padding: 15px 20px 15px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.form-test-statistics__button span,
.form-test-statistics__button img {
  display: inline-block;
}

.form-test-statistics__add-category {
  font-size: 16px;
  line-height: 1.5;
  color: #eb9d58;
  padding-left: 10px;
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.form-test-statistics__add-category::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/add-or.svg") 0 0 no-repeat;
}

.form-test-statistics__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-statistics__button {
  padding: 15px 45px;
  margin-left: auto;
  border-radius: 15px;
}

.spollers_reder .spollers__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
}

.spollers_reder .spollers__body {
  position: absolute;
  max-width: 360px;
  height: auto;
  top: 45px;
  left: 0;
  z-index: 10;
  background-color: #e68b3a;
}

.spollers_reder .spollers__body .spollers__item {
  padding: 13px 30px;
}

.spollers_reder .spollers__body .spollers__item a {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24.38px;
}

.spollers_reder .spollers__body ul li {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24.38px;
  padding: 13px 30px;
}

.spollers_add {
  margin: 0px 0px 12px 0px;
}

.spollers_add .spollers__title {
  display: none;
  margin: 0px 0px 20px 0px;
}

.spollers_select {
  width: 100%;
}

.spollers_select .spollers__title {
  padding-left: 28px;
  position: relative;
  color: #7bc82d;
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.spollers_select .spollers__title::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/filter.svg") 0 0 no-repeat;
}

.spollers_select .spollers__title::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/filter.svg") 0 0 no-repeat;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-exele__list {
  list-style-type: none;
  counter-reset: item;
}

.form-exele__list li {
  position: relative;
}

.form-exele__list li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

/*Общие Блокаи*/

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  position: relative;
}

.navigation__item {
    height: 100%;
    background: #16270f;
    border: 1.4375px solid #16270f;
    border-radius: 10px;
    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-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  padding: 13px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.navigation__item_active {
  background-color: #4e8a35;
}

.navigation__item_aroow-left-double {
  position: relative;
}

.navigation__item_aroow-left-double::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/icons/arrow-left-double.svg") 0 0 no-repeat;
}

.navigation__item_aroow-left {
  position: relative;
}

.navigation__item_aroow-left::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/icons/arrow-left.svg") 0 0 no-repeat;
}

.navigation__item_point {
  position: relative;
}

.navigation__item_point::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url("../img/icons/point.svg") 0 0 no-repeat;
}

.navigation__item_aroow-right {
  position: relative;
}

.navigation__item_aroow-right::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/icons/arrow-right.svg") 0 0 no-repeat;
}

.navigation__item_aroow-right-double {
  position: relative;
}

.navigation__item_aroow-right-double::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/icons/arrow-right-double.svg") 0 0 no-repeat;
}

.navigation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table__wrap-title {
  background: #16270f;
  -webkit-box-shadow: 0px 4px 4px rgba(13, 23, 9, 0.38);
          box-shadow: 0px 4px 4px rgba(13, 23, 9, 0.38);
  border-radius: 15px 15px 0px 0px;
  height: 40px;
  overflow: hidden;
}

.table__item-title {
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.7px;
  color: #708269;
  border-right: solid 1px transparent;
}

.table__item-title:nth-child(1) {
  width: 100%;
}

.table__item-title:nth-child(2) {
  width: 100%;
}

.table__item-title:nth-child(3) {
  width: 100%;
}

.table__item-title:nth-child(4) {
  width: 100%;
}

.table__item-title:nth-child(5) {
  width: 100%;
}

.table__item-title:nth-child(6) {
  width: 100%;
  height: 100%;
}

.table__item-title:nth-child(7) {
  width: 100%;
  border-right: solid 1px transparent;
}

.table__wrap-body {
  border-bottom: solid 1px #708269;
  height: auto;
}

.table__item {
  width: 100%;
  min-height: 140px;
  border-right: solid 1px #708269;
  font-size: 14px;
  line-height: 18.2px;
}

.table__item:nth-child(1) {
  width: 100%;
  padding: 16px;
}

.table__item:nth-child(2) {
  width: 100%;
}

.table__item:nth-child(3) {
  width: 100%;
}

.table__item:nth-child(4) {
  width: 100%;
}

.table__item:nth-child(5) {
  width: 100%;
}

.table__item:nth-child(6) {
  width: 100%;
}

.table__item:nth-child(7) {
  width: 100%;
  border-right: solid 1px transparent;
}

.table__wrap-img {
  min-width: 107px;
  min-height: 107px;
  width: 100%;
  position: relative;
}

.table__wrap-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.table__wrap-content {
  padding: 10px;
}

.wrap-content-table__сategories {
  margin: 0px 0px 10px 0px;
}

.wrap-content-table__сategories span {
  position: relative;
  cursor: pointer;
  display: block;
}

.wrap-content-table__сategories span::after {
  content: "";
  position: absolute;
  display: block;
  right: -10px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
      -ms-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
          transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
  width: 18px;
  height: 18px;
  background: url("../img/icons/colse-сategori.svg") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrap-content-table__add {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  color: #4e8a35;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-content-table__add span {
  position: relative;
  cursor: pointer;
  padding-left: 21px;
}

.wrap-content-table__add span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
      -ms-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
          transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
  width: 16px;
  height: 16px;
  background-color: #4e8a35;
  border-radius: 4px;
  background: url("../img/icons/add-select-min.svg") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrap-content-table__events {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.wrap-content-table__events span {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 21px;
}

.wrap-content-table__events span:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
      -ms-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
          transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
  width: 32px;
  height: 32px;
  background-color: #4e8a35;
  border-radius: 4px;
  background: url("../img/icons/crushing.svg") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrap-content-table__events span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
      -ms-transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
          transform: translate(0%, -50%) rotate(0deg) scale(1) skew(0, 0);
  width: 32px;
  height: 32px;
  background-color: #4e8a35;
  border-radius: 4px;
  background: url("../img/icons/cart.svg") 0 0 no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  color: #4e8a35;
  cursor: pointer;
}

/*Общие Блокаи*/

/*Шапка*/

.header {
  background-color: #16270f;
  position: relative;
  z-index: 100;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
}

.header__wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 71px;
     -moz-column-gap: 71px;
          column-gap: 71px;
  position: relative;
}

.header__book {
  margin-right: 60px;
  background-color: #fff;
  color: #335f20;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  position: relative;
  overflow: hidden;
}

.header__book::after {
  content: "";
  position: absolute;
  width: 26%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(122, 200, 45);
}

.header__book span {
  padding: 11px 32px;
  display: block;
  position: relative;
  z-index: 2;
}

.header__book span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/icon-flag.svg") 0 0 no-repeat;
}

.header__wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 71px;
     -moz-column-gap: 71px;
          column-gap: 71px;
}

.header__user {
  font-size: 18px;
  line-height: 21.94px;
  padding: 0px 0px 0px 35px;
  position: relative;
  cursor: pointer;
}

.header__user::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/user.svg") 0 0 no-repeat;
}

.header__user::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons//arrow-bottom.svg") 0 0 no-repeat;
  display: none;
}

.header__button {
  padding: 11px 44px;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
***/

/*Шапка*/

/*подвал*/

/*подвал*/

.first-section {
  padding: 40px 0px;
}

.first-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 30px 0px;
}

.first-section__wrap-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.first-section__download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 100%;
}

.first-section__download-file a {
  display: block;
}

.first-section__download-file a:nth-child(1) {
  position: relative;
  width: 26px;
  height: 26px;
}

.first-section__download-file a:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/icons/download-w.svg") 0 0 no-repeat;
}

.first-section__download-file a:nth-child(2) {
  position: relative;
  width: 26px;
  height: 26px;
}

.first-section__download-file a:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/icons/download-s.svg") 0 0 no-repeat;
}

.first-section__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 15px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}

.first-section__wrap-1 {
  margin: 0px 0px 30px 0px;
}

.first-section__wrap-2 {
  margin: 0px 0px 30px 0px;
}

.first-section__navigation {
  width: 100%;
  margin: 0px 0px 30px 0px;
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.first-section__quantity-book {
  margin: 0px 0px 9px 0px;
}

.first-section__wrap-select {
  max-width: 264px;
  width: 100%;
}

.first-section__table {
  margin: 0px 0px 30px 0px;
}

.wrap-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

.wrap-input__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 264px;
          flex: 1 1 264px;
}

.wrap-input__line_input-search {
  position: relative;
}

.wrap-input__line_input-search::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/search.svg") 0 0 no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.book {
  display: none;
}

.book__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
  height: auto;
  row-gap: 20px;
  margin: 0px 0px 20px 0px;
}

.book__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  width: 50%;
}

.book-item {
  padding: 11px 7px 11px 11px;
  background-color: #16270f;
  width: 100%;
}

.book-item__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 12px;
  line-height: 1.3;
  margin: 0px 0px 8px 0px;
  font-weight: 400;
  row-gap: 10px;
}

.book-item__image {
  position: relative;
  min-height: 104px;
  max-width: 104px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.book-item__name {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3076923077;
  margin: 0px 5px 5px 0px;
  padding-right: 5px;
  position: relative;
}

.book-item__actions {
    cursor: pointer;
}

/*.book-item__name::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 3px;*/
/*  height: 14px;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background: url("../img/icons/points.svg") 0 0 no-repeat;*/
/*  cursor: pointer;*/
/*}*/

.book-item__description-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 9px 0px;
  cursor: pointer;
}

.book-item__add-title {
  color: #4e8a35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.description-book-item {
  max-width: 255px;
  width: 100%;
}

.description-book-item__item {
  margin: 0px 0px 8px 0px;
}

.description-book-item__title {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
  color: #708269;
  margin: 0px 0px 5px 0px;
}

.description-book-item__text {
  font-size: 14px;
  line-height: 1.3;
}

.section-add-book {
  padding: 40px 0px 40px 0px;
  position: relative;
}

.section-add-book__wrapper {
  position: relative;
}

.section-add-book__decor {
  position: absolute;
  width: 1782.45px;
  height: 1782.45px;
  bottom: -150%;
  left: calc(50% - 891.225px + 9.5px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.18%, rgba(99, 116, 92, 0.07)), color-stop(41.53%, rgba(78, 138, 53, 0)), color-stop(85.5%, rgba(24, 43, 16, 0)));
  background: -o-linear-gradient(top, rgba(99, 116, 92, 0.07) 2.18%, rgba(78, 138, 53, 0) 41.53%, rgba(24, 43, 16, 0) 85.5%);
  background: linear-gradient(180deg, rgba(99, 116, 92, 0.07) 2.18%, rgba(78, 138, 53, 0) 41.53%, rgba(24, 43, 16, 0) 85.5%);
}

.section-add-book__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.add-book {
  background-color: #16270f;
  border-radius: 15px;
  overflow: hidden;
  border-right: solid 1px #16270f;
  border-bottom: solid 1px #16270f;
  padding: 0px 40px 0px 0px;
  position: relative;
  z-index: 2;
}

.add-book__wrap-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.add-book__img {
  max-width: 460px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.add-book__img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #63745c;
}

.add-book__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  padding: 23px 30px 30px 30px;
  border-radius: 45px;
}

.add-book__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 100%;
  margin: 23px 0px 30px 0px;
  max-width: 500px;
  width: 100%;
}

.add-book__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.add-book__sub-title {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 600;
}

.add-book__textarea {
  resize: none;
  outline: none;
  max-width: 818px;
  width: 100%;
  display: block;
  height: 87px;
  background-color: transparent;
  border: 1px solid #63745c;
  border-radius: 15px 15px 15px 15px;
  padding: 10px 20px;
  color: #fff;
}

.add-book__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add-book__button {
  padding: 15px 30px;
  border-radius: 15px;
}

.add-author {
  padding: 60px 0px;
}

.add-author__header {
  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: 0px 0px 30px 0px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.add-author__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

.add-author__search-container {
  display: flex;
  max-width: 700px;
  width: 100%;
  gap: 35px
}

.add-author__clear {
  padding-inline: 20px;
}

.add-author__search {
  padding: 0px;
  width: 100%;
}

.add-author__search.wrap-input__line_input-search::after {
  content: "";
  /*right: 30px;*/
}

.add-author__search input {
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #4e8a35;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 1.5;
}

.add-author__search input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.add-author__search input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.add-author__search input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.add-author__search input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.add-author__search input::placeholder {
  font-size: inherit;
  color: inherit;
}

.add-author__nav {
  margin: 0px 0px 30px 0px;
}

.add-author__body {
  margin: 0px 0px 20px 0px;
}

.add-author__button {
  padding: 14px 36px;
  position: relative;

  span {
    padding-left: 20px;
  }
}

.add-author__button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/add-w.svg") 0 0 no-repeat;
}

.add-author-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.add-author-table__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 73px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.add-author-table__item span {
  display: block;
}

.add-author-table__item_title {
  background: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 23, 9, 0.38);
          box-shadow: 0px 2px 4px rgba(13, 23, 9, 0.38);
  color: #708269;
}

.add-author-table__item_title:first-child {
  border-radius: 15px 0px 0px 0px;
}

.add-author-table__item_title:last-child {
  border-radius: 0px 15px 0px 0px;
}

.add-author-table__item_title span:nth-child(2) {
  display: none;
}

.add-author-table__item_title.table-authors__amount {
  cursor: pointer;
}

.add-author-table__item_item-bgColor {
  background-color: #16270f;
}

.add-author-table__item_item-bgColor img {
  cursor: pointer;
}

.add-author-table__item_poits {
  position: relative;
}

/*.add-author-table__item_poits::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 3px;*/
/*  height: 16px;*/
/*  top: 50%;*/
/*  right: 10px;*/
/*  -webkit-transform: translate(0%, -50%);*/
/*      -ms-transform: translate(0%, -50%);*/
/*          transform: translate(0%, -50%);*/
/*  background: url("../img/icons/points.svg") 0 0 no-repeat;*/
/*  display: none;*/
/*  cursor: pointer;*/
/*}*/

.add-category {
  padding: 60px 0px;
  margin: 0px 0px 30px 0px;
}

.add-category__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 30px 0px;
}

.add-category__button {
  padding: 14px 36px;
  position: relative;

  span {
    padding-left: 20px;
  }
}

.add-category__button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/add-w.svg") 0 0 no-repeat;
}

.add-category__button_orang span {
  padding-left: 20px;
}

.add-category__button_orang::after {
  content: "";
  width: 12px;
  left: 35px;
  background: url("../img/icons/add-or.svg") 0 0 no-repeat;
}

.add-category__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr 1fr 205px;
  grid-template-columns: 100px 1fr 1fr 205px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.add-category__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 73px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.add-category__item_title {
  background-color: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  color: #708269;
}

.add-category__item_title.table-categories__amount {
  cursor: pointer;
}

.add-category__item_title:first-child {
  border-radius: 15px 0px 0px 0px;
}

.add-category__item_title:last-child {
  border-radius: 0px 15px 0px 0px;
}

.add-category__item img {
  cursor: pointer;
}

.add-category__item_m-w {
  max-width: 100px;
  width: 100%;
  border-left: none;
}

.add-category__item_bg-green {
  background-color: #16270f;
}

.add-category__item_poits {
  position: relative;
}

/*.add-category__item_poits::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 3px;*/
/*  height: 16px;*/
/*  top: 50%;*/
/*  right: 10px;*/
/*  -webkit-transform: translate(0%, -50%);*/
/*      -ms-transform: translate(0%, -50%);*/
/*          transform: translate(0%, -50%);*/
/*  background: url("../img/icons/points.svg") 0 0 no-repeat;*/
/*  display: none;*/
/*  cursor: pointer;*/
/*}*/

.add-statistics {
  padding: 60px 0px;
}

.add-statistics__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2916666667;
  margin: 0px 0px 30px 0px;
}

.add-statistics__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 30px 0px;
}

.add-statistics__button {
  padding: 14px 36px;
  position: relative;

  span {
    padding-left: 20px;
  }
}

.add-statistics__button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/add-w.svg") 0 0 no-repeat;
}

.add-statistics__button_orang span {
  padding: 0px;
}

.add-statistics__button_orang::after {
  content: "";
  width: 12px;
  left: 15px;
  background: url("../img/icons/add-or.svg") 0 0 no-repeat;
}

.add-statistics__table {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.add-statistics__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 73px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.add-statistics__item_title {
  background-color: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  color: #708269;
}

.add-statistics__item_title:first-child {
  border-radius: 15px 0px 0px 0px;
}

.add-statistics__item_title:nth-child(4) {
  border-radius: 0px 15px 0px 0px;
}

.add-statistics__item img {
  cursor: pointer;
}

.add-statistics__item_m-w {
  width: 100%;
  border-left: none;
}

.add-statistics__item_bg-green {
  background-color: #16270f;
}

.add-statistics__item_poits {
  position: relative;
}

.add-statistics__item_poits::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/points.svg") 0 0 no-repeat;
  display: none;
  cursor: pointer;
}

.add-statistics__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
  height: auto;
  row-gap: 20px;
  display: none;
}

.add-statistics__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  width: 100%;
}

.item-add-statistics {
  padding: 13px;
  background-color: #16270f;
  position: relative;
  width: 100%;
}

.item-add-statistics::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  right: 5px;
  background: url("../img/icons/points.svg") 0 0 no-repeat;
  cursor: pointer;
}

.item-add-statistics__item {
  max-width: 280px;
  width: 100%;
}

.item-add-statistics__title {
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 1.5833333333;
  font-weight: 60;
}

.item-add-statistics__sub-title {
  font-size: 14px;
  line-height: 1.2857142857;
  max-width: 250px;
}

.section-add-edit-statistics {
  padding: 40px 0px 40px 0px;
  position: relative;
}

.section-add-edit-statistics__decor {
  position: absolute;
  width: 1782.45px;
  height: 1782.45px;
  bottom: -150%;
  left: calc(50% - 891.225px + 9.5px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.18%, rgba(99, 116, 92, 0.07)), color-stop(41.53%, rgba(78, 138, 53, 0)), color-stop(85.5%, rgba(24, 43, 16, 0)));
  background: -o-linear-gradient(top, rgba(99, 116, 92, 0.07) 2.18%, rgba(78, 138, 53, 0) 41.53%, rgba(24, 43, 16, 0) 85.5%);
  background: linear-gradient(180deg, rgba(99, 116, 92, 0.07) 2.18%, rgba(78, 138, 53, 0) 41.53%, rgba(24, 43, 16, 0) 85.5%);
}

.edit-statistics {
  background-color: #16270f;
  border-radius: 15px;
  overflow: hidden;
  border-right: solid 1px #16270f;
  border-bottom: solid 1px #16270f;
  padding: 0px 40px 0px 0px;
  position: relative;
  z-index: 2;
}

.edit-statistics__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2916666667;
}

.edit-statistics__wrap-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.edit-statistics__img {
  max-width: 460px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.edit-statistics__img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #63745c;
}

.edit-statistics__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  padding: 23px 30px 30px 30px;
  border-radius: 45px;
}

.edit-statistics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 100%;
  margin: 23px 0px 30px 0px;
  max-width: 500px;
  width: 100%;
}

.edit-statistics__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.edit-statistics__sub-title {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 600;
}

.edit-statistics__input {
  padding: 12px 20px;
}

.edit-statistics__textarea {
  resize: none;
  outline: none;
  max-width: 818px;
  width: 100%;
  display: block;
  height: 87px;
  background-color: transparent;
  border: 1px solid #63745c;
  border-radius: 15px 15px 15px 15px;
  padding: 10px 20px;
  color: #fff;
}

.edit-statistics__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.edit-statistics__button {
  padding: 15px 30px;
  border-radius: 15px;
  max-width: 174px;
  width: 100%;
}

.transition-statistics {
  padding: 0px 0px 40px 0px;
}

.transition-statistics__title {
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.transition-statistics__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  margin: 0px 0px 30px 0px;
}

.transition-statistics__text {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.transition-statistics__column:nth-child(1) {
  max-width: 504px;
  width: 100%;
}

.transition-statistics__column:nth-child(2) {
  max-width: 620px;
  width: 100%;
}

.transition-statistics__switch {
  display: flex;
  gap: 10px;
}

.transition-statistics__mobile {
  display: none;
}

.statistics {
  padding: 20px 0px;
  background-color: rgba(112, 130, 105, 0.4);
  margin: 0px 0px 40px 0px;
}

.statistics__wrapper {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}

.statistics__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.statistics__text::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/arrow-bottom.svg") 0 0 no-repeat;
}

.statistics-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  width: 100%;
}

.statistics-form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 200px;
  width: 100%;
}

.statistics-form__line .select {
  max-width: 138px;
}

.statistics-form__sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.item-transition-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-transition-statistics__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-transition-statistics__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.item-transition-statistics__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 73px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-transition-statistics__item_title {
  background: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 23, 9, 0.38);
          box-shadow: 0px 2px 4px rgba(13, 23, 9, 0.38);
  color: #708269;
}

.item-transition-statistics__item_borde-rad-left {
  border-radius: 15px 0px 0px 0px;
}

.item-transition-statistics__item_borde-rad-right {
  border-radius: 0px 15px 0px 0px;
}

.item-transition-statistics__item_border-right {
  border-right: #708269 solid 1px;
}

.item-transition-statistics__item_b-c {
  background-color: #16270f;
}

.item-transition-statistics__item_points {
  position: relative;
}

.item-transition-statistics__item_points::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/points.svg") 0 0 no-repeat;
  display: none;
  cursor: pointer;
}

.section-plan {
  padding: 90px 40px 40px 0px;
  position: relative;
  z-index: 2;
}

.section-plan-form {
  background-color: #16270f;
  border-radius: 15px;
  border-right: solid 1px #16270f;
  padding: 0px 40px 0px 0px;
  position: relative;
  z-index: 2;
}

.section-plan-form::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: -10px;
  left: 45px;
  z-index: 5;
  background: url("../img/icons/plan-decor.svg") 0 0 no-repeat;
}

.section-plan-form__wrap-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.section-plan-form__img {
  max-width: 460px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.section-plan-form__img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #63745c;
}

.section-plan-form__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  padding: 23px 30px 30px 30px;
  border-radius: 45px;
}

.section-plan-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 100%;
  margin: 23px 0px 30px 0px;
  max-width: 500px;
  width: 100%;
}

.section-plan-form__title {
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.section-plan-form__text {
  font-size: 20px;
  line-height: 1.3;
}

.section-plan-form__text:not(:last-child) {
  margin: 0px 0px 0px 0px;
}

.section-plan-form__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.section-plan-form__line {
  margin: 0px 0px 20px 0px;
  text-align: center;
  background-color: #e68b3a;
  border-radius: 9px;
  min-height: 109px;
}

.section-plan-form__sub-title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 10px 0px;
}

.progress {
  position: relative;
  overflow: hidden;
  background-color: #e68b3a;
  border-radius: 9px;
  padding: 20px 18px;
}

.progress progress {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -777px;
}

.progress-title {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.progress-value {
  color: #335f20;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  height: 100%;
  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;
  position: relative;
}

.progress-value::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/icon-flag.svg") 0 0 no-repeat;
}

.progress-bg {
  background: #fff;
  position: relative;
  height: 34px;
  border-radius: 58px;
  overflow: hidden;
}

.progress-bar {
  overflow: hidden;
  background: #7bc82d;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.statistics-all {
  text-align: center;
  padding: 40px 0px;
}

.statistics-all__block {
  margin: 0px 0px 30px 0px;
}

.statistics-all__title {
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.statistics-all__text {
  margin: 0px 0px 30px 0px;
}

.statistics-all__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.statistics-all__mobile {
  display: none;
}

.form-statistics-all {
  margin: 60px 0px 20px 0px;
  text-align: left;
}

.form-statistics-all__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-statistics-all__text {
  font-size: 16px;
  line-height: 1.5;
}

.form-statistics-all__wrap-input {
  border: 1px solid #4e8a35;
  border-radius: 10px;
  max-width: 158px;
  width: 100%;
  height: 46px;
  position: relative;
  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 20px;
}

.form-statistics-all__input {
  background-color: transparent;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

.form-statistics-all__input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-statistics-all__input::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-statistics-all__input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-statistics-all__input::-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.form-statistics-all__input::placeholder {
  font-size: inherit;
  color: inherit;
}

.form-statistics-all__button {
  padding: 10px 30px;
}

.form-statistics-all__triger {
  background-color: #4e8a35;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 32px;
          flex: 1 0 32px;
  position: relative;
}

.form-statistics-all__arrow-plus {
  position: absolute;
  width: 13px;
  height: 7px;
  top: 25%;
  left: 11px;
  background: url("../img/icons/pus-srtat.svg") 0 0 no-repeat;
  cursor: pointer;
}

.form-statistics-all__arrow-minus {
  position: absolute;
  width: 13px;
  height: 7px;
  bottom: 25%;
  left: 11px;
  background: url("../img/icons/minus-srtat.svg") 0 0 no-repeat;
  cursor: pointer;
}

.download-exele {
  padding: 90px 0px 170px 0px;
}

.form-exele {
  font-size: 20px;
  line-height: 1.3;
  padding: 30px 40px 30px 30px;
  background-color: #16270f;
  border-radius: 15px;
}

.form-exele__title {
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 15px 0px;
}

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

.form-exele__wrap-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-exele__wrap-img {
  position: relative;
  max-width: 320px;
  width: 100%;
  min-height: 320px;
}

.form-exele__wrap-img img {
  z-index: 2;
}

.form-exele__list {
  margin: 0px 0px 30px 0px;
  padding-top: 20px;
}

.form-exele__list li {
  padding-left: 25px;
}

.form-exele__list li:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.form-exele__wrao-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-exele__button {
  padding: 10px 40px;
  cursor: pointer;
}

.form-exele__dekor {
  position: absolute;
  width: 253.39px;
  height: 287.36px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2d4f20;
  -webkit-filter: blur(64.3575px);
          filter: blur(64.3575px);
  z-index: 1;
}

.form-exele__dowland {
  color: #eb9d58;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 24px 0px;
  display: inline-block;
  position: relative;
}

.form-exele__dowland::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url("../img/icons/dowland-exele.svg") 0 0 no-repeat;
}

.form-exele__mobile {
  display: none;
}

.list-user {
  padding: 60px 0px;
  margin: 0px 0px 30px 0px;
}

.list-user__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 93px 187px 1fr 1fr 1fr 1fr 200px 93px;
  grid-template-columns: 93px 187px 1fr 1fr 1fr 1fr 200px 93px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.list-user__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 96px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}

.list-user__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-user__item_title {
  background-color: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  color: #708269;
}

.list-user__item_bg-green {
  background-color: #16270f;
}

.list-user__item_b-r {
  border-radius: 0px 15px 0px 0px;
}

.list-user__item_b-l {
  border-radius: 15px 0px 0px 0px;
}

.list-user__img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.list-user__img-foto {
  position: relative;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #4e8a35;
  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;
}

.list-user__img-foto::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71.25px;
  height: 71.25px;
  background: #2d4f20;
  -webkit-filter: blur(15.6494px);
          filter: blur(15.6494px);
}

.list-user__button {
  padding: 5px 8px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.5384615385;
  max-width: 175px;
  width: 100%;
  font-weight: 600;
}

.list-user__img-inner {
  width: 61px;
  height: 61px;
  z-index: 2;
}

.list-user__img-inner img {
    display: inline-block;
}

.list-user__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.card-list-user {
  background-color: #16270f;
  padding: 15px 10px;
  display: none;
}

.card-list-user__img-foto {
  position: relative;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #4e8a35;
  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;
}

.card-list-user__img-foto img {
    border-radius: 50%;
    z-index: 2;
}

.card-list-user__img-foto::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71.25px;
  height: 71.25px;
  background: #2d4f20;
  -webkit-filter: blur(15.6494px);
          filter: blur(15.6494px);
}

.card-list-user__wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card-list-user__contetn {
  font-size: 12px;
  line-height: 1.4166666667;
  color: #708269;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.card-list-user__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #ffffff;
  margin: 0px 0px 5px 0px;
}

.card-list-user__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.card-list-user__button {
  padding: 7.5px 15px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.25;
}

.profile {
  padding: 60px 0px;
  margin: 0px 0px 30px 0px;
}

.profile__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 93px 1fr 1fr;
  grid-template-columns: 93px 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.profile__item {
  font-size: 14px;
  line-height: 1.2857142857;
  min-height: 96px;
  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;
  border-bottom: #708269 solid 1px;
  border-left: #708269 solid 1px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}

.profile__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__item_title {
  background-color: #16270f;
  border: none;
  padding: 5px 10px;
  min-height: 50px;
  color: #708269;
}

.profile__item_bg-green {
  background-color: #16270f;
}

.profile__item_b-r {
  border-radius: 0px 15px 0px 0px;
}

.profile__item_b-l {
  border-radius: 15px 0px 0px 0px;
}

.profile__item_br-r {
  border-right: #708269 solid 1px;
}

.profile__img-foto {
  position: relative;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #4e8a35;
  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;
}

.profile__img-foto::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71.25px;
  height: 71.25px;
  background: #2d4f20;
  -webkit-filter: blur(15.6494px);
          filter: blur(15.6494px);
}

.profile__img-inner {
  width: 61px;
  height: 61px;
  z-index: 2;
}

.profile__img-inner img {
  display: inline-block;
}

.card-profile {
  background-color: #16270f;
  padding: 15px 10px;
  display: none;
}

.card-profile__img-foto {
  position: relative;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #4e8a35;
  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;
}

.card-profile__img-foto img {
  z-index: 2;
}

.card-profile__img-foto::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71.25px;
  height: 71.25px;
  background: #2d4f20;
  -webkit-filter: blur(15.6494px);
          filter: blur(15.6494px);
}

.card-profile__wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card-profile__contetn {
  font-size: 12px;
  line-height: 1.4166666667;
  color: #708269;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.card-profile__item {
  margin: 0px 0px 5px 0px;
}

.card-profile__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #ffffff;
  margin: 0px 0px 5px 0px;
}

.profile-2 {
  padding: 145px 0px;
  position: relative;
}

.profile-2::after {
  content: "";
  position: absolute;
  top: -130%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 1782.45px;
  height: 1782.45px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.18%, rgb(99, 116, 92)), color-stop(41.53%, rgb(78, 138, 53)), color-stop(85.5%, rgb(24, 43, 16)));
  background: -o-linear-gradient(top, rgb(99, 116, 92) 2.18%, rgb(78, 138, 53) 41.53%, rgb(24, 43, 16) 85.5%);
  background: linear-gradient(180deg, rgb(99, 116, 92) 2.18%, rgb(78, 138, 53) 41.53%, rgb(24, 43, 16) 85.5%);
  opacity: 0.1;
  border-radius: 1782px;
}

.card-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.card-profile__column {
  width: 100%;
}

.item-card-profile {
  background-color: #16270f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
  border-radius: 15px;
  position: relative;
}

.item-card-profile__content {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.item-card-profile__bg {
  position: relative;
  max-width: 375px;
  width: 100%;
}

.item-card-profile__bg::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #63745c;
  z-index: 1;
}

.item-card-profile__wrap-img {
  min-height: 380px;
  max-width: 348px;
  width: 100%;
  position: relative;
  margin: 20px;
}

.item-card-profile__wrap-img img {
  z-index: 2;
}

.item-card-profile__title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2916666667;
  margin: 0px 0px 10px 0px;
}

.item-card-profile__item {
  font-size: 20px;
  line-height: 1.3;
}

.item-card-profile__text {
  color: #63745c;
  margin: 0px 0px 5px 0px;
}

.item-card-profile__text1 {
  color: #fff;
}

.common__intem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 0px 0px 30px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

@media (max-width: 1190px) {
  .wrap-content-table__сategories span::after {
    right: 0px;
  }
}

@media (max-width: 991.98px) {
  .input-file__btn {
    width: 30%;
  }

  .navigation__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .header__book {
    display: none;
    margin-right: 0;
  }

  .first-section__table {
    display: none;
  }

  .book {
    display: block;
  }

  .section-add-book__decor {
    display: none;
  }

  .add-book {
    padding: 0px 10px 0px 0px;
  }

  .add-book__wrap-body {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .add-book__img img {
    padding: 23px 20px 20px 20px;
  }

  .add-book__wrap-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 11px;
  }

  .section-add-edit-statistics__decor {
    display: none;
  }

  .edit-statistics {
    padding: 0px 0px 0px 0px;
  }

  .edit-statistics__wrap-body {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .edit-statistics__img img {
    padding: 20px 20px 20px 20px;
  }

  .edit-statistics__wrap-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 11px;
  }

  .statistics-form {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .statistics-form__line {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .section-plan-form {
    padding: 0px 10px 0px 0px;
  }

  .section-plan-form__wrap-body {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .section-plan-form__img img {
    padding: 23px 20px 20px 20px;
  }

  .form-exele__wrap-img {
    margin: 0 auto;
  }

  .list-user__table {
    -ms-grid-columns: 93px 1fr 1fr 1fr 1fr 1fr 1fr 93px;
    grid-template-columns: 93px 1fr 1fr 1fr 1fr 1fr 1fr 93px;
  }
}

@media (max-width: 767.98px) {
  .button_transparent::after {
    background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.14429 1.49976V9.90747%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M1.94043 5.70361L10.3481 5.70361%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  }

  .input_green {
    font-size: 12px;
    line-height: 1.55;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
  }

  .input_search {
    color: #fff;
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .input_search::-webkit-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .input_search::-moz-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .input_search:-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .input_search::-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .input_search::placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_green-year .select__title {
    font-size: 12px;
    line-height: 1.55;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    max-height: 30px;
  }

  .select_green-year .select__options {
    top: 29px;
    font-size: 12px;
    line-height: 1.55;
    padding: 10px;
    border: none;
  }

  .select_green-year .select__option:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .select_green-year .select__value:after {
    width: 20px;
    height: 20px;
    background: url("../img/icons/add-select-min.svg") 0 0 no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }

  .select_green-name .select__title {
    font-size: 12px;
    line-height: 1.55;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    max-height: 30px;
  }

  .select_green-name .select__options {
    top: 27px;
    font-size: 12px;
    line-height: 1.55;
    padding: 10px;
    border: none;
  }

  .select_green-name .select__option:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .select_green-name .select__value:after {
    width: 20px;
    height: 20px;
    background: url("../img/icons/add-select-min.svg") 0 0 no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }

  .select_black .select__title {
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.2142857143;
    border-radius: 0px;
  }

  .select_black .select__title::-webkit-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_black .select__title::-moz-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_black .select__title:-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_black .select__title::-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_black .select__title::placeholder {
    font-size: inherit;
    color: inherit;
  }

  .select_black .select__options {
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 15px 20px;
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .select_black._select-active._select-open .select__title {
    background-color: #4e8a35;
    border-radius: 0px;
    border-bottom: none;
    border-radius: 0px;
  }

  .select_black._select-active._select-open .select__value::after {
    content: "";
    background-color: #4e8a35;
  }

  .select_black._select-active._select-open .select__value::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%277%27 viewBox=%270 0 10 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.84352 6.44571C4.36684 6.98741 5.23496 6.98741 5.75829 6.44572L8.88345 3.21092C9.69981 2.36592 9.10101 0.954792 7.92607 0.954792H1.67581C0.500883 0.954792 -0.0979269 2.3659 0.718421 3.21091L3.84352 6.44571Z%27 fill=%27%23365F25%27/%3E%3C/svg%3E%0A");
  }

  .select_dark .select__title {
    font-size: 12px;
    line-height: 1.55;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    max-height: 30px;
    color: #fff;
  }

  .select_dark .select__options {
    top: 29px;
    font-size: 12px;
    line-height: 1.55;
    border: none;
    padding: 10px 0px 10px 10px;
  }

  .select_dark .select__value:after {
    width: 20px;
    height: 20px;
    background: url("../img/icons/arrow-bottom-w-mob.svg") 0 0 no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }

  .select_dark .select__option:not(:last-child) {
    margin: 0px 0px 5px 0px;
  }

  .input-file {
    height: 30px;
  }

  .input-file__btn {
    font-size: 12px;
    line-height: 1.25;
  }

  .input-file__text {
    font-size: 12px;
    line-height: 1.25;
  }

  .popup-add-book__img {
    min-height: 112px;
  }

  .form-add-book {
    padding: 15px 0px 0px 0px;
  }

  .form-add-book__wrap-body {
    padding: 0px 15px 15px 15px;
  }

  .form-add-book__title {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .form-add-book__line {
    margin: 0px 0px 15px 0px;
  }

  .form-add-book__sub-title {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-book__input {
    padding: 5px 10px 5px 10px;
  }

  .form-add-book__wrap-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .form-add-book__button {
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
    border-radius: 6px;
  }

  .form-add-book__button_black {
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 10px 8px 10px;
  }

  .popup-add-author__close-popup {
    display: none;
  }

  .popup-add-author__img {
    min-height: 112px;
  }

  .form-add-author {
    padding: 15px 0px 0px 0px;
  }

  .form-add-author__wrap-body {
    padding: 0px 15px 15px 15px;
  }

  .form-add-author__title {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .form-add-author__line {
    margin: 0px 0px 15px 0px;
  }

  .form-add-author__sub-title {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-author__input {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
  }

  .form-add-author__text {
    font-size: 12px;
    line-height: 1.4166666667;
    margin: 0px 0px 5px 0px;
  }

  .form-add-author__wrap-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .form-add-author__button {
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .form-add-author__button_black {
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 10px 8px 10px;
  }

  .popup-add-category__close-popup {
    display: none;
  }

  .popup-add-category__img {
    min-height: 112px;
  }

  .form-add-category {
    padding: 15px 0px 0px 0px;
  }

  .form-add-category__wrap-body {
    padding: 0px 15px 15px 15px;
  }

  .form-add-category__title {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .form-add-category__line {
    margin: 0px 0px 15px 0px;
  }

  .form-add-category__sub-title {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-category__input {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
  }

  .form-add-category__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-category__wrap-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .form-add-category__button {
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .form-add-category__button_black {
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 10px 8px 10px;
  }

  .popup-add-category-1__close-popup {
    display: none;
  }

  .popup-add-category-1__img {
    min-height: 112px;
  }

  .form-add-category-1 {
    padding: 15px 0px 0px 0px;
  }

  .form-add-category-1__wrap-body {
    padding: 0px 15px 15px 15px;
  }

  .form-add-category-1__title {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .form-add-category-1__line {
    margin: 0px 0px 15px 0px;
  }

  .form-add-category-1__sub-title {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-category-1__input {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
  }

  .form-add-category-1__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }

  .form-add-category-1__wrap-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .form-add-category-1__button {
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .form-add-category-1__button_black {
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 10px 8px 10px;
  }

  .popup-test-statistics__close-popup {
    display: none;
  }

  .popup-test-statistics__img {
    min-height: 112px;
  }

  .form-test-statistics {
    padding: 15px 0px 0px 0px;
  }

  .form-test-statistics__wrap-body {
    padding: 0px 15px 15px 15px;
  }

  .form-test-statistics__title {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .form-test-statistics__line {
    margin: 0px 0px 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-test-statistics__button {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 1.25;
    border-radius: 5px;
  }

  .form-test-statistics__add-category {
    margin: 0px 0px 17px 0px;
    display: block;
    font-size: 12px;
    line-height: 1.1666666667;
  }

  .test-statistics__button {
    width: 100%;
    padding: 10px 33px;
    border-radius: 6px;
  }

  .spollers_reder .spollers__body {
    width: 290px;
  }

  .spollers_reder .spollers__body .spollers__item {
    padding: 10px 10px;
  }

  .spollers_reder .spollers__body .spollers__item a {
    font-size: 16px;
    line-height: 1.25;
  }

  .spollers_reder .spollers__body ul li {
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 10px;
  }

  .spollers_add .spollers__title {
    display: block;
    font-size: 13px;
    line-height: 16.9px;
    position: relative;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .spollers_add .spollers__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/icons/add-select-mob-orange.svg") 0 0 no-repeat;
  }

  .spollers_select {
    width: auto;
  }

  .spollers_select .spollers__title {
    display: block;
  }

  .navigation__item {
    font-size: 11px;
    line-height: 1.3272727273;
    padding: 7px 12px;
  }

  .navigation__item_display-none {
    display: none;
  }

  .navigation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .header__box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

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

  .header__user {
    padding-right: 26px;
    font-size: 13px;
    line-height: 1.1538461538;
  }

  .header__user::before {
    display: block;
  }

  .header__button {
    display: none;
  }

  .first-section__wrap {
    background-color: #e68b3a;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .first-section__wrap-add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    row-gap: 0px;
  }

  .first-section__button {
    border: none;
    color: #fff;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 17.07px;
    border: none;
    border-radius: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .first-section__button.active {
    background-color: #bb7130;
  }

  .first-section__navigation {
    display: block;
  }

  .first-section__wrap-select {
    max-width: 100%;
  }

  .wrap-input {
    display: block;
    background-color: #16270f;
    margin: 15px 0px 0px 0px;
  }

  .book__column {
    width: 100%;
    padding: 0px;
  }

  .add-book {
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
  }

  .add-book__wrap-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .add-book__img {
    min-height: 196px;
    max-width: 100%;
    border-radius: 4px;
  }

  .add-book__img::after {
    width: 100%;
    height: 50%;
  }

  .add-book__img img {
    padding: 10px;
    border-radius: 24px;
  }

  .add-book__content {
    padding: 0px 15px;
    min-width: 100%;
  }

  .add-book__sub-title {
    font-size: 12px;
    line-height: 1.55;
  }

  .add-book__button {
    font-size: 12px;
    line-height: 1.1666666667;
    padding: 7.5px 30px;
  }

  .add-author {
    padding: 30px 0px;
  }

  .add-author__add {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .add-author__search input {
    font-size: 12px;
    line-height: 1.25;
  }

  .add-author__button {
    font-size: 12px;
    line-height: 1.25;
    padding: 10px 33px;
  }

  .add-author-table {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .add-author-table__item {
    border-right: #708269 solid 1px;
    font-size: 12px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 45px;
  }

  .add-author-table__item_title span:nth-child(1) {
    display: none;
  }

  .add-author-table__item_title span:nth-child(2) {
    display: block;
  }

  /*.add-author-table__item_poits::after {*/
  /*  display: block;*/
  /*}*/

  .add-author-table__item_poits {
    border-left: none;
  }

  .add-author-table__item_disply-none {
    display: none;
  }

  .add-category {
    padding: 40px 0px;
    margin: 0px 0px 15px 0px;
  }

  .add-category__button {
    padding: 10px 34px;
  }

  .add-category__button_orang {
    display: none;
  }

  .add-category__button {
    font-size: 12px;
    line-height: 1.25;
  }

  .add-category__table {
    -ms-grid-columns: 100px 1fr 1fr;
    grid-template-columns: 100px 1fr 1fr;
  }

  .add-category__item {
    border-right: #708269 solid 1px;
    font-size: 12px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 45px;
  }

  .add-category__item_disply-none {
    display: none;
  }

  /*.add-category__item_poits::after {*/
  /*  display: block;*/
  /*}*/

  .add-category__item_poits {
    border-left: none;
  }

  .add-statistics {
    padding: 40px 0px;
    margin: 0px 0px 15px 0px;
  }

  .add-statistics__title {
    font-size: 14px;
    line-height: 1.2857142857;
    margin: 0px 0px 20px 0px;
  }

  .add-statistics__button {
    font-size: 12px;
    line-height: 1.3333333333;
    border-radius: 6px;
    width: 100%;
    padding: 11px 11px;
  }

  .add-statistics__button::after {
    left: 55px;
  }

  .add-statistics__button_orang {
    display: none;
  }

  .add-statistics__button {
    font-size: 12px;
    line-height: 1.25;
  }

  .add-statistics__table {
    display: none;
  }

  .add-statistics__item {
    border-right: #708269 solid 1px;
    font-size: 12px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 45px;
  }

  .add-statistics__item_disply-none {
    display: none;
  }

  .add-statistics__item_poits::after {
    display: block;
  }

  .add-statistics__item_poits {
    border-left: none;
  }

  .add-statistics__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .edit-statistics {
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
  }

  .edit-statistics__title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
  }

  .edit-statistics__wrap-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .edit-statistics__img {
    min-height: 196px;
    max-width: 100%;
    border-radius: 4px;
  }

  .edit-statistics__img::after {
    width: 100%;
    height: 50%;
  }

  .edit-statistics__img img {
    padding: 10px;
    border-radius: 24px;
  }

  .edit-statistics__content {
    padding: 0px 15px;
    min-width: 100%;
  }

  .edit-statistics__sub-title {
    font-size: 12px;
    line-height: 1.55;
  }

  .edit-statistics__input {
    padding: 5px 20px;
  }

  .edit-statistics__button {
    font-size: 12px;
    line-height: 1.1666666667;
    padding: 7.5px 30px;
    border-radius: 6px;
    min-width: 100%;
  }

  .transition-statistics__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 20px 0px;
  }

  .transition-statistics__text {
    font-size: 12px;
    line-height: 1.25;
    margin: 0px 0px 20px 0px;
  }

  .transition-statistics__decktop {
    display: none;
  }

  .transition-statistics__mobile {
    display: block;
  }

  .statistics__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .statistics-form {
    position: absolute;
    left: 0px;
    padding: 10px;
    background-color: #335f20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .statistics-form__line {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .statistics-form__line .select {
    max-width: 100%;
  }

  .statistics-form__sub-title {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 400;
  }

  .item-transition-statistics__img {
    max-width: 280px;
    width: 100%;
  }

  .item-transition-statistics__table {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .item-transition-statistics__item {
    border-right: #708269 solid 1px;
    font-size: 12px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 45px;
    padding: 10px 60px;
  }

  .item-transition-statistics__item_disply-none {
    display: none;
  }

  .item-transition-statistics__item_points::after {
    display: block;
  }

  .section-plan {
    padding: 6 0px 40px 40px 0px;
  }

  .section-plan-form {
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    text-align: center;
  }

  .section-plan-form::before {
    left: 25px;
    background: url("../img/icons/plan-decor-mob.svg") 0 0 no-repeat;
  }

  .section-plan-form__wrap-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-plan-form__img {
    min-height: 196px;
    max-width: 100%;
    border-radius: 4px;
  }

  .section-plan-form__img::after {
    width: 100%;
    height: 50%;
  }

  .section-plan-form__img img {
    padding: 10px;
    border-radius: 24px;
  }

  .section-plan-form__content {
    margin: 0px;
    padding: 15px 15px;
    min-width: 100%;
  }

  .section-plan-form__title {
    font-size: 14px;
    line-height: 1.5714285714;
    margin: 0px 0px 5px 0px;
  }

  .section-plan-form__text {
    font-size: 12px;
    line-height: 1.5;
  }

  .section-plan-form__text p:not(:last-child) {
    margin: 0px 0px 5px 0px;
  }

  .progress {
    padding: 10px;
    border-radius: 5px;
  }

  .progress-title {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .progress-value {
    font-size: 12px;
    line-height: 1.25;
  }

  .statistics-all__title {
    font-size: 14px;
    line-height: 1.2857142857;
    margin: 0px 0px 10px 0px;
  }

  .statistics-all__text {
    font-size: 12px;
    line-height: 1.25;
    margin: 0px 0px 20px 0px;
  }

  .statistics-all__dectop {
    display: none;
  }

  .statistics-all__mobile {
    display: block;
  }

  .form-statistics-all__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-statistics-all__wrap-input {
    max-width: 100%;
  }

  .form-statistics-all__button {
    width: 100%;
  }

  .download-exele {
    padding: 40px 0px;
  }

  .form-exele {
    font-size: 12px;
    line-height: 1.25;
  }

  .form-exele__title {
    font-size: 14px;
    line-height: 1.2857142857;
    margin: 0px 0px 8px 0px;
  }

  .form-exele__wrap-img {
    max-width: 131px;
    min-height: 131px;
  }

  .form-exele__list li:not(:last-child) {
    margin: 0px 0px 5px 0px;
  }

  .form-exele__list li {
    padding-left: 12px;
  }

  .form-exele__wrao-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 17px;
  }

  .form-exele__button {
    padding: 10px 94px;
    font-size: 12px;
    line-height: 1.1666666667;
  }

  .form-exele__dekor {
    width: 104.24px;
    height: 118.21px;
    -webkit-filter: blur(26.4744px);
            filter: blur(26.4744px);
  }

  .form-exele__dowland {
    font-size: 12px;
    line-height: 1.25;
    margin: 0px 0px 19px 0px;
  }

  .form-exele__dectop {
    display: none;
  }

  .form-exele__mobile {
    display: block;
  }

  .list-user {
    padding: 40px 0px;
    margin: 0px 0px 15px 0px;
  }

  .list-user__table {
    display: none;
  }

  .card-list-user {
    display: block;
  }

  .profile {
    padding: 40px 0px;
    margin: 0px 0px 15px 0px;
  }

  .profile__table {
    display: none;
  }

  .card-profile {
    display: block;
  }

  .profile-2::after {
    width: 1000px;
    height: 1000px;
    top: -90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-radius: 500px;
  }

  .item-card-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .item-card-profile__content {
    margin: 0px;
    padding: 10px 15px;
    text-align: left;
    margin: 90px 0px 0px 0px;
  }

  .item-card-profile__bg {
    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;
    position: absolute;
    width: 150px;
    height: 150px;
    top: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .item-card-profile__bg::after {
    display: none;
  }

  .item-card-profile__wrap-img {
    margin: 0px;
    max-width: 150px;
    min-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    border: 2px solid #708269;
  }

  .item-card-profile__title {
    font-size: 14px;
    line-height: 1.2857142857;
    text-align: center;
  }

  .item-card-profile__item {
    font-size: 12px;
    line-height: 1.5;
  }

  .item-card-profile__text1 {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

@media (any-hover: hover) {
  .button_green:hover {
    -webkit-box-shadow: 0 0 5px #335f20;
            box-shadow: 0 0 5px #335f20;
  }

  .button_transparent:hover {
    color: #fff;
  }

  .button_transparent:hover::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.14429 1.49976V9.90747%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M1.94043 5.70361L10.3481 5.70361%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  }

  .button_transparent:hover::before {
    content: "";
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .button_orange:hover {
    -webkit-box-shadow: 0 0 5px #e68b3a;
            box-shadow: 0 0 5px #e68b3a;
  }

  .input_green:hover {
    -webkit-box-shadow: 0 0 5px #fff;
            box-shadow: 0 0 5px #fff;
  }

  .input_black:hover {
    -webkit-box-shadow: 0 0 5px #16270f;
            box-shadow: 0 0 5px #16270f;
  }

  .checkbox__input:not(:disabled):not(:checked) + label:hover::before {
    content: "";
    border: 1px solid #e68b3a;
  }

  .checkbox__input:not(:disabled):active + label:hover::before {
    content: "";
  }

  .form-add-book__input:hover {
    -webkit-box-shadow: 0 0 2px #16270f;
            box-shadow: 0 0 2px #16270f;
  }

  .form-add-book__button_black:hover {
    -webkit-box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
            box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
  }

  .form-add-author__input:hover {
    -webkit-box-shadow: 0 0 2px #16270f;
            box-shadow: 0 0 2px #16270f;
  }

  .form-add-author__button_black:hover {
    -webkit-box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
            box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
  }

  .form-add-category__input:hover {
    -webkit-box-shadow: 0 0 2px #16270f;
            box-shadow: 0 0 2px #16270f;
  }

  .form-add-category__button_black:hover {
    -webkit-box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
            box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
  }

  .form-add-category-1__input:hover {
    -webkit-box-shadow: 0 0 2px #16270f;
            box-shadow: 0 0 2px #16270f;
  }

  .form-add-category-1__button_black:hover {
    -webkit-box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
            box-shadow: 0 0 2px rgba(22, 39, 15, 0.3);
  }

  .navigation__item:hover {
    background-color: #4e8a35;
  }

  .wrap-content-table__сategories span:hover::after {
    content: "";
    -webkit-transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
        -ms-transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
            transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
  }

  .wrap-content-table__add span:hover::after {
    content: "";
    -webkit-transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
        -ms-transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
            transform: translate(0%, -50%) rotate(180deg) scale(1) skew(0, 0);
  }

  .wrap-content-table__events span:hover::after {
    content: "";
    -webkit-transform: translate(0%, -50%) rotate(0deg) scale(1.1) skew(0, 0);
        -ms-transform: translate(0%, -50%) rotate(0deg) scale(1.1) skew(0, 0);
            transform: translate(0%, -50%) rotate(0deg) scale(1.1) skew(0, 0);
  }

  .wrap-input__line_input-search:hover::after {
    content: "";
    -webkit-transform: translate(0%, -50%) scale(1.1);
        -ms-transform: translate(0%, -50%) scale(1.1);
            transform: translate(0%, -50%) scale(1.1);
  }
}
