.read-more .read-more__link {
  color: rgb(169, 10, 59);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;
  border-top: 0;
  padding: 10px 0;
}

.color__number {
  color: rgb(169, 10, 59);
}

.mainnews__source {
  display: flex;
  justify-content: flex-end;
}

.table__container {
  margin-bottom: 25px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

th {
  font-weight: bold;
}

.table__titles {
  border-bottom: 2px solid rgb(130, 128, 145);
}

.table__title {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 150px;
}

.table__items {
  border-bottom: 1px solid rgb(130, 128, 145);
}

.table__item {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

.table__subtext {
  color: rgb(110, 119, 139);
}

.table__link {
  color: rgb(169, 10, 59);
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
}

.table__text-decor {
  font-style: italic;
}

.header .header__menu {
  margin-bottom: 0;
}

.text-upper {
  text-transform: uppercase;
}

.top {
  background: rgba(0, 36, 66, 0.6);
  position: relative;
  min-height: calc(100vh - 122px);
}
.top .top__container {
  height: calc(100vh - 122px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 180px;
  max-width: 970px;
}
.top .img__background {
  position: absolute;
  z-index: -1;
  height: calc(100vh - 122px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top .top__title {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.top .top__text-container {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 40px;
}
.top span {
  color: rgb(255, 255, 255);
  font-size: 16px;
  letter-spacing: 0%;
  text-align: left;
  line-height: 24px;
}
.top span:first-of-type {
  font-weight: 500;
}
.top span:last-of-type {
  position: relative;
  display: inline-block;
}

.mainnews__source-item-link {
  font-weight: 700;
  text-decoration: none;
  color: black;
}
.mainnews__source-item-link span {
  text-transform: uppercase;
}

.read-more .read-more__title {
  margin-top: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(110, 119, 139);
}
.read-more .read-more__text {
  padding: 10px 0 20px;
  color: rgb(169, 10, 59);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border-top: 1px solid rgb(130, 128, 145);
}

.top {
  margin-bottom: 40px;
}

.mainnews__text:first-child {
  margin-bottom: 40px;
}

.header .header__content {
  padding-right: 5px;
  padding-left: 5px;
}

.losses {
  display: none;
}

.container {
  max-width: 1300px;
  padding-right: 5px;
  padding-left: 5px;
}

.media-content__content {
  flex-direction: column;
}

.media__links {
  padding-right: 10px;
}

.media__content-title-container {
  width: 100%;
}

.media__content-data {
  position: relative;
  min-width: 135px;
}

.media__content-text {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.media__content-title {
  margin-left: 0;
}

@media (max-width: 1300px) {
  .media__aside {
    display: none;
  }
  .media__content-columns {
    flex-direction: column;
    align-items: center;
  }
  .media__content-text {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .media__links-columns {
    display: flex;
  }
  .media__links {
    display: flex;
  }
  .media__content-data {
    position: absolute;
    top: 8px;
  }
  .media__content-title {
    margin: 0 auto;
    max-width: 770px;
  }
  .media__content-column {
    width: 100%;
  }
  .mainnews__text-container {
    max-width: 100%;
  }
  .mainnews__title-subtext {
    max-width: 100%;
  }
  .mainnews__title-photo {
    width: 100%;
  }
  .mainnews__photo-news {
    width: 100%;
    max-width: 100%;
  }
  .mainnews__main-content {
    max-width: 100%;
    width: 100%;
  }
  .media__content-title {
    max-width: 100%;
  }
  .media__content-data {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
  }
  .media__content-column:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .media-content .media__news-text {
    max-width: 100%;
    width: 100%;
  }
  .all-content {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .main .container {
    padding: 0px;
  }
  .media-content {
    padding: 0 15px;
  }
  .media__links-columns {
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .media__links {
    margin-bottom: 15px;
  }
  .media__content-text {
    flex-direction: column;
  }
  .all-content__columns {
    justify-content: space-evenly;
  }
  .top .top__container {
    margin-left: 0;
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .top {
    min-height: calc(100vh - 80px);
  }
  .top .top__container {
    height: calc(100vh - 80px);
  }
  .top .img__background {
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 800px) {
  .media__content-title {
    font-size: 22px;
  }
  .top .top__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .top .top__text-container {
    margin-bottom: 5px;
  }
  .media-content {
    margin-bottom: 0;
  }
  .media-content .media__news-more {
    margin: 20px;
  }
  .mainnews__title-subtext {
    font-size: 12px;
  }
  .mainnews__text {
    font-size: 16px;
  }
  .mainnews__subtitle {
    font-size: 20px;
  }
  .media__news-maintext {
    font-size: 20px;
  }
  .newsletter {
    padding: 15px !important;
  }
  .newsletter .newsletter__link {
    font-size: 12px;
  }
  .table__title {
    font-size: 14px;
    line-height: 14px;
  }
  .table__item {
    font-size: 12px;
    line-height: 12px;
  }
  .mainnews__source {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .mainnews__buttons {
    flex-direction: column;
    row-gap: 10px;
  }
  .all-content__columns {
    justify-content: flex-start;
  }
}
#container-for-analytics p{
margin-left: 0px !important;
}
#container-for-analytics font {
    line-height: 28px;
    font-size: 18px !important;
    font-family: Montserrat !important;
}
#container-for-analytics span {
    line-height: 28px;
    font-size: 18px !important;
    font-family: Montserrat !important;
}