/* /bitrix/css/whatasoft.pawn/popup.css?17726038117817 */
/* /bitrix/css/whatasoft.pawn/ajax.css?1772603811937 */
/* /bitrix/css/whatasoft.pawn/plugins/datepicker.css?17726038116453 */


/* Start:/bitrix/css/whatasoft.pawn/popup.css?17726038117817*/
body.popup-open {
  overflow: hidden !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0b0b0b;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.popup-container .popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.align-top .popup-container .popup-content {
  align-items: start;
  min-height: auto;
}
.popup-button {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}
.popup-button:hover,
.popup-button:focus {
  opacity: 1;
}
.popup-button:active {
  top: 1px;
}
.popup-container .popup-content > .popup-button {
  color: #fff;
}
.popup-hidden {
  display: none !important;
}

.anim-bg-opacity {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.anim-in .anim-bg-opacity {
  opacity: 0.8;
}
.anim-out .anim-bg-opacity {
  opacity: 0;
}

.anim-fade-translate {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.anim-in .anim-fade-translate {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.anim-out .anim-fade-translate {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.anim-fade-slide {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.anim-in .anim-fade-slide {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.anim-out .anim-fade-slide {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.popup-type-message {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.popup-type-message .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #282B30;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-message .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-success {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-success .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #00b700;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-success .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-error {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-error .msg-title {
  height: 1.5em;
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #ff0000;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-error .msg-text {
  padding: 20px 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-type-confirm {
  background-color: #fff;
  min-width: 200px;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.popup-type-confirm .msg-body {
  padding: 1.0rem;
  border-bottom: 1px solid #ccc;
}
.popup-type-confirm .msg-title {
  color: #282B30;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
  margin-bottom: 1rem;
}
.popup-type-confirm .msg-text {
  font-size: 1.0rem;
  text-align: center;
}
.popup-type-confirm .msg-buttons {
  padding: 1.5rem;
  text-align: center;
}

.popup-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.popup-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.popup-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}

.popup-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}
.popup-btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.popup-btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}
.popup-btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43
}

.popup-type-content {
  background: white;
  border-radius: 5px;
  text-align: left;
  min-width: 200px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.popup-type-content.width-auto {
  max-width: none;
  min-width: none;
}
.popup-type-content .msg-title {
  padding: 5px 40px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  color: #282B30;
  font-family: Calibri,'PT Sans','Trebuchet MS','Helvetica Neue',Arial;
}
.popup-type-content .msg-text {
  padding: 20px 16px;
  margin: 0;
}
/* End */


/* Start:/bitrix/css/whatasoft.pawn/ajax.css?1772603811937*/
.ajax-loader-container {background: rgba(0,0,0, 0.1); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000;}
.ajax-loader-container .spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  text-indent: -9999em;
  top: 50%;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: rotation .8s ease infinite;
  animation: rotation .8s ease infinite;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End */


/* Start:/bitrix/css/whatasoft.pawn/plugins/datepicker.css?17726038116453*/
.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-header {
  background-color: #f8f9fa;
}

.datepicker-header .datepicker-controls .btn {
  background-color: none;
}

.datepicker-main {
  flex: auto;
  padding: 2px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}
.datepicker-footer .datepicker-controls {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5px;
  padding: 5px;
}

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #dbe0e5;
  background-color: #e2e6ea;
  color: #000;
}

.datepicker-controls .button:focus {
  border-color: #dbe0e5;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  background-color: #e2e6ea;
  color: #000;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #d4dae0;
  background-color: #dbe0e5;
  color: #000;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
  color: #000;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: 0;
  border-radius: 2px;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}

.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.datepicker .week {
  flex: auto;
  color: #dee2e6;
  font-size: 0.875rem;
}

.datepicker-cell,
.datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e2e6ea;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #0d6efd;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #adb5bd;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #ccc;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #f8f9fa;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e2e6ea;
}

.datepicker-cell.today:not(.selected) {
  background-color: #20c997;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #1fc493;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #6c757d;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #69727a;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 0.375rem 0 0 0.375rem;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 0.375rem 0.375rem 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #e2e6ea;
}

.datepicker-cell.range.disabled {
  color: #ced4db;
}

.datepicker-cell.range.focused {
  background-color: #dbe0e5;
}

.datepicker-input.in-edit {
  border-color: #73acfe;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(115, 172, 254, 0.2);
}
/* End */
