.ap-spoilers {
  margin-bottom: 24px;
}
.ap-spoilers__title {
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  font-weight: 600;
}

.ap-spoiler__header {
  padding-right: 56px;
}
.ap-spoiler__header:after {
  width: 24px;
  height: 24px;
  right: 16px;
  margin-top: -12px;
}
.ap-spoiler:has(.ap-ds-contests-form-checkbox__input:checked) .ap-spoiler__header:after {
  width: 26px;
  height: 26px;
  right: 15px;
  margin-top: -13px;
}

.AutocompleteCustom-suggestions {
  border: 1px solid #999;
  background: #ffffff;
  cursor: default;
  overflow: auto;
}
.AutocompleteCustom-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.AutocompleteCustom-suggestion {
  padding: 7px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.AutocompleteCustom-selected {
  background: #f0f0f0;
}

.ap-cr {
  padding: 0 0 16px;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-cr * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-cr * *:before,
.ap-cr * *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ap-cr-form__footer {
  padding-top: 12px;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ap-cr-form__footer_summary {
  padding-top: 32px;
  max-width: none;
}
.ap-cr-form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
}
.ap-cr-form__action {
  margin-left: 11px;
  margin-right: 11px;
  font-size: 18px;
  height: 44px;
  line-height: 42px;
  white-space: nowrap;
  font-weight: 600;
}
.ap-cr-form__submit {
  display: none;
}
.ap-cr-form__prev {
  display: none;
}

.ap-cr-works {
  padding: 16px 0 20px;
}
.ap-cr-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 15px;
  margin-left: -236px;
  margin-right: -236px;
}
.ap-cr-works__col {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 12px);
      -ms-flex: 0 0 calc(20% - 12px);
          flex: 0 0 calc(20% - 12px);
  max-width: calc(20% - 12px);
}
.ap-cr-works__actions {
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ap-cr-works__panel {
  margin-bottom: 20px;
}
.ap-cr-works__check-all {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: 0;
  border: 0;
  position: relative;
  color: #000000;
  margin-bottom: 0;
  margin-right: 4px;
}
.ap-cr-works__check-all input + span {
  display: block;
  position: relative;
  padding-left: 24px;
}
.ap-cr-works__check-all input + span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 1px;
}
.ap-cr-works__check-all input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
}
.ap-cr-works__check-all input:checked + span {
  color: #ff0000;
}
.ap-cr-works__check-all input:checked + span:after {
  border-color: #ff0000;
  background-color: #ff0000;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}
.ap-cr-works__count {
  margin-left: 4px;
}
.ap-cr-works__checked {
  font-weight: 600;
}

.ap-cr-work {
  height: 100%;
  position: relative;
}
.ap-cr-work__img {
  position: relative;
  padding-bottom: 100%;
  background-color: #eaeaea;
}
.ap-cr-work__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-cr-work__crop {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #fff;
}
.ap-cr-work__crop .ap-icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.ap-cr-work__crop:hover .ap-icon {
  fill: #0033ff;
}
.ap-cr-work__checkbox {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #fff;
  border: 1px solid #ff0000;
  cursor: pointer;
}
.ap-cr-work__checkbox .ap-icon {
  width: 14px;
  height: 14px;
  fill: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-cr-work__checkbox:hover .ap-icon-visible {
  fill: #0033ff;
}
.ap-cr-work__checkbox .ap-icon-visible {
  display: none;
}
.ap-cr-work__checkbox .ap-icon-invisible {
  display: block;
  fill: #ff0000;
}
.ap-cr-work__checkbox input {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-size: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  overflow: hidden;
  opacity: 0;
}
.ap-cr-work__checkbox input:checked + .ap-icon-visible {
  display: block;
}
.ap-cr-work__checkbox input:checked ~ .ap-icon-invisible {
  display: none;
}
.ap-cr-work__checkbox:has(input:checked) {
  border-color: #ffffff;
}
.ap-cr-work__reorder {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
}
.ap-cr-work__reorder .ap-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.ap-cr-work__reorder:hover .ap-icon {
  fill: #0033ff;
}
.ap-cr-work__order-number {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}
.ap-cr-work__add {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #ebebeb;
  -webkit-transition: border-color 0.24s;
  -o-transition: border-color 0.24s;
  transition: border-color 0.24s;
}
.ap-cr-work__add:before, .ap-cr-work__add:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 40%;
  background-color: #d1d1d1;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-cr-work__add:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ap-cr-work__add:hover {
  border-color: #bbbbbb;
}
.ap-cr-work__add:hover:before, .ap-cr-work__add:hover:after {
  background-color: #999999;
}
.ap-cr-work:has(.ap-cr-work__checkbox input) .ap-cr-work__order-number {
  display: none;
}
.ap-cr-work:has(.ap-cr-work__checkbox input) .ap-cr-work__img {
  opacity: 0.4;
}
.ap-cr-work:has(.ap-cr-work__checkbox input:checked) .ap-cr-work__crop,
.ap-cr-work:has(.ap-cr-work__checkbox input:checked) .ap-cr-work__order-number,
.ap-cr-work:has(.ap-cr-work__checkbox input:checked) .ap-cr-work__reorder {
  display: block;
}
.ap-cr-work:has(.ap-cr-work__checkbox input:checked) .ap-cr-work__img {
  opacity: 1;
}

@media (max-width: 1199px) {
  .ap-cr-works__list {
    margin-left: 0;
    margin-right: 0;
  }
  .ap-cr-works__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333333% - 10px);
        -ms-flex: 0 0 calc(33.333333% - 10px);
            flex: 0 0 calc(33.333333% - 10px);
    max-width: calc(33.333333% - 10px);
  }
}
@media (max-width: 575px) {
  .ap-cr-works__list {
    gap: 20px 16px;
  }
  .ap-cr-works__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 8px);
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .ap-cr-works__list {
    gap: 20px;
  }
  .ap-cr-works__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ap-field__note {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.ap-field__note .color_blue {
  color: #0033ff !important;
}

.ap-field__note-plan {
  display: block;
  color: #0033ff !important;
}
/* скидка первой заявки в подписи тарифа: зачёркнутая база + красная пометка */
.ap-cr-cat-price s {
  color: #999999;
  margin-right: 2px;
}
.ap-cr-cat-price-note {
  color: #ff0000;
}

.ap-field-text + .ap-field__note {
  margin-top: 10px;
}
.ap-field-text input,
.ap-field-text input[type=text],
.ap-field-text input[type=tel],
.ap-field-text input[type=email],
.ap-field-text input[type=password] {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 1;
  padding: 0 12px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background-color: #d0ecff;
  border: 1px solid #e0e0e0;
}
.ap-field-text input:focus,
.ap-field-text input[type=text]:focus,
.ap-field-text input[type=tel]:focus,
.ap-field-text input[type=email]:focus,
.ap-field-text input[type=password]:focus {
  border-color: #0000ff;
  background-color: #ffffff;
}
.ap-field-text input:focus::-webkit-input-placeholder, .ap-field-text input[type=text]:focus::-webkit-input-placeholder, .ap-field-text input[type=tel]:focus::-webkit-input-placeholder, .ap-field-text input[type=email]:focus::-webkit-input-placeholder, .ap-field-text input[type=password]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.ap-field-text input:focus::-moz-placeholder, .ap-field-text input[type=text]:focus::-moz-placeholder, .ap-field-text input[type=tel]:focus::-moz-placeholder, .ap-field-text input[type=email]:focus::-moz-placeholder, .ap-field-text input[type=password]:focus::-moz-placeholder {
  opacity: 0;
}
.ap-field-text input:focus:-ms-input-placeholder, .ap-field-text input[type=text]:focus:-ms-input-placeholder, .ap-field-text input[type=tel]:focus:-ms-input-placeholder, .ap-field-text input[type=email]:focus:-ms-input-placeholder, .ap-field-text input[type=password]:focus:-ms-input-placeholder {
  opacity: 0;
}
.ap-field-text input:focus::-ms-input-placeholder, .ap-field-text input[type=text]:focus::-ms-input-placeholder, .ap-field-text input[type=tel]:focus::-ms-input-placeholder, .ap-field-text input[type=email]:focus::-ms-input-placeholder, .ap-field-text input[type=password]:focus::-ms-input-placeholder {
  opacity: 0;
}
.ap-field-text input:focus::placeholder,
.ap-field-text input[type=text]:focus::placeholder,
.ap-field-text input[type=tel]:focus::placeholder,
.ap-field-text input[type=email]:focus::placeholder,
.ap-field-text input[type=password]:focus::placeholder {
  opacity: 0;
}
.ap-field-text .iti {
  width: 100%;
}
.ap-field-text .iti input {
  font-weight: 600;
}
.ap-field-text .iti input.iti-input-error {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.06);
}

.ap-field-textarea + .ap-field__note {
  margin-top: 10px;
}
.ap-field-textarea textarea {
  display: block;
  height: 140px;
  min-height: 140px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 7px 12px;
  font-size: 15px;
  color: #000000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d0ecff;
  border: 1px solid #e0e0e0;
}
.ap-field-textarea textarea::-webkit-input-placeholder {
  color: #999999;
}
.ap-field-textarea textarea::-moz-placeholder {
  color: #999999;
}
.ap-field-textarea textarea:-ms-input-placeholder {
  color: #999999;
}
.ap-field-textarea textarea::-ms-input-placeholder {
  color: #999999;
}
.ap-field-textarea textarea::placeholder {
  color: #999999;
}
.ap-field-textarea textarea:focus {
  border-color: #0000ff;
  background-color: #ffffff;
}
.ap-field-textarea textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.ap-field-textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}
.ap-field-textarea textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.ap-field-textarea textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.ap-field-textarea textarea:focus::placeholder {
  opacity: 0;
}

.ap-field-radio,
.ap-field-checkbox {
  display: block;
  margin: 0;
  position: relative;
}
.ap-field-radio label,
.ap-field-checkbox label {
  display: block;
  margin-bottom: 0;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  color: #808080;
  font-weight: 600;
}
.ap-field-radio label:before,
.ap-field-checkbox label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #1155cc;
  position: absolute;
  left: 0;
  top: calc((1.4em - 16px) / 2);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
}
.ap-field-radio label a,
.ap-field-checkbox label a {
  color: #0000ff;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0.4) !important;
          text-decoration: underline rgba(0, 0, 255, 0.4) !important;
}
.ap-field-radio label a:hover,
.ap-field-checkbox label a:hover {
  color: #0000ff;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0) !important;
          text-decoration: underline rgba(0, 0, 255, 0) !important;
}
.ap-field-radio input,
.ap-field-checkbox input {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0 !important;
  opacity: 0 !important;
  position: relative !important;
  left: -1px !important;
  top: -1px !important;
}
.ap-field-radio input:checked + label,
.ap-field-checkbox input:checked + label {
  color: #000000;
}
.ap-field-radio input:checked + label:before,
.ap-field-checkbox input:checked + label:before {
  background-color: #ffffff;
  border-color: #ff0000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Crect width='8' height='8' fill='%23ff0000'/%3E%3C/svg%3E");
}

.ap-cr-section__item:has(.ap-field-radio input:checked) .ap-field__note,
.ap-cr-section__item:has(.ap-field-checkbox input:checked) .ap-field__note {
  color: #000000;
}

.ap-field-radio label:before {
  border-radius: 50%;
}
.ap-field-radio input:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23ff0000'/%3E%3C/svg%3E");
}

.selectric-ap-cr-form-select-link {
  display: inline-block;
  vertical-align: top;
  /* !important — правило .selectric-wrapper{width:150px} из selectric.css грузится позже и той же
     специфичности; без этого «ссылка»-селект фиксируется на 150px и лейбл обрезается ellipsis-ом */
  width: auto !important;
}
.selectric-ap-cr-form-select-link .selectric {
  background: none;
}
.selectric-ap-cr-form-select-link .selectric .label {
  height: auto;
  line-height: 1.5;
  font-size: 18px;
  margin-left: 0;
}
.selectric-ap-cr-form-select-link .selectric:hover .label-text {
  -webkit-text-decoration: underline rgba(0, 51, 255, 0);
          text-decoration: underline rgba(0, 51, 255, 0);
}
.selectric-ap-cr-form-select-link .selectric .label-text {
  color: #0033ff;
  -webkit-text-decoration: underline #0033ff;
          text-decoration: underline #0033ff;
  text-underline-offset: 4px;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.selectric-ap-cr-form-select-link .selectric .button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: 12px;
  margin-left: 5px;
  margin-top: -2px;
}
.selectric-ap-cr-form-select-link .selectric .button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%230033ff' d='M0,0H16L8,16'/%3E%3C/svg%3E") no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.selectric-ap-cr-form-select-link .selectric-items {
  min-width: 100% !important;
  width: auto !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  margin-top: 4px;
  padding: 10px 0;
  border-radius: 7px;
  margin-left: -15px;
}
.selectric-ap-cr-form-select-link .selectric-items li {
  white-space: nowrap;
  line-height: 1.5;
  padding: 7px 15px;
}
.selectric-ap-cr-form-select-link .selectric-items li[data-index="0"] {
  display: none;
}
.selectric-ap-cr-form-select-link.selectric-above .selectric-items {
  margin-top: auto;
  margin-bottom: 4px;
}

.selectric-ap-cr-form-partipant-role-select-link {
  display: inline-block;
  vertical-align: top;
  /* см. комментарий выше про .selectric-wrapper{width:150px} */
  width: auto !important;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric {
  background: none;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric .label {
  height: auto;
  line-height: 1.5;
  font-size: 18px;
  margin-left: 0;
  letter-spacing: normal;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric:hover .label-text {
  -webkit-text-decoration: underline rgba(0, 51, 255, 0);
          text-decoration: underline rgba(0, 51, 255, 0);
}
.selectric-ap-cr-form-partipant-role-select-link .selectric .label-text {
  color: #0033ff;
  -webkit-text-decoration: underline #0033ff;
          text-decoration: underline #0033ff;
  text-underline-offset: 4px;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric .button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
  width: 10px;
  margin-left: 5px;
  margin-top: -1px;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric .button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%230033ff' d='M0,0H16L8,16'/%3E%3C/svg%3E") no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.selectric-ap-cr-form-partipant-role-select-link .selectric-items {
  min-width: 100% !important;
  width: auto !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  margin-top: 4px;
  padding: 10px 0;
  border-radius: 7px;
  margin-left: -15px;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric-items li {
  white-space: nowrap;
  line-height: 1.5;
  padding: 7px 15px;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 16px;
}
.selectric-ap-cr-form-partipant-role-select-link .selectric-items li[data-index="0"] {
  display: none;
}
.selectric-ap-cr-form-partipant-role-select-link.selectric-above .selectric-items {
  margin-top: auto;
  margin-bottom: 4px;
}

.ap-field-error {
  display: inline-block;
  color: #ff0000;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 7px;
  background-color: #FFFF00;
  padding: 2px 8px 2px 7px;
  font-weight: 400;
  font-style: italic;
}

.ap-cr-sections:not(:first-child) {
  padding-top: 24px;
}
.ap-cr-sections__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  margin-top: 0.6em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

.ap-cr-section {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}
.ap-cr-section__header {
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
}
.ap-cr-section__title {
  letter-spacing: normal;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.ap-cr-section__title a {
  outline: 0;
  color: #0000ff;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0.4) !important;
          text-decoration: underline rgba(0, 0, 255, 0.4) !important;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-cr-section__title a:hover {
  color: #0000ff;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0) !important;
          text-decoration: underline rgba(0, 0, 255, 0) !important;
}
.ap-cr-section__body > .ap-field__note:not(:last-child) {
  margin-bottom: 12px;
}
.ap-cr-section__list {
  list-style: none;
  padding: 0 12px;
  margin: 15px 0 12px;
}
.ap-cr-section__list:first-child {
  margin-top: 0;
}
.ap-cr-section__list:last-child {
  margin-bottom: 0;
}
.ap-cr-section__item {
  position: relative;
}
.ap-cr-section__item:not(:last-child) {
  margin-bottom: 16px;
}
.ap-cr-section__item p {
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #000000;
}
.ap-cr-section__item p .underline {
  -webkit-text-decoration: underline rgba(0, 0, 0, 0.2);
          text-decoration: underline rgba(0, 0, 0, 0.2);
}
.ap-cr-section__item:last-child p:last-child {
  margin-bottom: 0;
}
.ap-cr-section_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-cr-section_text .ap-cr-section__header {
  width: 190px;
  padding-right: 20px;
  padding-top: 6px;
}
.ap-cr-section_text .ap-cr-section__title {
  margin-bottom: 0;
}
.ap-cr-section_text .ap-cr-section__body {
  width: calc(100% - 190px);
}
.ap-cr-section_textarea .ap-cr-section__title {
  margin-bottom: 12px;
}
.ap-cr-section_error textarea {
  background-color: rgba(255, 0, 0, 0.06);
  border-color: #ff0000;
}
.ap-cr-section_error input[type=text], .ap-cr-section_error input[type=tel], .ap-cr-section_error input[type=email] {
  background-color: rgba(255, 0, 0, 0.06);
  border-color: #ff0000;
}
.ap-cr-section_error .ap-cr-section__list {
  position: relative;
}
.ap-cr-section_error .ap-cr-section__list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ff0000;
  margin: -10px 0;
  background-color: rgba(255, 0, 0, 0.06);
}

input[type=tel].inline-input,
input[type=email].inline-input,
input[type=text].inline-input {
  min-width: 180px;
  width: 180px;
  border: 0;
  border-bottom: 1px solid #212121;
  color: #212121;
  font-size: 15px;
  display: inline;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  height: 20px;
  margin-left: 4px;
  font-weight: 600;
  letter-spacing: normal;
}

.inline-input-buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: normal;
  font-weight: 600;
}

.ap-cr-related-block {
  display: none;
}

.ap-cr-repeatable-block {
  padding: 24px 24px 24px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 8px;
}
.ap-cr-repeatable-block select {
  opacity: 0;
}
.ap-cr-repeatable-block__title {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
}
.ap-cr-repeatable-block .ap-cr-section:last-child {
  margin-bottom: 0;
}
.ap-cr-repeatable-block .ap-cr-section__header {
  font-weight: 400;
  margin-bottom: 0;
}
.ap-cr-repeatable-block .ap-cr-section__title {
  font-size: 14px;
}
.ap-cr-repeatable-block__remove {
  display: block;
  outline: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: #0000ff;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0.3);
          text-decoration: underline rgba(0, 0, 255, 0.3);
  font-size: 14px;
  margin-left: auto;
  margin-bottom: -4px;
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s, color 0.24s;
  transition: text-decoration 0.24s, color 0.24s;
  transition: text-decoration 0.24s, color 0.24s, -webkit-text-decoration 0.24s;
}
.ap-cr-repeatable-block__remove:hover {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(0, 0, 255, 0);
          text-decoration: underline rgba(0, 0, 255, 0);
}

.ap-cr-repeatable-btn {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding-left: 24px;
  position: relative;
  line-height: 1.34;
  font-size: 15px;
  -webkit-transition: 0.24s;
  -o-transition: 0.24s;
  transition: 0.24s;
}
.ap-cr-repeatable-btn:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #eaeaea url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'  viewBox='0 0 24 24'%3E%3Cpolygon fill='%230000ff' points='24,10.5 13.5,10.5 13.5,0 10.5,0 10.5,10.5 0,10.5 0,13.5 10.5,13.5 10.5,24 13.5,24 13.5,13.5 24,13.5 '/%3E%3C/svg%3E") no-repeat center center;
  background-size: 10px 10px;
  position: absolute;
  left: 0;
  top: calc((1.3em - 16px) / 2);
  margin-top: -1px;
  -webkit-transition: 0.24s;
  -o-transition: 0.24s;
  transition: 0.24s;
}
.ap-cr-repeatable-btn:hover {
  color: #999999;
}
.ap-cr-repeatable-btn:hover:before {
  background-color: #0000ff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'  viewBox='0 0 24 24'%3E%3Cpolygon fill='%23ffffff' points='24,10.5 13.5,10.5 13.5,0 10.5,0 10.5,10.5 0,10.5 0,13.5 10.5,13.5 10.5,24 13.5,24 13.5,13.5 24,13.5 '/%3E%3C/svg%3E");
}

.ap-cr-step {
  display: none;
}
.ap-cr-step__header {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  background-color: #dbdbdb;
  padding: 16px;
}
.ap-cr-step__header a {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0.4) !important;
          text-decoration: underline rgba(0, 51, 255, 0.4) !important;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-cr-step__header a:hover {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0) !important;
          text-decoration: underline rgba(0, 51, 255, 0) !important;
}
.ap-cr-step__title {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.ap-cr-step__desc {
  font-size: 14px;
  line-height: 1.5;
}
.ap-cr-step__header-desc {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.ap-cr-step__header-desc p svg {
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
}
.ap-cr-step__counter {
  text-align: center;
  margin: 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ap-cr-step__body {
  padding-top: 24px;
}
.ap-cr-step__footer {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.ap-cr-step__footer a {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0.4) !important;
          text-decoration: underline rgba(0, 51, 255, 0.4) !important;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-cr-step__footer a:hover {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0) !important;
          text-decoration: underline rgba(0, 51, 255, 0) !important;
}
.ap-cr-step__summary {
  color: #0033ff;
}
.ap-cr-step__summary a {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0.4) !important;
          text-decoration: underline rgba(0, 51, 255, 0.4) !important;
  -webkit-transition: -webkit-text-decoration 0.24s;
  transition: -webkit-text-decoration 0.24s;
  -o-transition: text-decoration 0.24s;
  transition: text-decoration 0.24s;
  transition: text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-cr-step__summary a:hover {
  color: #0033ff;
  -webkit-text-decoration: underline rgba(0, 51, 255, 0) !important;
          text-decoration: underline rgba(0, 51, 255, 0) !important;
}
.ap-cr-step__next-step-title {
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
}
.ap-cr-step__next, .ap-cr-step__submit {
  display: inline-block;
  vertical-align: top;
  background-color: #ff0000;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  min-width: 304px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ap-cr-step__next:hover, .ap-cr-step__submit:hover {
  color: #ffffff;
  background-color: #cd0000;
}
.ap-cr-step__next:disabled, .ap-cr-step__submit:disabled {
  background-color: #bbbbbb !important;
}
.ap-cr-step_active {
  display: block;
}
.ap-cr-step[data-step="1"] .ap-cr-step__header {
  padding: 20px;
  /*background-color: #ffeaea;*/
  background-color: #ffefef;
}
.ap-cr-step[data-step="1"] .ap-cr-step__title {
  text-transform: none;
  font-size: 19px;
}
.ap-cr-step[data-step="2"] .ap-cr-step__header {
  text-align: left;
  background: none;
  padding: 0;
}
.ap-cr-step[data-step="2"] .ap-cr-step__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}
.ap-cr-step[data-step="2"] .ap-cr-step__header-desc {
  margin-top: 24px;
}

.ap-cr-agreement {
  line-height: 1.5;
}
.ap-cr-agreement .ap-field-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -2px;
}
.ap-cr-agreement .ap-field-checkbox label {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.ap-cr-agreement .ap-field-checkbox label:before {
  width: 18px;
  height: 18px;
}
.ap-cr-agreement > p {
  display: inline;
}

#modal-contest-request-success .ap-modal__dialog {
  max-width: 436px;
  padding: 44px 40px 36px;
}
#modal-contest-request-success .ap-modal__header {
  padding-right: 0;
  padding-bottom: 24px;
}
#modal-contest-request-success .ap-modal__title {
  font-size: 20px;
}
#modal-contest-request-success .ap-modal__footer {
  text-align: center;
}
#modal-contest-request-success .ap-modal__close {
  margin-right: 2px;
  margin-top: 2px;
}

.ap-contest-request-summary {
  padding-left: 20px;
}

@media (max-width: 900px) {
  .ap-cr-form__footer_summary {
    padding-top: 32px;
    max-width: none;
  }
  .ap-cr-form__footer_summary .ap-cr-form__actions {
    display: block;
  }
  .ap-cr-form__footer_summary .ap-cr-form__action {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    display: block;
  }
  .ap-cr-form__footer_summary .ap-cr-form__action:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ap-cr-step[data-step="2"] .ap-cr-step__title {
    font-size: 16px;
  }
  .ap-cr-step[data-step="2"] .ap-cr-step__header-desc {
    margin-top: 24px;
  }

  .ap-cr-works-slider__container {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .ap-cr-works-slider__item {
    width: 40% !important;
  }
  .ap-cr-works-slider__item:first-child {
    margin-left: 20px;
  }
  .ap-cr-works-slider__item:last-child {
    margin-right: 20px;
  }

  .ap-cr-works-slider-controls {
    display: none;
  }

  #modal-contest-request-success .ap-modal__dialog {
    max-width: 400px;
  }
  #modal-contest-request-success .ap-modal__title {
    font-size: 18px;
  }

  .ap-contest-request-summary {
    margin-top: -20px;
  }

  .ap-cr-form__footer_summary {
    padding-top: 36px;
  }
}
@media (max-width: 575px) {
  .ap-cr-step__header {
    padding: 16px;
  }
  .ap-cr-step__title {
    font-size: 16px;
  }
  .ap-cr-step[data-step="1"] .ap-cr-step__header {
    padding: 20px 16px;
  }
  .ap-cr-step[data-step="2"] .ap-cr-step__header {
    padding: 0;
  }
  .ap-cr-step[data-step="2"] .ap-cr-step__title {
    font-size: 16px;
  }

  .ap-cr-section__header {
    margin-bottom: 12px;
  }

  .ap-cr-section_text {
    display: block;
  }
  .ap-cr-section_text .ap-cr-section__header,
.ap-cr-section_text .ap-cr-section__body {
    width: auto;
  }
  .ap-cr-section_text .ap-cr-section__header {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .ap-cr-repeatable-block .ap-cr-section {
    margin-bottom: 20px;
  }
  .ap-cr-repeatable-block .ap-cr-section_text .ap-cr-section__header {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #modal-contest-request-success .ap-modal__dialog {
    max-width: 350px;
    padding: 44px 32px 32px;
  }
  #modal-contest-request-success .ap-modal__header {
    padding-bottom: 20px;
  }
  #modal-contest-request-success .ap-modal__title {
    font-size: 16px;
  }
  #modal-contest-request-success .ap-modal__close {
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  #modal-contest-request-success .ap-modal__dialog {
    max-width: 350px;
    padding: 40px 24px 24px;
  }
  #modal-contest-request-success .ap-modal__header {
    padding-bottom: 18px;
  }
  #modal-contest-request-success .ap-modal__title {
    font-size: 16px;
  }
}
/* ===== Дополнения интеграции 2026: шаг 6 (сводка), попапы, файлы ===== */
.ap-cr-summary {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ap-cr-summary .ap-cr-works__list {
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
}
@media (max-width: 727px) {
  .ap-cr-summary .ap-cr-works__list {
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .ap-cr-summary .ap-cr-works__list {
    gap: 10px;
  }
}
.ap-cr-summary .ap-cr-works {
  padding: 0;
}
.ap-cr-summary .ap-cr-works__col {
  flex: 0 0 calc(20% - 8px);
  max-width: calc(20% - 8px);
}
@media (max-width: 727px) {
  .ap-cr-summary .ap-cr-works__col {
    flex: 0 0 calc(25% - 9px);
    max-width: calc(25% - 9px);
  }
}
@media (max-width: 575px) {
  .ap-cr-summary .ap-cr-works__col {
    flex: 0 0 calc(33.333333% - 8px);
    max-width: calc(33.333333% - 8px);
  }
}
@media (max-width: 420px) {
  .ap-cr-summary .ap-cr-works__col {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.ap-cr-summary .ap-cr-work__order-number {
  width: 16px;
  height: 16px;
  left: 4px;
  bottom: 4px;
  line-height: 16px;
  font-size: 11px;
}
.ap-cr-summary-step__header {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  background-color: #e7e6e6;
  padding: 16px;
  position: relative;
  margin-bottom: 24px;
}
.ap-cr-summary-step__header .ap-cr-step-edit-link {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
}
.ap-cr-summary-step__title {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f7f7f;
}
.ap-cr-summary-step__body {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ap-cr-summary-step__body p {
  margin: 0 0 10px;
}
.ap-cr-summary-step__body ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.ap-cr-summary-step__body p + ul {
  margin-top: 12px;
}
.ap-cr-summary-step__body a {
  color: #0033ff;
  text-decoration: underline rgba(0, 51, 255, 0.4) !important;
  transition: text-decoration 0.24s;
}
.ap-cr-summary-step__body a:hover {
  text-decoration: underline rgba(0, 51, 255, 0) !important;
}
.ap-cr-step-edit-link {
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #0033ff;
  text-decoration: underline rgba(0, 51, 255, 0.4) !important;
  transition: text-decoration 0.24s;
}
.ap-cr-step-edit-link svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #0033ff;
}
.ap-cr-step-edit-link:hover {
  color: #0033ff;
  text-decoration: underline rgba(0, 51, 255, 0) !important;
}
.ap-cr-payment__price {
  font-size: 18px;
}
.ap-cr-step__save {
  display: inline-block;
  vertical-align: top;
  background: none;
  text-transform: none;
  color: #999999;
  font-size: 18px;
  text-align: center;
  padding: 0;
  height: auto;
  line-height: 1.4;
  white-space: nowrap;
  min-width: 1px;
  cursor: pointer;
  transition: background-color 0.24s, color 0.24s;
}
.ap-cr-step__save:hover {
  color: #0033ff;
  background: none;
}
.ap-cr-step__save:disabled {
  color: #c8c8c8;
}
.ap-cr-locked-note {
  text-align: center;
  font-size: 16px;
}
.ap-field-file {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ap-field-file .ap-field-label {
  margin-bottom: 0;
}
.ap-field-file__list {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.ap-field-file__list:has(.ap-field-file__item) {
  display: flex;
}
.ap-field-file__item {
  border-radius: 6px;
  border: 1px solid rgba(22, 19, 51, 0.16);
  padding: 8px 36px 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  position: relative;
  transition: border-color 0.3s;
}
.ap-field-file__item:hover {
  border-color: #0033ff;
}
.ap-field-file__item-error {
  border-color: #ff0000;
}
.ap-field-file__item-error .ap-field-file__item-remove svg {
  fill: #ff0000;
}
.ap-field-file__item-title {
  color: #161333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ap-field-file__item-meta {
  display: flex;
  gap: 10px;
  color: rgba(22, 19, 51, 0.4);
  text-transform: uppercase;
}
.ap-field-file__item-remove {
  display: block;
  width: 16px;
  height: 16px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.ap-field-file__item-remove svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #161333;
  transition: fill 0.24s;
}
.ap-field-file__item-remove:hover svg {
  fill: rgba(22, 19, 51, 0.4);
}
.ap-field-file__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  position: relative;
}
.ap-field-file__title {
  display: flex;
  gap: 4px;
  align-items: center;
  transition: color 0.3s;
}
.ap-field-file__title svg {
  display: block;
  width: 24px;
  height: 24px;
  transition: fill 0.3s;
}
.ap-field-file__restrictions {
  color: #999999;
}
.ap-field-file__zone {
  display: block;
  position: relative;
  padding: 18px 16px;
  border-radius: 6px;
  border: 1px dashed rgba(22, 19, 51, 0.4);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ap-field-file__zone:hover {
  border-color: #0033ff;
}
.ap-field-file__zone:hover .ap-field-file__title {
  color: #0033ff;
}
.ap-field-file__zone:hover .ap-field-file__title svg {
  fill: #0033ff;
}
.ap-field-file__item-error-desc {
  color: #ff0000;
  margin-left: auto;
  font-size: 13px;
  padding-top: 2px;
}
.ap-field-file .ap-field-file__input {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  min-width: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  color: transparent;
  overflow: hidden;
  top: -1px;
  left: -1px;
  appearance: none;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
}
@media (max-width: 767px) {
  .ap-field-file__item:has(.ap-field-file__item-error-desc) {
    position: relative;
    margin-bottom: 26px;
  }
  .ap-field-file__item-error-desc {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
  }
  .ap-cr-summary-step__header .ap-cr-step-edit-link {
    position: static;
    right: auto;
    top: auto;
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .ap-field-file {
    gap: 16px;
  }
  .ap-field-file__item {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.14px;
  }
  .ap-field-file__label {
    width: 100%;
    max-width: 656px;
    margin-left: auto;
    margin-right: auto;
  }
  .ap-field-file__zone {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.14px;
  }
}
.ap-cr-main-error.ap-field-error {
  margin-bottom: 16px;
  text-align: center;
}
/* Попапы */
.ap-cr-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.ap-cr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}
.ap-cr-modal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: calc(100vw - 32px);
  background: #fff;
  padding: 48px 40px 40px;
  text-align: left;
}

#ap-cr-modal-draft .ap-cr-modal__window {
  width: 316px;
}

.ap-cr-modal__window-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.ap-cr-modal__window p {
  margin: 0;
  line-height: 1.5;
}
.ap-cr-modal__title {
  font-weight: 700;
  font-size: 17px;
}
.ap-cr-modal__thanks {
  font-weight: 700;
}
.ap-cr-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.ap-cr-modal__close:hover {
  color: #000;
}

@media (max-width: 420px) {
  .ap-cr-modal__window {
    padding: 48px 24px 36px;
  }
  .ap-cr-modal__title {
    font-size: 16px;
  }
  .ap-cr-modal__window-body {
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .ap-cr-modal__title {
    font-size: 15px;
  }
}

/* ==================== Корректировки анкеты с документа за 06.08 ==================== */

/* подпись под выбранным пунктом — чёрным*/
.ap-cr-section__item_checked > .ap-field__note {
  color: #000000;
}

/* плашка-предупреждение «Внимание: укажите всех авторов…»  */
.ap-cr-warning {
  background-color: #e7e6e6;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.ap-cr-warning p {
  margin: 0;
}
.ap-cr-warning b {
  color: #ff0000;
}

/* чекбокс «Первая самостоятельная работа» */
.ap-cr-first-work .ap-cr-section__body {
  border-top: 1px solid #d1d1d1;
  padding-top: 16px;
}
.ap-cr-first-work_disabled .ap-field-checkbox label {
  color: #999999;
  cursor: default;
}
.ap-cr-first-work_disabled .ap-field__note {
  color: #bbbbbb;
}

/* блок регистрационного взноса: красная рамка */
.ap-cr-payment_accent {
  border: 2px solid #ff0000;
  padding: 20px;
}

/* блок представителя: кнопки черновика/PDF и тексты-подтверждения */
.ap-cr-poa-actions .ap-cr-step__save {
  white-space: normal;
  text-align: left;
}

.ap-cr-poa-actions a.ap-cr-step__save {
  display: inline-block;
}
.ap-cr-poa-actions .ap-cr-poa-draft {
  text-decoration: underline rgba(153, 153, 153, 0.4);
}
.ap-cr-poa-actions .ap-cr-poa-draft:hover {
  text-decoration: underline rgba(153, 153, 153, 0);
}

.ap-cr-poa-draft-done,
.ap-cr-poa-pdf-done {
  color: #2e7d32;
}

/* дроп-зона подписанной анкеты представителя (шаг 6) */
.ap-field-file .ap-cr-poa-upload__input {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  min-width: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  color: transparent;
  overflow: hidden;
  top: -1px;
  left: -1px;
  appearance: none;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
}
.ap-cr-poa-upload__or {
  margin: 12px 0 !important;
  color: #999999;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.ap-cr-poa-upload__remove {
  display: block;
  width: 16px;
  height: 16px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.ap-cr-poa-upload__remove svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #161333;
  transition: fill 0.24s;
}
.ap-cr-poa-upload__remove:hover svg {
  fill: rgba(22, 19, 51, 0.4);
}
.ap-field-file__item-error .ap-cr-poa-upload__remove svg {
  fill: #ff0000;
}

/* ---- плашка модераторского просмотра (переход с витрины /designstar/works/) ---- */
.ap-cr-moderator-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding: 10px 16px;
	background: #fdeaea;
	border: 1px solid #e2001a;
	border-radius: 6px;
	font-size: 13px;
}

.ap-cr-moderator-bar__label {
	color: #e2001a;
	font-weight: 700;
}

.ap-cr-moderator-bar__close {
	color: #1a1a1a;
	text-decoration: underline;
	white-space: nowrap;
}

.ap-cr-moderator-bar__close:hover {
	color: #e2001a;
}
