@charset "UTF-8";
.ap-new-publication {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ap-add-btn {
  color: #ff0000;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
  border: 0 none transparent;
  padding: 0;
  background-color: transparent;
}
.ap-add-btn__desc {
  display: block;
  text-transform: uppercase;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-add-btn__desc + .ap-add-btn__icon {
  margin-left: 12px;
}
.ap-add-btn__icon {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ff0000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpolygon fill='%23ffffff' points='24,10 14,10 14,0 10,0 10,10 0,10 0,14 10,14 10,24 14,24 14,14 24,14'/%3E%3C/svg%3E");
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-add-btn:hover {
  text-decoration: none;
  color: #ff0000;
}
.ap-add-btn:hover .ap-add-btn__desc {
  color: #ec0000;
}
.ap-add-btn:hover .ap-add-btn__icon {
  background-color: #ec0000;
}

.ap-account-header-desc {
  margin: 0;
  line-height: 1;
}

.ap-account-header-link {
  font-size: 16px;
  font-weight: 400;
  color: #b0b0b0;
  letter-spacing: 0.01em;
  -webkit-text-decoration: underline rgba(153, 153, 153, 0.3);
          text-decoration: underline rgba(153, 153, 153, 0.3);
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  -o-transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.ap-account-header-link:hover {
  color: #999999;
}

.ap-new-pub-section {
  margin-bottom: 18px;
}
.ap-new-pub-section__head {
  padding: 12px 20px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: normal;
}
.ap-new-pub-section__title {
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.ap-new-pub-section__title + .ap-new-pub-section__desc-link {
  position: relative;
  margin-left: 25px;
}
.ap-new-pub-section__title + .ap-new-pub-section__desc-link:before {
  content: "|";
  color: #999999;
  display: block;
  position: absolute;
  left: -13px;
}
.ap-new-pub-section__desc-link {
  font-size: 10px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.025em;
  -webkit-text-decoration: underline rgba(102, 102, 102, 0.26);
          text-decoration: underline rgba(102, 102, 102, 0.26);
  -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-new-pub-section__desc-link:hover {
  -webkit-text-decoration: underline rgba(102, 102, 102, 0);
          text-decoration: underline rgba(102, 102, 102, 0);
}
.ap-new-pub-section__add-btn {
  margin-left: auto;
}
.ap-new-pub-section__collapse-label {
  display: block;
  font-size: 10px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.ap-new-pub-section__collapse-label + .ap-new-pub-section__collapse-icon {
  margin-left: 12px;
}
.ap-new-pub-section__collapse-icon {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 6.91px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6.91' width='12' height='6.91'%3E%3Cpath fill='%235c5c5c' d='M11.73.27h0a.91.91,0,0,0-1.29,0L6,4.71,1.56.27A.92.92,0,0,0,.27.27a.91.91,0,0,0,0,1.29L5.35,6.65a.94.94,0,0,0,1.3,0l5.08-5.09A.93.93,0,0,0,12,.91.87.87,0,0,0,11.73.27Z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: background-color 0.24s, -webkit-transform 0.3s;
  transition: background-color 0.24s, -webkit-transform 0.3s;
  -o-transition: background-color 0.24s, transform 0.3s;
  transition: background-color 0.24s, transform 0.3s;
  transition: background-color 0.24s, transform 0.3s, -webkit-transform 0.3s;
}
.ap-new-pub-section__collapse-btn {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
}
.ap-new-pub-section__collapse-btn:hover .ap-new-pub-section__collapse-icon {
  text-decoration: none;
  background-color: #f7f7f7;
}
.ap-new-pub-section__body {
  padding: 20px 20px 20px;
  line-height: 1.4;
  font-size: 14px;
}
.ap-new-pub-section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.ap-new-pub-section__col {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 6px;
  padding-right: 6px;
}
.ap-new-pub-section__footer {
  height: 48px;
  padding-bottom: 8px;
  text-align: right;
}
.ap-new-pub-section__btn {
  display: none;
  vertical-align: top;
  min-width: 136px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  text-decoration: none;
  border: 0;
  padding: 0 20px;
  background-color: #ff0000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-right: 20px;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ap-new-pub-section__btn:hover {
  text-decoration: none;
  background-color: #dd0000;
}
.ap-new-pub-section_collapsed .ap-new-pub-section__collapse-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ap-new-pub-section-stories .ap-new-pub-section__add-btn {
  pointer-events: none;
  white-space: nowrap;
}
.ap-new-pub-section-stories .ap-new-pub-section__add-btn .ap-add-btn__icon {
  display: none;
}
.ap-new-pub-section-stories .ap-new-pub-section__add-btn .ap-add-btn__desc {
  display: none;
}
.ap-new-pub-section-stories .ap-new-pub-section__add-btn:before {
  content: "Доступно с декабря 2022";
  text-transform: uppercase;
  color: #ff0000;
}

.ap-new-pub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-new-pub-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.05em;
}
.ap-new-pub-item:not(:last-child) {
  margin-bottom: 7px;
}
.ap-new-pub-item__label {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  padding-left: 20px;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-new-pub-item__label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
}
.ap-new-pub-item__input {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}
.ap-new-pub-item__input:checked + .ap-new-pub-item__label {
  color: #000000;
}
.ap-new-pub-item__input:checked + .ap-new-pub-item__label:before {
  border-color: #ff0000 !important;
  background-color: #ff0000 !important;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}
.ap-new-pub-item__user-counter {
  color: #000000;
}
.ap-new-pub-item__counter {
  display: inline-block;
  font-size: 10px;
  color: #cccccc;
  font-style: italic;
  margin-left: -2px;
}
.ap-new-pub-item__counter:before {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  content: " · ";
}
.ap-new-pub-item:hover .ap-new-pub-item__label {
  color: #000000;
}
.ap-new-pub-item:hover .ap-new-pub-item__label:before {
  border-color: #000000;
}

.ap-custom-article {
  background-color: #f2f2f2;
  padding: 22px 7%;
  text-align: center;
}
.ap-custom-article__body {
  border: 1px solid #ff0000;
  padding: 18px 28px 16px;
}
.ap-custom-article__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #333333;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 600;
}
.ap-custom-article__title > span:first-child {
  display: block;
  max-width: 376px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ap-custom-article__title > span:not(:first-child) {
  display: block;
  margin-top: 14px;
}
.ap-custom-article__desc {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #333333;
  line-height: 1.4;
}
.ap-custom-article__btn {
  display: inline-block;
  outline: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #ff0000;
  line-height: 1.4;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.3);
          text-decoration: underline rgba(255, 0, 0, 0.3);
  -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-custom-article__btn:hover {
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}

.modal-pub-desc .ap-modal__dialog {
  max-width: 520px;
  padding: 24px 28px;
}
.modal-pub-desc .ap-modal__header {
  padding: 0;
}
.modal-pub-desc .ap-modal__close {
  margin-right: 0;
  margin-top: 0;
}
.modal-pub-desc .ap-modal__close svg {
  fill: #cccccc;
}
.modal-pub-desc .ap-modal__close:hover svg {
  fill: #ff0000;
}
.modal-pub-desc__header {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}
.modal-pub-desc__header-icon {
  margin-right: 12px;
}
.modal-pub-desc__header-desc {
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-pub-desc__header-link {
  font-size: 14px;
  color: #cccccc;
  letter-spacing: 0.01em;
  -webkit-text-decoration: underline rgba(204, 204, 204, 0.41);
          text-decoration: underline rgba(204, 204, 204, 0.41);
  display: inline-block;
  line-height: 1.2;
}
.modal-pub-desc__header-title {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.modal-pub-desc .ap-modal__body {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #333333;
  font-weight: 400;
  padding: 18px 0;
}
.modal-pub-desc .ap-modal__body p {
  margin-top: 0;
  margin-bottom: 0.6em;
}
.modal-pub-desc .ap-modal__body ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.modal-pub-desc .ap-modal__body ul li {
  position: relative;
  padding-left: 16px;
}
.modal-pub-desc .ap-modal__body ul li:before {
  content: "✓";
  color: #ff0000;
  position: absolute;
  left: 0;
}
.modal-pub-desc .ap-modal__body ul li.no-marker:before {
  content: normal;
}
.modal-pub-desc .ap-modal__body a {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.2);
          text-decoration: underline rgba(255, 0, 0, 0.2);
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.modal-pub-desc .ap-modal__body a:hover {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}
.modal-pub-desc .ap-modal__body .small-desc {
  font-size: 10px;
}
.modal-pub-desc .ap-modal__body .small-desc ul li:before {
  content: "—";
  line-height: 1;
}
.modal-pub-desc .ap-modal__body .small-desc a {
  color: #999999;
  font-style: italic;
  font-weight: 300;
  -webkit-text-decoration: underline rgba(153, 153, 153, 0.2);
          text-decoration: underline rgba(153, 153, 153, 0.2);
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.modal-pub-desc .ap-modal__body .small-desc a:hover {
  color: #999999;
  -webkit-text-decoration: underline rgba(153, 153, 153, 0);
          text-decoration: underline rgba(153, 153, 153, 0);
}
.modal-pub-desc .ap-modal__footer {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.modal-pub-desc .ap-modal__close-link, .modal-pub-desc__rules-link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.modal-pub-desc__rules-link {
  color: #cccccc;
  -webkit-text-decoration: underline rgba(204, 204, 204, 0.35);
          text-decoration: underline rgba(204, 204, 204, 0.35);
}
.modal-pub-desc__rules-link:hover {
  color: #333333;
  -webkit-text-decoration: underline rgba(204, 204, 204, 0);
          text-decoration: underline rgba(204, 204, 204, 0);
}
.modal-pub-desc .ap-modal__close-link {
  margin-top: 14px;
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.2);
          text-decoration: underline rgba(255, 0, 0, 0.2);
}
.modal-pub-desc .ap-modal__close-link:hover {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}

#modal-pub-stories-desc .modal-pub-desc__header {
  padding: 0 54px;
}

.modal-feedback-universal .selectric {
  border: 1px solid #000000;
}
.modal-feedback-universal .ap-modal__dialog {
  max-width: 328px;
  background-color: #EBECEC;
  padding: 24px 28px 28px;
}
.modal-feedback-universal .ap-modal__header {
  padding-right: 0;
  padding-bottom: 16px;
}
.modal-feedback-universal .ap-modal__close {
  margin-top: 0;
  margin-right: 0;
  top: 0;
  right: 0;
}
.modal-feedback-universal .ap-modal__body {
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
}
.modal-feedback-universal .ap-modal__body p, .modal-feedback-universal .ap-modal__body ul, .modal-feedback-universal .ap-modal__body ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal__body p:last-child, .modal-feedback-universal .ap-modal__body ul:last-child, .modal-feedback-universal .ap-modal__body ol:last-child {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal__title {
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.2;
}
.modal-feedback-universal .ap-modal-form__field_agreement {
  font-size: 10px;
  margin-top: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label {
  padding-left: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label:before {
  top: -2px;
}
.modal-feedback-universal .ap-modal__footer {
  text-align: center;
  margin-top: 15px;
}
.modal-feedback-universal .ap-modal__close-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #999999;
  letter-spacing: 0.01em;
  -webkit-text-decoration: underline rgba(153, 153, 153, 0.3);
          text-decoration: underline rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal__close-link:hover {
  -webkit-text-decoration: none rgba(153, 153, 153, 0.3);
          text-decoration: none rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal-form__fields-group-title {
  font-weight: 600;
  color: #ff0000;
  margin: 18px auto 10px !important;
  font-size: 14px;
}
.modal-feedback-universal .ap-modal-form__field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.modal-feedback-universal .ap-modal-form__field-group .ap-modal-form__field {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__submit {
  margin-top: 14px;
}
.modal-feedback-universal .modal-feedback-universal__desc {
  color: #333333;
  margin-top: 15px;
}
.modal-feedback-universal .modal-feedback-universal__desc a {
  -webkit-text-decoration: underline rgba(51, 51, 51, 0.2);
          text-decoration: underline rgba(51, 51, 51, 0.2);
}
.modal-feedback-universal .modal-feedback-universal__desc a:hover {
  text-decoration: none;
}
.modal-feedback-universal .ap-modal-form__field_select {
  margin-right: 6px;
}
.modal-feedback-universal .ap-marker {
  display: inline-block;
  padding: 1px 4px 0 5px;
  background-color: #ff0000;
  color: #ffffff;
}
.modal-feedback-universal .ap-marker_blue {
  background-color: blue;
}
.modal-feedback-universal .ap-marker_purple {
  background-color: #9900cc;
}
.modal-feedback-universal .ap-modal-form__field {
  margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal-form__field:last-child {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__field_text label, .modal-feedback-universal .ap-modal-form__field_textarea label {
  display: block;
  padding: 0 8px;
  margin-bottom: 4px;
  color: #4A524B;
  font-size: 13px;
}
.modal-feedback-universal .ap-modal-form__field_text label .req, .modal-feedback-universal .ap-modal-form__field_textarea label .req {
  color: #ff0000;
}
.modal-feedback-universal .ap-modal-form__field_text label .req:after, .modal-feedback-universal .ap-modal-form__field_textarea label .req:after {
  content: "*";
  margin-left: 3px;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text], .modal-feedback-universal .ap-modal-form__field_text input[type=tel], .modal-feedback-universal .ap-modal-form__field_text input[type=email] {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  height: 34px;
  line-height: 1;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=tel]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=email]:focus {
  border-color: #000000;
}
.modal-feedback-universal .ap-modal-form__field_textarea {
  font-size: 15px;
  line-height: 1.3;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  height: 6em;
  max-width: 100%;
  min-width: 100%;
  min-height: 6em;
  padding: 6px 16px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea:focus {
  border-color: #000000;
}
.modal-feedback-universal .iti {
  width: 100%;
}
.modal-feedback-universal .iti__country-list {
  width: 272px;
  max-width: 272px;
  white-space: normal;
}

.modal-feedback-universal-success .ap-modal__dialog {
  max-width: 324px;
  background-color: #EBECEC;
  padding: 36px 28px;
}
.modal-feedback-universal-success .ap-modal__header {
  padding: 0;
}
.modal-feedback-universal-success .ap-modal__close {
  margin-top: 0;
  margin-right: 0;
  top: 0;
  right: 0;
}
.modal-feedback-universal-success .ap-modal__title {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.3;
}

#modal-custom-article-desc-1 .ap-modal__title {
  font-size: 18px;
  color: #ff0000;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.2;
}
#modal-custom-article-desc-1 .ap-modal__close-link {
  margin-top: 0;
}
#modal-custom-article-desc-1 .ap-modal__body {
  padding: 24px 0;
}
#modal-custom-article-desc-1 .ap-modal-form__submit {
  margin-top: 28px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  height: 42px;
  line-height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#modal-custom-article-desc-1 .ap-modal-form__submit:hover {
  background-color: #e30000;
}
#modal-custom-article-desc-1 .ap-modal-form textarea {
  border-color: #cccccc;
  height: 108px;
  padding: 7px 12px;
  color: #333333;
}

@media (max-width: 1199px) {
  .ap-new-pub-section-articles .ap-new-pub-section__title span {
    display: none;
  }
  .ap-new-pub-section-articles .ap-new-pub-section__title:before {
    content: "Статьи и обзоры";
  }
}
@media (max-width: 767px) {
  .ap-new-pub-section__desc-link span {
    display: none;
  }
  .ap-new-pub-section__desc-link:after {
    content: "Описание";
  }
  .ap-new-pub-section__head {
    padding: 12px 14px;
  }
  .ap-new-pub-section__body {
    padding: 14px;
  }
}
@media (max-width: 575px) {
  .ap-new-publication {
    margin-top: 18px;
  }

  .ap-new-pub-section {
    margin-bottom: 12px;
  }
  .ap-new-pub-section__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ap-new-pub-section__col:not(:first-child) {
    margin-top: 7px;
    padding-top: 10px;
    border-top: 1px dashed #eaeaea;
  }
  .ap-new-pub-section__footer {
    text-align: left;
  }
  .ap-new-pub-section__btn {
    margin-right: 0;
    margin-left: 34px;
  }
  .ap-new-pub-section__head {
    display: block;
    padding: 12px 14px;
  }
  .ap-new-pub-section__body {
    padding: 14px;
  }
  .ap-new-pub-section__title {
    display: inline-block;
  }
  .ap-new-pub-section__desc-link {
    display: inline-block;
  }
  .ap-new-pub-section__add-btn, .ap-new-pub-section__collapse-btn {
    margin-top: 16px;
  }

  .ap-custom-article {
    padding: 28px 15px;
  }
  .ap-custom-article__body {
    border: 0 none transparent;
    padding: 0;
  }
  .ap-custom-article__title {
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .ap-custom-article {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 420px) {
  .modal-pub-desc .ap-modal__dialog {
    padding: 20px 24px 24px;
  }
  .modal-pub-desc__header {
    padding: 0;
  }
  .modal-pub-desc__header-link {
    font-size: 12px;
  }
  .modal-pub-desc__header-title {
    font-size: 16px;
  }
  .modal-pub-desc .ap-modal__body {
    font-size: 12px;
    padding: 14px 0;
  }
  .modal-pub-desc .ap-modal__body ul li {
    margin-bottom: 14px;
  }
  .modal-pub-desc .ap-modal__body ul li:last-child {
    margin-bottom: 0;
  }
  .modal-pub-desc .ap-modal__body ul li ul {
    padding-left: 18px;
  }
  .modal-pub-desc .ap-modal__body ul li ul li {
    margin: 0;
  }
  .modal-pub-desc .ap-modal__footer {
    font-size: 12px;
  }
  .modal-pub-desc .ap-modal__close-link, .modal-pub-desc__rules-link {
    font-size: 12px;
  }
  .modal-pub-desc .ap-modal__close-link {
    margin-top: 12px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-pub-desc__header-icon img {
    height: 68px;
    width: auto;
  }

  #modal-pub-stories-desc .modal-pub-desc__header {
    padding: 0 44px;
  }

  .modal-feedback-universal .ap-modal__dialog {
    padding: 20px 18px 24px;
  }
  .modal-feedback-universal .ap-modal-form__submit {
    margin-top: 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  #modal-custom-article-desc-1 .ap-modal__title {
    font-size: 16px;
  }
  #modal-custom-article-desc-1 .ap-modal__body {
    padding: 22px 0 20px;
  }
  #modal-custom-article-desc-1 .ap-modal-form__submit {
    margin-top: 24px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
  #modal-custom-article-desc-1 .ap-modal-form textarea {
    height: 92px;
    padding: 7px 12px;
    font-size: 14px;
  }
}