@charset "UTF-8";
* {
  float: none !important;
}

.navbar-toggle {
  width: 40px !important;
  height: 40px !important;
}

.contentScrollFixed {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}

.clients__tableText-item {
  padding: 7px;
}
@media (min-width: 1366px) {
  .clients__tableText-item {
    padding: calc(0.0054151625 * 100vw + -0.3971119134px);
  }
}
@media (min-width: 1920px) {
  .clients__tableText-item {
    padding: 10px;
  }
}
.password {
  position: relative;
  padding: 0px;
  width: 100%;
}
.password-control {
  position: absolute;
  top: 7px;
  right: 6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../Images/open_eye.svg) 0 0 no-repeat;
}
.password-control.view {
  background: url(../Images/close_eye.svg) 0 0 no-repeat;
}

.document {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.document-other {
  background: url(../Images/document.svg) no-repeat;
}
.document-xls {
  background: url(../Images/xls-file.svg) no-repeat;
  background-size: contain;
}
.document-doc {
  background: url(../Images/doc-file.svg) no-repeat;
}
.document-pdf {
  background: url(../Images/pdf-file.svg) no-repeat;
  background-size: contain;
}

.editor-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.editor-field__item {
  padding-left: 0px;
  padding-right: 0px;
}
.editor-field-__left {
  text-align: right;
}

.header {
  padding: 0;
}

.navbar {
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  height: 50px;
  margin-left: 0;
}
@media (min-width: 1366px) {
  .navbar-brand {
    height: calc(0.0541516245 * 100vw + -23.9711191336px);
  }
}
@media (min-width: 1920px) {
  .navbar-brand {
    height: 80px;
  }
}
.navbar-toggle {
  width: 26px;
  height: 20px;
}
@media (min-width: 1366px) {
  .navbar-toggle {
    width: calc(0.0036101083 * 100vw + 21.0685920578px);
  }
}
@media (min-width: 1920px) {
  .navbar-toggle {
    width: 28px;
  }
}
@media (min-width: 1366px) {
  .navbar-toggle {
    height: calc(0.0054151625 * 100vw + 12.6028880866px);
  }
}
@media (min-width: 1920px) {
  .navbar-toggle {
    height: 23px;
  }
}
.navbar-toggle .icon-bar {
  width: 26px;
}
@media (min-width: 1366px) {
  .navbar-toggle .icon-bar {
    width: calc(0.0036101083 * 100vw + 21.0685920578px);
  }
}
@media (min-width: 1920px) {
  .navbar-toggle .icon-bar {
    width: 28px;
  }
}
.navbar-toggle .icon-bar:nth-child(2), .navbar-toggle .icon-bar:nth-child(3) {
  top: 10px;
}
.navbar-toggle .icon-bar:nth-child(4) {
  top: 20px;
}
.navbar__menu {
  padding-left: 0;
  position: absolute;
  background: #4278ab;
  width: 20%;
  height: 100vh;
  top: calc(5.41516245vw - 3.9711191336px);
  left: -100%;
  -webkit-transition: left 0.38s ease-in-out;
  transition: left 0.38s ease-in-out;
}
.navbar__menu--active {
  left: 0;
}
.navbar-item--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.navbar-item {
  display: flex;
  align-items: center;
}

.logotip {
  width: 100px;
  height: 50px;
}
@media (min-width: 1366px) {
  .logotip {
    width: calc(0.0631768953 * 100vw + 13.7003610108px);
  }
}
@media (min-width: 1920px) {
  .logotip {
    width: 135px;
  }
}
@media (min-width: 1366px) {
  .logotip {
    height: calc(0.0541516245 * 100vw + -23.9711191336px);
  }
}
@media (min-width: 1920px) {
  .logotip {
    height: 80px;
  }
}

.ui-datepicker {
  position: relative;
  z-index: 101 !important;
}

.navbar-collapse.collapse {
  top: -100%;
  -webkit-transition: top 0.38s ease-in-out;
  transition: top 0.38s ease-in-out;
}

.navbar-collapse.collapse.in {
  top: 100%;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: inherit;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(102, 175, 233, 0.6);
          box-shadow: 0px 0px 0px 2px rgba(102, 175, 233, 0.6);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background: inherit;
}

.bootstrap-select > .dropdown-toggle {
  border: 1px solid #cccccc;
  color: #333333;
  background: inherit;
}
.bootstrap-select > .dropdown-toggle:hover {
  background: inherit;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle .caret {
  display: none;
}

.bootstrap-select .dropdown-menu li a {
  position: relative;
}
.bootstrap-select .dropdown-menu li a:active {
  outline: none;
}
.bootstrap-select .dropdown-menu li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 11px;
  width: 20px;
  height: 20px;
  border: 2px solid #318956;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .socials {
    margin-top: calc(0.0252707581 * 100vw + -18.5198555957px);
  }
}
@media (min-width: 1920px) {
  .socials {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  .socials {
    margin-bottom: calc(0.0180505415 * 100vw + 5.3429602888px);
  }
}
@media (min-width: 1920px) {
  .socials {
    margin-bottom: 40px;
  }
}
.socials-item {
  color: #333333;
  margin-right: 20px;
  font-size: 20px;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 1366px) {
  .socials-item {
    margin-right: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .socials-item {
    margin-right: 30px;
  }
}
@media (min-width: 1366px) {
  .socials-item {
    font-size: calc(0.0036101083 * 100vw + 15.0685920578px);
  }
}
@media (min-width: 1920px) {
  .socials-item {
    font-size: 22px;
  }
}
.socials-item:hover {
  color: #4278ab;
  text-decoration: none;
}

.sign {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1366px) {
  .sign {
    padding-top: calc(0.0180505415 * 100vw + -16.6570397112px);
  }
}
@media (min-width: 1920px) {
  .sign {
    padding-top: 18px;
  }
}
@media (min-width: 1366px) {
  .sign {
    padding-bottom: calc(0.0180505415 * 100vw + -16.6570397112px);
  }
}
@media (min-width: 1920px) {
  .sign {
    padding-bottom: 18px;
  }
}

.modalSidebar {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.modalSidebar--open {
  display: block;
}

.modal-table {
  border-collapse: separate;
  width: 100%;
  margin-left: -0.1px;
  border: 1px solid #dddddd;
}
.modal-table__thead {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  background-color: #4278ab;
  border: 1px solid #4278ab;
}
.modal-table__thead td {
  font-size: 16px;
  background-color: #4278ab;
  padding: 5px;
}
.modal-table__tbody tr {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.modal-table__tbody tr td {
  font-size: 16px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.nav > li > a {
  padding-left: 80px;
}
@media (min-width: 1366px) {
  .nav > li > a {
    padding-left: calc(0.036101083 * 100vw + 30.6859205776px);
  }
}
@media (min-width: 1920px) {
  .nav > li > a {
    padding-left: 100px;
  }
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 1366px) {
  .container-fluid {
    padding-left: calc(0.036101083 * 100vw + 30.6859205776px);
  }
}
@media (min-width: 1920px) {
  .container-fluid {
    padding-left: 100px;
  }
}
@media (min-width: 1366px) {
  .container-fluid {
    padding-right: calc(0.036101083 * 100vw + 30.6859205776px);
  }
}
@media (min-width: 1920px) {
  .container-fluid {
    padding-right: 100px;
  }
}

#responsive-menu a {
  font-size: 12px;
}
@media (min-width: 1366px) {
  #responsive-menu a {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  #responsive-menu a {
    font-size: 14px;
  }
}

.logOut a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .logOut a {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .logOut a {
    font-size: 14px;
  }
}

input {
  border: none;
  outline: none;
}

.collapse {
  width: 100%;
}
.collapse--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group {
  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-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .form-group {
    margin-bottom: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group--flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-group__block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-group__block .col-md-12:first-child {
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .form-group__block .col-md-12:first-child {
    margin-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .form-group__block .col-md-12:first-child {
    margin-bottom: 10px;
  }
}
.form-group__item label {
  margin-bottom: 2px;
}
@media (min-width: 1366px) {
  .form-group__item label {
    margin-bottom: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .form-group__item label {
    margin-bottom: 5px;
  }
}
.form-group__item .form-control {
  height: 117px;
}

.form-control {
  padding: 5px;
  height: 32px;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .form-control {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control__password {
  background: url("../Images/password_noactive.svg") no-repeat;
  z-index: 2;
  position: absolute;
  background-size: cover;
  cursor: pointer;
  top: 28px;
  right: 40px;
  width: 30px;
  height: 30px;
}
@media (min-width: 1366px) {
  .form-control__password {
    top: calc(0 * 100vw + 28px);
  }
}
@media (min-width: 1920px) {
  .form-control__password {
    top: 28px;
  }
}
@media (min-width: 1366px) {
  .form-control__password {
    right: calc(0 * 100vw + 40px);
  }
}
@media (min-width: 1920px) {
  .form-control__password {
    right: 40px;
  }
}
@media (min-width: 1366px) {
  .form-control__password {
    width: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .form-control__password {
    width: 30px;
  }
}
@media (min-width: 1366px) {
  .form-control__password {
    height: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .form-control__password {
    height: 30px;
  }
}
.form-control__password--view {
  background: url("../Images/password_active.svg") no-repeat;
  z-index: 3;
}
.form-control--notification {
  padding: 0px 5px;
  font-size: 12px;
  width: 40%;
}
.form-control--margin {
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .form-control--margin {
    margin-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .form-control--margin {
    margin-bottom: 10px;
  }
}
.form-control--padding {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1366px) {
  .form-control--padding {
    padding-top: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .form-control--padding {
    padding-top: 10px;
  }
}
@media (min-width: 1366px) {
  .form-control--padding {
    padding-bottom: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .form-control--padding {
    padding-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .form-control--padding {
    padding-left: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .form-control--padding {
    padding-left: 15px;
  }
}
@media (min-width: 1366px) {
  .form-control--padding {
    padding-right: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .form-control--padding {
    padding-right: 15px;
  }
}

.container table td {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (min-width: 1366px) {
  .container table td {
    padding-top: calc(0 * 100vw + 4px);
  }
}
@media (min-width: 1920px) {
  .container table td {
    padding-top: 4px;
  }
}
@media (min-width: 1366px) {
  .container table td {
    padding-bottom: calc(0 * 100vw + 4px);
  }
}
@media (min-width: 1920px) {
  .container table td {
    padding-bottom: 4px;
  }
}

.bodyModal {
  overflow: hidden;
}

.navbar-notification {
  cursor: pointer;
  position: relative;
}
.navbar-wrapper {
  position: absolute;
  top: 50px;
  right: 30px;
  opacity: 0;
  display: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-radius: 2px;
  height: 500px;
  width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    top: calc(0 * 100vw + 50px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    top: 50px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    right: calc(0.0180505415 * 100vw + 5.3429602888px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    right: 40px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    border-radius: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    border-radius: 5px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    height: calc(0.0902527076 * 100vw + 376.714801444px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    height: 550px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    width: calc(0.3610108303 * 100vw + 306.8592057762px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    width: 1000px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    padding-top: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    padding-top: 15px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper {
    padding-bottom: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper {
    padding-bottom: 15px;
  }
}
.navbar-wrapper::before {
  content: " ";
  position: absolute;
  background: #fff;
  top: -5px;
  right: 57px;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 1366px) {
  .navbar-wrapper::before {
    top: calc(0 * 100vw + -5px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper::before {
    top: -5px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper::before {
    right: calc(-0.0270758123 * 100vw + 93.9855595668px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper::before {
    right: 42px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper::before {
    width: calc(0.0180505415 * 100vw + -9.6570397112px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper::before {
    width: 25px;
  }
}
@media (min-width: 1366px) {
  .navbar-wrapper::before {
    height: calc(0.0180505415 * 100vw + -9.6570397112px);
  }
}
@media (min-width: 1920px) {
  .navbar-wrapper::before {
    height: 25px;
  }
}
.navbar-wrapper--opacity {
  opacity: 1;
}
.navbar-wrapper--open {
  display: block;
}
.navbar__whiteBlock {
  padding-left: 10px;
  padding-right: 10px;
  height: 430px;
  overflow: scroll;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock {
    padding-left: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock {
    padding-left: 15px;
  }
}
@media (min-width: 1366px) {
  .navbar__whiteBlock {
    padding-right: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock {
    padding-right: 15px;
  }
}
@media (min-width: 1366px) {
  .navbar__whiteBlock {
    height: calc(0.1083032491 * 100vw + 282.0577617329px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock {
    height: 490px;
  }
}
.navbar__whiteBlock::-webkit-scrollbar {
  width: 4px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
}
.navbar__whiteBlock::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 9em;
}
.navbar__whiteBlock-block {
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-block {
    margin-bottom: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-block {
    margin-bottom: 15px;
  }
}
.navbar__whiteBlock-block--passively .navbar__whiteBlock-time {
  color: #cccccc;
}
.navbar__whiteBlock-block--passively .navbar__whiteBlock-date {
  color: #cccccc;
}
.navbar__whiteBlock-block--passively .navbar__whiteBlock-text {
  color: #cccccc;
}
.navbar__whiteBlock-block:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-block:last-child {
    margin-bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-block:last-child {
    margin-bottom: 0px;
  }
}
.navbar__whiteBlock-item {
  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;
}
.navbar__whiteBlock-time {
  color: #828282;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-time {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-time {
    font-size: 14px;
  }
}
.navbar__whiteBlock-date {
  color: #828282;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-date {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-date {
    font-size: 14px;
  }
}
.navbar__whiteBlock-text {
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-text {
    font-size: calc(0.0018050542 * 100vw + 11.5342960289px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-text {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-text {
    line-height: calc(0.0054151625 * 100vw + 8.6028880866px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-text {
    line-height: 19px;
  }
}
.navbar__whiteBlock-text p {
  margin: 0;
  padding: 0;
}
.navbar__whiteBlock-text a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #4278ab;
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-text a {
    font-size: calc(0.0018050542 * 100vw + 11.5342960289px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-text a {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .navbar__whiteBlock-text a {
    line-height: calc(0.0054151625 * 100vw + 8.6028880866px);
  }
}
@media (min-width: 1920px) {
  .navbar__whiteBlock-text a {
    line-height: 19px;
  }
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.tooltipModal {
  position: absolute;
  -webkit-box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  width: 259px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  top: 30px;
  z-index: 5;
}
.tooltipModal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltipModal__link {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
}
@media (min-width: 1366px) {
  .tooltipModal__link {
    padding-top: calc(0.0180505415 * 100vw + -19.6570397112px);
  }
}
@media (min-width: 1920px) {
  .tooltipModal__link {
    padding-top: 15px;
  }
}
@media (min-width: 1366px) {
  .tooltipModal__link {
    font-size: calc(0.0036101083 * 100vw + 11.0685920578px);
  }
}
@media (min-width: 1920px) {
  .tooltipModal__link {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .tooltipModal__link {
    padding-bottom: calc(0.0180505415 * 100vw + -19.6570397112px);
  }
}
@media (min-width: 1920px) {
  .tooltipModal__link {
    padding-bottom: 15px;
  }
}
.tooltipModal__link:first-child {
  border-bottom: 1px solid #cccccc;
}

.jstree-anchor {
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .jstree-anchor {
    margin-bottom: calc(0.0180505415 * 100vw + -19.6570397112px);
  }
}
@media (min-width: 1920px) {
  .jstree-anchor {
    margin-bottom: 15px;
  }
}

.jstree-default .jstree-ocl {
  background: url("../Images/arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center !important;
}

.jstree-default .jstree-checkbox {
  background: none;
  border: 2px solid #318956;
  border-radius: 5px;
  width: 20px !important;
  height: 20px !important;
  -webkit-transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}

.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  width: 0;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background: url("../Images/ckeck_icon.svg");
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center !important;
}

.jstree-default .jstree-node {
  position: relative;
}

[id="1_anchor"] > .jstree-icon.jstree-checkbox {
  display: none;
}

.jstree-node .content__tbody-option {
  position: absolute;
  right: -20px;
  top: 5px;
}

.add {
  padding-right: 0px;
  margin-bottom: 0px;
  position: absolute !important;
  right: -25px;
}
.add__text {
  margin-left: 20px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  /*   &--justifyContentSpaceBetween {
        justify-content: space-between;
    } */
}
@media (min-width: 1366px) {
  .content {
    margin-top: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content {
    margin-top: 20px;
  }
}
.content__payment-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.content__payment-schedule-item {
  width: 33%;
  margin-right: 30px;
}
.content__payment-schedule-item--top {
  margin-top: -10px;
}
.content--flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content--spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1366px) {
  .content__title {
    font-size: calc(0.0144404332 * 100vw + 4.274368231px);
  }
}
@media (min-width: 1920px) {
  .content__title {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  .content__title {
    padding-left: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__title {
    padding-left: 30px;
  }
}
.content__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  border-radius: 28px;
  background-color: #318956;
}
@media (min-width: 1366px) {
  .content__title::after {
    width: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__title::after {
    width: 10px;
  }
}
.content__date {
  font-size: 22px;
  font-weight: 600;
  color: #4278ab;
}
@media (min-width: 1366px) {
  .content__date {
    font-size: calc(0.0108303249 * 100vw + 7.2057761733px);
  }
}
@media (min-width: 1920px) {
  .content__date {
    font-size: 28px;
  }
}
.content__date span {
  color: #333333;
  margin-right: 20px;
}
.content__accordeon {
  border: 1px solid #dddddd;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.content__accordeon-link {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #318956;
  cursor: pointer;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 1366px) {
  .content__accordeon-link {
    padding-left: calc(0.2888086643 * 100vw + -314.5126353791px);
  }
}
@media (min-width: 1920px) {
  .content__accordeon-link {
    padding-left: 240px;
  }
}
@media (min-width: 1366px) {
  .content__accordeon-link {
    padding-right: calc(0.2888086643 * 100vw + -314.5126353791px);
  }
}
@media (min-width: 1920px) {
  .content__accordeon-link {
    padding-right: 240px;
  }
}
.content__accordeon-link--color {
  background-color: #4278ab;
}
.content__accordeon-text {
  color: #ffffff;
  font-weight: 700;
}
.in .content__accordeon-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content__accordeon-icon {
  background: url("../Images/arrow-down.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.content__theadAccordeon {
  display: table;
  width: 100%;
  font-size: 12px;
  border-top-left-radius: 10px;
  text-align: center;
  border-top-right-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  background-color: #4278ab;
  border: 1px solid #4278ab;
}
@media (min-width: 1366px) {
  .content__theadAccordeon {
    font-size: calc(0.0072202166 * 100vw + 2.1371841155px);
  }
}
@media (min-width: 1920px) {
  .content__theadAccordeon {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .content__theadAccordeon {
    padding-top: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__theadAccordeon {
    padding-top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__theadAccordeon {
    padding-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__theadAccordeon {
    padding-bottom: 10px;
  }
}
.content__theadAccordeon::before {
  content: " ";
  position: absolute;
  background: url("../Images/arrow-down.svg") no-repeat;
  background-size: contain;
  right: 25px;
  top: 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1366px) {
  .content__theadAccordeon::before {
    top: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__theadAccordeon::before {
    top: 15px;
  }
}
.content__theadAccordeon.in::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content__collaps {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content__collaps--bigPadding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1366px) {
  .content__collaps--bigPadding {
    padding-top: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__collaps--bigPadding {
    padding-top: 20px;
  }
}
@media (min-width: 1366px) {
  .content__collaps--bigPadding {
    padding-bottom: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__collaps--bigPadding {
    padding-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .content__collaps--bigPadding {
    padding-left: calc(0.036101083 * 100vw + -29.3140794224px);
  }
}
@media (min-width: 1920px) {
  .content__collaps--bigPadding {
    padding-left: 40px;
  }
}
@media (min-width: 1366px) {
  .content__collaps--bigPadding {
    padding-right: calc(0.036101083 * 100vw + -29.3140794224px);
  }
}
@media (min-width: 1920px) {
  .content__collaps--bigPadding {
    padding-right: 40px;
  }
}
.content__collaps--noPadding {
  padding: 0;
}
.content__collaps-item {
  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;
}
.content__collaps-item--marginRight {
  margin-right: 40px;
}
.content__collaps-input {
  width: 100%;
}
.content__collaps-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
}
.content__collaps-text--marginBottom {
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .content__collaps-text--marginBottom {
    margin-bottom: calc(0 * 100vw + 5px);
  }
}
@media (min-width: 1920px) {
  .content__collaps-text--marginBottom {
    margin-bottom: 5px;
  }
}
.content__collaps-select {
  -webkit-appearance: none;
  background: url("../Images/arrow_grey.svg") no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-color: #ffffff;
}
.content__collaps-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content__collaps-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content__collaps-radio .form-check-input {
  display: none;
}
.content__collaps-radio div {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #318956;
  background-color: #ffffff;
  border-radius: 50%;
}
.content__collaps-radio .form-check-input:checked + div {
  border: 6px solid #318956;
}
.content__collaps-radio .form-check-label {
  font-size: 14px;
  padding-left: 25px;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .content__collaps-radio .form-check-label {
    padding-left: calc(0.0180505415 * 100vw + 0.3429602888px);
  }
}
@media (min-width: 1920px) {
  .content__collaps-radio .form-check-label {
    padding-left: 35px;
  }
}
.content__collaps-radio .form-check-label--marginRight {
  margin-right: 25px;
}
@media (min-width: 1366px) {
  .content__collaps-radio .form-check-label--marginRight {
    margin-right: calc(0.0451263538 * 100vw + -36.642599278px);
  }
}
@media (min-width: 1920px) {
  .content__collaps-radio .form-check-label--marginRight {
    margin-right: 50px;
  }
}
.content__collaps-link {
  color: #333333;
  padding-right: 20px;
  position: relative;
}
.content__collaps-link:hover {
  text-decoration: none;
  color: #333333;
}
.content__collaps-link::before {
  content: " ";
  position: absolute;
  background: url("../Images/plus_green.svg") no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  top: 5px;
}
.content__collaps-remove {
  cursor: pointer;
  background-image: url("../Images/basket.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  margin-left: 20px;
}
.content__collaps-remove:hover {
  background-image: url("../Images/basket_green.svg");
  width: 16px;
  height: 20px;
}
.content__collaps--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__checkbox {
  padding: 0;
}
.content__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.content__checkbox-item:first-child {
  margin-top: 0;
}
.content__checkbox-label {
  padding-left: 35px;
  height: 20px;
}
.content__checkbox-label--padding {
  padding-right: 40px;
}
@media (min-width: 1366px) {
  .content__checkbox-label--padding {
    padding-right: calc(0.036101083 * 100vw + -9.3140794224px);
  }
}
@media (min-width: 1920px) {
  .content__checkbox-label--padding {
    padding-right: 60px;
  }
}
.content__checkbox-check {
  display: none;
}
.content__checkbox-div {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #318956;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: -webkit-box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out, -webkit-box-shadow 0.6s ease-in-out;
}
.content__checkbox-check:checked + .content__checkbox-div::after {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  position: absolute;
  bottom: 0px;
  width: 14px;
  height: 16px;
}
.content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content__container:first-child {
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .content__container:first-child {
    margin-top: calc(0.0631768953 * 100vw + -56.2996389892px);
  }
}
@media (min-width: 1920px) {
  .content__container:first-child {
    margin-top: 65px;
  }
}
.content__container--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__container--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content__container--noWrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content__tables--space-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__table {
  border-collapse: separate;
  margin-left: -0.1px;
  width: 100%;
}
.content__table--first {
  width: 55%;
}
.content__table--width {
  width: 45%;
}
.content__table--width40 {
  width: 40%;
}
.content__table--border {
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.content__table--oneTableBorder tr td:nth-child(2) {
  border-left: 1px solid #dddddd;
}
.content__table--twoTableBorder tr td:nth-child(1) {
  border-left: 1px solid #dddddd;
}
.content__table--twoTableBorder tr td:nth-child(4) {
  border-right: 2px solid #dddddd;
}
.content__thead {
  background-color: #4278ab;
  width: 100%;
}
.content__thead__potential-client {
  font-size: 13px;
  height: 21px;
  padding: 0px 2px;
}
.content__thead__potential-client--last-name {
  width: 10%;
}
.content__thead__potential-client--first-name {
  width: 10%;
}
.content__thead__potential-client--time {
  width: 6%;
}
.content__thead__potential-client--phone {
  width: 10%;
}
.content__thead__potential-client--comment {
  width: 21%;
}
.content__thead__potential-client--chanel {
  width: 10%;
}
.content__thead--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.content__thead--borderTop tr:first-child td {
  border-radius: 15px 15px 0px 0px;
}
.content__thead--noRadius {
  border-radius: 0;
}
.content__thead--space-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__thead--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 30px;
  background-color: white;
  border: 1px solid #dddddd;
}
.content__thead--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #376ea2;
}
.content__thead--borderTopMax tr:first-child td:first-child {
  border-top-left-radius: 15px;
}
.content__thead--borderTopMax tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
.content__thead-total {
  color: #333333;
  padding: 7px;
  text-align: center;
  width: 30%;
  font-size: 15px;
}
.content__thead-total--red {
  color: #eb4c42;
}
.content__thead-text {
  color: #ffffff;
  text-align: center;
  width: 40%;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  border-left: 1px solid #356da1;
  border-right: 1px solid #356da1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
        &:first-child {
            width: 10%;
        }

        &:last-child {
            width: 18%;
        }*/
}
@media (min-width: 1366px) {
  .content__thead-text {
    font-size: calc(0.0072202166 * 100vw + 2.1371841155px);
  }
}
@media (min-width: 1920px) {
  .content__thead-text {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .content__thead-text {
    padding-top: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__thead-text {
    padding-top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__thead-text {
    padding-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__thead-text {
    padding-bottom: 10px;
  }
}
.content__thead-text--width {
  width: 45%;
}
.content__thead-text--plus::before {
  content: " ";
  position: absolute;
  background: url("../Images/plus.svg") no-repeat;
  background-size: contain;
  right: 40%;
  top: 35% !important;
  top: 13px;
  width: 10px;
  height: 10px;
}
@media (min-width: 1366px) {
  .content__thead-text--plus::before {
    top: calc(0.0036101083 * 100vw + 8.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__thead-text--plus::before {
    top: 15px;
  }
}
.content__thead-text:hover {
  background-color: #346694;
  color: #fff;
  text-decoration: none;
}
.content__thead-link {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  display: block;
  color: #ffffff;
}
@media (min-width: 1366px) {
  .content__thead-link {
    font-size: calc(0.0072202166 * 100vw + 2.1371841155px);
  }
}
@media (min-width: 1920px) {
  .content__thead-link {
    font-size: 16px;
  }
}
.content__thead-link::before {
  content: " ";
  position: absolute;
  background: url("../Images/plus.svg") no-repeat;
  background-size: contain;
  right: 25px;
  top: 3px;
  width: 10px;
  height: 10px;
}
@media (min-width: 1366px) {
  .content__thead-link::before {
    top: calc(0.0036101083 * 100vw + -1.9314079422px);
  }
}
@media (min-width: 1920px) {
  .content__thead-link::before {
    top: 5px;
  }
}
.content__thead-link:hover {
  color: #ffffff;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.content__thead-sorting {
  position: relative;
  cursor: pointer;
}
.content__thead-sorting span {
  position: relative;
}
.content__thead-sorting span::before {
  content: "";
  position: absolute;
  background: url("../Images/arrow-down.svg") no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  top: 5px;
  right: -13px;
}
@media (min-width: 1366px) {
  .content__thead-sorting span::before {
    width: calc(0.0126353791 * 100vw + -9.2599277978px);
  }
}
@media (min-width: 1920px) {
  .content__thead-sorting span::before {
    width: 15px;
  }
}
@media (min-width: 1366px) {
  .content__thead-sorting span::before {
    height: calc(0.0126353791 * 100vw + -9.2599277978px);
  }
}
@media (min-width: 1920px) {
  .content__thead-sorting span::before {
    height: 15px;
  }
}
@media (min-width: 1366px) {
  .content__thead-sorting span::before {
    top: calc(0 * 100vw + 5px);
  }
}
@media (min-width: 1920px) {
  .content__thead-sorting span::before {
    top: 5px;
  }
}
@media (min-width: 1366px) {
  .content__thead-sorting span::before {
    right: calc(-0.0306859206 * 100vw + 28.916967509px);
  }
}
@media (min-width: 1920px) {
  .content__thead-sorting span::before {
    right: -30px;
  }
}
.content__thead-td {
  width: 20%;
  background-color: #3973a8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content__thead-td:hover {
  background-color: #346694;
}
.content__thead-td--white {
  background: #fff;
  color: #333333 !important;
}
.content__thead td {
  font-size: 12px;
  color: #ffffff;
  border-left: 1px solid #356da1;
  border-right: 1px solid #356da1;
}
@media (min-width: 1366px) {
  .content__thead td {
    font-size: calc(0.0072202166 * 100vw + 2.1371841155px);
  }
}
@media (min-width: 1920px) {
  .content__thead td {
    font-size: 16px;
  }
}
.content__thead--grey {
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.content__thead--grey:hover {
  background-color: #e7e7e7;
}
.content__thead--grey td {
  width: 36%;
  font-weight: 500;
  color: #333333;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.content__thead--grey td span {
  margin-left: 20px;
  margin-right: 20px;
}
.content__thead--white {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.content__thead--white:hover {
  background-color: #e7e7e7;
}
.content__thead--white td {
  font-weight: 500;
  width: 36%;
  color: #333333;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.content__thead--white td span {
  margin-left: 20px;
  margin-right: 20px;
}
.content__thead-textTh {
  font-weight: 500;
  width: 45%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  border-left: 0.5px solid #dddddd;
  border-right: 0.5px solid #dddddd;
  /*
        &:last-child {
            width: 18%;
        }*/
}
@media (min-width: 1366px) {
  .content__thead-textTh {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__thead-textTh {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .content__thead-textTh {
    padding-top: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__thead-textTh {
    padding-top: 20px;
  }
}
@media (min-width: 1366px) {
  .content__thead-textTh {
    padding-bottom: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__thead-textTh {
    padding-bottom: 20px;
  }
}
.content__thead-textTh--width {
  width: 44%;
}
.content__thead-textTh:first-child {
  width: 10%;
}
.content__thead-textTh span {
  margin-left: 20px;
  margin-right: 20px;
}
.content__tbody {
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.content__tbody--small td {
  padding: 2px !important;
}
.content__tbody--td-relative {
  position: relative;
}
.content__tbody__potential-client {
  font-size: 14px;
  padding: 0px 2px;
  height: 21px;
}
.content__tbody__potential-client--time {
  text-align: center;
}
.content__tbody__potential-client--comment {
  height: 21px !important;
  min-height: 20px !important;
  overflow-y: hidden;
}
.content__tbody__potential-client--comment:focus {
  height: 100px !important;
  position: absolute;
  width: 96%;
  overflow-y: scroll;
  z-index: 10;
  top: 5px;
}
.content__tbody--miniWidth {
  width: 18.5%;
}
.content__tbody--bigWidth {
  width: 33.2%;
}
.content__tbody--height {
  height: 50px;
}
@media (min-width: 1366px) {
  .content__tbody--height {
    height: calc(0.036101083 * 100vw + 0.6859205776px);
  }
}
@media (min-width: 1920px) {
  .content__tbody--height {
    height: 70px;
  }
}
.content__tbody--noBorder td {
  border-left: none;
  border-right: none;
}
.content__tbody td {
  border: 1px solid #dddddd;
  color: #333333;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .content__tbody td {
    font-size: calc(0.0072202166 * 100vw + 2.1371841155px);
  }
}
@media (min-width: 1920px) {
  .content__tbody td {
    font-size: 16px;
  }
}
.content__tbody td a {
  color: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 13px;
}
.content__tbody td a:hover {
  color: #1d65a7;
}
.content__tbody td .content__checkbox-div {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content__tbody td .content__checkbox-label {
  width: 100%;
}
.content__tbody tr {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content__tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
.content__tbody tr:hover {
  background-color: #e7e7e7;
}
.content__tbody tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.content__tbody--noBorder td {
  border-left: 0;
  border-right: 0;
}
.content__tbody-dowloand {
  background: url("../Images/dowloand.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 1366px) {
  .content__tbody-dowloand {
    width: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-dowloand {
    width: 20px;
  }
}
@media (min-width: 1366px) {
  .content__tbody-dowloand {
    height: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-dowloand {
    height: 20px;
  }
}
.content__tbody-info {
  background: url("../Images/info.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
}
.content__tbody-info:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 80%;
  width: 600px;
  z-index: 1;
  font-weight: 500;
  right: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 15px; /* Поля */
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.content__tbody-info--deactive {
  opacity: 0.5;
}
.content__tbody-info-mini {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
}
.content__tbody-infoGreen {
  background: url("../Images/info_green.svg") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 15px;
}
@media (min-width: 1366px) {
  .content__tbody-infoGreen {
    margin-right: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-infoGreen {
    margin-right: 30px;
  }
}
.content__tbody-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.content__tbody-item--padding {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1366px) {
  .content__tbody-item--padding {
    padding-left: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-item--padding {
    padding-left: 10px;
  }
}
@media (min-width: 1366px) {
  .content__tbody-item--padding {
    padding-right: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-item--padding {
    padding-right: 10px;
  }
}
.content__tbody-edit {
  background: url("../Images/edit.svg") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
@media (min-width: 1366px) {
  .content__tbody-edit {
    margin-right: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-edit {
    margin-right: 30px;
  }
}
.content__tbody-edit--deactive {
  opacity: 0.5;
}
.content__tbody-basket {
  background: url("../Images/basket_green.svg") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media (min-width: 1366px) {
  .content__tbody-basket {
    width: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-basket {
    width: 20px;
  }
}
@media (min-width: 1366px) {
  .content__tbody-basket {
    height: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-basket {
    height: 20px;
  }
}
.content__tbody-basket--deactive {
  opacity: 0.5;
}
.content__tbody-option {
  background: url("../Images/option.svg") no-repeat;
  display: block;
  background-size: contain;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
@media (min-width: 1366px) {
  .content__tbody-option {
    width: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-option {
    width: 20px;
  }
}
@media (min-width: 1366px) {
  .content__tbody-option {
    height: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__tbody-option {
    height: 20px;
  }
}
.content__tbody-option--deactive {
  opacity: 0.5;
}
.content__tbody-tr {
  background-color: #d7d7d7 !important;
}
.content__tbody-tr--color {
  background-color: #318956 !important;
}
.content__tbody-tr--blue {
  background-color: #4278ab !important;
}
.content__tbody-tr--blue td {
  border-radius: 0px !important;
}
.content__tbody-tr--red {
  background-color: #eb4c42 !important;
}
.content__tbody-tr--red td {
  color: #fff;
}
.content__tbody-tr--red td a {
  color: #fff;
}
.content__tbody-tr--red td a:hover {
  color: #fff;
}
.content__tbody-tr td {
  color: #fff;
}
.content__tbody-td {
  color: transparent;
}
.content__tbody-td--green {
  color: #318956 !important;
}
.content__tbody-td--red {
  color: #eb5757 !important;
}
.content .collapse tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.content .collapse tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.content__mass {
  border: 2px solid #318956;
  border-radius: 15px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 100%;
}
.content__mass--font-size {
  font-size: 16px;
}
.content__mass--debt {
  font-size: 16px;
  color: #333333;
}
.content__mass--debt:hover {
  color: #337ab7;
}
.content__mass-accordion {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 50px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.content__mass-accordion::before {
  content: " ";
  position: absolute;
  right: 18px;
  top: 16px;
  background: url("../Images/arrow_green.svg") no-repeat;
  width: 14px;
  height: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.content__mass-accordion.in {
  background-color: #e5e5e5;
}
.content__mass-accordion.in::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.content__mass-collapse {
  display: none;
}
.content__mass-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-right: 50px;
  padding-left: 20px;
  background-color: #ffffff;
}
.content__mass-item--cassaAU a {
  font-size: 14px;
}
.content__mass-item:nth-child(2n) {
  background-color: #f7f7f7;
}
.content__mass-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: #e5e5e5;
}
.content__mass-text {
  font-weight: 500;
}
.content__mass-text--bold {
  font-weight: 600;
}
.content__mass-number {
  font-weight: 500;
}
.content__mass-number--bold {
  font-weight: 600;
}
.content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content__buttons--mb {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .content__buttons--mb {
    margin-top: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__buttons--mb {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  .content__buttons--mb {
    margin-bottom: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__buttons--mb {
    margin-bottom: 30px;
  }
}
.content__buttons-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid silver;
  position: relative;
  width: 300px;
}
@media (min-width: 1366px) {
  .content__buttons-input {
    width: calc(0.1805054152 * 100vw + 53.4296028881px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-input {
    width: 400px;
  }
}
.content__buttons-input input {
  width: 80%;
}
.content__buttons-icon {
  background: url("../Images/search.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.content__buttons-btn {
  margin-left: 20px;
}
@media (min-width: 1366px) {
  .content__buttons-btn {
    margin-left: calc(0.036101083 * 100vw + -29.3140794224px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-btn {
    margin-left: 40px;
  }
}
.content__buttons-btn--margin {
  margin-left: 250px;
}
@media (min-width: 1366px) {
  .content__buttons-btn--margin {
    margin-left: calc(0.1805054152 * 100vw + 3.4296028881px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-btn--margin {
    margin-left: 350px;
  }
}
.content__buttons-btn-bigBtn {
  width: 300px;
  font-size: 16px;
  padding: 10px;
}
@media (min-width: 1366px) {
  .content__buttons-btn-bigBtn {
    width: calc(0.1985559567 * 100vw + 28.7725631769px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-btn-bigBtn {
    width: 410px;
  }
}
@media (min-width: 1366px) {
  .content__buttons-btn-bigBtn {
    font-size: calc(0.0036101083 * 100vw + 11.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-btn-bigBtn {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .content__buttons-btn-bigBtn {
    padding: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__buttons-btn-bigBtn {
    padding: 20px;
  }
}
.content__tabs {
  border: 1px solid #318956;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.content__tabs-tab {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100px;
  color: #318956;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content__tabs-tab:hover {
  background-color: #318956;
  color: #ffffff;
}
.content__tabs-tab--active {
  background-color: #318956;
  color: #ffffff;
}
.content__reviews {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.content__reviews--opacity {
  opacity: 1;
}
.content__reviews--active {
  display: block;
}
.content__contest {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .content__contest {
    margin-top: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__contest {
    margin-top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__contest {
    margin-bottom: calc(0.0451263538 * 100vw + -41.642599278px);
  }
}
@media (min-width: 1920px) {
  .content__contest {
    margin-bottom: 45px;
  }
}
.content__contest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 1366px) {
  .content__contest-item {
    margin-bottom: calc(0.0126353791 * 100vw + -9.2599277978px);
  }
}
@media (min-width: 1920px) {
  .content__contest-item {
    margin-bottom: 15px;
  }
}
.content__contest-item:last-child {
  margin-bottom: 0;
}
.content__contest-title {
  font-weight: 600;
  color: #333333;
  width: 77px;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 1366px) {
  .content__contest-title {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__contest-title {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .content__contest-title {
    line-height: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__contest-title {
    line-height: 20px;
  }
}
.content__contest-number {
  font-weight: 500;
  color: #333333;
  margin-left: 25px;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 1366px) {
  .content__contest-number {
    margin-left: calc(0.0541516245 * 100vw + -48.9711191336px);
  }
}
@media (min-width: 1920px) {
  .content__contest-number {
    margin-left: 55px;
  }
}
@media (min-width: 1366px) {
  .content__contest-number {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__contest-number {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .content__contest-number {
    line-height: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__contest-number {
    line-height: 20px;
  }
}
.content__contest-input {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 30px;
  width: 190px;
}
@media (min-width: 1366px) {
  .content__contest-input {
    padding-top: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    padding-top: 5px;
  }
}
@media (min-width: 1366px) {
  .content__contest-input {
    padding-bottom: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    padding-bottom: 5px;
  }
}
@media (min-width: 1366px) {
  .content__contest-input {
    padding-left: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    padding-left: 10px;
  }
}
@media (min-width: 1366px) {
  .content__contest-input {
    padding-right: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    padding-right: 10px;
  }
}
@media (min-width: 1366px) {
  .content__contest-input {
    margin-left: calc(0.0541516245 * 100vw + -43.9711191336px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    margin-left: 60px;
  }
}
@media (min-width: 1366px) {
  .content__contest-input {
    width: calc(0.3610108303 * 100vw + -303.1407942238px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input {
    width: 390px;
  }
}
.content__contest-input--widthLabel label {
  width: 80px;
}
@media (min-width: 1366px) {
  .content__contest-input--widthLabel label {
    width: calc(0 * 100vw + 80px);
  }
}
@media (min-width: 1920px) {
  .content__contest-input--widthLabel label {
    width: 80px;
  }
}
.content__pay {
  width: 34%;
  top: 0;
  position: sticky;
}
.content__pay-block {
  border: 1px solid #4278ab;
  border-radius: 15px;
  padding: 10px;
  /*            @include fluid(margin-right, 20px, 40px);
  */
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .content__pay-block {
    padding: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__pay-block {
    padding: 20px;
  }
}
@media (min-width: 1366px) {
  .content__pay-block {
    margin-bottom: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__pay-block {
    margin-bottom: 20px;
  }
}
.content__pay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 1366px) {
  .content__pay-item {
    padding-bottom: calc(0.0126353791 * 100vw + -9.2599277978px);
  }
}
@media (min-width: 1920px) {
  .content__pay-item {
    padding-bottom: 15px;
  }
}
.content__pay-item:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1366px) {
  .content__pay-item:last-child {
    padding-bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .content__pay-item:last-child {
    padding-bottom: 0px;
  }
}
.content__pay-text {
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  text-align: left;
}
@media (min-width: 1366px) {
  .content__pay-text {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__pay-text {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .content__pay-text {
    margin-right: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__pay-text {
    margin-right: 20px;
  }
}
.content__pay-price {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .content__pay-price {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__pay-price {
    font-size: 14px;
  }
}
.content__pay-price--mobile {
  display: none;
}
.content__pay-btn {
  background-color: #4278ab;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  min-width: 40%;
}
@media (min-width: 1366px) {
  .content__pay-btn {
    padding-top: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__pay-btn {
    padding-top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__pay-btn {
    padding-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__pay-btn {
    padding-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .content__pay-btn {
    border-radius: calc(0.0036101083 * 100vw + 0.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__pay-btn {
    border-radius: 7px;
  }
}
.content__pay-btn:hover {
  color: #4278ab;
  background-color: #fff;
}
.content__pay-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.content__tableText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3973a8;
  padding: 10px;
}
@media (min-width: 1366px) {
  .content__tableText {
    padding: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__tableText {
    padding: 20px;
  }
}
.content__tableText-item {
  width: 50%;
  text-align: center;
  color: #fff;
}
.content__whiteBlock {
  background: #fff;
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: 35px;
  width: 150px;
  padding: 8px;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media (min-width: 1366px) {
  .content__whiteBlock {
    bottom: calc(0.0090252708 * 100vw + 22.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock {
    bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock {
    width: calc(0.2166064982 * 100vw + -145.8844765343px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock {
    width: 270px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock {
    padding: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock {
    padding: 10px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock {
    border-radius: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock {
    border-radius: 5px;
  }
}
.content__whiteBlock--open {
  z-index: 120;
  opacity: 1;
}
.content__whiteBlock-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
.content__whiteBlock-item::before {
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -13px;
  right: -2px;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1366px) {
  .content__whiteBlock-item::before {
    right: calc(0.0433212996 * 100vw + -61.1768953069px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-item::before {
    right: 22px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock-item::before {
    width: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-item::before {
    width: 30px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock-item::before {
    height: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-item::before {
    height: 30px;
  }
}
.content__whiteBlock-link {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .content__whiteBlock-link {
    font-size: calc(0 * 100vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-link {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .content__whiteBlock-link {
    margin-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-link {
    margin-bottom: 10px;
  }
}
.content__whiteBlock-link:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1366px) {
  .content__whiteBlock-link:last-child {
    margin-bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .content__whiteBlock-link:last-child {
    margin-bottom: 0px;
  }
}
.content__whiteBlock-link:hover {
  color: #4278ab;
}
.content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 8px;
  border: 2px solid #318956;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}
@media (min-width: 1366px) {
  .content__info {
    margin-top: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__info {
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  .content__info {
    padding: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__info {
    padding: 10px;
  }
}
.content__info-svg {
  background: url("../Images/info_green.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 15px;
}
@media (min-width: 1366px) {
  .content__info-svg {
    margin-right: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__info-svg {
    margin-right: 30px;
  }
}
.content__info-all {
  margin-right: 8px;
}
@media (min-width: 1366px) {
  .content__info-all {
    margin-right: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__info-all {
    margin-right: 10px;
  }
}
.content__info-all--margin {
  margin-left: 40px;
}
@media (min-width: 1366px) {
  .content__info-all--margin {
    margin-left: calc(0.036101083 * 100vw + -9.3140794224px);
  }
}
@media (min-width: 1920px) {
  .content__info-all--margin {
    margin-left: 60px;
  }
}
.content__statistic {
  padding: 0;
}
.content__statistic td {
  padding: 0px !important;
}
.content__statistic-item {
  background-color: #4278ab;
}
.content__statistic-item th {
  border-left: 2px solid #1d65a7;
  color: #fff;
  padding: 2px;
}
@media (min-width: 1366px) {
  .content__statistic-item th {
    padding: calc(0.0054151625 * 100vw + -5.3971119134px);
  }
}
@media (min-width: 1920px) {
  .content__statistic-item th {
    padding: 5px;
  }
}
.content__statistic-table {
  border-collapse: separate;
  width: 100%;
  overflow: hidden;
  margin-left: -0.1px;
  border: 1px solid #dddddd;
  border-top: inherit;
  border-radius: 15px;
}
.content__statistic-thead {
  background-color: #3973a8;
  color: #fff;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .content__statistic-thead {
    font-size: calc(0 * 100vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content__statistic-thead {
    font-size: 12px;
  }
}
.content__statistic-thead td {
  width: 7.692%;
  padding: 10px;
  border: 1px solid #2e699f;
}
@media (min-width: 1366px) {
  .content__statistic-thead td {
    padding: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .content__statistic-thead td {
    padding: 15px;
  }
}
.content__statistic-total {
  background-color: #e1f1ff;
}
.content__statistic-total td {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  border: 1px solid #dddddd;
}
@media (min-width: 1366px) {
  .content__statistic-total td {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__statistic-total td {
    font-size: 16px;
  }
}
.content__statistic-tr {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content__statistic-tr:nth-child(2n) {
  background-color: #ffffff;
}
.content__statistic-tr:hover {
  background-color: #e7e7e7;
}
.content__statistic-tr td {
  font-size: 14px;
  border: 1px solid #dddddd;
}
@media (min-width: 1366px) {
  .content__statistic-tr td {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__statistic-tr td {
    font-size: 16px;
  }
}
.content__statistic tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.content__infoGreen {
  position: relative;
}
.content__infoGreen-svg {
  cursor: pointer;
  background: url("../Images/info_green.svg") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
@media (min-width: 1366px) {
  .content__infoGreen-svg {
    width: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-svg {
    width: 20px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-svg {
    height: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-svg {
    height: 20px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-svg {
    margin-right: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-svg {
    margin-right: 30px;
  }
}
.content__infoGreen-item {
  position: absolute;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: -48px;
  right: 0px;
  padding: 8px;
  white-space: nowrap;
}
@media (min-width: 1366px) {
  .content__infoGreen-item {
    top: calc(-0.0036101083 * 100vw + -43.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item {
    top: -50px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-item {
    right: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item {
    right: 0px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-item {
    padding: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item {
    padding: 10px;
  }
}
.content__infoGreen-item--open {
  z-index: 2;
  opacity: 1;
}
.content__infoGreen-item::before {
  content: " ";
  position: absolute;
  background: #fff;
  top: 20px;
  right: 15px;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 1366px) {
  .content__infoGreen-item::before {
    top: calc(-0.0180505415 * 100vw + 44.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item::before {
    top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-item::before {
    right: calc(0.0270758123 * 100vw + -21.9855595668px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item::before {
    right: 30px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-item::before {
    width: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item::before {
    width: 30px;
  }
}
@media (min-width: 1366px) {
  .content__infoGreen-item::before {
    height: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-item::before {
    height: 30px;
  }
}
.content__infoGreen-text {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .content__infoGreen-text {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__infoGreen-text {
    font-size: 16px;
  }
}
.content__password {
  position: relative;
}
.content__option {
  position: relative;
}
.content__option-item {
  position: absolute;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: -37px;
  right: 70px;
  padding: 8px;
  white-space: nowrap;
}
@media (min-width: 1366px) {
  .content__option-item {
    top: calc(-0.0054151625 * 100vw + -29.6028880866px);
  }
}
@media (min-width: 1920px) {
  .content__option-item {
    top: -40px;
  }
}
@media (min-width: 1366px) {
  .content__option-item {
    right: calc(0.0992779783 * 100vw + -65.6137184116px);
  }
}
@media (min-width: 1920px) {
  .content__option-item {
    right: 125px;
  }
}
@media (min-width: 1366px) {
  .content__option-item {
    padding: calc(0.0036101083 * 100vw + 3.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__option-item {
    padding: 10px;
  }
}
.content__option-item--open {
  z-index: 2;
  opacity: 1;
}
.content__option-item::before {
  content: " ";
  position: absolute;
  background: #fff;
  top: 20px;
  right: 15px;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 1366px) {
  .content__option-item::before {
    top: calc(-0.0180505415 * 100vw + 44.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__option-item::before {
    top: 10px;
  }
}
@media (min-width: 1366px) {
  .content__option-item::before {
    right: calc(0.0090252708 * 100vw + 2.6714801444px);
  }
}
@media (min-width: 1920px) {
  .content__option-item::before {
    right: 20px;
  }
}
@media (min-width: 1366px) {
  .content__option-item::before {
    width: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__option-item::before {
    width: 30px;
  }
}
@media (min-width: 1366px) {
  .content__option-item::before {
    height: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .content__option-item::before {
    height: 30px;
  }
}
.content__option-text {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .content__option-text {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .content__option-text {
    font-size: 16px;
  }
}

.wrapper {
  margin-bottom: 80px;
}
@media (min-width: 1366px) {
  .wrapper {
    margin-bottom: calc(0.0722021661 * 100vw + -18.6281588448px);
  }
}
@media (min-width: 1920px) {
  .wrapper {
    margin-bottom: 120px;
  }
}

.btnFixed {
  z-index: 3;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media (min-width: 1366px) {
  .btnFixed {
    padding: calc(0.0180505415 * 100vw + -14.6570397112px);
  }
}
@media (min-width: 1920px) {
  .btnFixed {
    padding: 20px;
  }
}
.btnFixed-btn {
  margin-left: 20px;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #318956;
  border: 2px solid transparent;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  color: #fff;
}
@media (min-width: 1366px) {
  .btnFixed-btn {
    margin-left: calc(0.036101083 * 100vw + -29.3140794224px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn {
    margin-left: 40px;
  }
}
@media (min-width: 1366px) {
  .btnFixed-btn {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .btnFixed-btn {
    padding-left: calc(0.0270758123 * 100vw + -11.9855595668px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn {
    padding-left: 40px;
  }
}
@media (min-width: 1366px) {
  .btnFixed-btn {
    padding-right: calc(0.0270758123 * 100vw + -11.9855595668px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn {
    padding-right: 40px;
  }
}
@media (min-width: 1366px) {
  .btnFixed-btn {
    margin-right: calc(0.036101083 * 100vw + -29.3140794224px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn {
    margin-right: 40px;
  }
}
.btnFixed-btn:last-child {
  margin-right: 0px;
}
@media (min-width: 1366px) {
  .btnFixed-btn:last-child {
    margin-right: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .btnFixed-btn:last-child {
    margin-right: 0px;
  }
}
.btnFixed-btn:hover {
  background-color: #fff;
  color: #318956;
  border: 2px solid #318956;
}

textarea.form-control {
  height: 193px;
}
@media (min-width: 1366px) {
  textarea.form-control {
    height: calc(0.0397111913 * 100vw + 138.7545126354px);
  }
}
@media (min-width: 1920px) {
  textarea.form-control {
    height: 215px;
  }
}

textarea.form-control--modal {
  min-height: 30px;
  height: 30px;
}
@media (min-width: 1366px) {
  textarea.form-control--modal {
    min-height: calc(0.0180505415 * 100vw + 5.3429602888px);
  }
}
@media (min-width: 1920px) {
  textarea.form-control--modal {
    min-height: 40px;
  }
}
@media (min-width: 1366px) {
  textarea.form-control--modal {
    height: calc(0.0180505415 * 100vw + 5.3429602888px);
  }
}
@media (min-width: 1920px) {
  textarea.form-control--modal {
    height: 40px;
  }
}

.modal__title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .modal__title {
    font-size: calc(0.0108303249 * 100vw + 3.2057761733px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    font-size: 24px;
  }
}
.modal label {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1366px) {
  .modal label {
    font-size: calc(0.0036101083 * 100vw + 9.0685920578px);
  }
}
@media (min-width: 1920px) {
  .modal label {
    font-size: 16px;
  }
}
.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.modal__buttons-btn {
  width: 49%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1366px) {
  .modal__buttons-btn {
    padding-top: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .modal__buttons-btn {
    padding-top: 10px;
  }
}
@media (min-width: 1366px) {
  .modal__buttons-btn {
    padding-bottom: calc(0.0090252708 * 100vw + -7.3285198556px);
  }
}
@media (min-width: 1920px) {
  .modal__buttons-btn {
    padding-bottom: 10px;
  }
}
.modal__select {
  -webkit-appearance: none;
  background: url("../Images/arrow_grey.svg") no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
}
.modal .close-modal {
  display: none !important;
}
.modal__item {
  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;
}
.modal__info {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  .modal__info {
    padding: calc(0.0090252708 * 100vw + -2.3285198556px);
  }
}
@media (min-width: 1920px) {
  .modal__info {
    padding: 15px;
  }
}
.modal__date {
  color: #cccccc;
}

.blocker {
  z-index: 999 !important;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-primary {
  margin-left: 20px;
}
@media (min-width: 1366px) {
  .btn-primary {
    margin-left: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  .btn-primary {
    margin-left: 30px;
  }
}
.btn-primary:focus {
  border-color: transparent;
  outline: none;
}
.btn-primary:active:focus {
  border-color: transparent;
  outline: none;
}

.contactText {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  .contactText {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .contactText {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .contactText {
    margin-bottom: calc(0.0126353791 * 100vw + -9.2599277978px);
  }
}
@media (min-width: 1920px) {
  .contactText {
    margin-bottom: 15px;
  }
}

.select2-container--default .select2-selection--single {
  outline: none;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 10px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border: 1px solid #cccccc !important;
  height: auto;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: normal !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../Images/arrow_grey.svg") no-repeat;
  top: 17px !important;
  right: 13px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
}

.rest_td {
  width: 50%;
}

@media screen and (max-width: 1600px) {
  .content__statistic-table {
    display: block;
    overflow-x: scroll;
    /*   td {
      // padding: 10px !important;
    } */
  }
  .content__statistic-table::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }
  .content__statistic-table::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 9em;
  }
}
h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 1366px) {
  h1 {
    font-size: calc(0.0288808664 * 100vw + -23.4512635379px);
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  h1 {
    margin-bottom: calc(0.0180505415 * 100vw + -4.6570397112px);
  }
}
@media (min-width: 1920px) {
  h1 {
    margin-bottom: 30px;
  }
}

[js-collapse-next] {
  cursor: pointer;
}

#payment-shedule {
  color: white;
  background-color: #337ab7;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.pd-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.font32 {
  font-size: 16px;
}
@media (min-width: 1366px) {
  .font32 {
    font-size: calc(0.0288808664 * 100vw + -23.4512635379px);
  }
}
@media (min-width: 1920px) {
  .font32 {
    font-size: 32px;
  }
}

.font24 {
  font-size: 14px;
}
@media (min-width: 1366px) {
  .font24 {
    font-size: calc(0.0180505415 * 100vw + -10.6570397112px);
  }
}
@media (min-width: 1920px) {
  .font24 {
    font-size: 24px;
  }
}
.font24--weight {
  font-weight: 600;
}

.textLabel {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.textLabel--colorGreen {
  color: #318956;
  font-size: 12px;
}
@media (min-width: 1366px) {
  .textLabel--colorGreen {
    font-size: calc(0.0036101083 * 100vw + 7.0685920578px);
  }
}
@media (min-width: 1920px) {
  .textLabel--colorGreen {
    font-size: 14px;
  }
}
.textLabel--size {
  font-size: 13px;
}
@media (min-width: 1366px) {
  .textLabel--size {
    font-size: calc(0.0018050542 * 100vw + 10.5342960289px);
  }
}
@media (min-width: 1920px) {
  .textLabel--size {
    font-size: 14px;
  }
}
.textLabel--weight {
  font-weight: 700;
}

.padding15 {
  padding-left: 15px;
}

.margingbotton15 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .navbar-fixed-bottom {
    position: relative;
  }
  .navbar-collapse.collapse {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .container.last {
    padding-bottom: 30px;
  }
  .content__buttons-input {
    width: 250px;
  }
  .tooltipModal {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  /*    .ForPC {
        visibility: hidden;
        height: 0px;
        width: 0px;
        height: 0px;
    } */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav > li > a {
    padding-left: 15px;
  }
  .navbar__menu {
    padding-left: 0;
    position: absolute;
    background: #4278ab;
    width: 50%;
    height: 100vh;
    top: 65px;
    left: -100%;
    -webkit-transition: left 0.38s ease-in-out;
    transition: left 0.38s ease-in-out;
  }
  .navbar__menu--active {
    left: 0;
  }
}
/* @media screen and (min-width: 700px) {
    .ForModile {
        visibility: hidden;
    }
} */
@media screen and (max-width: 590px) {
  .jstree-node,
  .jstree-children,
  .jstree-container-ul {
    font-size: 14px !important;
  }
  .content__buttons-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .content__buttons-input {
    width: 100%;
  }
  .tooltipModal {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  .navbar-brand {
    height: 45px;
  }
  .navbar-toggle {
    width: 25px;
    height: 20px;
  }
  .navbar-toggle .icon-bar {
    width: 25px;
  }
  .logotip {
    width: 80px;
    height: 45px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .mobileNone {
    display: none;
  }
  .content {
    margin-top: 0;
  }
  .content__container--center {
    display: none;
  }
  .content__accordeon-link {
    padding-left: 63px;
    padding-right: 63px;
  }
  .content__tbody td {
    width: 50%;
  }
  .content__table:first-child .content__tbody-tr--blue {
    display: table-row;
  }
  .content__tableText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content__tableText-item {
    width: 100%;
  }
  .content__pay-price--mobile {
    display: block;
  }
  .mobileBlock:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobileBlock:nth-child(2) .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobileBlock:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mobileBlock:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .socials {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .jstree-default .jstree-anchor {
    height: auto;
  }
  .jstree-default .jstree-node {
    margin-left: 10px;
  }
  .jstree-anchor {
    white-space: normal;
  }
  .add__text {
    margin-left: 10px;
  }
  .jstree-node {
    white-space: normal;
  }
  #formLogOn {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .textLabel--weight:last-child {
    margin-top: 8px;
  }
}
.form-control--width {
  width: 100%;
}