.a-page img {
  max-width: none;
}

.a-page {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}

.a-page-header__h1 {
  display: none;
}

.a-page-header-info {
  display: flex;
  flex-direction: column;

  width: 100%;
  margin-top: var(--layout-projects-header-height-desktop);
  padding-top: 103px;
  padding-bottom: 64px;

  background:
    linear-gradient(rgba(150, 10, 54, 0.53), rgba(150, 10, 54, 0.53)),
    url(../images/landscape-view-of-railway-station-during-sunrise-912617.jpeg)
      no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .a-page-header-info {
    margin-top: var(--layout-projects-header-height-mobile);
  }
}

.a-page-header-info__logo {
  width: 100%;
  height: 84px;
  background: url('../images/logo.svg') no-repeat center;
}

.a-page-header-info-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 81px;
}

.a-page-header-info-content-element {
  display: flex;
  align-items: center;
  margin-right: 58px;
}

.a-page-header-info-content-element__number {
  font-family: 'Helvetica Neue Cyr - Thin', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 105px;
  color: #ffffff;
  text-transform: uppercase;
}

.a-page-header-info-content-element__text {
  display: flex;
  flex-direction: column;

  margin-left: 24px;

  font-family: 'Helvetica Neue Cyr', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}

.a-page-header-info-years {
  display: flex;
  align-items: center;

  width: 100%;
  height: 96px;
  padding: 0 64px;

  background-color: #f4f4f4;
}

.a-page-header-info-years-year {
  display: flex;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
}

.a-page-header-info-years-year-points {
  display: flex;
  margin-left: 65px;
}

.a-page-header-info-years-year-points__point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3d3d3;
}

.point_active {
  background: #9b0a36;
}

.a-page-header-info-years-year__name {
  cursor: pointer;

  font-family: 'Helvetica Neue Cyr - Light', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #d3d3d3;
}

.a-page-header-info-years-year__name_active {
  color: #9b0a36;
}

.a-page-header-info-years-slider {
  display: flex;
  gap: 73px;
  align-items: center;

  max-width: 1150px;
  margin: 0 auto;
}

.a-time__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.a-time__item-left {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
}

.a-time__item-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  margin-top: 103px;
  margin-right: 65px;
}

.a-time__item-left-content_2023 {
  margin-top: 0;
}

.a-time__item-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.a-time__item-left-content-title {
  position: relative;

  font-family: 'Helvetica Neue Cyr - Thin', sans-serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
  color: #333333;
  text-align: right;
}

.a-time__item-right-content-title {
  position: relative;
  z-index: 2;

  width: 409px;
  max-width: 470px;

  font-family: 'Helvetica Neue Cyr - Thin', sans-serif !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #333333;
}

.a-time__item-right-content-text {
  max-width: 470px;
  margin-top: 18px;

  font-family: 'Helvetica Neue Cyr - Light', sans-serif;
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 24px;
  color: #181818 !important;
}

.a-time__item-left-content-text {
  max-width: 470px;
  margin-top: 18px;

  font-family: 'Helvetica Neue Cyr - Light', sans-serif;
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 24px;
  color: #181818 !important;
  text-align: right;
}

.a-time__item-right-content {
  margin-left: 65px;
  text-align: left;
}

.a-time__item-left-content-year {
  position: relative;

  font-family: 'Helvetica Neue Cyr - Heavy', sans-serif;
  font-size: 208px;
  font-weight: 400;
  line-height: 260px;
  color: #dfdfdf;
  text-transform: uppercase;
  letter-spacing: -0.55px;
}

.a-time__item-left-content-year-active {
  position: absolute;
  z-index: 2;
  top: 0;

  overflow: hidden;

  max-height: 0;

  font-family: 'Helvetica Neue Cyr - Heavy', sans-serif;
  font-size: 208px;
  font-weight: 400;
  line-height: 260px;
  color: #9b0a36;
  text-transform: uppercase;
  letter-spacing: -0.55px;

  opacity: 0;
}

.a-time__item-middle {
  position: absolute;

  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
}

.hidden-mobile-line {
  position: absolute;
  z-index: 2;

  display: block;

  width: 4px;
  height: 395px;
  margin-top: 281px;

  background: white;
}

.a-time__item-middle-circle {
  position: absolute;
  z-index: 4;

  width: 36px;
  height: 36px;
  margin-top: 200px;
  border: 5px solid #dfdfdf;
  border-radius: 50%;

  background: #ffffff;
}

.a-time__item-middle-circle::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 40%;
  height: 40%;
  border-radius: 50%;

  background-color: #dfdfdf;
}

.a-time__item-middle-circle_2023 {
  margin-top: 100px;
}

.a-time__item-middle-circle_active {
  z-index: 5;
  width: 36px;
  height: 36px;
  border-color: #8f3b4b;
}

.a-time__item-middle-circle_active::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 40%;
  height: 40%;
  border-radius: 50%;

  background-color: #8f3b4b;
}

.a-time__item-middle-line-active {
  position: absolute;
  z-index: 2;

  width: 2px;
  height: 0;

  background-color: #8f3b4b;
}

.a-time__item-middle-line {
  z-index: 1;
  width: 2px;
  height: 100%;
  background: #dfdfdf;
}

.a-time__item-middle_2017 {
  height: 224px;
}

.a-time__item-middle-little-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #dfdfdf;
  border-radius: 50%;

  background-color: #ffffff;
}

.a-time__item-middle-little-circle_left {
  position: absolute;
  z-index: 4;
  top: 11px;
  right: -73px;
}

.a-time__item-middle-little-circle_right {
  position: absolute;
  top: 11px;
  left: -73px;
}

.a-time__item-middle-little-circle_active {
  z-index: 5;
  border-color: #8f3b4b;
}

.a-time__item-middle-icon {
  width: 78px;
  height: 78px;
  border-radius: 40%;
  background-color: #dfdfdf;
}

.a-time__item-middle-online {
  position: absolute;

  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-around;

  width: 100px;
  height: 38px;
  margin-top: 1px;
  margin-left: -114px;
  padding: 7px 14px 5px 14px;
  border-radius: 14px;

  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  color: #fff;

  background: #dfdfdf;
}

.a-time__item-middle-online_active {
  background-color: #9b0a36;
}

.a-time__item-middle-online-circle {
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  border-radius: 50%;

  background-color: #ffffff;
}

.a-time__item-middle-icon_ruble {
  background-image: url('../images/ruble.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.a-time__item-middle-icon_calendar {
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.a-time__item-middle-icon_filter {
  background-image: url('../images/filter.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.a-time__item-middle-icon_settings {
  background-image: url('../images/settings.svg');
  background-repeat: no-repeat;
  background-position: 10px;
}

.a-time__item-middle-icon_calculator {
  background-image: url('../images/calculator.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.a-time__item-middle-icon_edit {
  background-image: url('../images/edit.svg');
  background-repeat: no-repeat;
  background-position: 8px 6px;
}

.a-time__item-middle-icon_flag {
  background-image: url('../images/flag.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.a-time__item-middle-icon_active {
  background-color: #9b0a36;
}

.a-time__item-left-content-title .a-time__item-middle-icon {
  position: relative;
  z-index: 2;
  float: right;
  margin-right: -104px;
}

.a-time__item-right-content-title .a-time__item-middle-icon {
  float: left;
  margin-left: -105px;
}

.services .services__order .anons a:hover,
.page.page__articles a:hover,
.services .services__list .services__block .services__text a:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}

.services .services__list .services__block .services__text a,
.services .services__order .anons a,
.page.page__articles a {
  border-bottom: 2px solid #9b0a36 !important;
  text-decoration: none !important;
}

.page.page__articles .page__content a {
  font-family: 'Helvetica Neue Cyr - Light', sans-serif;
}

.a-time a {
  position: relative;
  z-index: 3;
  color: #9b0a36 !important;
}

.a-time__item-left-content-title a:hover,
.a-time__item-right-content-title a:hover {
  border-bottom: none;
}

/*2023*/
.a-time__item-right-content_2023 {
  margin-top: 280px;
  margin-bottom: 1307px;
}

.a-time__item_2023 {
  margin-top: 52px;
}

.a-time__item-left-content-title-2023_1 {
  width: 440px;
  margin-top: 200px;
}

.a-time__item-left-content-title-2023_2 {
  width: 440px;
  margin-top: 114px;
}

.a-time__item-left-content-title-2023_3 {
  width: 440px;
  margin-top: 114px;
}

.a-time__item-left-content-title-2023_4 {
  width: 440px;
  margin-top: 1104px;
}

.a-time__item-right-content-title-2023_2 {
  margin-top: 724px;
}

.a-time__item-right-content-image-2023_1 {
  position: absolute;
  z-index: 8;
  margin-left: -15px;
}

.a-time__item-right-content-image-2023_2 {
  position: absolute;
  z-index: 8;
  margin-top: -100px;
  margin-left: -1444px;
}

.a-time__item-right-content-image-2023_3 {
  position: absolute;
  margin-top: 780px;
  margin-left: -35px;
}

/*2022*/
.a-time__item_2022 {
  padding-bottom: 320px;
  background-color: #f5f7fa;
}

.a-time__item-right-content_2022 {
  margin-top: 363px;
}

.a-time__divider {
  position: relative;
  z-index: 2;

  display: flex;
  flex: 1;
  justify-content: center;
}

.a-time__divider_2020-2019 {
  height: 867px;
  background: #263955;
}

.a-time__divider_2022-2021 {
  height: 700px;
  background: #e21a51;
}

.a-time__divider-image_2022-2021 {
  position: absolute;
  margin-top: -226px;
}

.a-time__divider-image_2020-2019 {
  position: absolute;
  margin-top: -406px;
  margin-left: 84px;
}

.a-time__item-left-content-title-2022_1 {
  width: 440px;
  margin-top: 300px;
}

.a-time__item-left-content-title-2022_2 {
  width: 440px;
  margin-top: 1856px;
}

.a-time__item-right-content-title-2022_1 {
  width: 440px;
}

.a-time__item-right-content-title-2022_2 {
  margin-top: 320px;
}

.a-time__item-right-content-title-2022_3 {
  margin-top: 593px;
}

.a-time__item-right-content-title-2022_4 {
  margin-top: 103px;
}

.a-time__item-right-content-title-2022_5 {
  margin-top: 103px;
}

.a-time__item-right-content-title-2022_6 {
  margin-top: 103px;
}

.a-time__item-right-content-image-2022_2 {
  position: absolute;
  z-index: 8;
  margin-top: -145px;
  margin-left: -931px;
}

.a-time__item-right-content-image-2022_3 {
  position: absolute;
  z-index: 8;
  margin-top: -880px;
  margin-left: -770px;
}

.a-time__item-right-content-image-2022_4 {
  position: absolute;
  z-index: 3;
  margin-top: -225px;
}

/*2021*/
.a-time__item-right-content_2021 {
  margin-top: 351px;
  margin-bottom: 103px;
}

.a-time__item-right-content-image-2021_1 {
  position: absolute;
  z-index: 8;
  top: 513px;
  margin-left: -15px;
}

.a-time__item-right-content-image-2021_2 {
  position: absolute;
  z-index: 8;
  margin-top: 715px;
  margin-left: -15px;
}

.a-time__item-left-content-title-2021_1 {
  max-width: 550px;
  margin-top: 205px;
}

.a-time__item-left-content-title-2021_2 {
  width: 440px;
  margin-top: 103px;
}

.a-time__item-left-content-title-2021_3 {
  width: 440px;
  margin-top: 103px;
}

.a-time__item-left-content-image-2021_1 {
  margin-top: 85px;
  margin-right: -50px;
}

.a-time__item-right-content-title-2021_2 {
  width: 500px;
  max-width: 500px;
  margin-top: 1080px;
}

.a-time__item-right-content-title-2021_3 {
  margin-top: 137px;
}

/*2020*/
.a-time__item_2020 {
  background-color: #f5f7fa;
}

.a-time__item-right-content_2020 {
  margin-top: 203px;
  margin-bottom: 931px;
}

.a-time__item-left-content-title-2020_1 {
  width: 385px;
  margin-top: 133px;
}

.a-time__item-left-content-title-2020_2 {
  max-width: 410px;
  margin-top: 103px;
}

.a-time__item-left-content-title-2020_3 {
  width: 410px;
  margin-top: 372px;
}

.a-time__item-left-content-title-2020_4 {
  width: 410px;
  margin-top: 103px;
}

.a-time__item-left-content-image-2020_1 {
  position: absolute;
  z-index: 8;
  margin-top: 777px;
}

.a-time__item-right-content-image-2020_1 {
  position: absolute;
  z-index: 8;
  margin-top: 12px;
}

.a-time__item-right-content-image-2020_2 {
  position: absolute;
  z-index: 8;
  margin-top: 82px;
  margin-left: -84px;
}

.a-time__item-right-content-text-2020_1 {
  max-width: 530px;
}

.a-time__item-right-content-title-2020_2 {
  margin-top: 499px;
}

.a-time__item-right-content-text-2020_2 {
  max-width: 530px;
}

/*2019*/
.a-time__item_2019 {
  margin-top: 281px;
}

.a-time__item-left-content-title-2019_1 {
  width: 400px;
  margin-top: 85px;
}

.a-time__item-left-content-title-2019_2 {
  width: 410px;
  margin-top: 103px;
}

.a-time__item-left-content-title-2019_3 {
  width: 410px;
  margin-top: 534px;
}

.a-time__item-left-content-title-2019_4 {
  width: 490px;
  margin-top: 103px;
}

.a-time__item-left-content-image-2019_1 {
  position: absolute;
  z-index: 8;
  margin-top: 740px;
  margin-right: -64px;
}

.a-time__item-right-content_2019 {
  margin-top: 203px;
  margin-bottom: 103px;
}

.a-time__item-right-content-title-2019_2 {
  margin-top: 827px;
}

.a-time__item-right-content-title-2019_3 {
  width: 430px;
  margin-top: 1478px;
}

.a-time__item-right-content-image-2019_1 {
  position: absolute;
  z-index: 8;
  margin-top: 103px;
  margin-left: -15px;
}

.a-time__item-right-content-image-2019_2 {
  position: absolute;
  z-index: 8;
  margin-top: 68px;
  margin-left: -15px;
}

.a-time__item-right-content-image-2019_3 {
  position: absolute;
  z-index: 8;
  margin-top: 599px;
  margin-left: -826px;
}

/*2018*/
.a-time__item_2018 {
  padding-bottom: 200px;
  background-color: #f5f7fa;
}

.a-time__item-left-content-image-2018_1 {
  position: absolute;
  margin-top: 268px;
  margin-right: -203px;
}

.a-time__item-right-content_2018 {
  margin-top: 363px;
}

.a-time__item-right-content-title-2018_2 {
  margin-top: 103px;
}

/*2017*/
.a-time__item-right-content_2017 {
  margin-top: 203px;
  margin-bottom: 103px;
}

.page {
  padding-bottom: 0;
}

.section__space b {
  background-color: #9b0a36;
}

.owl-controls {
  display: none !important;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.nav-fixed.is-page {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed-years {
  position: fixed;
  z-index: 30;
}

.next-button,
.prev-button {
  top: 0;
}

img {
  width: auto;
}

.next-button {
  position: absolute;
  top: 22px;
  right: 0;

  width: 46px;
  height: 46px;
  margin-left: auto;

  opacity: 0;
  background: url('../images/next.png') no-repeat center;
}

.prev-button {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: -4px;
  transform: rotate(180deg);

  width: 46px;
  height: 46px;
  margin-left: auto;

  opacity: 0;
  background: url('../images/next.png') no-repeat center;
}
