.pageTg .breadcrumbs {
  color: #c8d2e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  line-height: 1;
}
@media (any-hover: hover) {
  .pageTg .breadcrumbs:hover {
    color: #a0b9be;
  }
}
@media (max-width: 1280px) {
  .pageTg .news-sidebar__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.pageTg .news-item__header {
  padding: 0;
  padding-top: 2.7rem;
}
@media (max-width: 840px) {
  .pageTg .news-item__header {
    padding: 0;
  }
}
.pageTg__main--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageTg__main--image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageTg__main--image .phon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.pageTg__main--image .phon--liner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(58.76%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 58.76%);
}
.pageTg__main--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.4rem;
  padding-bottom: 5.8rem;
  gap: 17rem;
}
@media (max-width: 1280px) {
  .pageTg__main--container {
    gap: 12rem;
  }
}
@media (max-width: 840px) {
  .pageTg__main--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 640px) {
  .pageTg__main--container {
    gap: 3rem;
    padding-top: 2.4rem;
    padding-bottom: 4.8rem;
  }
}
.pageTg__main--title {
  max-width: 68.3rem;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 640px) {
  .pageTg__main--title {
    font-size: 3.2rem;
  }
}
.pageTg__main--title h1 {
  margin-bottom: 2.7rem;
}
.pageTg__main--title .date {
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #fff;
}
.pageTg__main--cont {
  color: #555a69;
}
.pageTg__main--cont .text-strong {
  margin-bottom: 1em;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
}
.pageTg__main--cont ul {
  padding-left: 2rem;
  margin: 1em 0;
}
.pageTg__main--cont ul li {
  position: relative;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.pageTg__main--cont ul strong {
  font-weight: 500;
}
.pageTg__main--cont ul > li > ul {
  list-style: none;
}
.pageTg__main--cont ul > li > ul > li::before {
  position: absolute;
  display: block;
  content: "–";
  left: -1.5rem;
  top: 0;
}
.pageTg__main--cont ul > li > ul > li > ul > li::before {
  position: absolute;
  display: block;
  content: "▫";
  left: -1.5rem;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageTg__main--cont ol {
  padding-left: 1.7rem;
  margin: 1em 0;
}
.pageTg__main--cont ol li {
  position: relative;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.pageTg__main--cont ol > li > ol {
  list-style-type: lower-latin;
}
.pageTg__main--cont ol > li > ol > li > ol {
  list-style-type: lower-roman;
}
.pageTg__main--cont h2 {
  margin-bottom: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--555-a-69, #555a69);
}
@media (max-width: 1280px) {
  .pageTg__main--cont h2 {
    font-size: 2rem;
  }
}
.pageTg__main--cont h3 {
  margin: 1em 0;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
}
.pageTg__main--cont p {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #555a69;
  margin-bottom: 1em;
}
.pageTg__main--cont a {
  text-decoration: underline;
  color: #28282d;
  text-underline-offset: 0.3rem;
}
@media (any-hover: hover) {
  .pageTg__main--cont a:hover {
    color: #a0b9be;
  }
}
.pageTg__main--cont p {
  margin-bottom: 1em;
}
.pageTg__main--cont p + p {
  margin-top: 1em;
}
.pageTg__main--cont .cardC {
  position: relative;
  margin: 3rem 0 4rem;
  padding: 4rem 14rem 4rem 4rem;
  background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.2));
}
@media (max-width: 640px) {
  .pageTg__main--cont .cardC {
    padding: 4rem 3rem;
  }
}
.pageTg__main--cont .cardC__text {
  max-width: 50rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--28282-d, #28282d);
  position: relative;
}
.pageTg__main--cont .cardC__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.8rem;
  gap: 2rem;
  position: relative;
}
.pageTg__main--cont .cardC__people img {
  border-radius: 100px;
  min-width: 4.2rem;
  max-width: 4.2rem;
}
.pageTg__main--cont .cardC__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.2rem;
}
.pageTg__main--cont .cardC__name {
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--28282-d, #28282d);
}
.pageTg__main--cont .cardC__status {
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--555-a-69, #555a69);
}
.pageTg__main--cont .cardC__decor {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .pageTg__main--cont .cardC__decor {
    top: auto;
    bottom: 0;
  }
}
.pageTg__main--cont .image--signa {
  margin: 3rem 0;
}
.pageTg__main--cont .image--signa img {
  margin-bottom: 1.2rem;
  width: 100%;
  height: 100%;
}
.pageTg__main--cont .image--signa span {
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--555-a-69, #555a69);
  opacity: 0.5;
}
.pageTg__main--cont .card-w-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3rem 0;
  gap: 4.2rem;
}
@media (max-width: 640px) {
  .pageTg__main--cont .card-w-image {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pageTg__main--cont .card-w-image img {
  min-width: 12rem;
  max-width: 12rem;
}
@media (max-width: 640px) {
  .pageTg__main--cont .card-w-image img {
    display: none;
  }
}
.pageTg__main--cont .card-w-image--info {
  max-width: 50rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--28282-d, #28282d);
}
@media (max-width: 640px) {
  .pageTg__main--cont .card-w-image--info {
    font-size: 1.6rem;
  }
}
.pageTg__main--cont .image-w-video {
  position: relative;
  display: block;
  margin: 3rem 0 2.4rem;
}
.pageTg__main--cont .image-w-video .image {
  width: 100%;
  height: 100%;
}
.pageTg__main--cont .image-w-video .image--play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .pageTg__main--cont .image-w-video .image--play {
    max-width: 3.2rem;
  }
}
@media (any-hover: hover) {
  .pageTg__main--cont .image-w-video:hover .image--play {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.pageTg__main--cont .link-w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 1.6rem;
  text-decoration: none;
}
.pageTg__main--cont .link-w-icon img {
  border-radius: 100px;
  min-width: 3.2rem;
  max-width: 3.2rem;
}
.pageTg__main--cont .link-w-icon span {
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--555-a-69, #555a69);
  text-underline-offset: 0.3rem;
}
@media (any-hover: hover) {
  .pageTg__main--cont .link-w-icon:hover span {
    text-decoration: underline;
  }
}
.pageTg__main--cont .tableC {
  margin: 4rem 0;
}
.pageTg__main--cont .tableC__container {
  overflow-x: auto;
}
@media (max-width: 640px) {
  .pageTg__main--cont .tableC__container--scroll {
    min-width: 60rem;
  }
}
.pageTg__main--cont .tableC h3 {
  margin: 0;
  margin-bottom: 2rem;
}
.pageTg__main--cont .tableC table {
  width: 100%;
}
.pageTg__main--cont .tableC table thead {
  border-top: 1px solid #555a69;
  border-bottom: 4px solid #555a69;
}
.pageTg__main--cont .tableC table thead > tr > th {
  padding: 1.3rem 1.2rem 1.2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: #555a69;
}
.pageTg__main--cont .tableC table tbody > tr > td {
  padding: 2.2rem 1.2rem;
  max-width: 25rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: #555a69;
}
.pageTg__main--cont .tableC table tbody > tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageTg__main--cont .tableC table tbody > tr:nth-child(even) {
  background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.2));
}
@media (any-hover: hover) {
  .pageTg__main--cont .tableC table tbody > tr:hover {
    background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.4));
  }
}
.pageTg__main--cont .image-w-title h3 {
  margin: 0;
  margin-bottom: 2rem;
}
.pageTg__main--cont .image-w-title img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .news-item__sidebar--rampa .news-sidebar__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .news-item__sidebar--rampa .news-sidebar__block {
    max-width: 100% !important;
  }
}
@media (max-width: 640px) {
  .news-item__sidebar--rampa .news-sidebar__block:nth-child(2) {
    max-width: 60% !important;
  }
}

.pageTg__main--cont table {
  width: 100%;
  margin: 4rem 0;
}
.pageTg__main--cont table caption {
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 2rem;
}
.pageTg__main--cont table thead {
  border-top: 1px solid #555a69;
  border-bottom: 4px solid #555a69;
}
.pageTg__main--cont table thead > tr > th {
  padding: 1.3rem 1.2rem 1.2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: #555a69;
}
.pageTg__main--cont table tbody > tr > td {
  padding: 2.2rem 1.2rem;
  max-width: 25rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: #555a69;
}
.pageTg__main--cont table tbody > tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageTg__main--cont table tbody > tr:nth-child(even) {
  background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.2));
}
@media (any-hover: hover) {
  .pageTg__main--cont table tbody > tr:hover {
    background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.4));
  }
}

.pageTg .news-more__title {
  position: relative;
  padding: 1.4rem 58px;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 5rem;
}
.pageTg .event-sidebar__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3rem;
  padding-right: 2rem;
  border-radius: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  gap: 0.6rem;
}
.pageTg .event-sidebar__author img {
  max-width: 3.2rem;
  min-width: 3.2rem;
  border-radius: 100px;
}
.pageTg .event-sidebar__author:not(:last-child) {
  margin-bottom: 1.2rem;
}
.pageTg .event-sidebar__author--spans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pageTg .event-sidebar__author--spans span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pageTg .event-sidebar__author--spans span:first-child {
  color: var(--555-a-69, #555a69);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pageTg .event-sidebar__author--spans span:last-child {
  color: var(--a-0-b-9-be, #a0b9be);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (any-hover: hover) {
  .pageTg .event-sidebar__author:hover {
    background: var(--c-8-d-2-e-6, rgba(200, 210, 230, 0.2));
  }
  .pageTg
    .event-sidebar__author:hover
    .event-sidebar__author--spans
    span:first-child {
    color: var(--28282-d, #28282d);
  }
}
