@font-face {
  font-family: 'FontsSF-UI-Display';
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FontsSF-UI-Display';
  font-weight: 'normal';
  font-style: normal;
}
@font-face {
  font-family: 'FontsSF-UI-Display';
  font-weight: 'bold';
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  color: inherit;
}
.logo img {
  display: block;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}
textarea {
  resize: none;
}
section {
  position: relative;
}
input,
select,
button {
  outline: none;
}
[type='submit'] {
  cursor: pointer;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1101px) {
  a,
  [type=submit] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
/*site styles*/
html {
  font-size: 14px;
  min-height: 100%;
  line-height: 1.2;
}
body {
  font-family: 'FontsSF-UI-Display', sans-serif;
  font-weight: normal;
  background: #fff;
  color: #333;
}
.wrapper {
  position: relative;
  padding-top: 90px;
  min-height: calc(100vh - 70px);
}
@media (max-width: 1240px) {
  .wrapper {
    padding-top: 60px;
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.content {
  padding-top: 30px;
}
.default-block {
  background: #fff;
  padding: 0px 0px 20px;
}
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.page-title:first-child {
  margin-bottom: 40px;
}
.page-title h1,
.page-title h2,
.page-title h3 {
  margin: 0;
}
.page-title h1,
.page-title .title {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}
.page-title__return {
  font-weight: bold;
  color: #a0a0a1;
  text-decoration: none;
}
.page-title__return:hover {
  text-decoration: underline;
}
.page-title__return:before {
  content: '\2190';
  font-weight: bold;
  margin-right: 10px;
}
.icon.human {
  fill: #6b6c6b;
}
.icon.human.yellow {
  fill: #f9bd50;
}
.icon.human.blue {
  fill: #69a8f3;
}
.icon.human.orange {
  fill: #f93;
}
.hideContent {
  display: none;
}
.hideContent.open {
  display: block;
}
.create-request-btn {
  margin-right: 10px;
}
.add-btn .icon,
.create-request-btn .icon {
  width: 14px;
  height: 14px;
  fill: #333;
  margin-left: 5px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.add-btn:hover .icon,
.create-request-btn:hover .icon {
  fill: #fff;
}
/* == media == */
@media (max-width: 768px) {
  .page-title .btns-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .page-title .btns-wrap .btn {
    margin: 0;
  }
  .btns-wrap.btnlst a:first-child {
    margin-right: 100px;
    position: relative;
  }
  .btns-wrap.btnlst a {
	display: inline-block; 
	width:unset;
  }
}
@media (max-width: 480px) {
  .page-title:first-child {
    margin-bottom: 25px;
  }
  .page-title h1 {
    font-size: 26px;
  }
  .page-title .btns-wrap {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-title .btns-wrap .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .page-title .btns-wrap .btn-fill {
    width: 300px;
    padding: 15px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagination {
  margin: 15px 0;
  text-align: center;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #02448b;
  font-weight: bold;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  -webkit-box-shadow: inset 0 0 0 1px #3b73b5;
          box-shadow: inset 0 0 0 1px #3b73b5;
}
.pagination a:hover svg,
.pagination span:hover svg {
  stroke: #3b73b5;
}
.pagination .current a,
.pagination .current span {
  color: #fff;
  background: #3b73b5;
}
.pagination .icon {
  fill: none;
  stroke: #d7d7d7;
  width: 20px;
  height: 16px;
}
@media (max-width: 600px) {
  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
[type="submit"] {
  border: 0;
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  max-width: 250px;
}
.btn {
  display: inline-block;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background: none;
  cursor: pointer;
  border: 1px solid #f93;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,.actived {
  color: #fff;
  background: #f93;
}
.btn-fill {
  display: inline-block;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background: none;
  cursor: pointer;
  color: #fff;
  background: #f93;
  border: 1px solid #f93;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-fill:hover {
  color: #f93;
  background: none;
}
.btn-success {
  display: inline-block;
  padding: 15px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #43a660;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-success:hover {
  color: #fff;
  background: #43a660;
}
.btn-err {
  display: inline-block;
  padding: 15px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #9b3939;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-err:hover {
  color: #fff;
  background: #9b3939;
}
.btn,
.btn-success,
.btn-err {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn.ok,
.btn-success.ok,
.btn-err.ok {
  min-width: 90px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.btn.across span:after,
.btn-success.across span:after,
.btn-err.across span:after {
  content: '\00D7';
  margin-left: 15px;
}
.btn.go span:after,
.btn-success.go span:after,
.btn-err.go span:after {
  content: '\2192';
  margin-left: 15px;
}
@media (max-width: 768px) {
  .btns a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .btn-success {
    display: block;
    margin: 0 auto;
    width: 230px;
  }
}
@media (max-width: 480px) {
  .content .btn,
  .popup .btn,
  .content .btn-success,
  .popup .btn-success,
  .content .btn-err,
  .popup .btn-err {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 15px;
  }
  .content .btns,
  .popup .btns {
    display: block;
  }
  .content .btns a,
  .popup .btns a {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.categories-form .btn {
  min-width: 120px;
}
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px 0 30px;
  overflow: auto;
  max-height: 60vh;
  padding-right: 20px;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.categories__item {
  width: 25%;
  margin-bottom: 25px;
  padding-right: 5%;
  font-size: 14px;
  font-weight: bold;
}
.categories__item:nth-child(4n+4) {
  padding-right: 0;
}
.categories__item label {
  position: relative;
  display: block;
}
.categories__item label input {
  position: absolute;
  top: 3px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.categories__item label input:checked + span:before {
  background-image: url("../img/svg/icons/success.svg");
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
}
.categories__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.categories__item span:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #f93;
  border-radius: 3px;
}
@media (max-width: 1100px) {
  .categories__item:nth-child(1n+1) {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .categories__item:nth-child(1n+1) {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f2f2f3;
  -webkit-box-shadow: 0 0 5px #f2f2f3;
          box-shadow: 0 0 5px #f2f2f3;
}
@media (min-width: 1600px) {
  .header .container {
    max-width: 1290px;
  }
}
.header__wrap {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header__nav li {
  display: inline-block;
  margin: 0;
}
.header__nav a {
  position: relative;
  display: block;
  height: 90px;
  padding-top: 42px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.header__nav a.current:after,
.header__nav a:hover:after {
  background: #f93;
}
.header__nav a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.header__burger {
  position: relative;
  width: 32px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.header__burger:before,
.header__burger:after,
.header__burger span {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #02448b;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger span {
  top: 50%;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header-logo__flow {
  width: 75px;
  margin-right: 20px;
  color: #034384;
  font-size: 25px;
  text-decoration: none;
}
.header-logo__client {
  width: 150px;
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info__human {
  font-size: 14px;
  text-decoration: none;
}
.header-info__human:hover {
  text-decoration: underline;
}
.header-info__human .icon {
  width: 22px;
  height: 26px;
  margin-right: 10px;
  fill: #f93;
}
.header-info__btn {
  margin-left: 30px;
}
.openNav .header__nav {
  display: block;
}
@media (max-width: 1240px) {
  .header__wrap,
  .header__nav a {
    height: 60px;
  }
  .header__nav a {
    padding-top: 25px;
  }
}
@media (max-width: 1100px) {
  .header .btn {
    width: 90px;
    margin-left: 10px;
    padding: 12px 12px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #f93;
    background: #fff;
  }
  .header__nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .header-info__human span {
    display: none;
  }
  .header-logo__flow {
    width: 50px;
    margin-right: 5px;
    font-size: 20px;
  }
  .header-logo__client {
    width: 80px;
  }
  .header .btn {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .header-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-logo span {
    line-height: 1;
    margin-bottom: 5px;
  }
}
.footer {
  height: 50px;
  padding: 10px 0;
}
body.hidden {
  overflow: hidden;
}
body.hidden .popup {
  display: block;
}
.popup.show_popup {
  visibility: visible;
  opacity: 1;
}
.popup {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.popup__content {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 770px;
  max-width: 100%;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px 80px;
  background: #ececec;
  text-align: center;
  overflow: auto;
}
.popup__content-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: #fff;
  overflow: auto;
}
.popup__title {
  margin-bottom: 30px;
  font-size: 28px;
  color: #01244b;
  font-weight: normal;
}
.popup__title.err {
  color: #9b3939;
}
.popup__text {
  text-align: center;
  font-size: 20px;
}
.popup__text p {
  margin-bottom: 10px;
}
.popup__btn {
  width: 105px;
  display: block;
  margin: 50px auto 0;
  text-transform: uppercase;
  cursor: pointer;
}
.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #3b73b5;
  font-size: 0;
  cursor: pointer;
  background: url("../img/svg/icons/close.svg") center center;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.interview-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}
.interview-form__btns {
  width: 45%;
  color: #799ac1;
  font-weight: bold;
  padding-right: 20px;
}
.interview-form__btns label {
  position: relative;
  display: block;
  margin: 0 0 25px 0;
  padding-left: 25px;
}
.interview-form__btns label:last-child {
  margin: 0;
}
.interview-form__btns label [type="radio"] {
  position: absolute;
  top: 3px;
  left: 0;
}
.interview-form__btns label [type="radio"]:checked + span {
  color: #02448b;
}
.interview-form__text {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview-form__text.full-text {
  width: 100%;
}
.interview-form__text textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 150px;
  padding: 10px;
  font-size: 16px;
  outline: none;
  border: 1px solid #d7dde1;
}
.interview-form__text textarea:focus {
  border-color: #f93;
}
.interview-form__text textarea.big {
  height: 50vh;
}
.interview-form__tit {
  margin-bottom: 40px;
  font-weight: bold;
  color: #02448b;
  font-size: 18px;
}
.rules-block {
  height: 60vh;
  padding: 30px;
  overflow: auto;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
}
.rules-block a {
  color: #034384;
}
.rules-block a:hover {
  text-decoration: none;
}
.rules-block .title {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.rules-block .title:first-child {
  margin-top: 0;
}
.rules-block p,
.rules-block li {
  margin-bottom: 10px;
}
.rules-block ul {
  list-style: square;
  margin-bottom: 1em;
  padding-left: 2em;
}
.rules-block ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 2em;
}
.rules-block li {
  list-style-type: inherit;
}
.popap-valid-text {
  text-align: left;
  width: 100%;
}
.popap-valid-text li {
  list-style-type: disc;
}
.file-upload {
  margin-left: 30px;
  padding-top: 60px;
}
.file-upload .file-label {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.file-upload .file-label:hover .file-title {
  text-decoration: none;
}
.file-upload .file-icon {
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-right: 8px;
}
.file-upload .file-title {
  display: inline-block;
  font-size: 14px;
  color: #003c90;
  text-decoration: underline;
}
.file-upload #fl_inp {
  display: none;
}
.file-upload .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-bottom: 1px solid #d7dde1;
}
.file-upload .file-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #f60;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.file-upload .file-close:hover {
  background: #f60;
}
.file-upload .file-close:hover .icon {
  fill: #fff;
}
.file-upload .file-close .icon {
  width: 12px;
  height: 12px;
  fill: #f60;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1700px) {
  .popup__content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    padding: 50px 15px;
  }
  .popup__content-full {
    padding: 50px 0;
    display: block;
  }
  .interview-form__wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 1240px) {
  .popup__content-full {
    display: block;
  }
}
@media (max-width: 1100px) {
  .interview-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-form__btns {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .interview-form__btns label {
    margin-bottom: 15px;
  }
  .interview-form__tit {
    margin-bottom: 20px;
  }
  .interview-form__text {
    width: 100%;
  }
  .file-upload {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .popup__btn,
  .btn,
  .btn-success,
  .btn-err {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}
.input-form {
  max-width: 900px;
  margin: 20px 0;
}
.input-form__top {
  margin-bottom: 30px;
}
.input-form__bottom {
  margin: 30px 0;
}
.input-form p {
  font-size: 18px;
}
.input-form p a {
  color: #034384;
}
.input-form p a:hover {
  text-decoration: none;
}
.form-group {
  margin-bottom: 30px;
}
.form-group .input-form__top {
  margin-bottom: 20px;
}
.form-group .order-block__category {
  margin-bottom: 20px;
}
.form-item,
.form-action,
.form-check {
  position: relative;
  margin-bottom: 15px;
}
.form-item:last-child,
.form-action:last-child,
.form-check:last-child {
  margin-bottom: 0;
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item.error input,
.form-item.error textarea,
.form-item.error select {
  border-color: #f00;
}
.form-item.ok input {
  border-color: #008000;
}
.form-item .note {
  width: 100%;
  margin-top: 5px;
  padding-left: 120px;
}
.form-item label {
  max-width: 225px;
  -ms-flex-preferred-size: 225px;
      flex-basis: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  color: #999;
}
.form-item label.radio-label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
  margin-right: 25px;
  padding-left: 20px;
}
.form-item label.radio-label:last-child {
  margin: 0;
}
.form-item label.radio-label [type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-item label.radio-label span {
  display: inline-block;
  color: #333;
}
.form-item input,
.form-item textarea {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 35px;
  padding: 0 5px;
  font-size: 16px;
  border: 0;
  background: none;
  outline: none;
  border-bottom: 1px solid #d7dde1;
}
.form-item input:focus,
.form-item textarea:focus {
  border-color: #f93;
}
.form-item textarea {
  height: 100px;
  padding: 5px;
  border: 1px solid #d7dde1;
}
.form-item textarea.big {
  height: 200px;
}
.form-item select {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 35px;
  padding: 0 5px;
  font-size: 16px;
  border: 1px solid #d7dde1;
}
.form-action {
  margin-top: 30px;
}
.form-action [type="submit"],
.form-action [type="reset"] {
  min-width: 140px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.form-check input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.form-check input:checked + label:before {
  background-image: url("../img/svg/icons/success.svg");
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
}
.form-check label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-check label:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #f93;
  border-radius: 3px;
}
.form-check.error label {
  color: #f00;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #02448b;
  line-height: 35px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #d9d9d9;
}
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #02448b transparent transparent transparent;
  border-width: 6px 5px 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #02448b transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #02448b;
}
.select2-results__option {
  padding: 6px 20px;
  font-size: 16px;
  color: #02448b;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px 15px;
  color: #02448b;
}
.select2.select2-container.select2-container--default.select2-container--focus span {
  outline: none;
}
@media (max-width: 1100px) {
  .input-form {
    width: auto;
  }
}
@media (max-width: 768px) {
  .input-form p {
    font-size: 16px;
  }
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-item label {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    height: auto;
    margin-bottom: 5px;
  }
  .form-item .note {
    padding-left: 0;
  }
  .form-action [type="submit"],
  .form-action [type="reset"] {
    margin-right: auto;
  }
}
.order-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-print .print {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.order-print .icon {
  width: 30px;
  height: 30px;
}
@media print {
  .header {
    position: static;
  }
  .header-info {
    display: none;
  }
  .wrapper {
    padding: 0;
  }
  .wrapper .content {
    padding: 0;
  }
  .wrapper .order-print {
    display: none;
  }
  .wrapper .order-print .print {
    display: none;
  }
  .wrapper .actions-btns {
    display: none;
    margin: 0;
  }
  .wrapper .order-block.info {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .wrapper .order-block.info h3,
  .wrapper .order-block.info p {
    padding: 0;
  }
  .wrapper .order-block.info .order-block__category {
    margin: 0;
  }
  .wrapper .order-block.info .order-block__change,
  .wrapper .order-block.info .btn-change,
  .wrapper .order-block.info .btns,
  .wrapper .order-block.info .order__btns {
    display: none;
  }
  .wrapper .order-block.info .textListManager,
  .wrapper .order-block.info .listManager {
    display: none;
  }
  .wrapper .order-block.new-info {
    display: none;
    padding: 0;
    margin: 0;
  }
  .wrapper .toggles {
    margin-bottom: 10px;
  }
  .wrapper .toggles__block {
    margin: 0;
  }
  .wrapper .toggles__block .toggles__btn {
    height: auto;
  }
  .wrapper .toggles__block .toggles__content {
    padding: 10px 18px;
    font-size: 14px;
  }
  .wrapper .toggles__block .toggle-files__item {
    margin-bottom: 0;
  }
  .wrapper .phases__wrap {
    display: none;
    padding: 0;
  }
  .wrapper .hisory-order {
    padding: 0;
    padding-top: 5px;
  }
  .wrapper .hisory-order .chat-item {
    margin-bottom: 10px;
  }
  .wrapper .hisory-order .btn {
    display: none;
  }
  .wrapper .hisory-order .chat-files {
    padding: 0;
    margin: 0;
  }
  .wrapper .hisory-order .chat-files .chat-files__item {
    margin: 0;
  }
  .wrapper .hisory-order .chat-files .chat-files__title {
    margin-bottom: 5px;
  }
  .wrapper .hisory-order .chat-item__top {
    margin: 0;
    padding: 0;
  }
  .wrapper .hisory-order .chat-item__top .title .icon {
    width: 14px;
    height: 20px;
  }
  .footer {
    display: none;
  }
}
.order-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px;
}
.red {
    color: red;
}
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 24px;
  padding: 0 12px;
}
.order-item p a,
.order-item h4 a {
  color: #3a71b3;
}
.order-item a {
  text-decoration: none;
  word-break: break-word;
}
.order-item a:hover {
  text-decoration: underline;
}
.order-item__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #eee;
}
.order-item__block {
  position: relative;
  width: 100%;
}
.order-item__block.err .order-item__body:before {
  background-image: url("../img/svg/icons/status4.svg");
}
.order-item__block.dif .order-item__body:before {
  background-image: url("../img/svg/icons/status5.svg");
}
.order-item__block.note .order-item__body:before {
  background-image: url("../img/svg/icons/status6.svg");
}
.order-item__block.ok .order-item__body:before {
  background-image: url("../img/svg/icons/status3.svg");
}
.order-item__body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 24px 100%;
}
.order-item__btn {
  width: 112px;
  padding: 12px 13px;
}
.order-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
}
.order-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 20px;
  background: #f6f6f6;
}
.order-item__head span {
  display: inline-block;
}
.order-item__head span:last-child {
  margin: 0;
}
.order-item__head .count {
  margin-right: 20px;
  font-weight: bold;
}
.order-item__head .date {
  font-size: 12px;
}
.order-item__body {
  position: relative;
  margin: 15px 0 20px;
  padding: 0 20px 0px 69px;
}
.order-item__name {
  margin-bottom: 12px;
}
.order-item__name .icon {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}
.order-item__name .icon-success {
  fill: #f9be52;
}
.order-item__name .icon-err {
  fill: #bf1e2e;
}
.order-item__name .icon-question2 {
  fill: #5287c6;
}
.order-item__name .icon.human {
  position: absolute;
  left: 9px;
  width: 18px;
  height: 26px;
  margin: -6px 0 0 0;
}
.order-item__categories a,
.order-item__categories span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5;
}
.order-item__categories a:hover,
.order-item__categories span:hover {
  text-decoration: none;
}
.order-item__categories a:last-child,
.order-item__categories span:last-child {
  margin: 0;
}
.order-item__title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
}
.status-phases {
  width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 6px;
  margin: 0 14px;
}
.status-phases span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border-left: 1px solid #c3c9d0;
}
.status-phases span:first-child {
  border: 0;
}
.status-phases span.enderr {
  background: #880f0f;
}
.status-phases span.currerr {
  background: #bd5050;
}
.status-phases span.end {
  background: #3a71b3;
}
.status-phases span.curr {
  background: #69a8f3;
}
.status-phases span.ft {
  background: #dee1e5;
}
.sort {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.sort a:hover {
  text-decoration: none;
}
.sort__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sort__block .title {
  min-width: 200px;
  padding-right: 10px;
  color: #999;
}
.sort__block .provider {
  color: #904931;
}
.sort__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d7dde1;
}
.sort__content .item {
  width: 20%;
  -ms-flex-preferred-size: 160px;
      flex-basis: 167px;
  padding-right: 15px;
  text-decoration: none;
}
.sort__content .item:last-child {
  margin-right: 0;
}
.sort__content .item.arr {
  width: 33%;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}
.sort__content .item.c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sort__content .item.c-item >span {
  width: 160px;
}
.sort__content .item.arr.current span:after {
  content: '\2191';
}
.sort__content .item.arr.top span:after {
  content: '\2193';
  display: inline-block;
}
.sort__content .item.arr span:after {
  content: '\2191';
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1.2em;
  color: #f93;
}
.sort__content .item.arr span:hover {
  text-decoration: underline;
}
input#resp_supplier_find {visibility: visible;opacity: 1;margin-top: 5px;pointer-events: all;}
.clear_find{
    position: absolute;
    margin-left: 200px;
    margin-top: 5px;
}	
.sort__content input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.sort__content input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sort__content input + span:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #f93;
  border-radius: 100%;
}
.sort__content input + span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
  border-radius: 100%;
}
.sort__content input:checked + span:after {
  background: #f93;
}
.sort__categories {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 7px;
  font-size: 12px;
  color: #904931;
}
.sort__categories span {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #904931;
}
.sort__categories span:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.providers-list {
  margin: 0 -10px 10px;
}
.providers-list:after {
  content: '';
  display: table;
  clear: both;
}
.providers-list a {
  text-decoration: none;
}
.providers-list__item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}
.providers-list__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 125px;
  padding: 10px 35px;
  font-size: 20px;
  background: #fff;
  border: 1px solid #eee;
}
.providers-list__item a.wrap:hover {
  -webkit-box-shadow: inset 0 0 0 1px #093764;
          box-shadow: inset 0 0 0 1px #093764;
}
@media (max-width: 1100px) {
  .sort__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sort__block .title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .sort__block .item {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .order-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .providers-list__item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .order-item__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-item__info {
    padding: 0 0 20px;
  }
  .order-item__name .icon-human1 {
    left: -6px;
  }
  .sort {
    padding: 10px;
  }
  .providers-list__item .wrap {
    padding: 10px 15px;
  }
  .order-item__head {
    padding: 0 10px;
  }
  .order-item__body {
    padding: 0 10px 0px 55px;
  }
  .order-item__body:before {
    left: 9px;
  }
}
@media (max-width: 360px) {
  .order-item__head .count {
    margin-right: 10px;
  }
}
.order {
  margin-bottom: 25px;
  padding: 25px;
  background: #fff;
}
.order__title {
  font-size: 28px;
  color: #01244b;
  margin-bottom: 5px;
}
.order__date {
  margin-bottom: 20px;
  font-weight: bold;
  color: #02448b;
}
.order__firm {
  margin-bottom: 20px;
  font-size: 20px;
}
.order__name {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
}
.order__name span {
  display: inline-block;
  margin-left: 11px;
  color: #02448b;
  font-weight: bold;
}
.order__info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  border-bottom: 2px solid #e6eaed;
}
.order__info p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.order__category {
  margin-bottom: 10px;
}
.order__category .tit {
  display: inline-block;
  margin-right: 20px;
}
.order__category span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5;
  color: #02448b;
}
.order__btns {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order__btns .btn {
  margin-right: 12px;
}
.list-menegers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.list-menegers .tit {
  margin-right: 20px;
}
.list-select {
  width: 330px;
  max-width: 100%;
  height: 35px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #02448b;
  border: 1px solid #d9d9d9;
}
.order-btns {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .order {
    padding: 15px;
  }
  .list-menegers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-menegers .tit {
    margin: 0 0 10px;
  }
  .order-btns {
    padding: 0;
  }
}
.order-block {
  margin-bottom: 50px;
  padding: 10px 0px 0px;
  font-size: 16px;
  color: #232a31;
}
.order-block.new-info {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.order-block.info {
  background: #fff;
}
.order-block p {
  margin-bottom: 12px;
}
.order-block p a {
  color: #02448b;
}
.order-block p a:hover {
  text-decoration: none;
}
.order-block .i a {
  margin-left: 5px;
}
.order-block .i {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-block .i .m-title {
  margin-right: 10px;
}
.order-block .i .m-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  max-width: 100%;
  height: 35px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #02448b;
  border: 1px solid #d9d9d9;
}
.order-block__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-block__members .list-select {
  width: 260px;
}
.order-block__left-members {
  margin-right: 30px;
}
.order-block__right-members {
  padding-bottom: 60px;
  position: relative;
}
.order-block__btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
}
.order-block__btns .btn-success {
  width: 260px;
  padding: 11px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #f93;
  border: 1px solid #f93;
}
.order-block__btns .btn-success:hover {
  background: transparent;
  color: #232a31;
}
.order-block__btns .btn-err {
  padding: 11px 16px;
  border: none;
  text-decoration: underline;
  color: #232a31;
  cursor: pointer;
}
.order-block__btns .btn-err:hover {
  background: transparent;
  color: #232a31;
  text-decoration: none;
}
.order-block__provider,
.order-block__delikat,
.order-block__holder {
  margin-bottom: 22px;
}
.order-block__add {
  text-align: right;
  margin-bottom: 22px;
}
.order-block__add .add-btn {
  width: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 20px;
}
.order-block__list {
  position: relative;
  margin-bottom: 17px;
}
.order-block__list:before {
  content: '\2014';
  position: absolute;
  top: 0px;
  left: -25px;
  line-height: 1;
  color: #034384;
  font-weight: bold;
}
.order-block__number3 {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.order-block__number3 .icon {
  width: 25px;
  height: 32px;
  margin-right: 5px;
}
.order-block__number {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.order-block__number:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 25px;
  height: 32px;
  background: url("../img/svg/icons/status5.svg");
  background-size: cover;
}
.order-block__title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: normal;
}
.order-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-block__change {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  height: 27px;
  padding: 5px;
  margin-left: 10px;
  color: #01244b;
  text-decoration: none;
  background: #e0e2e2;
}
.order-block__change:hover {
  background: #02448b;
}
.order-block__change:hover .icon {
  fill: #fff;
}
.order-block__change .icon {
  fill: #3674b6;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.order-block__name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.order-block__name .icon {
  vertical-align: middle;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  fill: #f8b437;
}
.order-block__category {
  margin-top: 20px;
  font-size: 13px;
}
.order-block__category .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.order-block__category a,
.order-block__category span,
.order-block__category [type="text"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  color: #904931;
  background: none;
  border: 0;
  border-right: 1px solid #904931;
}
.order-block__category a:first-child,
.order-block__category span:first-child,
.order-block__category [type="text"]:first-child {
  padding-left: 0;
}
.order-block__category a:last-child,
.order-block__category span:last-child,
.order-block__category [type="text"]:last-child {
  margin: 0;
  border: 0;
}
.phases__wrap {
  overflow: auto;
  padding-top: 15px;
}
.phases {
  position: relative;
  width: 100%;
  min-width: 800px;
  height: 15px;
  margin: 35px 0 45px;
  line-height: 1;
  background: #fff;
}
.phases__date {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 40px;
}
.phases__date:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 15px;
  background: #9da9b6;
}
.phases__date.start {
  left: 0;
}
.phases__date.start span {
  font-size: 15px;
  font-weight: bold;
}
.phases__date.end {
  right: 0;
  text-align: right;
}
.phases__date.end:after {
  left: auto;
  right: 0;
}
.phases__date.end span {
  font-size: 15px;
  font-weight: bold;
  color: #8d3d33;
}
.phases__date.part span {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.phases__date span {
  display: block;
  font-size: 13px;
}
.phases__phase {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.phases__phase.enderr {
  background: #880f0f;
}
.phases__phase.currerr {
  background: #bd5050;
}
.phases__phase.end {
  background: #3a71b3;
}
.phases__phase.curr {
  background: #69a8f3;
}
.phases__phase.ft {
  background: #dee1e5;
}
.phases__phase span {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.phases__phase span.day {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-bottom: 27px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
  color: #7f7f7f;
  font-weight: 300;
}
.phases__phase span.post {
  top: 100%;
  margin-top: 5px;
  font-size: 13px;
  color: #232a31;
  font-weight: bold;
}
.run .phases__phase span {
  opacity: 1;
}
.toggles {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
  color: #232a31;
}
.toggles__block {
  margin-bottom: 10px;
}
.toggles__block:last-child {
  margin-bottom: 0;
}
.toggles__btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  cursor: pointer;
}
.toggles__btn.open:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggles__btn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 7px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #c9cacc;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.toggles__content {
  display: none;
  padding: 20px 18px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.actions-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1% 20px;
}
.actions-btns:after {
  content: '';
  display: table;
  clear: both;
}
.actions-btns a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 23%;
  max-width: 250px;
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
  margin: 0 1%;
  height: 65px;
  margin-bottom: 15px;
  text-align: center;
}
.hisory-order {
  padding: 35px 0px;
  background: #fff;
}
.hisory-order .mess {
  margin-bottom: 35px;
}
.hisory-order .order-i {
  margin-left: 17px;
}
.hisory-order__title {
  margin-bottom: 15px;
  font-size: 30px;
  color: #01244b;
  font-weight: normal;
}
.chat-item {
  margin: 0 0 35px 0;
  color: #46515d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chat-item:after {
  content: '';
  display: table;
  clear: both;
}
.chat-item.question .chat-item__body {
  border-color: #f9c361;
}
.chat-item.answer .chat-item__body {
  border-color: #749ed1;
}
.chat-item__body {
  margin-bottom: 12px;
  padding-left: 17px;
  border-left: 3px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70%;
  margin-right: 20px;
}
.chat-item__btn {
  padding: 8px 10px;
  margin-left: 17px;
}
.chat-item__top {
  position: relative;
  margin-bottom: 14px;
  padding-top: 9px;
}
.chat-item__top .title {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.chat-item__top .title .icon {
  vertical-align: bottom;
  width: 20px;
  height: 28px;
  margin-right: 7px;
}
.chat-item__top .time {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #8a9096;
}
.chat-item .note {
  margin-bottom: 5px;
  font-weight: bold;
}
.order-i {
  margin-bottom: 30px;
  color: #46515d;
}
.order-i .date {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.toggle-files {
  -webkit-columns: 2;
          columns: 2;
}
.toggle-files__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.toggle-files__item .file-date,
.toggle-files__item .file-name {
  margin-right: 10px;
}
.toggle-files__item .file-text,
.toggle-files__item .file-name {
  text-decoration: underline;
}
.toggle-files__item .file-text:hover,
.toggle-files__item .file-name:hover {
  text-decoration: none;
}
.toggle-files__item .file-text {
  font-weight: bold;
}
.chat-files {
  padding-top: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(30% - 20px);
}
.chat-files__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}
.chat-files__item {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
}
.chat-files__item:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .actions-btns a {
    width: 31%;
  }
  .order-block .i a {
    margin: 0;
  }
  .toggle-files {
    -webkit-columns: 1;
            columns: 1;
  }
}
@media (max-width: 970px) {
  .order-block__left-members {
    margin-right: 0;
  }
  .order-block__right-members {
    width: 100%;
    padding-bottom: 20px;
  }
  .order-block__holder .m-title {
    width: 210px;
  }
  .order-block__btns {
    position: static;
  }
}
@media (max-width: 768px) {
  .order-block.info,
  .hisory-order {
    padding: 30px 15px;
  }
  .chat-item__btn {
    margin-left: auto;
  }
  .actions-btns a {
    width: 48%;
  }
  .chat-item {
    display: block;
  }
  .chat-item__body {
    width: 100%;
  }
  .chat-files {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .order-block__members .popup__btn,
  .order-block__members .btn,
  .order-block__members .btn-success,
  .order-block__members .btn-err {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .order-block__members .btn-err {
    width: auto;
  }
}
@media (max-width: 480px) {
  .order-block__title,
  .hisory-order__title {
    font-size: 24px;
  }
  .actions-btns a {
    float: none;
    height: auto;
  }
  .toggles__btn {
    padding: 0 15px;
  }
  .toggles__content {
    padding: 20px 15px;
  }
  .order-block .i a {
    display: block;
  }
  .chat-item__top .time {
    display: block;
    margin-bottom: 5px;
  }
  .order-block .i {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-block .i .m-title {
    margin-bottom: 5px;
  }
  .order-block .i .m-name,
  .order-block .i .list-select,
  .order-block .listManager,
  .order-block__add .add-btn {
    width: 100%;
  }
  .order-block__btns .btn-success {
    width: 100%;
  }
  .order-block__btns {
    text-align: center;
  }
}
.my-data {
  max-width: 900px;
  margin-bottom: 50px;
  padding: 10px 0px 0px;
  background: #fff;
}
.my-data__item {
  margin-bottom: 15px;
  color: #232a31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.my-data__item + .btn {
  margin-top: 25px;
}
.my-data__item a {
  color: #3a71b3;
  text-decoration: none;
  border-bottom: 1px solid #d9e1ed;
}
.my-data__item a:hover {
  border-color: transparent;
}
.my-data__item.open .btn-change.change {
  display: none;
}
.my-data__item.open .btn-change.remove,
.my-data__item.open .btn-change.ok {
  display: block;
}
.my-data__item.open .more-info {
  visibility: visible;
}
.my-data__item.open input {
  display: block;
}
.my-data__item.open .data {
  display: none;
}
.my-data__item .label {
  max-width: 225px;
  -ms-flex-preferred-size: 225px;
      flex-basis: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  color: #999;
}
.my-data__item .field {
  position: relative;
  max-width: 100%;
  height: 30px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.my-data__item .btn-change,.providers-list__item .btn-change {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 27px;
  height: 27px;
  padding: 5px;
  color: #01244b;
  text-decoration: none;
  border: 1px solid #e0e2e2;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.providers-list__item .btn-change{
 top: 8px;	
}
.my-data__item .btn-change.ok {
  right: 35px;
}
.my-data__item .btn-change.ok,
.my-data__item .btn-change.remove {
  display: none;
  padding: 7px;
}
.my-data__item .btn-change.ok .icon {
  fill: #57b767;
}
.my-data__item .btn-change.remove .icon {
  fill: #bf1e2e;
}
.my-data__item .btn-change:hover,.providers-list__item .btn-change:hover {
  background: #3674b6;
}
.my-data__item .btn-change:hover .icon,.providers-list__item .btn-change:hover .icon {
  fill: #fff;
}
.my-data__item .btn-change .icon, .providers-list__item .btn-change .icon{
  fill: #3674b6;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.my-data__item .success,
.my-data__item .novalid {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.my-data__item .success {
  background: #35ac49;
}
.my-data__item .success .icon {
  fill: #fff;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.my-data__item .novalid {
  background: #f00;
}
.my-data__item .novalid .icon {
  fill: #fff;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.my-data__item .data {
  width: 100%;
  padding-right: 50px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 3px;
  border-bottom: 1px solid #d7dde1;
  white-space: nowrap;
}
.my-data__item input {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 70px;
  border: 0;
  background: none;
  border-bottom: 1px solid #d7dde1;
  display: none;
}
.my-data__item input:focus {
  border-color: #f93;
}
.my-data__item .more-info {
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  margin-left: 225px;
  visibility: hidden;
}
.line-bottom {
  margin-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .my-data__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .my-data__item .label {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .my-data__item .field,
  .my-data__item .data {
    width: 100%;
  }
}
.text-404 {
  font-size: 100px;
  margin: 40px 0;
  color: #034384;
  font-weight: bold;
}
@media (max-width: 600px) {
  .text-404 {
    font-size: 80px;
  }
}
.page404 h1 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.page404__adress {
  margin-bottom: 20px;
  font-size: 18px;
  word-wrap: break-word;
}
.page404__return {
  font-size: 20px;
  font-weight: bold;
  color: #a0a0a1;
}
.page404__return a {
  text-decoration: none;
  color: #034384;
}
.page404__return a:hover {
  text-decoration: underline;
}
span.count.red {
    color: red;
}
.telinfo {
    margin-bottom: 20px;
}

.telinfo a,.input-form .telinfo a {
    color: red;
}
.input-form .telinfo p {
    font-size: 14px;
}
h4.order-item__title.grey a {
    color: grey;
}
input#change_company {
    width: 100%;
}
section#profileCompanyPopap .popup__content {
    min-height: 220px;
}
section#profileCompanyPopap .popup__content .popup__text{
   width:-webkit-fill-available; 
}
.btn-change.change_name {
    right: 30px;
}
.btns-wrap.btnlst {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.btns-wrap.btnlst a:first-child {
    margin-right: 450px;
    position: relative;
}
.answer {
    margin-left: 38px;
    flex: 100%;
}
span.count_in {position: absolute;top: -15px;right: -35px;/* font-size: 15px; */color: white;display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;font-size: 1rem;/* color: #000; */width: fit-content;padding: 0 4px;height: 30px;border-radius: 50%;background-color: #00b0d3;}
h4.order-item__title.bold {font-weight: 600;}
a.rit {position: relative;}
.categories__item.filtr {
    display: inline-block;
    position: absolute;
    margin-left: 23px;
    margin-top: 8px;
}
a.resend-icon {
    border: 0;
}