@charset "UTF-8";
.test-edit-form {
  margin: 3em 14em;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1220px) {
  .test-edit-form {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 845px) {
  .test-edit-form {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .test-edit-form {
    width: 95%;
  }
  #field__analogues_list {
    width: 300px;
  }
}
.test-edit-form .save-test-form {
  display: flex;
  justify-content: space-between;
}

.test-questions-container {
  min-width: 44em;
  border: 2px solid #4E8D03;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #f5f5f5;
}

@media screen and (max-width: 760px) {
  .test-questions-container {
    min-width: 280px;
  }
}
.test-questions-container .question-text-delete-container {
  display: flex;
}

.test-questions-container .question-header {
  display: flex;
  justify-content: space-between;
}

.test-questions-container .question {
  min-width: 32em;
  border-bottom: 1px solid;
  padding-bottom: 3em;
  margin-bottom: 0;
  margin-top: 35px;
  padding-left: 30px;
}

@media screen and (max-width: 700px) {
  .test-questions-container .question {
    padding-left: 2em;
    min-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .test-questions-container .question {
    padding-right: 34px;
  }
}
@media screen and (max-width: 392px) {
  .test-questions-container .question {
    padding-right: 28px;
    padding-left: 15px;
  }
}
.test-questions-container .question .question-text-delete-container {
  align-items: baseline;
}

.test-questions-container .question .question-text-delete-container .tox-tinymce {
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: 5px 1px 23px -15px rgba(0, 0, 0, 0.44);
}

@media screen and (max-width: 600px) {
  .test-questions-container .question .question-text-delete-container .tox-tinymce {
    margin-right: 0;
  }
  .test-questions-container .question .question-text-delete-container .tox-tinymce .tox-editor-container {
    overflow-x: auto;
  }
  .test-questions-container .question .question-text-delete-container .tox-tinymce .tox-editor-container .tox-menubar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media screen and (max-width: 600px) {
  .test-questions-container .question .question-text-delete-container {
    position: relative;
  }
}
.test-questions-container .question .question-text {
  min-width: 38em;
  width: 100%;
  height: 15em;
  margin-right: 10px;
  padding: 10px 13px;
  border: 1px solid #ccc;
  box-shadow: 5px 1px 23px -15px rgba(0, 0, 0, 0.44);
}

@media screen and (max-width: 700px) {
  .test-questions-container .question .question-text {
    min-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .test-questions-container .question .question-text {
    margin-right: 0;
  }
}
.test-questions-container .question .answers {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
}

@media screen and (max-width: 1050px) {
  .test-questions-container .question .answers {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .test-questions-container .question .answers {
    margin-right: 17px;
  }
}
@media screen and (max-width: 600px) {
  .test-questions-container .question .answers {
    margin-right: 0;
  }
}
.test-questions-container .question .answers .answer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 845px) {
  .test-questions-container .question .answers .answer-header {
    flex-direction: column-reverse;
  }
}
.test-questions-container .question .answers .answer-header .title {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 845px) {
  .test-questions-container .question .answers .answer-header .title {
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .answer-header .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .test-questions-container .question .answers .answer-header .title {
    font-size: 12px;
  }
}
.test-questions-container .question .answers .answer-header .add-answer span {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 3px;
}

@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .answer-header .add-answer span {
    font-size: 24px;
    top: 2px;
  }
}
@media screen and (max-width: 450px) {
  .test-questions-container .question .answers .answer-header .add-answer span {
    font-size: 20px;
    top: 1px;
    right: 1px;
  }
}
.test-questions-container .question .answers .answer-header .add-answer:hover span {
  color: #4E8D03;
}

@media screen and (max-width: 845px) {
  .test-questions-container .question .answers .answer-header .add-answer {
    margin-left: auto;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .answer-header .add-answer {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  .test-questions-container .question .answers .answer-header .add-answer {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .test-questions-container .question .answers .answer-header .add-answer {
    font-size: 15px;
  }
}
.test-questions-container .question .answers .answer-header .add-answer:focus {
  outline: none;
}

.test-questions-container .question .answers .possible-answer {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 32em;
}

@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .possible-answer {
    min-width: 200px;
  }
}
@media screen and (max-width: 392px) {
  .test-questions-container .question .answers .possible-answer {
    margin-top: 8px;
  }
}
.test-questions-container .question .answers .possible-answer .is_true {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.test-questions-container .question .answers .possible-answer .is_true:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .possible-answer .is_true {
    font-size: 13px;
  }
}
@media screen and (max-width: 392px) {
  .test-questions-container .question .answers .possible-answer .is_true {
    font-size: 11px;
  }
}
.test-questions-container .question .answers .possible-answer .edit-answer-input {
  margin: 0.5em 20px 0.5em 0;
  height: 25px;
  padding-left: 10px;
}

@media screen and (max-width: 550px) {
  .test-questions-container .question .answers .possible-answer .edit-answer-input {
    width: 170px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 356px) {
  .test-questions-container .question .answers .possible-answer .edit-answer-input {
    width: 145px;
  }
}
.test-questions-container .question .answers .possible-answer .delete-answer {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20%;
  right: 0;
  font-size: 20px;
}

.test-questions-container .question .answers .possible-answer .delete-answer:hover {
  color: red;
}

.test-questions-container .question .answers .possible-answer .delete-answer:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .test-questions-container .question .answers .possible-answer .delete-answer {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .test-questions-container .question .answers .possible-answer .delete-answer {
    position: absolute;
    right: -24px;
  }
}
@media screen and (max-width: 450px) {
  .test-questions-container .question .answers .possible-answer .delete-answer {
    font-size: 18px;
  }
}
@media screen and (max-width: 392px) {
  .test-questions-container .question .answers .possible-answer .delete-answer {
    top: -15px;
    font-size: 14px;
  }
}
.test-questions-container .fix-tiny-mce-footer {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.test-result-cell-char {
  margin-right: 0.5em;
}

.test-result-popup {
  position: relative;
  background-color: white;
  width: 905px;
  text-align: center;
  border-radius: 10px;
  padding: 50px;
}

@media screen and (max-width: 1200px) {
  .test-result-popup {
    width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .test-result-popup {
    width: 550px;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .test-result-popup {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .test-result-popup {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .test-result-popup {
    width: 250px;
  }
}
.test-result-popup .go-main-button {
  color: #fff;
  width: 280px;
  height: 50px;
  display: inline-block;
  font-size: 20px;
  line-height: 44px;
  background-color: #448921;
}

@media screen and (max-width: 500px) {
  .test-result-popup .go-main-button {
    width: 230px;
  }
}
@media screen and (max-width: 400px) {
  .test-result-popup .go-main-button {
    width: 180px;
    font-size: 16px;
  }
}
.test-result-popup .test-result-popup__title, .test-result-popup #test-name {
  font-size: 34px;
  color: black;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .test-result-popup .test-result-popup__title, .test-result-popup #test-name {
    font-size: 24px;
  }
}
.test-result-popup .test-result-popup__desc {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .test-result-popup .test-result-popup__desc {
    font-size: 20px;
  }
}
.test-result-popup .results {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.test-result-popup .results .results__desc {
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}

@media screen and (max-width: 400px) {
  .test-result-popup .results .results__desc {
    font-size: 14px;
  }
}
.test-result-popup .results .result-circle, .test-result-popup .results .true-result-circle, .test-result-popup .results .wrong-result-circle {
  border: 4px solid;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}

@media screen and (max-width: 500px) {
  .test-result-popup .results .result-circle, .test-result-popup .results .true-result-circle, .test-result-popup .results .wrong-result-circle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .test-result-popup .results .result-circle, .test-result-popup .results .true-result-circle, .test-result-popup .results .wrong-result-circle {
    height: 90px;
    width: 90px;
    margin: 0 5px;
  }
}
.test-result-popup .results .result-circle span, .test-result-popup .results .true-result-circle span, .test-result-popup .results .wrong-result-circle span {
  font-size: 4em;
}

@media screen and (max-width: 400px) {
  .test-result-popup .results .result-circle span, .test-result-popup .results .true-result-circle span, .test-result-popup .results .wrong-result-circle span {
    font-size: 3.5em;
  }
}
.test-result-popup .results .true-result-circle {
  border-color: #448921;
  color: #448921;
}

.test-result-popup .results .wrong-result-circle {
  border-color: #EE3E3E;
  color: #EE3E3E;
}

.test-result-popup .close {
  position: absolute;
  right: 0;
}

.test-show .test-head {
  padding-left: 30px;
}

.test-show .test-head .test-show__title {
  color: #000;
  font-size: 34px;
  margin-bottom: 15px;
}

.test-show .test-head .test-show__desc {
  font-size: 18px;
  margin-bottom: 40px;
}

.test-show .test-head .test-show__desc .test-show__lil-title {
  color: #000;
}

.test-show .test-content {
  margin-bottom: 2em;
}

.test-show .test-content .question-container {
  display: flex;
  min-height: 160px;
  align-items: center;
  padding: 20px 30px;
}

@media screen and (max-width: 500px) {
  .test-show .test-content .question-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.test-show .test-content .question-container:nth-child(2n+1) {
  background: #F5F5F5;
}

.test-show .test-content .question-container .number {
  font-size: 20px;
  align-items: center;
  display: flex;
  height: 28px;
  min-width: 28px;
  background: #448921;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .test-show .test-content .question-container .number {
    margin-bottom: 15px;
    width: 28px;
  }
}
.test-show .test-content .question-container .question {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin-left: 3em;
}

@media screen and (max-width: 500px) {
  .test-show .test-content .question-container .question {
    margin-left: 25px;
  }
}
.test-show .test-content .question-container .question .question-text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.test-show .test-content .question-container .question .question-text img {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 300px;
}

@media (max-width: 400px) {
  .test-show .test-content .question-container .question .question-text img {
    max-width: 250px;
  }
}
.test-show .test-content .question-container .question .answers {
  width: 100%;
}

.test-show .test-content .question-container .question .answers .answer .answer__string {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.test-show .test-content .question-container .question .answers .answer .answer__string .answer__input[type=radio] {
  display: none;
}

.test-show .test-content .question-container .question .answers .answer .answer__string .new-radio {
  min-width: 14px;
  height: 14px;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
}

.test-show .test-content .question-container .question .answers .answer .answer__string .answer__input[type=radio]:checked + span {
  border: 5px solid #4E8D03;
  background: #fff;
}

.test-show .test-content .question-container .question .answers .answer .answer__string .answer__input {
  margin: 0 10px 0 0;
}

.test-show .test-content .question-container .question .answers .answer-text {
  line-height: 19px;
  font-size: 16px;
  margin-left: 20px;
}

.test-show .test-content #send-test-result {
  background: #448921;
  color: #fff;
  border: none;
  height: 50px;
  width: 300px;
  margin-left: 65px;
  font-size: 20px;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .test-show .test-content #send-test-result {
    width: 250px;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .test-show .test-content #send-test-result {
    width: 200px;
    font-size: 15px;
  }
}
.test-show .true-answers-explanation {
  padding: 0 9em;
  margin-top: 1.5em;
}

.test-show .true-answers-explanation .question {
  display: flex;
}

.test-show .true-answers-explanation .question b {
  text-align: left;
}

.test-show .true-answers-explanation .true-answer {
  display: flex;
}

.test-show .true-answers-explanation .true-answer b {
  text-align: left;
}

.test-show .true-answers-explanation .answer-text, .test-show .true-answers-explanation .question-text {
  width: 100%;
}

.test-questions-search {
  display: flex;
}

.test-questions-search .reset-form {
  margin-left: 4px;
}

.test-control-button, .test-edit-form .add-question, .test-edit-form .save-all-questions, .test-edit-form .create-demo-test, .test-questions-container .question .answers .answer-header .add-answer, .test-result-popup .close {
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 20px;
  top: 15px;
  right: 15px;
}

.test-control-button:focus, .test-edit-form .add-question:focus, .test-edit-form .save-all-questions:focus, .test-edit-form .create-demo-test:focus, .test-questions-container .question .answers .answer-header .add-answer:focus, .test-result-popup .close:focus {
  outline: none;
}

.test-control-button:hover span, .test-edit-form .add-question:hover span, .test-edit-form .save-all-questions:hover span, .test-edit-form .create-demo-test:hover span, .test-questions-container .question .answers .answer-header .add-answer:hover span, .test-result-popup .close:hover span {
  color: #ffd34f;
}

@media screen and (max-width: 700px) {
  .test-control-button, .test-edit-form .add-question, .test-edit-form .save-all-questions, .test-edit-form .create-demo-test, .test-questions-container .question .answers .answer-header .add-answer, .test-result-popup .close {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .test-control-button, .test-edit-form .add-question, .test-edit-form .save-all-questions, .test-edit-form .create-demo-test, .test-questions-container .question .answers .answer-header .add-answer, .test-result-popup .close {
    font-size: 15px;
  }
}
.question-control-button, .test-questions-container .delete-question, .test-questions-container .save-question {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 30px;
  font-size: 24px;
  background-color: #4E8D03;
  line-height: 0.95;
  width: 25px;
  height: 25px;
  color: #ffffff;
  cursor: pointer;
  border: none;
}

.question-control-button:hover, .test-questions-container .delete-question:hover, .test-questions-container .save-question:hover {
  background: red;
}

.question-control-button:focus, .test-questions-container .delete-question:focus, .test-questions-container .save-question:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .question-control-button, .test-questions-container .delete-question, .test-questions-container .save-question {
    margin-right: 17px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .question-control-button, .test-questions-container .delete-question, .test-questions-container .save-question {
    position: absolute;
    top: -20px;
    right: -25px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 450px) {
  .question-control-button, .test-questions-container .delete-question, .test-questions-container .save-question {
    font-size: 18px;
    line-height: 0.9;
  }
}
@media screen and (max-width: 400px) {
  .question-control-button, .test-questions-container .delete-question, .test-questions-container .save-question {
    right: -22px;
  }
}
.record-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.record-items .record-item .record-comment {
  height: 2.5em;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
}

body {
  font: normal 9pt Verdana, Arial, sans-serif;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

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

a:hover {
  color: #555;
  text-decoration: none;
}

a.img {
  border-bottom-width: 0;
}

input:disabled, input:disabled:hover {
  color: lightgrey;
  border: 1px solid #e1e1e1;
}

table.messages a {
  border-bottom-width: 0;
}

div.head {
  width: 100%;
  height: 100px;
}

div.head h1 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 15px;
  color: black;
  font: bold 28pt Verdana;
}

div.head a h1 {
  text-decoration: none;
}

.page {
  min-height: 100%;
}

@media screen and (max-width: 970px) {
  .page {
    min-height: 1190px;
  }
}
@media screen and (max-width: 530px) {
  .page {
    min-height: 1650px;
  }
}
* html .page {
  height: 100%;
  position: relative;
}

.page:after {
  content: "";
  position: absolute;
  background: url("../files/icons/bgr.png") no-repeat center;
  background-size: auto 100%;
  width: 500px;
  top: 148px;
  right: 0;
  opacity: 0.2;
  z-index: -1;
  background-position-x: right;
  height: calc(100% - 170px);
  display: block;
}

@media screen and (max-width: 1244px) {
  .page:after {
    top: 187px;
  }
}
@media screen and (max-width: 1110px) {
  .page:after {
    top: 184px;
  }
}
@media screen and (max-width: 975px) {
  .page:after {
    top: 220px;
  }
}
@media screen and (max-width: 845px) {
  .page:after {
    display: none;
  }
}
.entry-page {
  min-height: 100%;
}

.entry-page:after {
  content: "";
  position: absolute;
  background: url("../files/icons/bgr.png") no-repeat center;
  background-size: auto 100%;
  width: 500px;
  top: 106px;
  right: 0;
  opacity: 0.2;
  z-index: 1;
  background-position-x: right;
  height: calc(100% - 120px);
  display: block;
}

@media screen and (max-width: 1110px) {
  .entry-page:after {
    top: 142px;
  }
}
@media screen and (max-width: 845px) {
  .entry-page:after {
    display: none;
  }
}
.content {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

p {
  color: #3f3f3f;
}

h1.logo {
  margin-top: 10px;
  margin-bottom: 0;
}

.c1 {
  color: #80E519;
}

.c2 {
  color: #80d32F;
}

.c3 {
  color: #58BDE7;
}

.c4 {
  color: #08A4FF;
}

.c5 {
  color: #1878b2;
}

.c6 {
  font-size: 20pt;
}

table.messages {
  border: solid 1px #B9D3D8;
  height: 200px;
}

table.messages td.item {
  background-color: #F4F9FA;
  padding: 10px;
  border-bottom: solid 1px #B9D3D8;
}

table.messages td.is_readed {
  background-color: white;
}

table.user_form {
  margin: 10px 30px;
  padding: 10px;
}

table.user_form a {
  font-size: 14px;
  color: #333;
}

table.user_form input {
  font-size: 10px;
  border: solid 1px gray;
}

table.user_form button {
  font-size: 10px;
  border: solid 1px gray;
  padding: 0 5px 0 5px;
}

table.user_form td {
  font-size: 10px;
  padding-right: 30px;
  white-space: nowrap;
}

table.user_form td.logout {
  text-align: right;
}

.topright_ad {
  float: right;
  font-size: 10px;
}

.topright_ad a {
  border-width: 0;
}

.form-bg {
  height: 900px;
  min-height: 100%;
  background: #ffd34f;
  padding-top: 100px;
}

@media screen and (max-width: 971px) {
  .form-bg {
    min-height: 1100px;
  }
}
@media screen and (max-width: 530px) {
  .form-bg {
    min-height: 1448px;
  }
}
.form_header {
  color: #fff;
  font-size: 23px;
  margin-bottom: 38px;
  position: relative;
  text-shadow: 0px -1px 0px #404040;
}

.form_header:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../files/icons/close.png");
  background-size: cover;
  top: 1px;
  left: 253px;
}

.form_header:after {
  content: "";
  position: absolute;
  width: 348px;
  height: 1px;
  background: #464646;
  top: 42px;
  left: -49px;
  box-shadow: 0 1px 1px #787878;
}

.auth_input {
  width: 250px;
  height: 50px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #575757;
  box-shadow: inset 0 0 2px 2px #464646;
  padding-left: 40px;
  color: #fff !important;
  border-top: 2px solid #373737 !important;
  border-bottom: 2px solid #9d9d9d !important;
  border-left: 2px solid #5a5a5a !important;
  border-right: 2px solid #5a5a5a !important;
  font-weight: bold;
}

.auth_name {
  position: relative;
}

.auth_name:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../files/icons/person.png");
  top: 16px;
  left: 16px;
}

.auth_pass {
  position: relative;
}

.auth_pass:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../files/icons/lockk.png");
  top: 16px;
  left: 16px;
}

.auth_submit {
  background: -webkit-linear-gradient(bottom, #577d1e 0%, #7aa338 100%);
  height: 50px;
  width: 250px;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  display: block;
  margin-top: 20px;
  border-bottom: 2px solid #60812B;
  border-top: 2px solid #8CBB42;
  border-right: 2px solid #79A337;
  border-left: 2px solid #79A337;
  text-transform: uppercase;
  box-shadow: 0 0 1px 2px #404040;
}

.auth_submit:hover {
  background: -webkit-linear-gradient(bottom, #415E16 0%, #60812B 100%);
  border-bottom: 2px solid #3B5514;
  border-top: 2px solid #719733;
  border-right: 2px solid #587626;
  border-left: 2px solid #587626;
}

.form-auth-wrapper {
  max-width: 350px;
  background: #404040;
  margin: 0 auto;
  height: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid #787878;
  border-top: 2px solid #9d9d9d;
  border-bottom: 2px solid #696969;
  box-shadow: 0 0 6px 0 #404040, 0 16px 42px -11px #404040;
  background: radial-gradient(at top, #878787, #373737);
  position: relative;
  z-index: 100;
}

.form-auth {
  text-align: center !important;
}

.form, .simple-form, .sms-send-form {
  margin: 0 auto !important;
  text-align: left;
  padding: 5px;
}

.form th, .simple-form th, .sms-send-form th {
  text-align: right;
}

.form td, .simple-form td, .sms-send-form td {
  font-size: 14pt;
  padding: 5px;
}

.form input, .simple-form input, .sms-send-form input, .form textarea, .simple-form textarea, .sms-send-form textarea, .form select, .simple-form select, .sms-send-form select {
  color: #4b585a;
  border: solid 1px #B9D3D8;
}

.form .auth_forget-log-pass, .simple-form .auth_forget-log-pass, .sms-send-form .auth_forget-log-pass {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .form-singleton {
    width: 100%;
  }
}
.form-singleton .form__label {
  width: 150px;
  display: inline-table;
}

.form-singleton .form__input {
  position: relative;
}

.form-singleton .form__input:active {
  position: relative;
  border: none;
}

.form-singleton .form__auto_number {
  position: absolute;
  width: 250px;
  top: 100%;
  left: 150px;
  margin: 0 10px;
  display: none;
}

.form-singleton .form__auto_number ul {
  text-align: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px #ccc solid;
  border-top: 0;
}

.form-singleton .form__auto_number ul li {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  cursor: pointer;
}

.form-singleton .form__auto_number ul li:hover {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.messages textarea {
  width: 100%;
}

button {
  font-size: 14pt;
  padding: 0 5px 0 5px;
  border: solid 1px gray;
}

* html button {
  height: 28px;
}

.form textarea, .simple-form textarea, .sms-send-form textarea {
  height: 100px;
}

.error {
  color: red;
}

.div_register {
  float: left;
  width: 70%;
}

.div_auth {
  float: left;
  width: 30%;
}

small {
  font-size: 9pt;
  color: #6f6f6f;
}

img.rank {
  margin-right: 3px;
}

img.rank_active {
  margin-right: 3px;
  cursor: pointer;
}

.catalog_rank {
  margin-top: 10px;
}

span.head {
  color: #9f9f9f;
}

table.messages td.selected {
  background-color: white;
}

div.profile {
  float: right;
  width: 300px;
}

div.twit_block {
  float: left;
}

.clear {
  clear: both;
}

.header_quote {
  float: right;
  width: 400px;
  color: white;
  font: italic 11px Verdana;
  text-align: right;
  padding: 10px;
}

span.label_comment {
  color: #80D32F;
  border-bottom: dashed 1px #80D32F;
  cursor: pointer;
  font-size: 7pt;
}

div.comments {
  display: none;
  margin-left: 45px;
}

div.comments form {
  border: dotted 1px gray;
  margin-bottom: 5px;
}

.hide {
  display: none;
}

table.list {
  width: 100%;
  background-color: gray;
}

table.list th {
  background-color: white;
}

table.list td {
  background-color: white;
  padding: 5px;
}

span.ns_edit {
  color: #80D32F;
  border-bottom: dashed 1px #80D32F;
  cursor: pointer;
}

.ns_form input, .ns_form textarea, .ns_form select {
  font-size: 10pt;
  color: gray;
  border: solid 1px #B9D3D8;
}

.ns_form button {
  font-size: 10px;
  border: solid 1px gray;
  padding: 0 5px 0 5px;
}

.small {
  font-size: 9pt;
}

span.message {
  text-decoration: blink;
}

a.hint {
  color: black;
  text-decoration: none;
}

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

table.border1 {
  background-color: black;
}

table.border1 td, table.border1 th {
  background-color: white;
  padding: 10px;
  font: normal 8pt Verdana;
}

td.default_value {
  border: solid 1px red;
  color: red;
}

div.checkbox {
  vertical-align: top;
}

div.checkbox input {
  border-width: 0;
  width: 20px;
}

select.dateselect {
  width: auto;
}

tr.saved td, tr.stop td {
  background-color: #f2f2f2;
}

.stop {
  background-color: #f2f2f2;
}

tr.expire td, .expire {
  background-color: #ff6666;
}

tr.private td, .private {
  background-color: #f2f2f2;
}

tr.notwork td, .notwork {
  background-color: #ff6666;
}

table.tasks td.pre_deadline, .pre_deadline {
  background-color: #fcffb5;
}

table.tasks td.deadline, .deadline, .deadline_light .task-id {
  background-color: #ff6666;
}

.deadline a {
  color: black;
}

table.tasks td.undef_deadline, .undef_deadline {
  background-color: #f2f2f2;
}

table.tasks td.deadline_compleate, .deadline_compleate {
  background-color: #b5ffb7;
}

.border {
  border: solid 1px gray;
}

.list th {
  vertical-align: top;
}

.list th input, .list th select {
  border: solid 1px gray;
  font-size: 8pt;
}

.list th input {
  width: 85%;
}

.list th div.checkbox {
  font-size: 8pt;
  text-align: left;
  float: left;
}

.list th div.checkbox input {
  width: 10px;
  border-width: 0;
}

.list th div.editDate {
  float: left;
}

#num_list {
  clear: left;
}

#num_list a, #num_list strong {
  padding: 3px 7px;
  color: #363636;
  font-weight: normal;
  font-size: 12px;
}

#num_list a:hover, #num_list a.current {
  background-color: #f4f4f4;
}

#num_list strong {
  background-color: #f4f4f4;
}

.please_wait_str {
  width: 250px;
  margin: 150px auto auto auto;
  padding: 25px;
  border: solid 1px black;
  background-color: white;
  z-index: 100;
}

.content-clear {
  clear: both;
  height: 100px;
}

.header {
  padding: 0 10px 0 7px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 550px) {
  .header {
    padding: 0;
  }
}
.lock {
  position: absolute;
  top: 1em;
  right: 1em;
  display: none;
  width: 16px;
  height: 16px;
  background: url("i/lock_open.png") no-repeat;
  cursor: pointer;
}

.lock.closed {
  background-image: url("i/lock.png");
}

.header:hover .lock, .right_block:hover .lock {
  display: block;
}

.header h1 {
  margin: 0 0 0 0;
  font-size: 21pt;
}

.footer-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -54px;
  height: 72px;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  border-top: 2px solid #e2e2e2;
  padding: 10px 34px 10px;
  background: #ffffff;
}

@media screen and (max-width: 1250px) {
  .footer-home {
    padding: 10px 20px 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer-home {
    position: relative;
    height: 90px;
    align-items: flex-start;
  }
}
.footer-home p {
  text-align: center;
  font: normal 12px "Roboto", sans-serif;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 700px) {
  .footer-home p {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer-home p {
    margin: 10px 0 12px 0;
    text-align: left;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
  }
}
.footer-home .footer_logo_wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .footer-home .footer_logo_wrapper {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .footer-home .footer_logo_wrapper {
    width: 100%;
  }
}
.footer-home .logo_container {
  margin-top: 6px;
}

@media screen and (max-width: 1400px) {
  .footer-home .logo_container {
    width: 180px;
  }
  .footer-home .logo_container img:nth-child(1) {
    width: 80px;
    height: auto;
  }
  .footer-home .logo_container img:nth-child(2) {
    width: 21px;
    height: auto;
  }
  .footer-home .logo_container img:nth-child(3) {
    width: 67px;
    height: auto;
  }
}
@media screen and (max-width: 715px) {
  .footer-home .logo_container {
    width: 140px;
  }
  .footer-home .logo_container img:nth-child(1) {
    width: 60px;
  }
  .footer-home .logo_container img:nth-child(2) {
    width: 16px;
  }
  .footer-home .logo_container img:nth-child(3) {
    width: 47px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -54px;
  height: 72px;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  border-top: 2px solid #e2e2e2;
  padding: 10px 34px 10px;
}

@media screen and (max-width: 1250px) {
  .footer {
    padding: 10px 20px 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    position: relative;
    height: 90px;
    align-items: flex-start;
  }
}
.footer p {
  text-align: center;
  font: normal 12px "Roboto", sans-serif;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 700px) {
  .footer p {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer p {
    margin: 10px 0 12px 0;
    text-align: left;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
  }
}
.footer .logo_container {
  margin-top: 6px;
}

@media screen and (max-width: 1400px) {
  .footer .logo_container {
    width: 180px;
  }
  .footer .logo_container img:nth-child(1) {
    width: 80px;
    height: auto;
  }
  .footer .logo_container img:nth-child(2) {
    width: 21px;
    height: auto;
  }
  .footer .logo_container img:nth-child(3) {
    width: 67px;
    height: auto;
  }
}
@media screen and (max-width: 715px) {
  .footer .logo_container {
    width: 140px;
  }
  .footer .logo_container img:nth-child(1) {
    width: 60px;
  }
  .footer .logo_container img:nth-child(2) {
    width: 16px;
  }
  .footer .logo_container img:nth-child(3) {
    width: 47px;
  }
}
.powered_by {
  float: right;
  width: 145px;
  margin-bottom: 8px;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 1400px) {
  .powered_by {
    width: 125px;
  }
}
@media screen and (max-width: 1250px) {
  .powered_by {
    width: 115px;
  }
}
@media screen and (max-width: 715px) {
  .powered_by {
    width: 105px;
  }
}
@media screen and (max-width: 460px) {
  .powered_by {
    margin-left: auto;
  }
}
.powered_by img {
  border-width: 0;
  z-index: 100;
  width: 142px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .powered_by img {
    width: 122px;
  }
}
@media screen and (max-width: 1250px) {
  .powered_by img {
    width: 112px;
  }
}
@media screen and (max-width: 715px) {
  .powered_by img {
    width: 100px;
  }
}
.powered_by a span {
  font: normal 12px "Roboto", sans-serif;
  color: #000000;
  text-align: center;
  display: block;
}

@media screen and (max-width: 715px) {
  .powered_by a span {
    font-size: 10px;
  }
}
.tasks_view_block {
  border: solid 1px #e0e0e0;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  margin-top: 30px;
}

.tasks_view_description {
  background-color: #fbfbfb;
}

.tasks_view_block p {
  margin-top: 3px;
  margin-bottom: 13px;
}

.tasks_view_block p:last-child {
  margin-bottom: 3px;
}

.file {
  float: left;
  margin-right: 10px;
}

ul.tasks_view_status {
  padding: 0;
}

ul.tasks_view_status li {
  list-style-type: none;
  padding: 3px;
}

ul.tasks_view_status li.complete {
  background-color: #d6ffe9;
  color: gray;
}

ul.tasks_view_status li.current {
  background-color: #ffdcdc;
  color: gray;
}

.status_history {
  font-size: 10px;
  list-style: none;
  padding: 0;
}

.status_history li {
  border-bottom: solid 1px gray;
  padding: 3px 0;
}

.status_history .status_date {
  font-weight: bold;
  font-size: 12px;
  color: darkgray;
  padding-top: 20px;
}

.tasks_view_description, .tasks_veiw_files {
  max-width: 650px;
}

.right_block {
  width: 300px;
  float: right;
  font-size: 10px;
}

.right_block .app-hours {
  font-size: 200%;
}

.right_block .app-hours .no-value {
  color: red !important;
}

.right-block-wrapper {
  position: relative;
  background: #fff;
}

.right_block input, .right_block select, .right_block button, .right_block textarea {
  font: normal 10px Arial, sans-serif;
}

.tasks_set_status table {
  border-width: 0;
}

.tasks_set_status table td {
  border-width: 0;
}

table.tasks {
  width: 100%;
  background-color: gray;
  font-size: 12px;
}

table.tasks td.task-name {
  font-size: 16px;
}

table.tasks th {
  background-color: white;
}

table.tasks td {
  background-color: white;
  padding: 5px;
}

table.tasks td small {
  font-size: 9px;
}

.favicon-project {
  padding-left: 20px;
  margin-right: 20px;
}

table.tasks td .task-description {
  padding-left: 20px;
  font-size: 12px;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.task-comments .ticket_view_item {
  border-left: 2px solid #888;
}

.ticket_view_item {
  max-width: 650px;
}

.ticket_view_item.own-comment {
  border: solid 1px #e0e0e0;
}

.extraHoursContainer {
  display: none;
}

.isExtraHoursRequest {
  background-color: #badafb;
}

.isExtraHoursRequest .extraHoursContainer {
  display: initial;
}

.extraHoursRequestStatus {
  background-color: #badafb;
}

.isExtraHoursRequest button:hover {
  background-color: white;
}

.clientAccepted {
  background-color: #b5f3ba;
}

.clientDeclined {
  background-color: #f58d8d;
}

.extraHoursContainer img {
  margin-left: 5px;
  margin-right: 5px;
}

.ticket_view_item .avatar_img {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

textarea.ticket_content {
  width: 450px;
  height: 200px;
  font-size: 12px;
}

.header_avatar {
  float: right;
  margin-top: -9px;
}

.header_user_stat {
  float: right;
  margin-right: 20px;
  text-align: right;
  font-size: 8pt;
}

table.hours {
  width: 100%;
  background-color: white;
  font-size: 10px;
}

table.hours th {
  background-color: white;
}

table.hours td {
  background-color: white;
  padding: 5px;
}

table.hours td small {
  font-size: 9px;
}

table td.hours {
  width: 35px;
  height: 15px;
  background-color: #B5FFB7;
  text-align: center;
}

table.hours td.weekend {
  background-color: #FF6666;
}

td.task {
  width: 200px;
}

table.hours td h2 {
  margin-bottom: 0;
}

span.task_name {
  font-size: 10pt;
}

span.station_name {
  font-size: 12pt;
}

.ticket_massage_home {
  font-size: 10pt;
}

.tickets_item td {
  border-bottom: solid 1px black;
}

.equator {
  border-right: dotted 2px gray;
}

div.content table.hours td.today {
  background-color: #fff8a4;
}

#extraHoursRow {
  display: none;
}

#extraHoursRequest {
  text-decoration-style: dotted;
}

.ui-dialog {
  width: 750px !important;
  left: 550px !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px !important;
}

.ui-dialog label {
  font-size: 12pt !important;
}

table#table_log_payment {
  width: 100%;
}

#lb_change_payment_sum_part {
  margin: 15px 0 0 7px;
}

#ul_change_payment span {
  margin: 0 0 0 7px;
}

.change_payment {
  cursor: pointer;
}

#change_payment_sum_part_validation {
  display: none;
  color: red;
}

#paidSum small {
  color: green;
}

#noPaidSum {
  color: red;
}

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

#ul_change_payment {
  border: 0;
  padding: 0;
  margin: 20px 0 0;
  display: none;
}

#ul_change_payment label {
  height: 24px !important;
  display: block;
  margin: 0;
  padding: 0;
}

#ul_change_payment label:last-child {
  margin-top: 5px !important;
  font-size: 12px !important;
}

#chall {
  margin-top: 5px !important;
  font-size: 12px !important;
}

.bill_parts, #checkall {
  width: 30px !important;
  padding: 0;
  margin: 0;
  float: left;
}

#ul_change_payment label p {
  position: relative;
  margin: 0;
  height: 100%;
  line-height: 24px;
}

#ul_log_payment {
  list-style: none;
  padding: 0 0 0 8px;
  margin-bottom: 0;
}

.log_payment:hover, .hideOldEntriesContainer span:hover {
  cursor: pointer;
  color: #000080;
}

.log_payment, .hideOldEntriesContainer span {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

.projectHoursTd {
  white-space: nowrap;
}

.monitoring_outer {
  padding-left: 20px;
  width: 95%;
}

.legend {
  font-size: 12px;
}

.legend div {
  margin-top: 5px;
}

.legend div span {
  padding: 0 2px;
}

.tasks_days {
  padding-left: 20%;
  padding-bottom: 5px;
  width: 80%;
  box-shadow: 0 2px 0 0 rgba(175, 175, 175, 0.75);
  font-size: 12px;
}

.tasks_days .scale_days {
  display: inline-block;
}

.tasks_days .scale_days:last-child {
  width: 0 !important;
}

.monitoring_inner {
  padding: 5px 0;
  font-size: 12px;
  box-shadow: 0 1px 0 0 rgba(175, 175, 175, 0.75);
}

.monitoring_inner_free {
  padding: 5px 0;
  font-size: 12px;
  box-shadow: inset 0 2px 0 0 rgba(175, 175, 175, 0.75), 0 1px 0 0 rgba(175, 175, 175, 0.75);
}

.monitoring_name {
  display: inline-block;
  width: 19%;
  height: 22px;
  float: left;
  position: relative;
  text-align: right;
  padding-right: 1%;
}

.free_tasks {
  top: 10px;
}

.monitoring_name img {
  vertical-align: middle;
}

.monitoring_hours_wrap {
  display: inline-block;
  width: 80%;
}

.monitoring_hours, .monitoring_hours_os {
  padding: 2px 0 2px 5px;
}

.monitoring_hours {
  background-color: #7DCA7B;
  border: 1px solid #24B120;
  margin-bottom: 2px;
}

.monitoring_hours_os {
  background-color: #8BB2E6;
  border: 1px solid #386CB1;
}

.monitoring_hours_tasks, .monitoring_hours_tasks_os {
  min-width: 500px;
}

div.project_bill_act p {
  font: normal 10pt Arial;
}

.manager_table {
  width: 100%;
  font-size: 11pt;
}

.manager_table td {
  padding: 4px 8px;
}

.manager_table td.m_spacer {
  padding: 0;
  height: 2px;
  background-color: darkgray;
}

.m_project_info td {
  font-size: 13pt;
  padding-top: 20px;
}

table .m_bg_1 td {
  background-color: whitesmoke;
}

table .m_bg_1:hover td {
  background-color: beige;
}

table .m_bg_0 td {
  background-color: #ffffff;
}

table .m_bg_0:hover td {
  background-color: beige;
}

.p_title {
  margin-bottom: 10px;
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 13pt;
  color: #000000;
}

.contact-info {
  margin-top: 15px;
  margin-bottom: 15px;
}

span.t_red {
  color: red;
}

span.t_green {
  color: green;
}

.b_green {
  background-color: lightgreen;
  padding: 2px 4px;
}

td .b_red {
  background-color: red;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 4px;
  width: 75px;
}

.b_yellow {
  background-color: yellow;
  padding: 2px 4px;
}

.dashed {
  border-bottom: dashed 1px #00C0F3;
  cursor: pointer;
}

body div.page div.content .s10_low {
  background: #ffffff;
  color: green;
}

body div.page div.content .s20_normal {
  background: lightgreen;
  color: black;
}

body div.page div.content .s30_serious {
  background: #8C1801;
  color: #ffffff;
}

body div.page div.content .s40_critical {
  background: red;
  color: #ffffff;
}

body div.page div.content .s50_emergency {
  background: #FFE3E3;
  color: #C00;
}

body div.page div.content .wait_appraisal {
  background: #ffc600;
  color: black;
}

body div.page div.content .appraisal {
  background: #7B35DB;
  color: white;
}

body div.page div.content .noconfirm_appraisal {
  background: #C60;
  color: #ffffff;
}

body div.page div.content .confirm_appraisal {
  background: #fff;
  color: #64992C;
}

body div.page div.content .accepted {
  background: #fff;
  color: #000;
}

body div.page div.content .discussion {
  background: #06C;
  color: #fff;
}

body div.page div.content .worked, body div.page div.content .opened_second {
  background: #fff;
  color: #06C;
}

body div.page div.content .wait_testing {
  background: #DDDFDF;
  color: #64992C;
}

body div.page div.content .noconfirm_testing {
  background: #FFE3E3;
  color: #C00;
}

body div.page div.content .testing_test {
  background: #ff8900;
  color: #000;
}

body div.page div.content .testing {
  background: #8C1801;
  color: #fff;
}

body div.page div.content .waiting_to_live {
  background: #fff;
  color: #00cc00;
}

body div.page div.content .confirm_testing {
  background: #D9FFC8;
  color: #000;
}

body div.page div.content .complete {
  background: #393;
  color: #fff;
}

body div.page div.content .p3 {
  background: #FFE3E3;
  color: #C00;
}

body div.page div.content .p2 {
  background: #C60;
  color: #ffffff;
}

body div.page div.content .p1 {
  background: #8C1801;
  color: #fff;
}

body div.page div.content .p0 {
  background: #DDDFDF;
  color: #64992C;
}

body div.page div.content .p-1 {
  background: #fff;
  color: #64992C;
}

body div.page div.content .unread-task {
  background: #D9FFC8;
}

.date_last input, .date_next input, .date_next_agreement input, .date_last_agreement input {
  width: 75px;
  border-width: 0;
  cursor: pointer;
}

.date_next_agreement, .date_last_agreement {
  white-space: nowrap;
}

input.budget {
  width: 40px;
}

#agreement_edit .first-line td {
  padding-bottom: 20px;
  padding-top: 20px;
}

.ui-dialog label {
  font-size: 8pt;
}

.agreement_content {
  cursor: pointer;
}

.status_label, .project_edit_button, .manager_project_show {
  cursor: pointer;
  border-bottom: 1px dotted black;
}

.agreement_content:hover, .status_label:hover, .project_edit_button:hover, .manager_project_show:hover {
  border-bottom: 1px dashed blue;
}

.sub-tasks .tasks {
  width: auto;
}

.sub-tasks .tasks.extended {
  width: 1000px;
}

.sub-tasks .tla {
  display: none;
}

.docs, .doc_edit_info {
  width: 90%;
  margin: 0 auto;
  font: normal 14px Arial, sans-serif;
}

.docs input[type=text] {
  width: 550px;
  padding: 4px;
  border: 1px solid #00C0F3;
  margin-top: 5px;
}

.docs textarea {
  width: 550px;
  padding: 4px;
  border: 1px solid #00C0F3;
  margin-top: 5px;
  resize: none;
  height: 150px;
  background-color: transparent;
}

.docs_error {
  display: block;
  padding: 5px 0 0;
  color: #ff0000;
}

.error_show {
  display: none;
}

.doc_a4 {
  margin: 0 auto;
  width: 840px;
}

#add_description {
  height: 100%;
}

.doc_content ol {
  padding-left: 10px;
}

.doc_content ol li {
  padding-left: 2px;
}

.footer_details {
  vertical-align: top;
  padding: 0;
}

table.docs_list {
  width: 100%;
  margin: 0 auto;
  font: normal 12px Arial, sans-serif;
}

table.docs_files {
  width: 90%;
  margin: 0 auto;
  font: normal 14px Arial, sans-serif;
  border-collapse: collapse;
}

table.docs_files td {
  border-bottom: 1px solid #222;
  padding: 5px;
}

table.docs_files th {
  text-align: left;
  border-bottom: 1px solid #222;
  padding: 5px;
}

.doc_f-table_action {
  min-width: 165px;
}

.doc_f-table_comment {
  min-width: 250px;
}

.files_comment {
  width: 450px;
  height: 100px;
}

.width {
  width: 90%;
  margin: 0 auto;
}

.files_remove {
  color: #aaa;
}

.doc_edit_info {
  font-style: italic;
  color: #aaa;
  border-left: 1px solid #ff0000;
  padding-left: 10px;
}

.MultiFile-remove:after {
  margin-top: 10px;
}

.MultiFile-title {
  margin-bottom: 20px;
}

.files_add_info {
  margin-top: 10px;
  display: block;
}

::-webkit-input-placeholder::before, ::-moz-placeholder::before, :-ms-input-placeholder::before {
  content: "FIRST\aSECOND\aTHIRD";
}

* {
  box-sizing: border-box;
}

.disabled_on {
  background-color: #F2F1F0 !important;
}

.data-edits {
  min-height: 80px;
  resize: vertical;
  background-color: #fff !important;
}

.textarea-placeholder {
  position: relative;
}

.textarea-placeholder div {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 550px;
  height: 100%;
  padding: 10px 6px;
  background-color: #fff;
  color: #aaa;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #555;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.doc-full-info-description {
  max-height: 400px;
  overflow: scroll;
}

del.diffmod {
  background-color: rgba(255, 0, 0, 0.5);
}

ins.diffmod, ins.diffins {
  background-color: rgba(0, 255, 0, 0.5);
}

.status {
  display: block;
  width: 400px;
  margin: 15px 0;
  padding: 15px;
}

.current_status {
  display: inline;
  font-weight: normal;
}

.status.status_0 {
  opacity: 0.5;
}

.status_0 {
  background-color: aliceblue;
}

.status_1 {
  background-color: #d4e8d1;
}

.status_100 {
  background-color: #fa0;
}

.status_101 {
  background-color: #faa;
}

.status_199 {
  background-color: #f0a;
}

.status_255 {
  background-color: #aaf;
  opacity: 0.5;
}

.status.status_0 {
  display: none;
}

.status.report_extended.status_0 {
  display: block;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

.column {
  padding: 15px;
}

.input, .test-questions-container .question .answers .possible-answer .edit-answer-input, .test-questions-search input, .input-submit, .left-menu-input, .submit-filter {
  padding: 1px 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  height: auto;
  max-width: 100%;
}

.input:hover, .test-questions-container .question .answers .possible-answer .edit-answer-input:hover, .test-questions-search input:hover, .input-submit:hover, .left-menu-input:hover, .submit-filter:hover {
  color: #555;
}

.input.multiple, .test-questions-container .question .answers .possible-answer .multiple.edit-answer-input, .test-questions-search input.multiple, .multiple.input-submit, .multiple.left-menu-input, .multiple.submit-filter {
  height: auto;
}

input.input, .test-questions-container .question .answers .possible-answer input.edit-answer-input, .test-questions-search input, input.input-submit, input.left-menu-input, input.submit-filter {
  padding: 1px 2px;
}

select.multiple {
  width: 100%;
}

.datepicker-here {
  width: 87px;
}

#reportrange {
  width: 400px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.input-selector {
  margin: 10px 0;
}

.input-submit {
  padding: 6px !important;
}

.selected {
  background-color: #eee;
}

.new_selected {
  background-color: #fffaef;
}

.item {
  list-style: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px 0;
}

.report .item {
  width: 300px;
}

.list {
  padding-left: 0;
}

.list .item {
  width: 500px;
}

@media screen and (max-width: 845px) {
  .list .item {
    width: 100%;
  }
}
.item a {
  padding-right: 6px;
}

.created_by, .modified_by {
  text-align: center !important;
}

thead .table__cell {
  border-top: none;
}

thead tr:first-child td a, thead tr:first-child td {
  color: #fff !important;
  font-size: 15px !important;
}

thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

thead tr:nth-child(2) td {
  background: #e6e6e6 !important;
  border: none;
}

.table__cell {
  padding: 0 2px;
  border-top: 1px solid #ededed;
  height: 40px;
  font-size: 15px;
}
.table__cell.phone {
  white-space: nowrap;
}
.table__cell.yellow-purchase {
  background-color: #f3f370;
}
.table__cell.red-purchase {
  background-color: rgba(255, 0, 0, 0.2);
}
.table__cell.service_type {
  height: unset;
  display: flex;
  flex-direction: column;
}

.table, .items {
  margin-top: 30px;
}

.item__name {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.back {
  margin: 10px 0;
}

.back a {
  padding: 5px 0;
  color: #777;
}

.form, .simple-form, .sms-send-form {
  margin-top: 40px;
}

.form__category {
  width: 500px;
  border: solid 1px #B9D3D8;
}

.form__category-title {
  background-color: #eef7f9;
  padding: 10px;
}

.form__category-title h3 {
  background-color: #eef7f9;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.form__category-content {
  padding: 10px;
}

.form__category-content .form__line--role, .form__category-content .tooltip-box {
  display: inline;
}

.form__category-content .tooltip-box {
  position: relative;
}

.form__category-content .tooltip-box:hover .tooltip-box__text {
  display: block;
}

.form__category-content .tooltip-box .tooltip-box__text {
  display: none;
  width: 300px;
  background-color: #eef7f9;
  padding: 15px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-100%);
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .form__category-content .tooltip-box .tooltip-box__text {
    width: 230px;
  }
}
.form__category-content .tooltip-box .tooltip-box__text:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eef7f9;
  position: absolute;
  left: -5px;
  transform: rotate(-24deg);
  bottom: -2px;
}

.form__category-content .tooltip-box .tooltip-box__text span {
  font-weight: bold;
}

.form__category-content .tooltip-box .tooltip-box__icon {
  width: 20px;
  height: 10px;
}

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

.form__image-line {
  display: flex;
  flex-wrap: wrap;
}

.form__image-box {
  width: 150px;
  height: 100px;
  border: 1px solid black;
  margin: 2px;
  position: relative;
  text-align: center;
}

.form__image-box input[type=submit] {
  position: absolute !important;
  right: 0;
  width: 30px !important;
  padding: 0;
}

.form__image-box input[type=submit]:hover {
  cursor: pointer;
  background-color: white;
}

.form__image-box img {
  width: 100%;
  height: 100%;
}

.form__image {
  width: 100%;
  margin: 3px;
}

.form input[type=submit], .simple-form input[type=submit], .sms-send-form input[type=submit] {
  width: 200px;
}

.form__label {
  color: #4b585a;
  width: 100%;
}

.form__input, .form .tooltip, .simple-form .tooltip, .sms-send-form .tooltip {
  width: 100%;
}

.form__input[type=checkbox] {
  width: auto;
}

button.form__input {
  color: #242424;
}

button {
  color: #242424;
}

.red {
  color: red;
  border: red solid 1px;
}

.time {
  font-size: 10pt;
  color: #555;
}

.sale {
  margin: 10px 0 0;
}

.modal, .modal-grid {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
}

.modal__back {
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  background-color: #000;
  opacity: 0.5;
  z-index: -100;
  top: 0;
  right: 0;
  left: 0;
}

.modal__form {
  margin: 80px auto;
  width: 400px;
  padding: 10px 20px 30px;
  border-radius: 10px;
  z-index: 10;
  background-color: #fff;
}

.modal__form-local {
  position: absolute;
  padding: 10px 10px 20px;
  border-radius: 5px;
  z-index: 110;
  background-color: #fff;
}

.modal form, .modal-grid form {
  display: flex;
  flex-direction: column;
}

.modal form > *, .modal-grid form > * {
  margin: 5px 0;
}

.modal form input[type=submit], .modal-grid form input[type=submit] {
  margin-top: 30px;
}

.sale-comment {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}

.has_sale {
  background-color: #fff;
}

.other_data {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  font-size: 10px;
  color: #555;
  display: inline-block;
}

.other_data__mac {
  width: 150px;
}

.other_data__threshold {
  width: 60px;
}

.sale-comment-title {
  margin: 5px 0 2px;
}

.tooltip {
  font-size: 10px;
}

.items > div {
  margin-right: 15px;
}

.btn-station-cash, .btn-link {
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  position: relative;
  bottom: 33px;
  left: 210px;
  display: block;
  width: 17px;
}

@media screen and (max-width: 970px) {
  .btn-station-cash, .btn-link {
    left: 180px;
  }
}
#pseudo-btn-link:checked ~ .cash-statements {
  display: block;
}

#pseudo-btn-link:checked ~ .btn-link {
  transform: rotate(90deg);
}

#pseudo-btn-station-cash, #pseudo-btn-link {
  display: none;
}

#pseudo-btn-station-cash:checked ~ .station-cash {
  display: block;
}

#pseudo-btn-station-cash:checked ~ .btn-station-cash {
  transform: rotate(90deg);
}

.station-cash, .cash-statements {
  display: none;
}

.btn_left_menu {
  display: none;
}

@media screen and (max-width: 970px) {
  .btn_left_menu {
    display: block;
    width: 100px;
    height: 30px;
    background: #ffffff;
    cursor: pointer;
    color: #000000;
    margin-left: 10px;
    border: 1px solid;
    text-align: center;
    padding-top: 8px;
  }
}
@media screen and (max-width: 550px) {
  .btn_left_menu {
    margin-left: 5px;
  }
}
@media screen and (max-width: 410px) {
  .btn_left_menu {
    margin-left: 15px;
  }
}
#pseudo-btn {
  display: none;
}

#pseudo-btn:checked ~ .left-container, #pseudo-btn:checked ~ .right-container {
  display: block;
}

.left-container, .right-container {
  width: 230px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 970px) {
  .left-container, .right-container {
    display: none;
    position: absolute;
    z-index: 101;
    background: #ffffff;
    border: 1px solid #000000;
    margin-left: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .left-container, .right-container {
    margin-left: 5px;
  }
}
@media screen and (max-width: 410px) {
  .left-container, .right-container {
    margin-left: 15px;
  }
}
.left-container .list, .right-container .list {
  width: 100%;
}

.left-container .list .item, .right-container .list .item {
  width: 100%;
}

.left-container #addClientForm, .right-container #addClientForm {
  margin-top: 17px;
}

.left-container .rangeInputsContainer, .right-container .rangeInputsContainer, .left-container .rangeInputsContainerGroup, .right-container .rangeInputsContainerGroup {
  display: flex;
  align-items: end;
}

.left-container .rangeInputsContainer p, .right-container .rangeInputsContainer p, .left-container .rangeInputsContainerGroup p, .right-container .rangeInputsContainerGroup p {
  margin-bottom: 5px;
  margin-right: 10px;
  width: 40px;
}

.left-container .rangeInputsContainer div .form__label, .right-container .rangeInputsContainer div .form__label, .left-container .rangeInputsContainerGroup div .form__label, .right-container .rangeInputsContainerGroup div .form__label {
  margin-right: 5px;
}

.left-container .rangeInputsContainerGroup, .right-container .rangeInputsContainerGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.left-container .rangeInputsContainerGroup input, .right-container .rangeInputsContainerGroup input {
  width: 3em;
}

.left-container .rangeInputsContainerGroup p, .right-container .rangeInputsContainerGroup p {
  margin-bottom: 7px;
}

.left-container .group-filter-container, .right-container .group-filter-container {
  display: flex;
  justify-content: space-between;
}

.left-container .arrow-search, .right-container .arrow-search {
  max-width: 9.5em;
}

.left-container .arrow-search.last-input, .right-container .arrow-search.last-input {
  margin-top: 15px;
}

.left-container .search-client_title, .right-container .search-client_title {
  display: inline-block;
  margin: 0 0 5px;
}

.left-container .search-big-arrow, .right-container .search-big-arrow {
  vertical-align: middle;
  border: none !important;
  margin-left: 5px;
}

.datetime__input {
  background: transparent;
  height: 21px;
}

#state_number {
  max-width: 8em !important;
}

.right-container {
  float: right;
}

.main-container {
  width: calc(100% - 250px);
  display: inline-block;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 970px) {
  .main-container {
    width: 100%;
  }
}
.container {
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
  .container {
    width: 100%;
  }
}
.bg-img {
  position: absolute;
  right: 0;
  top: 74px;
  opacity: 0.4;
}

.container_home {
  width: 100%;
  min-height: 100%;
  height: -moz-max-content;
  height: max-content;
  background: #ffd34f;
}

@media screen and (max-height: 1440px) {
  .container_home {
    height: -moz-max-content;
    height: max-content;
    min-height: 89vh;
  }
}
@media screen and (max-width: 970px) {
  .container_home {
    height: -moz-max-content;
    height: max-content;
    min-height: 980px;
  }
}
@media screen and (max-width: 600px) {
  .container_home {
    height: -moz-max-content;
    height: max-content;
    min-height: 1080px;
  }
}
@media screen and (max-width: 530px) {
  .container_home {
    height: -moz-max-content;
    height: max-content;
    min-height: 1500px;
  }
}
.advantages {
  position: relative;
  z-index: 100;
  width: 1300px;
  padding: 75px 0 122px 0;
  margin: 0 0 0 76px;
}

@media screen and (min-width: 1600px) {
  .advantages {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .advantages {
    width: 1200px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .advantages {
    width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages {
    width: 1050px;
  }
}
@media screen and (max-width: 1130px) {
  .advantages {
    width: 930px;
  }
}
@media screen and (max-width: 1040px) {
  .advantages {
    width: 900px;
  }
}
@media screen and (max-width: 975px) {
  .advantages {
    width: 830px;
  }
}
@media screen and (max-width: 890px) {
  .advantages {
    width: 720px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 845px) {
  .advantages {
    z-index: 0;
  }
}
@media screen and (max-width: 800px) {
  .advantages {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 530px) {
  .advantages {
    position: relative;
  }
}
.advantage_container {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 890px) {
  .advantage_container {
    width: 720px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container {
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  .advantage_container {
    width: 80%;
  }
}
@media screen and (max-width: 565px) {
  .advantage_container {
    width: 90%;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container {
    width: 100%;
  }
}
.advantage_container:last-child {
  margin-left: 70px;
}

@media screen and (max-width: 1400px) {
  .advantage_container:last-child {
    width: 1100px;
  }
}
@media screen and (max-width: 1280px) {
  .advantage_container:last-child {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .advantage_container:last-child {
    width: 930px;
  }
}
@media screen and (max-width: 1130px) {
  .advantage_container:last-child {
    width: 820px;
  }
}
@media screen and (max-width: 1040px) {
  .advantage_container:last-child {
    width: 800px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container:last-child {
    width: 700px;
  }
}
@media screen and (max-width: 890px) {
  .advantage_container:last-child {
    width: 670px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container:last-child {
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .advantage_container:last-child {
    width: 80%;
  }
}
@media screen and (max-width: 565px) {
  .advantage_container:last-child {
    width: 90%;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container:last-child {
    display: block;
  }
}
.advantage_container.admin_view {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.advantage_container.admin_view::-webkit-scrollbar {
  width: 0;
}

.advantage_container.usual_view {
  justify-content: space-around;
}

.advantage_container .rating {
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .advantage_container .rating {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .rating {
    margin: 1em;
    width: 13em;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .rating {
    margin: 0 auto 50px;
    width: 100%;
  }
  .advantage_container .rating .station_rating {
    margin-left: auto;
    margin-right: auto;
  }
}
.advantage_container .rating .station_rating {
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
  margin-top: 10px;
}

@media screen and (max-width: 975px) {
  .advantage_container .rating .station_rating {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .advantage_container .rating .station_rating {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .rating .station_rating {
    width: 156px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .rating .station_rating .image_icon {
    width: 32px;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .rating .station_rating .image_icon {
    width: 34px;
  }
}
.advantage_container .rating .station_rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.advantage_container .rating .station_rating:not(:checked) > label {
  float: right;
  width: 50px;
  height: 60px;
  padding: 0 0.1em;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.33);
  position: relative;
}

@media screen and (max-width: 1180px) {
  .advantage_container .rating .station_rating:not(:checked) > label {
    margin-right: 5px;
    width: 40px;
    height: 50px;
  }
}
.advantage_container .rating .station_rating:not(:checked) > label:before {
  content: "★";
  font-size: 55px;
  font-weight: bold;
}

@media screen and (max-width: 1180px) {
  .advantage_container .rating .station_rating:not(:checked) > label:before {
    font-size: 45px;
  }
}
.advantage_container .rating .station_rating > input:checked ~ label {
  color: #000000;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.33);
}

.advantage_container .rating .station_rating:not(:checked) > label:hover, .advantage_container .rating .station_rating:not(:checked) > label:hover ~ label {
  color: #000000;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.33);
}

.advantage_container .rating .station_rating > input:checked + label:hover, .advantage_container .rating .station_rating > input:checked + label:hover ~ label, .advantage_container .rating .station_rating > input:checked ~ label:hover, .advantage_container .rating .station_rating > input:checked ~ label:hover ~ label, .advantage_container .rating .station_rating > label:hover ~ input:checked ~ label {
  color: #000000;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.33);
}

.advantage_container .rating .station_rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.advantage_container .rating .rating_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage_container .rating .rating_content .rating-value {
  padding: 0;
  font: bold 79px "Roboto", sans-serif;
  color: #000000;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.32);
  display: inline-block;
}

@media screen and (max-width: 1130px) {
  .advantage_container .rating .rating_content .rating-value {
    font-size: 65px;
  }
  .advantage_container .rating .station_rating img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .rating .rating_content .rating-value {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  .advantage_container .rating .rating_content .rating-value {
    text-align: center;
  }
}
.advantage_container .rating .rating_content span {
  font: bold 29px "Roboto", sans-serif;
  color: #000000;
  text-shadow: -5px 3px 7px rgba(0, 0, 0, 0.32);
  width: 115px;
  display: inline-block;
}

@media screen and (max-width: 1130px) {
  .advantage_container .rating .rating_content span {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .advantage_container .rating .rating_content span {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .rating .rating_content span {
    width: 80px;
    font-size: 18px;
    margin-left: 0;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .rating .rating_content span {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .advantage_container .birthday {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .birthday {
    margin: 1em;
    width: 13em;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .birthday {
    margin: 0 0 50px;
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .birthday {
    margin-left: 0;
    width: 40%;
    margin: 0 0 50px 0;
  }
}
.advantage_container .birthday img {
  width: 81px;
  height: 78px;
  display: block;
  margin: 0 auto 26px;
}

@media screen and (max-width: 1130px) {
  .advantage_container .birthday img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .birthday img {
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .birthday img {
    margin-bottom: 16px;
    margin-top: 10px;
  }
}
.advantage_container .birthday p {
  font: bold 24px "Roboto", sans-serif;
  color: #000000;
  width: 200px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1130px) {
  .advantage_container .birthday p {
    font-size: 18px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .birthday p {
    font-size: 15px;
  }
}
@media screen and (max-width: 890px) {
  .advantage_container .birthday p {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .birthday p {
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .birthday p {
    width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .birthday p {
    width: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .advantage_container .number {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .number {
    margin: 1em;
    width: 13em;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .number {
    margin: 0 auto 50px;
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .number {
    margin-right: 0;
    width: 40%;
    margin: 0 0 50px 0;
  }
}
.advantage_container .number p {
  font: bold 66px "Roboto", sans-serif;
  color: #000000;
  margin: 10px 0 0 0;
  text-align: center;
  padding-bottom: 28px;
  line-height: 1;
}

@media screen and (max-width: 1130px) {
  .advantage_container .number p {
    font-size: 55px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .number p {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .number p {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .number p {
    font-size: 55px;
    padding-bottom: 17px;
  }
}
.advantage_container .number span {
  font: bold 24px "Roboto", sans-serif;
  color: #000000;
  width: 200px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1130px) {
  .advantage_container .number span {
    font-size: 18px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .number span {
    font-size: 15px;
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .number span {
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .number span {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .number span {
    width: 110px;
    font-size: 14px;
  }
}
.advantage_container .main-page-item .middle-text {
  font: bold 24px "Roboto", sans-serif;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1130px) {
  .advantage_container .main-page-item .middle-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .main-page-item .middle-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 890px) {
  .advantage_container .main-page-item .middle-text {
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .main-page-item .middle-text {
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .main-page-item:nth-of-type(7) p {
    margin-right: 8px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .main-page-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em;
    width: 13em;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .main-page-item {
    margin: 0 auto 50px 0;
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .main-page-item {
    margin-left: 0;
    width: 40%;
    margin: 0 0 50px 0;
  }
}
.advantage_container .main-page-item p {
  font: bold 66px "Roboto", sans-serif;
  color: #000000;
  text-align: center;
  margin: 10px 0 28px 10px;
  line-height: 1;
}

@media screen and (max-width: 1130px) {
  .advantage_container .main-page-item p {
    font-size: 55px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .main-page-item p {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .main-page-item p {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.advantage_container .main-page-item span {
  font: bold 24px "Roboto", sans-serif;
  color: #000000;
  width: 10em;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 1130px) {
  .advantage_container .main-page-item span {
    font-size: 18px;
  }
}
@media screen and (max-width: 975px) {
  .advantage_container .main-page-item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 890px) {
  .advantage_container .main-page-item span {
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .advantage_container .main-page-item span {
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  .advantage_container .main-page-item span {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .advantage_container .main-page-item span {
    width: 110px;
    font-size: 14px;
  }
}
.advantage_container .in-adv-parts {
  width: 100%;
}

.articles-container {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .articles-container {
    width: 70%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .articles-container {
    width: 80%;
  }
}
@media screen and (max-width: 565px) {
  .articles-container {
    width: 90%;
  }
}
@media screen and (max-width: 530px) {
  .articles-container {
    width: 100%;
  }
}
.articles-container .article {
  display: inline-block;
  width: 25%;
  height: 17em;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .articles-container .article {
    margin: 1em;
    width: 13em;
  }
}
@media screen and (max-width: 530px) {
  .articles-container .article {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .articles-container .article {
    width: 40%;
  }
}
.articles-container .article .img-wrap {
  height: 83px;
}

@media screen and (max-width: 975px) {
  .articles-container .article .img-wrap {
    height: 60px;
  }
}
.articles-container .article img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 975px) {
  .articles-container .article img {
    height: 60px;
  }
}
.articles-container .article p {
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1130px) {
  .articles-container .article p {
    font-size: 18px;
  }
}
@media screen and (max-width: 975px) {
  .articles-container .article p {
    font-size: 15px;
  }
}
@media screen and (max-width: 530px) {
  .articles-container .article p {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 420px) {
  .articles-container .article p {
    width: 110px;
    font-size: 14px;
  }
}
.green_line {
  width: 95%;
  height: 10px;
  background: #1d9002;
  margin: 45px 0 45px 40px;
}

@media screen and (max-width: 800px) {
  .green_line {
    width: 80%;
    box-shadow: -5px 3px 7px rgba(0, 0, 0, 0.32);
    height: 5px;
  }
}
@media screen and (max-width: 530px) {
  .green_line {
    display: none;
  }
}
.flex-container {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.flex-container .container-item {
  padding: 20px;
  flex-wrap: wrap;
}

.left-menu {
  padding: 0;
  display: block;
}

.menu-item {
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 845px) {
  .menu-item {
    text-align: center;
  }
}
.menu-item a {
  width: 100%;
  display: block;
}

.menu-item a:hover {
  color: #448921;
}

@media screen and (max-width: 845px) {
  .menu-item a:hover {
    color: #000000;
  }
}
.dump-query {
  padding: 4px;
  border: 1px solid;
  margin: 4px;
  color: rgba(0, 105, 225, 0.9);
  background-color: rgba(0, 105, 225, 0.1);
  font-family: "Courier New", Courier, monospace;
}

.dump-trace {
  padding: 4px;
  border: 1px solid;
  color: rgba(183, 117, 0, 0.9);
  background-color: rgba(183, 117, 0, 0.1);
  margin: 20px 4px 4px;
  font-family: "Courier New", Courier, monospace;
}

.dump-array {
  padding: 4px;
  border: 1px solid;
  color: rgba(14, 122, 0, 0.9);
  background-color: rgba(14, 122, 0, 0.1);
  margin: 20px 4px 4px;
  font-family: "Courier New", Courier, monospace;
}

.db-error {
  padding: 4px 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 3px solid;
  border-bottom: 3px solid;
  color: rgba(122, 6, 0, 0.9);
  background-color: rgba(122, 6, 0, 0.1);
  margin: 20px 4px 4px;
  font-family: "Courier New", Courier, monospace;
}

.spoiler {
  margin-bottom: 1.33em;
}

.spoiler button#spoilerBtn {
  cursor: pointer;
  height: auto;
  max-width: 150px;
  width: 100%;
  padding: 1px 2px;
  background: #fff;
  color: #4b585a;
  border: solid 1px #B9D3D8;
  font: 400 13.3333px Arial;
}

.spoiler p {
  display: none;
  max-width: 1000px;
  font-size: 13.3333px;
  line-height: 1.5;
}

.pagination {
  display: block;
}

@media screen and (max-width: 550px) {
  .pagination ul {
    padding: 0;
  }
}
.pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 3px;
}

@media screen and (max-width: 420px) {
  .pagination ul li {
    margin: 3px 1.5px;
  }
}
@media screen and (max-width: 550px) {
  .pagination ul li:first-child {
    display: block;
    margin-left: 60px;
  }
}
@media screen and (max-width: 420px) {
  .pagination ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .pagination ul li:nth-child(9) {
    display: none;
  }
}
.table {
  margin: 20px 0;
}

.logo_container {
  width: 225px;
  display: flex;
  align-items: start;
  margin-top: 13px;
  margin-left: 10px;
}

.logo_container img:nth-child(2) {
  margin-right: 9px;
}

@media screen and (max-width: 600px) {
  .logo_container img:first-child {
    width: 80px;
  }
}
@media screen and (max-width: 600px) and (max-width: 410px) {
  .logo_container img:first-child {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .logo_container img:nth-child(2) {
    width: 21px;
  }
}
@media screen and (max-width: 600px) and (max-width: 410px) {
  .logo_container img:nth-child(2) {
    width: 16px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .logo_container img:last-child {
    width: 67px;
  }
}
@media screen and (max-width: 600px) and (max-width: 410px) {
  .logo_container img:last-child {
    width: 52px;
  }
}
.burger-menu {
  width: 100%;
}

@media screen and (max-width: 910px) {
  .burger-menu {
    width: 400px;
    background: #ffffff;
    position: relative;
    text-align: center;
    height: 40px;
    top: 3px;
  }
}
@media screen and (max-width: 410px) {
  .burger-menu {
    width: 100%;
  }
}
.top_menu {
  width: 100%;
  padding-left: 10px;
}

@media screen and (max-width: 910px) {
  .top_menu {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    z-index: 999;
    transition: 0.5s all;
    padding-left: 0;
  }
}
#menu_toggle {
  display: none;
}

.menu_btn {
  display: none;
}

@media screen and (max-width: 910px) {
  .menu_btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    line-height: 40px;
  }
}
.burger_line {
  display: none;
}

@media screen and (max-width: 910px) {
  .burger_line {
    display: block;
    position: absolute;
    top: 8px;
    left: 25px;
    width: 35px;
    height: 2px;
    background: #000000;
    transition: 0.5s all;
  }
}
.second_burg, .third_burg {
  top: 18px;
}

.forth_burg {
  top: 28px;
}

#menu_toggle:checked ~ .top_menu {
  display: block;
}

#menu_toggle:checked ~ .first_burg {
  display: none;
}

#menu_toggle:checked ~ .forth_burg {
  display: none;
}

#menu_toggle:checked ~ .second_burg {
  transform: rotate(45deg);
}

#menu_toggle:checked ~ .third_burg {
  transform: rotate(-45deg);
}

.main_menu {
  display: inline-flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 910px) {
  .main_menu {
    display: block;
  }
}
.main_menu li {
  list-style: none;
}

.main_menu li a {
  padding: 10px;
  font: normal 15px "Roboto", sans-serif;
}

@media screen and (max-width: 910px) {
  .main_menu li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffffff;
  }
  .main_menu li a:hover {
    background: #f2f2f2;
    color: #548c35;
  }
}
.main_menu li a .home_img {
  width: 16px;
  height: 15px;
  margin-right: 2px;
  line-height: 1;
}

.main_menu li a .analyse_img {
  width: 13px;
  height: 14px;
  margin-right: 2px;
  line-height: 1;
}

.main_menu li a .clients_img {
  width: 17px;
  height: 14px;
  margin-right: 2px;
  line-height: 1;
}

.main_menu li a .user_img {
  width: 10px;
  height: 14px;
  margin-right: 2px;
  line-height: 1;
}

.main_menu li a .logout_img {
  width: 14px;
  height: 15px;
  margin-right: 2px;
  line-height: 1;
}

.barcode_select-catalog {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-bottom: 30px;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu .child_menu, .menu .sub_child_menu {
  display: none;
  position: absolute;
  background-color: white;
  padding: 0;
  border: solid 1px #ccc;
  z-index: 9999;
}

@media screen and (max-width: 910px) {
  .menu .child_menu, .menu .sub_child_menu {
    position: relative;
  }
}
@media screen and (max-width: 910px) {
  .menu .child_menu li a, .menu .sub_child_menu li a {
    background: #f2f2f2;
  }
}
.menu .menu-item:hover > .child_menu {
  display: block;
}

.menu .sub_menu:hover .sub_child_menu {
  display: block;
}

#site_name {
  margin: 15px 15px 0px 15px;
  display: flex;
}

@media screen and (max-width: 1110px) {
  #site_name {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  #site_name {
    margin-bottom: 100px;
  }
}
@media (max-width: 350px) {
  #site_name {
    flex-wrap: wrap;
  }
  #site_name .feedback {
    margin-left: 0;
    margin-top: 1em;
    min-width: 200px;
  }
}
#site_name .response {
  font-size: 12px;
  max-width: 8em;
  margin-left: 1em;
}

.menu-container {
  width: calc(100% - 270px);
  margin-bottom: 3px;
  margin-left: -10px;
}

@media screen and (max-width: 1110px) {
  .menu-container {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .menu-container {
    position: relative;
  }
}
@media screen and (max-width: 410px) {
  .menu-container {
    margin-left: 0;
  }
}
.user-info {
  width: 500px;
  right: 35px;
  left: auto;
  top: -10px;
  position: absolute;
  height: 100%;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 1200px) {
  .user-info {
    right: 0;
    width: 250px;
    top: -32px;
  }
}
@media screen and (max-width: 845px) {
  .user-info {
    top: -10px;
  }
}
@media screen and (max-width: 600px) {
  .user-info {
    width: 250px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .user-info {
    height: 100px;
    top: 21px;
    margin-right: 10px;
  }
}
.user-info .address {
  margin: 0;
  font: bold 22px "Roboto", sans-serif;
  color: #000000;
  display: inline-flex;
  align-items: center;
  height: 45px;
  position: relative;
  width: 40%;
  left: 29px;
}

.user-info .address:before {
  position: absolute;
  content: "";
  background: url("../files/icons/location.png");
  width: 20px;
  height: 30px;
  left: -29px;
}

@media screen and (max-width: 1200px) {
  .user-info .address {
    width: 100%;
    left: 48px;
    align-items: center;
  }
  .user-info .address:before {
    left: -32px;
  }
}
@media screen and (max-width: 600px) {
  .user-info .address {
    font-size: 18px;
  }
}
@media screen and (max-width: 410px) {
  .user-info .address {
    font-size: 14px;
  }
}
.user-info .write_head {
  font: normal 15px "Roboto", sans-serif;
  display: inline-flex;
  align-items: center;
  width: 50%;
  text-decoration: underline;
  margin-left: 49px;
}

.user-info .write_head:before {
  position: absolute;
  content: "";
  background: url("../files/icons/message.png");
  width: 45px;
  height: 45px;
  left: 4px;
}

@media screen and (max-width: 1200px) {
  .user-info .write_head {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .user-info .write_head {
    font-size: 13px;
    text-align: center;
  }
}
.user-info .range_person_container {
  display: flex;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .user-info .range_person_container {
    flex-direction: column-reverse;
    height: 74px;
  }
}
.user-info .range_person_container .range_person__test {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.user-info .range_person_container .range_person__test a {
  background: url("../files/icons/bell.png");
  width: 27px;
  height: 34px;
}

.user-info .range_person_container a.work_day_end {
  margin-left: 10px;
}

.user-info .range_person_container a.work_day_end img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1200px) {
  .user-info .range_person_container {
    flex-wrap: wrap;
  }
}
.user-info .range_person_container .range_person {
  display: flex;
  align-items: center;
  width: 45%;
  margin-right: 15px;
}

@media screen and (max-width: 1200px) {
  .user-info .range_person_container .range_person {
    width: 100%;
    margin-left: 17px;
  }
}
.user-info .range_person_container .range_person .range_person__rating {
  position: relative;
  z-index: 1;
}

.user-info .range_person_container .range_person .range_person__rating:before {
  position: absolute;
  content: "";
  background: url("../files/icons/star.png");
  width: 30px;
  height: 29px;
  z-index: -1;
  left: -10px;
  top: 6px;
}

.user-info .range_person_container .range_person .range_person_img {
  display: flex;
  flex-wrap: nowrap;
}

.user-info .range_person_container .range_person .range_person_img img {
  width: 1em;
  height: 1em;
  margin-right: 1px;
}

.user-info .range_person_container .range_person p {
  font: bold 24px "Roboto", sans-serif;
  background: #548c35;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  line-height: 2;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

@media screen and (max-width: 600px) {
  .user-info .range_person_container .range_person p {
    font-size: 20px;
  }
}
@media screen and (max-width: 410px) {
  .user-info .range_person_container .range_person p {
    font-size: 16px;
  }
}
.user-info .range_person_container .range_person span {
  font: bold 14px "Roboto", sans-serif;
  color: #548c35;
  display: block;
  margin: 0;
  text-align: center;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 410px) {
  .user-info .range_person_container .range_person span {
    font-size: 13px;
  }
}
.user-info .range_person_container .range_person .glass {
  width: 65px;
  height: 25px;
  position: absolute;
  background: #00b100;
  opacity: 0;
  z-index: 100;
}

.user-info .range_person_container .range_person .station_rating {
  float: left;
  position: relative;
  left: 5px;
  top: -9px;
}

.user-info .range_person_container .range_person .station_rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.user-info .range_person_container .range_person .station_rating:not(:checked) > label {
  float: right;
  width: 20px;
  height: 25px;
  margin-left: -7px;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  position: relative;
}

.user-info .range_person_container .range_person .station_rating:not(:checked) > label:first-child {
  margin-left: 0;
}

.user-info .range_person_container .range_person .station_rating:not(:checked) > label:before {
  content: "★";
  font-size: 17px;
}

.user-info .range_person_container .range_person .station_rating > input:checked ~ label {
  color: #548c35;
}

.user-info .range_person_container .range_person .station_rating:not(:checked) > label:hover, .user-info .range_person_container .range_person .station_rating:not(:checked) > label:hover ~ label {
  color: #548c35;
}

.user-info .range_person_container .range_person .station_rating > input:checked + label:hover, .user-info .range_person_container .range_person .station_rating > input:checked + label:hover ~ label, .user-info .range_person_container .range_person .station_rating > input:checked ~ label:hover, .user-info .range_person_container .range_person .station_rating > input:checked ~ label:hover ~ label, .user-info .range_person_container .range_person .station_rating > label:hover ~ input:checked ~ label {
  color: #548c35;
}

.user-info .range_person_container .range_person .station_rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.user-info .range_person_container .name_info {
  width: 150px;
  font: normal 13px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 8px;
}

#sales_plan {
  width: 100%;
}

.table_wrapper {
  display: flex;
  overflow-x: auto;
}

.table_wrapper table {
  width: 100%;
}

.table_wrapper table .sortableTable {
  width: 100% !important;
}

.sortableTable thead .tableNHeader {
  text-align: center;
}

.sortableTable.fullwidth {
  width: 100%;
}

.sortableTable .action_header {
  width: 60px;
}

.sortableTable thead .table__cell, .sortableTable thead .action__edit_form, .sortableTable thead .tableNHeader, .sortableTable thead .action__delete, .sortableTable thead .action__show {
  background: #448921;
}

.sortableTable thead .secondHeaderRow .table__cell {
  background-color: #e3e3e3;
}

.sortableTable thead tr:nth-child(2):hover td {
  background: #ededed !important;
  cursor: pointer;
}

.sortableTable .popUpCell {
  cursor: pointer;
  text-decoration: underline;
  color: #38576b;
}

.popUpField {
  cursor: pointer;
  text-decoration: underline;
  color: #38576b;
}

.popUpField small {
  color: #38576b;
}

.action-link__payments {
  cursor: pointer;
  color: #38576b;
}

.table__cell.header_id, .table__cell.id, .table__cell.header_code, .table__cell.code, .table__cell.set_id, .table__cell.header_set_id, .hidden {
  display: none;
}

.table__cell.sale_code {
  text-align: center;
}

.hidden_fields {
  background: #eee;
}

.table__row {
  background: #fff;
}
.table__row:hover {
  background: #ededed;
  cursor: pointer;
}
.table__row.notOrdered {
  background: #ffffcc;
}
.table__row.notOrdered:hover {
  background: #f1f1be;
}
.table__row .sum,
.table__row td.count {
  background-color: rgba(220, 220, 220, 0.2);
}
.table__row small {
  color: gray;
  font-size: 8px;
  display: inline;
  width: -moz-max-content;
  width: max-content;
}

.x-scrollable {
  overflow-x: scroll;
}

.y-scrollable {
  overflow-y: scroll;
}

.feedback {
  display: inline;
  width: 57%;
  border-radius: 6px;
  font-size: 0.5em;
  font-weight: bold;
  border: 1px solid #8fad3d;
  margin-left: 1em;
  text-align: center;
  padding: 18px 20px 10px;
  margin-right: 15px;
}

@media only screen and (max-width: 1830px) {
  .feedback {
    width: 54%;
  }
}
@media only screen and (max-width: 1730px) {
  .feedback {
    width: 52%;
  }
}
@media only screen and (max-width: 1640px) {
  .feedback {
    width: 49%;
  }
}
@media only screen and (max-width: 1550px) {
  .feedback {
    width: 46%;
  }
}
@media only screen and (max-width: 1470px) {
  .feedback {
    width: 44%;
  }
}
@media only screen and (max-width: 1380px) {
  .feedback {
    width: 40%;
  }
}
@media only screen and (max-width: 1295px) {
  .feedback {
    width: 37%;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback {
    width: 42%;
  }
}
@media only screen and (max-width: 1110px) {
  .feedback {
    position: absolute;
    left: 7px;
    top: 70px;
    padding: 5px 5px;
  }
  .feedback.feedback-success {
    position: absolute;
  }
  .feedback.feedback-success:before {
    width: 24px;
    height: 21px;
    top: 3px;
    background-size: 99%;
  }
}
@media only screen and (max-width: 900px) {
  .feedback {
    width: 46%;
  }
}
@media only screen and (max-width: 760px) {
  .feedback {
    width: 40%;
  }
}
@media only screen and (max-width: 700px) {
  .feedback {
    width: 37%;
    min-width: 230px;
  }
  .feedback.feedback-success:before {
    display: none;
  }
}
@media only screen and (max-width: 530px) {
  .feedback {
    top: 122px;
  }
}
@media only screen and (max-width: 475px) {
  .feedback {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 10px;
    width: 65%;
    z-index: 11;
  }
}
@media only screen and (max-width: 350px) {
  .feedback {
    width: 70%;
    font-size: 11px;
    margin-right: 0;
  }
}
.feedback-success {
  color: #000;
  background-color: #eef4d4;
  position: relative;
}

.feedback-success:before {
  content: "";
  position: absolute;
  background: url("../files/icons/sucsses.png");
  width: 37px;
  height: 34px;
  top: 6px;
  left: 16px;
}

.feedback-success .input, .feedback-success .test-questions-container .question .answers .possible-answer .edit-answer-input, .test-questions-container .question .answers .possible-answer .feedback-success .edit-answer-input, .feedback-success .test-questions-search input, .test-questions-search .feedback-success input, .feedback-success .input-submit, .feedback-success .left-menu-input, .feedback-success .submit-filter {
  margin-left: 5px;
}

.feedback-fail, .feedback-duplicate {
  color: #933;
  background-color: #fee;
}

.form__group-edit-submit-wrapper {
  position: relative;
  visibility: hidden;
  margin: 0 5px;
}

@media only screen and (max-width: 730px) {
  .form__group-edit-submit-wrapper {
    display: block;
  }
}
.form__group-edit-submit-wrapper input, .form__group-edit-submit-wrapper a {
  position: relative;
  margin-left: -34px;
  width: 12em;
  background: transparent;
  text-align: right;
  border: none;
  color: black;
  font: normal 17px Arial, sans-serif;
}

@media only screen and (max-width: 410px) {
  .form__group-edit-submit-wrapper input, .form__group-edit-submit-wrapper a {
    font-size: 13px;
  }
}
.form__group-edit-submit-wrapper img {
  width: 13px;
  height: 13px;
}

.form__group-edit-submit-wrapper i {
  margin-left: 5px;
}

.form__group-edit-submit-wrapper a {
  margin-left: 10px;
}

.form__group-edit-submit-wrapper a span {
  margin-left: -5px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.headerFieldLink {
  text-decoration: underline;
  color: #3d4866;
}

.cellFieldLink a {
  text-decoration: underline;
  color: #3d4866;
}

.form__set-discount {
  display: flex !important;
}

.form__set-discount .percent-symbol {
  width: 5em;
  padding-left: 0.5em;
  display: flex;
  align-items: center;
}

.form__set-discount .discount-value {
  width: 3em;
  text-align: center;
}

.form__set-discount input[type=number]::-webkit-inner-spin-button, .form__set-discount input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

.form__total-set-info {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 14em;
}

.form__shop-left-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.form__shop-left-menu-item input {
  max-width: 11em;
}

@media only screen and (max-width: 370px) {
  .shop-change {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 367px) {
  .shop-change input:nth-child(3) {
    width: 150px;
    margin: 3px auto 0;
  }
}
.column-left-menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.column-left-menu-item textarea {
  width: 100%;
}

#workDays {
  width: 800px;
  overflow: scroll;
}

#workDays .table__cell {
  padding-right: 5px;
  padding-left: 5px;
}

#workDays .weekendDayHeader {
  background-color: #F5E2E7;
}

#workDays thead .weekendDayHeader {
  color: red;
}

.field__link, #sales_archive .field__link span {
  font-weight: bold;
  color: black;
}

#sales_archive .field__link {
  font-weight: normal;
  color: #3f3f3f;
}

#client-info {
  display: flex;
  justify-content: center;
}

#client_phone {
  background: #ffffe0;
  border-color: #b0b133;
  max-width: 113px;
}

.sale-input {
  background-color: #d3f8df;
}

#shop_change {
  color: #3f3f3f;
}

.required-input {
  color: red;
  margin: 0 15px 0 0;
}

.image-item {
  height: 98px;
  width: 98px;
  content: "";
  background-size: cover;
  display: inline-block;
}

.link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 14.5px sans-serif;
  color: #3f3f3f !important;
}

.default-link {
  color: #3f3f3f !important;
  text-decoration: underline !important;
}

.close-button {
  background: linear-gradient(to top, #ffb400 0%, #ffd300 100%);
  color: #000;
  border: none;
  border-radius: 6px;
  width: 167px;
  height: 40px;
  outline: none;
}

.close-button:hover {
  color: #000;
  background: linear-gradient(to bottom, #66ca0c 0%, #2fa202 100%);
}

@media only screen and (max-width: 880px) {
  .close-button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 370px) {
  .close-button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 370px) {
  .input_change {
    width: 100% !important;
    margin-top: 5px;
  }
}
.received_money {
  max-width: 206px;
}

.close-sale-button__container {
  margin-top: 30px;
  text-align: right;
  width: 80%;
}

.shop-change {
  margin-top: 15px;
}

.shop-change .text-row {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

@media only screen and (max-width: 476px) {
  .shop-change .text-row {
    margin-bottom: 0;
  }
}
.shop-change .suggestions {
  display: flex;
}

.shop-change .suggestions .icons-row {
  margin-bottom: 15px;
  width: 80%;
}

.shop-change .suggestions .suggestion-additional-caption {
  display: flex;
  color: red;
  font-size: 25px;
}

.shop-change .suggestions .suggestion-additional-counter {
  margin-right: 10px;
}

.shop-change .icons-row__box {
  display: inline-block;
  border: 1px solid #4E8D03;
  width: 140px;
  height: 110px;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-right: 15px;
  vertical-align: bottom;
  position: relative;
  padding: 5px;
}

.shop-change .icons-row__box_salon:after {
  position: absolute;
  content: "";
  background: url("../files/icons/salon.png");
  width: 56px;
  height: 47px;
  top: 48px;
  left: calc(50% - 28px);
}

.shop-change .icons-row__box_air:after {
  position: absolute;
  content: "";
  background: url("../files/icons/air.png");
  width: 41px;
  height: 50px;
  top: 48px;
  left: calc(50% - 20.5px);
}

.shop-change .icons-row__box_additives:after {
  position: absolute;
  content: "";
  background: url("../files/icons/additive.png");
  width: 24px;
  height: 43px;
  top: 48px;
  left: calc(50% - 12px);
}

@media only screen and (max-width: 491px) {
  .shop-change .icons-row__box {
    margin-top: 15px;
  }
}
.shop-change label {
  font-size: 22px;
  color: #000;
}

.shop-change input {
  height: 35px;
}

.shop-change .input_change {
  color: #fff;
  border-radius: 6px;
  border: none;
  padding: 4px;
  background: linear-gradient(to bottom, #66ca0c 0%, #2fa202 100%);
  width: 147px;
}

#closeButtonContainer {
  display: inline-block;
  float: right;
}

#closeButtonContainer #paymentMethodsContainer {
  border: outset #999 1px;
  padding: 6px;
  display: none;
}

#closeButtonContainer #paymentMethodsContainer td {
  width: 142px;
}

#closeButtonContainer #paymentMethodsContainer div.input {
  display: flex;
  padding: 2px 10px;
}

#closeButtonContainer #paymentMethodsContainer tr:not(:last-child) div.input {
  margin-bottom: 5px;
}

#closeButtonContainer #paymentMethodsContainer img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 3px;
}

#catalog_name_chosen .chosen-single {
  background: #eef4d4;
  border-radius: 5px;
  border: 1px solid #8fad3d;
  position: relative;
}

#catalog_name_chosen .chosen-single:after {
  content: "";
  position: absolute;
  background: url("../files/icons/lil-arrow.png");
  width: 11px;
  height: 12px;
  left: 190px;
  top: 7px;
}

.chosen-default:after {
  content: "";
  position: absolute;
  background: url("../files/icons/lil-arrow.png");
  width: 11px;
  height: 12px;
  left: 200px;
  top: 7px;
}

.info-item {
  width: 194px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item.final {
  font-weight: bold;
}

.total_number {
  font-size: 20px;
  width: 7em;
  display: inline-block;
  margin-left: 10px;
  text-align: right;
  white-space: nowrap;
}

.count-header {
  background-color: #ededed !important;
}

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

@media only screen and (max-width: 845px) {
  .sub_container_wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.sub_container_1-3 {
  width: 31%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .sub_container_1-3 {
    width: 60%;
    margin: 0 0 0 auto;
  }
}
.sub_container_2-3 {
  width: 66%;
  position: relative;
}

@media only screen and (max-width: 710px) {
  .sub_container_2-3 {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .sub_container_2-3 {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .sub_container_2-3 {
    width: 100%;
  }
}
.main-container-80 {
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 845px) {
  .main-container-80 {
    z-index: 0;
  }
}
@media only screen and (min-width: 600px) {
  .main-container-80 {
    width: 75%;
  }
}
@media only screen and (max-width: 710px) {
  .main-container-80 {
    width: 100%;
  }
}
.count-header {
  background-color: #ededed !important;
}

.actionLinkContainer {
  margin: 10px 0;
}

.actionLinkContainer a {
  color: #38576b;
}

.actionLinkContainer img, .item__delete img, .item__back img {
  vertical-align: middle;
  margin-right: 5px;
}

.station_cash-item {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  flex-wrap: wrap;
  margin: 0.8em 0;
}

.station_cash-item span {
  align-self: center;
}

.station_cash-item h3 {
  margin: 0;
}

.station_cash-item .small-sum {
  font-weight: bold;
}

.station_cash-item .big-sum {
  font-weight: bold;
  font-size: 1.5em;
}

.station_cash-item .medium-sum {
  font-weight: bold;
  font-size: 1.3em;
}

.station_cash-item .info {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.station_cash-item .info-pay {
  margin-left: 10px;
}

.station_cash-item .image_icon {
  width: 23px;
}

.station_cash-item .payment_method {
  width: 100%;
  margin: 0.3em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.station_cash-item .link-button {
  width: 100%;
  text-align: center;
}

.no-items p {
  font-style: italic;
}

.debug-links {
  margin: 10px;
}

.footer-links {
  padding-right: 0px;
  margin-right: 250px;
  padding-top: 10px;
}

@media screen and (max-width: 1750px) {
  .footer-links {
    margin-right: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .footer-links {
    margin-right: 180px;
  }
}
@media screen and (max-width: 1025px) {
  .footer-links {
    margin-right: 120px;
  }
}
@media screen and (max-width: 950px) {
  .footer-links {
    margin-right: 100px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 760px) {
  .footer-links {
    margin-right: 60px;
  }
}
@media screen and (max-width: 650px) {
  .footer-links {
    padding-left: 3px;
  }
}
@media screen and (max-width: 460px) {
  .footer-links {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.footer-links a {
  color: #000000;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #000000;
  margin: 5px;
  font-size: 16px;
  padding-bottom: 2px;
}

@media screen and (max-width: 1250px) {
  .footer-links a {
    font-size: 14px;
  }
}
@media screen and (max-width: 715px) {
  .footer-links a {
    font-size: 12px;
  }
}
.footer-links a:first-child {
  position: relative;
  margin-right: 15px;
}

.footer-links a:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #4e8d03;
  right: -12px;
}

@media screen and (max-width: 1200px) {
  .footer-links a:first-child:after {
    font-size: 17px;
  }
}
.paid-line-sale {
  display: flex;
  align-items: center;
}

.paid-line-sale .payment-icon {
  margin-left: 0.3em;
}
.paid-line-sale .payment-icon img.image_icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment_method_cashbox, .payment_method_cashless, .payment_method_deferred {
  line-height: 0 !important;
  text-align: center;
}

.header_payment_method_cashbox, .header_payment_method_cashless, .header_payment_method_deferred {
  text-align: center;
  line-height: 0;
}

td.table__cell img.image_icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.last-sale-info {
  text-align: right;
  white-space: nowrap;
}

.icon-item {
  display: flex;
  vertical-align: center;
}

.return-sum-info {
  max-width: 39em;
}

.return-sum-info-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: end;
}

.percent4::before {
  background-color: #00b100;
}

.percent2::before {
  background-color: red;
}

.percent5::before {
  background-color: rgb(127, 0, 255);
}

.percent-marker::before {
  content: "";
  margin-left: 20px;
  position: absolute;
  top: calc(50% - 8px);
  left: -1.3em;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}

.active-result {
  position: relative !important;
  padding-right: 30px !important;
}

.seller-top-oils {
  width: 40%;
  padding-top: 5.5em !important;
  overflow: hidden;
}

.table__cell.action__show, .table__cell.action__delete, .table__cell.action__group_edit_checkbox, .table__cell.action__edit_form, .table__cell.action__edit_form {
  width: 26px;
}

.oils-table form table thead .tableNHeader, .oils-table form table thead .table__cell {
  color: black !important;
}

.oils-table form table tbody .table__cell {
  border: none;
  border-top: 1px solid white;
}

.oils-table-red form table thead .tableNHeader, .oils-table-red form table thead .table__cell {
  background-color: rgba(255, 0, 0, 0.4);
}

.oils-table-red form table tbody .table__cell {
  background-color: rgba(255, 0, 0, 0.2);
}

.oils-table-orange form table thead .tableNHeader, .oils-table-orange form table thead .table__cell {
  background-color: rgba(255, 127, 0, 0.4);
}

.oils-table-orange form table tbody .table__cell {
  background-color: rgba(255, 127, 0, 0.2);
}

.oils-table-yellow form table thead .tableNHeader, .oils-table-yellow form table thead .table__cell {
  background-color: rgba(255, 255, 0, 0.4);
}

.oils-table-yellow form table tbody .table__cell {
  background-color: rgba(255, 255, 0, 0.2);
}

.oils-table-green form table thead .tableNHeader, .oils-table-green form table thead .table__cell {
  background-color: rgba(0, 128, 0, 0.4);
}

.oils-table-green form table tbody .table__cell {
  background-color: rgba(0, 128, 0, 0.2);
}

.oils-table-light-blue form table thead .tableNHeader, .oils-table-light-blue form table thead .table__cell {
  background-color: rgba(0, 255, 255, 0.4);
}

.oils-table-light-blue form table tbody .table__cell {
  background-color: rgba(0, 255, 255, 0.2);
}

.oils-table-blue form table thead .tableNHeader, .oils-table-blue form table thead .table__cell {
  background-color: rgba(0, 0, 255, 0.4);
}

.oils-table-blue form table tbody .table__cell {
  background-color: rgba(0, 0, 255, 0.2);
}

.oils-table-violet form table thead .tableNHeader, .oils-table-violet form table thead .table__cell {
  background-color: rgba(127, 0, 255, 0.4);
}

.oils-table-violet form table tbody .table__cell {
  background-color: rgba(127, 0, 255, 0.2);
}

.lateness-day {
  background-color: rgba(255, 0, 0, 0.73);
  color: white;
}

.lateness-day small {
  color: white;
}

.green-item {
  text-align: center;
  background-color: rgba(0, 128, 0, 0.21);
}

.red-item {
  text-align: center;
  background-color: rgba(255, 0, 0, 0.2);
}

.bottom-container {
  margin-left: 230px;
}

@media (max-width: 1020px) {
  .bottom-container {
    margin-left: 0;
  }
}
.opacity-item {
  text-align: center !important;
  text-decoration: none !important;
  opacity: 0.5;
}

.opacity-item a {
  text-decoration: none !important;
}

.opacity-item a span {
  text-decoration: none !important;
}

.rating-link {
  width: 1.4em;
  height: 1.4em;
  padding: 0.2em;
  margin: 2px;
}

.rating-link-selected {
  background-color: lightgray;
}

.catalog-list-item {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  margin: 0 0 0 0.5em;
  padding-right: 0.3em;
}

.catalog-item-info {
  white-space: nowrap;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  padding-left: 0.6em;
  width: 13px;
}

.catalog-item-info div {
  width: 13px;
  flex: 1 0 50%;
}

.right-bordered {
  border-right: 1px solid;
  padding-left: 1em;
  padding-right: 0.2em;
  width: 100%;
}

.full-opaque, .opaque, .full_opaque {
  opacity: 0.5;
}

.opaque:hover {
  opacity: 1;
}

.simple-form, .sms-send-form {
  margin-top: 0 !important;
}

.send-sms-table-button {
  width: 9em;
}

.sms-send-form {
  display: flex;
  padding-left: 0;
  padding-bottom: 0.8em;
}

.sms-send-form #sms-client-phone {
  max-width: 9.5em;
}

.additional_item {
  margin: 10px 0;
}

.fill-left-container {
  float: right;
}

.home-items-list {
  padding: 0 10em;
}

.popup {
  display: none;
  position: absolute;
  left: 36em;
  background: white;
  border: 1px solid;
  padding: 2em;
  width: 15em;
  flex: 1 0 50%;
  flex-direction: column;
  z-index: 100;
}

.popup.filters {
  z-index: 1000;
  width: 600px;
}
.popup.filters table {
  width: 100%;
}
.popup.filters table tr {
  height: 24px;
}
.popup.filters table td:not(:first-child) {
  width: 100px;
}
.popup.filters input {
  height: unset;
}

.add-discount-popup {
  top: -2em;
}

.open-shift-popup {
  top: 6em;
}

.popup .title {
  width: 100%;
  text-align: center;
}

.popup .actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.popup input {
  margin: 0 2px;
  height: 1.8em;
  padding: 3px 11px;
}

.left-menu-input {
  width: 100%;
}

.info-item-bonus {
  width: 193px;
  display: flex;
  justify-content: space-between;
  height: 7em;
}

.info-item-bonus .client-bonus {
  justify-content: center;
  display: flex;
}

.info-item-bonus .bonus-count-input {
  width: 3em;
  margin-left: 5px;
}

.info-item-bonus .bonus-text {
  display: inline-block;
}

.info-item-bonus .bonus-input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.info-item-bonus #clear-bonus {
  background: transparent;
  border: none;
  cursor: pointer;
}

.info-item-bonus .bonus-slider {
  width: 100px;
  height: 20px;
  background: #ededed !important;
  color: #ededed !important;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #c0adbe !important;
  caret-color: #eee !important;
}

.info-item-bonus .ui-widget-header {
  background: #ffb400 !important;
  height: 3px !important;
  left: 0 !important;
  top: 16px !important;
  position: absolute;
  border-bottom-left-radius: 2000px !important;
  border-bottom-right-radius: 2000px !important;
}

.info-item-bonus .ui-slider-handle {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px !important;
  margin-left: -6px;
  z-index: 200;
  background: #fff !important;
  border-radius: 50px;
  border: 1px solid #ffb400 !important;
  outline: none;
  cursor: pointer !important;
}

.info-item-bonus #slider-result {
  text-align: center;
  position: absolute;
  top: -17px;
  left: -13px;
  color: #000;
  font-size: 11px;
  padding: 5px 0;
  width: 40px;
}

.info-item-bonus .ui-widget-header {
  border: 1px solid #ededed;
  background: #ededed;
}

.arrow-button {
  content: "";
  background: url("../files/icons/big-arrow.png");
  height: 29px;
  width: 29px;
  border: none;
}

.blocked {
  pointer-events: none;
}

#sender__discount {
  white-space: nowrap;
}

.form__extended-table {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 845px) {
  .form__extended-table {
    z-index: 0;
  }
}
.seller-top-select-station {
  margin-left: 2em;
  height: 2em;
  width: 13em;
}

.access-green {
  color: #1d9002;
}

.denied-red {
  color: rgba(255, 0, 0, 0.74);
}

.check-mark-red {
  background-color: rgba(255, 0, 0, 0.34);
}

.check-mark-green {
  background-color: rgba(0, 131, 16, 0.37);
}

.check-mark-yellow {
  background-color: rgba(255, 255, 0, 0.4);
}

.switch-calling-permission {
  display: flex;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

.bonus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 17em;
}

.by-bonus {
  cursor: pointer;
  pointer-events: all !important;
  margin-left: 18px;
}

.bonus-type-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  width: 194px;
}

.bonus-type-text:before {
  content: "";
  position: absolute;
  background: url("../files/icons/bonus-img.png");
  width: 16px;
  height: 16px;
  left: -1px;
  top: 14px;
}

#clear-bonus {
  font-size: 1em;
}

.bonus-popup {
  background-color: white;
  border: 1px solid;
  padding: 1em;
  width: 23em;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  text-align: left;
  z-index: 110;
  display: none;
  bottom: -8.6em;
  right: 0;
  border-radius: 4px;
  line-height: 16px;
  box-shadow: 0 0 2px 0 gray;
}

.bonus-popup #expiration-code-info {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 750px) {
  .bonus-popup {
    right: 15%;
  }
}
@media screen and (max-width: 711px) {
  .bonus-popup {
    right: 33%;
  }
}
@media screen and (max-width: 643px) {
  .bonus-popup {
    right: 22%;
  }
}
.bonus-popup input {
  max-width: 12em;
}

.bonus-popup .input-request-bonus, .bonus-popup .input-submit-bonus {
  background: #448921;
  color: #fff;
  outline: none;
  max-width: 12em;
  border-radius: 5px;
  border: none;
  height: 28px;
  cursor: pointer;
}

.bonus-popup .input-submit-bonus {
  width: 68px;
}

.bonus-popup .bonus-note {
  background: #448921;
  color: #fff;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  width: 79px;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
}

.bonus-popup .phone {
  font-weight: bold;
  white-space: nowrap;
}

.bonus-popup .bonus-bold {
  font-weight: bold;
}

.bonus-popup .submit-bonus-code {
  display: flex;
  margin-top: 0.5em;
  justify-content: space-between;
}

.bonus-popup .request-bonus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reserve_diff_count {
  text-align: center;
}

.modal-grid {
  display: grid;
  justify-content: center;
  align-items: center;
}

.entry-page-html {
  height: -moz-max-content;
  height: max-content;
}

.entry-page-html .footer-home {
  display: none;
}

.entry-page .form-bg {
  height: calc(100vh - 97px);
}

@media screen and (max-width: 971px) {
  .entry-page .form-bg {
    min-height: calc(100vh - 97px);
  }
}
@media screen and (max-width: 600px) {
  .entry-page .form-bg {
    min-height: calc(100vh - 89px);
    height: calc(100vh - 89px);
    padding-top: 50px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper {
    max-width: 320px;
    height: 360px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header {
    margin-bottom: 30px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header:after {
    width: 308px;
    left: -29px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header:before {
    width: 24px;
    height: 24px;
    left: 245px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_submit {
    margin-top: 5px;
  }
}
@media screen and (max-width: 420px) {
  .entry-page .form-bg .form_auth.form-auth-wrapper {
    max-width: 290px;
    height: 280px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header:after {
    width: 285px;
    left: -28px;
    top: 35px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .form_header:before {
    width: 20px;
    height: 20px;
    left: 225px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_input {
    margin-bottom: 6px;
    height: 35px;
    width: 230px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_submit {
    height: 35px;
    width: 230px;
    font-size: 16px;
    margin-top: 10px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_name:after {
    top: 8px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_pass:after {
    top: 8px;
  }
  .entry-page .form-bg .form_auth.form-auth-wrapper .auth_forget-log-pass {
    font-size: 14px;
    padding-top: 0;
  }
}
@media screen and (max-width: 410px) {
  .entry-page .form-bg {
    min-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 340px) {
  .entry-page .form-bg {
    min-height: calc(100vh - 155px);
    height: calc(100vh - 155px);
  }
}
.entry-page:after {
  height: calc(100% - 190px);
}

@media screen and (max-width: 1110px) {
  .entry-page:after {
    top: 106px;
  }
}
@media screen and (max-width: 1110px) {
  .entry-page #site_name {
    margin-bottom: 25px;
  }
}
.entry-page-html .footer-home {
  margin-top: -34px;
}

.user-info {
  padding-top: 5px;
  width: 32%;
  right: 15px;
}

.user-info .range_person_container:nth-child(2) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1470px) {
  .user-info {
    width: 32%;
  }
}
@media only screen and (max-width: 1295px) {
  .user-info {
    width: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .user-info {
    top: -10px;
    width: 32%;
  }
  .user-info .range_person_container:nth-child(2) {
    flex-direction: column;
    top: -1px;
  }
}
@media only screen and (max-width: 1100px) {
  .user-info .range_person_container:nth-child(2) {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .user-info {
    width: 32%;
    margin-right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 570px) {
  .user-info {
    width: 32%;
  }
}
@media only screen and (max-width: 490px) {
  .user-info {
    width: 32%;
  }
}
@media only screen and (max-width: 475px) {
  .user-info {
    margin-top: 8px;
    width: 100%;
  }
  .user-info .range_person_container:nth-child(2) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    top: -5px;
  }
}
.user-info .user-info-flex-container {
  display: flex;
  align-items: flex-start;
  width: 105%;
  position: relative;
  left: -15px;
}

@media only screen and (max-width: 490px) {
  .user-info .user-info-flex-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 650px) {
  .user-info .user-info-flex-container {
    top: -13px;
  }
}
.user-info .write_head {
  width: 39%;
  margin-right: 20px;
}

@media only screen and (max-width: 1470px) {
  .user-info .write_head {
    width: 38%;
  }
}
@media only screen and (max-width: 1200px) {
  .user-info .write_head {
    width: 210px;
    font-size: 13px;
  }
  .user-info .write_head:before {
    width: 33px;
    height: 33px;
    background-size: 99%;
  }
}
@media only screen and (max-width: 650px) {
  .user-info .write_head {
    width: 180px;
  }
}
@media only screen and (max-width: 570px) {
  .user-info .write_head {
    width: 158px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .write_head {
    width: 143px;
    margin-right: 0;
  }
  .user-info .write_head:before {
    left: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .user-info .write_head {
    width: 109px;
    text-align: left;
  }
}
@media only screen and (max-width: 395px) {
  .user-info .write_head {
    width: 98px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 380px) {
  .user-info .write_head {
    width: 76px;
  }
}
.user-info .address {
  font-size: 19px;
}

@media only screen and (max-width: 1200px) {
  .user-info .address {
    width: 210px;
    left: 45px;
    font-size: 18px;
  }
  .user-info .address:before {
    width: 15px;
    height: 22px;
    background-size: 99%;
  }
}
@media only screen and (max-width: 650px) {
  .user-info .address {
    width: 180px;
  }
}
@media only screen and (max-width: 570px) {
  .user-info .address {
    font-size: 15px;
    width: 158px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .address {
    width: 155px;
    margin-top: 0;
  }
  .user-info .address:before {
    left: -21px;
  }
}
@media only screen and (max-width: 395px) {
  .user-info .address {
    font-size: 14px;
  }
}
@media only screen and (max-width: 330px) {
  .user-info .address {
    width: 140px;
  }
}
.user-info .profile_picture {
  width: 70px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 1295px) {
  .user-info .profile_picture {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 570px) {
  .user-info .profile_picture {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .profile_picture {
    top: 0px;
  }
}
.user-info .profile_picture img {
  width: 100%;
  line-height: 1;
}

.user-info .range_person_container {
  margin-right: 20px;
  align-items: center;
  top: 11px;
}

@media only screen and (max-width: 1295px) {
  .user-info .range_person_container {
    width: 82%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .user-info .range_person_container {
    flex-wrap: nowrap;
    height: 60px;
    width: 70%;
  }
}
@media only screen and (max-width: 650px) {
  .user-info .range_person_container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 490px) {
  .user-info .range_person_container {
    top: -15px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container {
    flex-direction: row;
    width: 100%;
    top: 0;
    height: 52px;
    margin-right: 0;
    margin-left: 10px;
    align-items: center;
  }
}
.user-info .range_person_container .range_person {
  margin-left: 15px;
  width: 48%;
}

@media only screen and (max-width: 1295px) {
  .user-info .range_person_container .range_person { /*width:37%*/ }
}
@media only screen and (max-width: 1200px) {
  .user-info .range_person_container .range_person {
    width: 100%;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container .range_person {
    width: 180px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .user-info .range_person_container .range_person {
    width: 135px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 395px) {
  .user-info .range_person_container .range_person {
    width: 125px;
  }
}
@media only screen and (max-width: 380px) {
  .user-info .range_person_container .range_person { /*width:105px*/ }
}
@media only screen and (max-width: 1200px) {
  .user-info .range_person_container .range_person .range_person__rating {
    top: -10px;
  }
  .user-info .range_person_container .range_person .range_person__rating p {
    margin: 0;
    position: relative;
    top: 15px;
  }
}
@media only screen and (max-width: 490px) {
  .user-info .range_person_container .range_person .range_person__rating {
    top: -15px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container .range_person .range_person__rating {
    top: -7px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container .range_person .range_person__rating:before {
    top: 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .user-info .range_person_container .range_person .name_info {
    margin-top: 2px;
    margin-left: 15px;
    width: 210px;
  }
}
@media only screen and (max-width: 570px) {
  .user-info .range_person_container .range_person .name_info {
    font-size: 11px;
  }
}
@media only screen and (max-width: 490px) {
  .user-info .range_person_container .range_person .name_info {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container .range_person .name_info {
    width: 100%;
    margin-left: 6px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 395px) {
  .user-info .range_person_container .range_person .name_info {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .user-info .range_person_container .range_person p {
    width: 20px;
    height: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 475px) {
  .user-info .range_person_container .range_person p {
    margin: 0;
  }
}
@media only screen and (max-width: 1480px) {
  .page:after {
    top: 170px;
  }
}
@media only screen and (max-width: 1200px) {
  .page:after {
    top: 183px;
  }
}
.page .menu-container {
  width: 100%;
}

@media only screen and (max-width: 1480px) {
  .page .menu-container #site_name {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .page .menu-container #site_name {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 550px) {
  .page .menu-container #site_name {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .page .menu-container #site_name {
    margin-bottom: 110px;
  }
}
.page .menu-container #site_name a {
  position: relative;
  z-index: 100;
}

.hidden_croppie {
  display: none;
}

#upload-demo {
  margin-top: 10px;
  height: 300px;
}

.request-bonus-repeat-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.submit-filter {
  width: 100% !important;
}

.datepicker {
  z-index: 500;
}

.vehicle-numbers-header {
  font-size: 1.3em;
}

@media screen and (min-width: 970px) {
  .chart-container {
    margin-left: 20em;
  }
}
.full-fill-td-item {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.build-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.build-chart > div {
  display: flex;
  align-items: center;
}

.analyse-chart-container {
  display: flex;
  flex-wrap: wrap;
}

.modal-content {
  padding: 15px;
  border: 1px solid;
  background: white;
}

.article-edit-tiny-mce {
  width: 85vw;
}

.average-header {
  font: bold 40px "Roboto", sans-serif;
  color: #000000;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}

.average-icon {
  width: 70px;
}

.average-item span {
  display: block !important;
  margin: auto;
}

.airFilter, .cabinFilter, .oilChange, .ICEFlushing, .vehicle_count, .efficiency, .ownOil, .header_airFilter, .header_cabinFilter, .header_oilChange, .header_ICEFlushing, .header_vehicle_count, .header_efficiency, .header_ownOil, .header_bottle, .test_results, .bottle, .text-center {
  text-align: center;
}

.additional-settings-item {
  margin-bottom: 1em;
}

.bottom-text {
  text-align: center;
  color: black;
  font-size: 14px;
  margin-top: 5px;
}

.replace-popup {
  display: flex;
  background: white;
}

.replace-popup input {
  width: 110px;
}

.replace-popup button {
  cursor: pointer;
  width: 45px;
}

.purchase-reserve-container {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.purchase-reserve-container label {
  margin-bottom: 10px;
}

.purchase-reserve-container label select {
  width: 100%;
}

.photo_container {
  padding: 30px 0;
  flex-direction: column;
}

.photo_container .form__image-box input {
  color: #4b585a;
  border: solid 1px #B9D3D8;
}

.photo_input_box {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.photo_input_box input {
  margin-bottom: 10px;
}

.photo_container_button {
  color: #fff;
  border-radius: 6px;
  border: none;
  padding: 4px;
  background: linear-gradient(to bottom, #66ca0c 0%, #2fa202 100%);
  width: 147px;
  height: 22px;
  font: normal 9pt Verdana, Arial, sans-serif;
  text-align: center;
}

.photo_status_upload {
  padding: 10px 0;
}

.photo_status_upload div {
  padding: 5px 0;
}

.photo_status_upload .status_success {
  color: #1cdb16;
}

.photo_status_upload .status_error {
  color: #f73131;
}

.group-hide-submit-wrapper .group-hide-submit {
  width: 180px !important;
}

.main-page-item, .birthday, .number, .rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 25%;
}

.advantage_container_scroll {
  display: flex;
}

.advantage_container_scroll > button {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.advantage_container_scroll > button:active, .advantage_container_scroll > button:focus {
  outline: none;
}

.advantage_container_scroll > button::-moz-focus-inner {
  border: 0;
}

@media screen and (max-width: 800px) {
  .advantage_container_scroll > button {
    display: none !important;
  }
}
.advantage_container_scroll > button.scroll-right {
  margin-left: 5px;
}

.advantage_container_scroll > button.scroll-left {
  margin-right: 5px;
}

.analogues_select div.select {
  display: flex;
  justify-content: space-between;
}
.analogues_select div.select a.add {
  font-size: 20px;
  margin: 2px;
}
.analogues_select table {
  width: 100%;
  padding-top: 10px;
}
.analogues_select table thead > tr > td {
  text-align: center;
  color: #999 !important;
}
.analogues_select table tr > td {
  font-size: 14px;
}
.analogues_select table tr > td:not(:first-child) {
  width: 32px;
}
.analogues_select table .placeholder {
  color: #999;
}
.analogues_select table .placeholder:not(:only-child) {
  display: none;
}

.form .posts > div {
  margin: -5px -5px 15px;
  padding: 5px;
}
.form .posts > div.to-delete {
  background-color: #ffb9b9;
}
.form .posts > div > div {
  display: flex;
  flex-direction: row;
}
.form .posts > div > div:not(:last-child) {
  margin-bottom: 8px;
}
.form .posts > div > div > label {
  width: 100px;
}
.form .posts > div > div .post-number, .form .posts > div > div .post-port {
  width: 40px;
}
.form .posts > div > div .post-remove {
  margin-left: auto;
  cursor: pointer;
}
.form .posts > div > div .post-ip {
  width: auto;
  flex-grow: 1;
  margin-right: 10px;
}
.form .posts > div > div .post-tv, .form .posts > div > div .post-mac {
  width: auto;
  flex-grow: 1;
}

.tableCell {
  border-collapse: collapse;
}

#wrap_msg {
  padding: 1rem;
  width: 45%;
}

@media only screen and (min-width: 475px) {
  .feedback.feedback-fail {
    padding: 17px 16px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .feedback.feedback-success {
    padding: 16px 17px 16px 50px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */