.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: #09388a;
  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: 91px;
  font-weight: 300;
  line-height: 91px;
  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: 400;
  line-height: 18px;
  color: #ffffff;
}

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

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

  background-color: #ffffff;
}

.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;
  gap: 73px;
  margin-left: 65px;
}

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

.point_active {
  background: #fe991f;
}

.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: #09388a;
}

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

  max-width: 980px;
  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_2024 {
  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: 36px !important;
  font-weight: 300 !important;
  line-height: 38px !important;
  color: #001e42;
  text-align: right;
}

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

  width: 420px;
  max-width: 470px;

  font-family: 'Open Sans', sans-serif !important;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  line-height: 38px;
  color: #001e42;
}

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

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

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

  font-family: 'Helvetica Neue Cyr - Light', sans-serif;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 24px;
  color: #001e42 !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: #c9d2e1;
  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: #09388a;
  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: 216px;

  background: white;
}

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

  width: 16px;
  height: 16px;
  margin-top: 200px;
  border: 2px solid #b5c3db;
  border-radius: 50%;

  background-color: #b5c3db;
}

.a-time__item-middle-circle_2024 {
  margin-top: 128px;
}

.a-time__item-middle-circle_active {
  z-index: 5;
  border-color: #fe991f;
  background-color: #fe991f;
}

/*.a-time__item-middle-circle_active::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 40%;*/
/*    height: 40%;*/
/*    background-color: #FE991F;*/
/*    border-radius: 50%;*/
/*}*/

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

  width: 2px;
  height: 0;

  background-color: #fe991f;
}

.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-big-circle {
  position: absolute;
  z-index: 4;

  width: 36px;
  height: 36px;
  border: 2px solid #dfdfdf;
  border-radius: 50%;

  background: #0032a0;
}

.a-time__item-middle-big-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-big-circle_active {
  z-index: 5;
  width: 36px;
  height: 36px;
  border-color: #fe991f;
}

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

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

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

  background-color: #fe991f;
}

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

  background-color: #b5c3db;
}

.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: #fe991f;
  background-color: #fe991f;
}

.a-time__item-middle-icon {
  width: 66px;
  height: 66px;
}

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

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

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

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

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

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

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

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

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

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

.services .services__list .services__block .services__text a,
.services .services__order .anons a,
.page.page__articles a {
  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: #fe991f !important;
  text-decoration: none; /* убираем стандартное подчеркивание */
}

.a-time a::after {
  content: '';

  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: #fe991f;
}

.a-time a:hover::after {
  width: 0; /* Убираем подчеркивание, изменяя ширину */
  opacity: 0; /* Опционально можно сделать его прозрачным */
}

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

/*2024*/
.a-time__item-right-content_2024 {
  margin-top: 104px;
  /*margin-bottom: 1307px;*/
}

.a-time__item_2024 {
  padding-top: 33px;
  background-color: #f5f9ff;
}

.a-time__item-left-content-title-2024_1 {
  width: 470px;
  margin-top: 81px;
}

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

.a-time__item-left-content-image-2024_1 {
  pointer-events: none;
  margin-top: -172px;
  margin-right: -41px;
}

.a-time__item-right-content-title-2024_2 {
  width: 450px;
  margin-top: 1223px;
}

.a-time__item-right-content-title-2024_3 {
  margin-top: 206px;
}

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

.a-time__item-right-content-image-2024_2 {
  position: absolute;
  z-index: 0;
  bottom: -395px;
}

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

/*2023*/
.a-time__item_2023 {
  padding-bottom: 108px;
  background-color: #ffffff;
}

.a-time__item_2023 .a-time__item-middle-circle {
  margin-top: 216px;
}

.a-time__item-right-content_2023 {
  margin-top: 206px;
}

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

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

.a-time__divider_2022 {
  z-index: -1;
  height: 867px;
  background: #0032a0;
}

.a-time__divider-image_2022 {
  position: absolute;
  z-index: 2;
  top: 1244px;
}

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

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

.a-time__item-left-content-image-2023_1 {
  z-index: 2;
  margin-top: 67px;
  margin-right: -665px;
}

.a-time__item-right-content-image-2023_1 {
  margin-top: 229px;
}

.a-time__item-left-content-image-2023_2 {
  position: absolute;
  margin-top: 1310px;
  margin-right: -104px;
}

.a-time__item-left-content-image-2023_3 {
  position: absolute;
  z-index: 2;
  margin-top: 1498px;
  margin-right: -646px;
}

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

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

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

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

/*2022*/
.a-time__item_2022 {
  padding-bottom: 102px;
  background-color: #0032a0;
}

.a-time__item_2022 .a-time__item-middle-circle {
  margin-top: 230px;
}

.a-time__item_2022 .a-time__item-left-content {
  margin-top: 108px;
}

.a-time__item_2022 .a-time__item-left-content-year {
  color: #c9d2e1;
}

.a-time__item_2022 .a-time__item-left-content-year-active {
  color: #ffffff;
}

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

  width: 420px;
  max-width: 470px;

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

.a-time__item_2022 .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: #ffffff;
  text-align: right;
}

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

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

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

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

.a-time__item-right-content_2022 {
  margin-top: 220px;
  margin-bottom: 103px;
}

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

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

.a-time__item-right-content-image-2022_3 {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  margin-left: -770px;
}

.a-time__item-right-content-image-2022_4 {
  position: absolute;
  z-index: 2;
  margin-top: 80px;
  margin-left: -742px;
}

.a-time__item-right-content-image-2022_5 {
  position: absolute;
  z-index: 0;
  margin-top: -13px;
  margin-left: -1063px;
}

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

.a-time__item-left-content-title-2022_1
  .a-time__item-middle-little-circle_left {
  right: -83px;
  margin-top: -10px;
}

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

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

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

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

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

.a-time__item-right-content-image-2022_25 {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 158px;
}

.a-time__item-right-content-image-2022_50 {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 1989px;
}

.a-time__item-right-content-image-2022_75 {
  pointer-events: none;

  position: absolute;
  z-index: -1;
  bottom: -178px;

  margin-left: 258px;
}

/*2021*/
.a-time__item_2021 {
  padding-bottom: 86px;
  background-color: #f1f6fe;
}

.a-time__item_2021 .a-time__item-middle-circle {
  margin-top: 226px;
}

.a-time__item-right-content_2021 {
  margin-top: 209px;
  margin-bottom: 746px;
}

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

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

.a-time__item-left-content-image-2021_1 {
  z-index: 8;
  margin-top: 115px;
}

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

.a-time__item-right-content-image-2021_2 {
  margin-top: 100px;
}

.a-time__item-right-content-image-2021_3 {
  pointer-events: none;

  position: absolute;
  z-index: 8;

  margin-top: 826px;
  margin-left: -1823px;
}

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

.a-time__item-right-content-title-2021_2 {
  margin-top: 942px;
}

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

/*2020*/

.a-time__item_2020 .a-time__item-middle-circle {
  margin-top: 232px;
}

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

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

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

.a-time__item-left-content-image-2020_1 {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  margin-left: -63px;
}

.a-time__item-left-content-image-2020_2 {
  position: absolute;
  z-index: 2;
  margin-top: 859px;
  margin-right: -64px;
}

.a-time__item-left-content-image-2020_3 {
  position: absolute;
  z-index: 2;
  margin-top: 1757px;
  margin-right: -36px;
}

.a-time__item-right-content_2020 {
  margin-top: 215px;
  margin-bottom: 103px;
}

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

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

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

.a-time__item-right-content-image-2020_2 {
  position: absolute;
  z-index: 3;
  margin-top: 100px;
  margin-left: -64px;
}

/*2019*/
.a-time__item-right-content_2019 {
  margin-top: 160px;
  margin-bottom: 103px;
}

.a-time__item-right-content-title-2019_2 {
  width: 530px;
  max-width: 530px;
}

.page {
  padding-bottom: 0;
}

.section__space b {
  background-color: #347af0;
}

.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;
}
