

/* Start:/local/templates/concept_phoenix_s1/components/bitrix/news.detail/story/style.css?17824638981640*/
.stories-list.count-1 {
	margin: 0;
}

.stories-list.count-1 .stories-item {
	max-width: 100%;
	margin: 20px 0;
}

.gallery_item {
	width: 25%;
	padding: 20px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.gallery_item a {
	display: block;
}

.gallery_item a img {
	border-radius: 20px;
}

.video_item {
	border-radius: 20px;
	overflow: hidden;
}

.avatar_detail {
	overflow: hidden;
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.author {
	text-align: center;
}

.author_name {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 20px 0;
}

.sidebar_wrap {
	padding: 0 20px;
}

.right_block_wrap {
	position: sticky;
	top: 0;
}

.sidebar_wrap {
	padding: 0 20px;
}

.right_block_wrap {
	position: sticky;
	top: 0;
}

.right_block_wrap:before {
}

.meta_info.sidebar_wrap {}

.right_block_wrap {
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.right_menu {
	margin: 30px 0;
	padding: 30px 0;
	background: #379ea1;
}

.right_menu_title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	color: #fff;
}

.right_menu ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.right_menu ul li {
	list-style: none;
}

.right_menu ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}

.other_stories_title {
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	text-align: center;
	margin-top: 60px;
}

span.meta_name {
	font-weight: bold;
}
.inherit {
	color: inherit !important;
}
/* End */


/* Start:/local/components/dzen/comments/templates/.default/style.css?174937463113412*/
.dzen-comment-form {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px; }
  .dzen-comment-form .show-form-button {
    background-color: #2a7df6;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    transition: background-color 0.3s; }
    .dzen-comment-form .show-form-button:hover {
      background-color: #1a5cb0; }
  .dzen-comment-form .button-orange[disabled] {
    cursor: wait;
    opacity: 0.5; }
  .dzen-comment-form .comment-form-wrapper {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 20px; }
    .dzen-comment-form .comment-form-wrapper .comment-form {
      display: flex;
      flex-direction: column; }
  .dzen-comment-form .comment-textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 120px;
    padding: 12px;
    resize: vertical;
    width: 100%; }
    .dzen-comment-form .comment-textarea:focus {
      border-color: #2a7df6;
      outline: none; }
  .dzen-comment-form .reply-notice {
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 12px; }
    .dzen-comment-form .reply-notice button {
      background: none;
      border: none;
      color: #999;
      cursor: pointer;
      font-size: 16px;
      padding: 0 5px; }
      .dzen-comment-form .reply-notice button:hover {
        color: #666; }
  .dzen-comment-form .form-footer {
    display: flex;
    gap: 10px;
    margin-top: 15px; }
    @media (max-width: 700px) {
      .dzen-comment-form .form-footer {
        flex-direction: column; } }
  .dzen-comment-form .comment-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 12px;
    width: 100%; }
    .dzen-comment-form .comment-input:focus {
      border-color: #0066cc;
      outline: none; }
  .dzen-comment-form .comment-list .comment-node {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
    transition: all 0.3s ease; }
    .dzen-comment-form .comment-list .comment-node.has-reply {
      border-left: 3px solid #007bff;
      padding-left: 10px; }
    .dzen-comment-form .comment-list .comment-node .comment-node--depth-1 {
      background: #f0f0f0;
      margin-left: 30px; }
    .dzen-comment-form .comment-list .comment-node .comment-node--depth-2 {
      background: #e8e8e8;
      margin-left: 60px; }
    .dzen-comment-form .comment-list .comment-node .comment-node--depth-3 {
      background: #e0e0e0;
      margin-left: 90px; }
    .dzen-comment-form .comment-list .comment-node .comment-header {
      color: #666;
      font-size: 0.9em;
      margin-bottom: 10px; }
    .dzen-comment-form .comment-list .comment-node .comment-text {
      line-height: 1.5;
      margin-bottom: 10px;
      word-break: break-word; }
    .dzen-comment-form .comment-list .comment-node .comment-footer {
      align-items: center;
      border-top: 1px solid #eee;
      color: #666;
      display: flex;
      font-size: 0.9em;
      justify-content: space-between;
      margin-top: 8px;
      padding-top: 8px; }
    .dzen-comment-form .comment-list .comment-node .author {
      color: #444;
      font-weight: bold; }
    .dzen-comment-form .comment-list .comment-node .reply-link {
      background: none;
      border: none;
      color: #0066cc;
      cursor: pointer;
      font: inherit;
      outline: inherit;
      padding: 0;
      text-decoration: none;
      transition: color 0.2s; }
      .dzen-comment-form .comment-list .comment-node .reply-link:hover {
        color: #004499;
        text-decoration: underline; }
    .dzen-comment-form .comment-list .comment-node .comment-answer {
      background: #f0f7ff;
      border-left: 3px solid #0066cc;
      border-radius: 6px;
      margin-top: 15px;
      padding: 10px; }
      .dzen-comment-form .comment-list .comment-node .comment-answer .comment-answer__header {
        color: #0066cc;
        font-weight: bold;
        margin-bottom: 5px; }
      .dzen-comment-form .comment-list .comment-node .comment-answer .comment-answer__content {
        line-height: 1.5; }
  .dzen-comment-form .comment-list .comment-node-enter-active, .dzen-comment-form .comment-list .comment-node-leave-active {
    transition: all 0.5s; }
  .dzen-comment-form .comment-list .comment-node-enter, .dzen-comment-form .comment-list .comment-node-leave-to {
    opacity: 0;
    transform: translateY(10px); }
  .dzen-comment-form .comment-list .children {
    border-left: 2px solid #eee;
    margin-top: 10px;
    padding-left: 20px; }
  .dzen-comment-form .comment-list .admin-answer {
    background-color: #f8f9fa;
    border-left: 3px solid #28a745;
    margin-top: 10px;
    padding: 10px; }
  .dzen-comment-form .comment-list .comment-form,
  .dzen-comment-form .comment-list .verification-form {
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px; }
  .dzen-comment-form .comment-list .comment-form {
    background-color: #f8f9fa; }
  .dzen-comment-form .comment-list .verification-form {
    background-color: #fff8e1; }
  .dzen-comment-form .comment-list .error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 5px; }
  .dzen-comment-form .comment-list .comments-loading {
    color: #666;
    font-size: 14px;
    padding: 20px;
    text-align: center; }
    .dzen-comment-form .comment-list .comments-loading .fa-spinner {
      margin-right: 8px; }
  .dzen-comment-form .comment-list [v-cloak] {
    display: none !important; }
  .dzen-comment-form .comment-action-link {
    margin: 20px 0;
    text-align: center; }
    .dzen-comment-form .comment-action-link a {
      color: #0066cc;
      cursor: pointer;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.3s; }
      .dzen-comment-form .comment-action-link a:hover {
        color: #004499;
        text-decoration: underline; }
    .dzen-comment-form .comment-action-link .comment-action-link__first {
      font-weight: bold; }
    .dzen-comment-form .comment-action-link .comment-action-link__add {
      font-style: italic; }

.dzen-like-component {
  display: inline-block;
  position: relative; }
  .dzen-like-component .like-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 8px 16px;
    position: relative;
    user-select: none; }
    .dzen-like-component .like-button:hover {
      border-color: #ff6b6b;
      color: #ff6b6b; }
    .dzen-like-component .like-button--liked span.like-icon svg {
      stroke: #ff4d4d; }
    .dzen-like-component .like-button--loading {
      opacity: 0.8;
      pointer-events: none; }
      .dzen-like-component .like-button--loading::after {
        animation: loading-shimmer 1.5s infinite;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
    .dzen-like-component .like-button .like-icon {
      font-size: 16px;
      transition: transform 0.2s ease; }
      .dzen-like-component .like-button .like-icon svg {
        height: 1rem; }
      .like-button:hover .dzen-like-component .like-button .like-icon {
        transform: scale(1.1); }
      .like-button--liked .dzen-like-component .like-button .like-icon {
        animation: heart-beat 0.5s ease; }
    .dzen-like-component .like-button .like-count {
      min-width: 16px;
      text-align: center; }
  .dzen-like-component .like-verification-modal {
    animation: fade-in 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 1000; }
    .dzen-like-component .like-verification-modal .like-verification-content {
      animation: slide-up 0.3s ease;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      max-width: 400px;
      padding: 24px;
      position: relative;
      width: 90%; }
      .dzen-like-component .like-verification-modal .like-verification-content h3 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-top: 0; }
      .dzen-like-component .like-verification-modal .like-verification-content p {
        color: #666;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px; }
      .dzen-like-component .like-verification-modal .like-verification-content .close-button {
        background: none;
        border: none;
        border-radius: 50%;
        color: #999;
        cursor: pointer;
        font-size: 18px;
        height: 24px;
        position: absolute;
        right: 12px;
        top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        transition: all 0.3s ease; }
        .dzen-like-component .like-verification-modal .like-verification-content .close-button:hover {
          background-color: #f5f5f5;
          color: #333; }

@keyframes loading-shimmer {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
@keyframes heart-beat {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.2); }
  50% {
    transform: scale(0.9); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@media (max-width: 480px) {
  .like-button {
    font-size: 13px;
    padding: 6px 12px; }

  .like-verification-content {
    padding: 20px 16px; } }
.verification-wrapper .input-row {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 700px) {
    .verification-wrapper .input-row {
      flex-direction: row; } }
.verification-wrapper .input-col {
  flex: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .verification-wrapper .input-col {
      width: 50%; } }
.verification-wrapper .button-col {
  align-items: center;
  display: flex;
  width: 100%; }
  @media (min-width: 700px) {
    .verification-wrapper .button-col {
      width: 50%; } }
.verification-wrapper .input-with-button {
  display: flex;
  gap: 10px; }
  .verification-wrapper .input-with-button .form-control {
    flex-grow: 1; }
  .verification-wrapper .input-with-button .send-button {
    white-space: nowrap; }
.verification-wrapper .verification-input {
  flex: 1;
  min-width: 200px; }
  @media (max-width: 700px) {
    .verification-wrapper .verification-input {
      min-width: auto;
      width: 100%; } }
.verification-wrapper .verification-actions {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 200px; }
  @media (max-width: 700px) {
    .verification-wrapper .verification-actions {
      margin-top: 10px;
      min-width: auto;
      width: 100%; } }
.verification-wrapper .switch-method {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin-top: 8px;
  text-decoration: underline; }
.verification-wrapper .verification-hint,
.verification-wrapper .verification-link {
  font-size: 12px;
  text-align: center; }
.verification-wrapper .verification-hint {
  margin-top: 4px; }
.verification-wrapper .verification-link {
  display: block;
  margin-top: 5px; }
.verification-wrapper .verified-block {
  align-items: center;
  background: #f0fff0;
  border: 1px solid #a0d8a0;
  border-radius: 4px;
  color: #2e7d32;
  display: flex;
  justify-content: center;
  margin-top: 2px;
  padding: 8px; }
.verification-wrapper .verified-icon {
  background-color: #0B8178CC;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 5px; }
.verification-wrapper .error-message {
  color: #ff3437;
  font-size: 13px; }
.verification-wrapper .consents-block {
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px; }
  .verification-wrapper .consents-block .consent-item {
    margin-bottom: 10px; }
  .verification-wrapper .consents-block .consent-label {
    align-items: flex-start;
    cursor: pointer;
    display: flex; }
    .verification-wrapper .consents-block .consent-label input {
      margin-right: 10px;
      margin-top: 2px; }
  .verification-wrapper .consents-block .consent-text {
    font-size: 14px;
    line-height: 1.4; }
    .verification-wrapper .consents-block .consent-text a {
      color: #ff3437;
      text-decoration: underline; }
    .verification-wrapper .consents-block .consent-text span.requirement {
      color: #ff3437;
      padding: .2rem; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/concept_phoenix_s1/components/bitrix/news.list/stories/style.css?1757956512911*/
.stories-list {
    display: flex;
    justify-content: flex-start;
    margin: 0 -20px;
}

.layout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}


span.text-yellow {
    color: rgba(253, 178, 76, 1);
}

.meta_item_card {
    bottom: 1px;
}

.author-info span {
    display: inline-block;
    width: 100%;
}

.stories-list.count-1 {
    margin: 0;
}

.stories-list.count-1 .stories-item {
    width: 100%;
    margin: 20px 0;
}

span.news-date-time {
    padding-right: 10px;
}

span.icon {
    padding-right: 6px;
}

.stories-list {
    flex-wrap: wrap;
}

.story-descWrap .row .col-3 {
    min-height: 70px;
}


@media (max-width: 767px) {

    .stories-list .stories-item {
        margin: 20px;
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 20px;
    }
}

.meta_item_card span.dz {
    margin-right: 0.5rem;
}

/* End */
/* /local/templates/concept_phoenix_s1/components/bitrix/news.detail/story/style.css?17824638981640 */
/* /local/components/dzen/comments/templates/.default/style.css?174937463113412 */
/* /local/templates/concept_phoenix_s1/components/bitrix/news.list/stories/style.css?1757956512911 */
