

/* Start:/local/templates/new-design/styles.css?17380581651099*/
.content h2.content-h2 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 0 0 37px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}



.content h2.content-h2:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5px;
    background: #1480C0;
    border-radius: 100px;
    position: absolute;
    bottom: 1px;
    left: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .content h2.content-h2 {
        font-size: 36px;
        line-height: 21px;
        padding: 0 0 20px 0;
    }
}

@media (max-width: 767.98px) {
    .content h2.content-h2 {
        font-size: 25px;
        line-height: 21px;
        padding: 0 0 15px 0;
        margin: 0 0 32px 0;
    }

    .content h2.content-h2:after {
        height: 3px;
    }
}

@media (max-width: 575.98px) {
    .content h2.content-h2 {
        display: block;
        font-size: 18px;
        line-height: 21px;
        padding: 0 0 10px 0;
    }

    .content h2.content-h2:after {
        width: 100%;
    }
}


/* End */


/* Start:/local/templates/new-design/static/assets/prioritet2030v2.min.css?174720628826502*/
:root {
  --ws-breakpoint-xs: 0;
  --ws-breakpoint-sm: 576px;
  --ws-breakpoint-md: 768px;
  --ws-breakpoint-lg: 992px;
  --ws-breakpoint-xl: 1200px;
}

a:hover {
  text-decoration: none;
}

.detail__page__title,
.breadcrumb {
  display: none;
}

.detail__page .prioritet2030 h2 {
  color: black;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .detail__page .prioritet2030 h2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.detail__page .prioritet2030 h2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 294px;
  height: 5px;
  background: #d44822;
  border-radius: 100px;
  position: absolute;
  bottom: 1px;
  left: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .detail__page .prioritet2030 h2::after {
    max-width: 169px;
  }
}

.prioritet2030 {
  /* margin-top: -80px; */
  margin-top: -92px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .prioritet2030 {
    margin-top: -40px;
  }

  .prioritet2030 h2 {
    text-transform: uppercase;
  }
}

@media (max-width: 575.98px) {
  .prioritet2030 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.prioritet2030 .ait__news {
  padding-top: 70px;
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .prioritet2030 .ait__news {
    display: none;
  }
}

.prioritet2030 .ait__news-modal__close {
  width: 294px;
  height: 41px;
  background: #d44822;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border: 0;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background .6s ease, color .6s ease;
  -o-transition: background .6s ease, color .6s ease;
  transition: background .6s ease, color .6s ease;
  overflow: hidden;
  position: relative;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 15px auto 0 auto;
}

.prioritet2030 .ait__news-modal__close span {
  position: relative;
  z-index: 1;
}

.prioritet2030 .ait__news-modal__close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  -webkit-transition: width 1.2s ease;
  -o-transition: width 1.2s ease;
  transition: width 1.2s ease;
  border-radius: 0px;
  z-index: 0;
  display: none;
}

.prioritet2030 .ait__news-modal__close:hover {
  color: #ffffff;
  text-decoration: none;
  background: #808080;
  -webkit-transition: background .6s ease, color .6s ease;
  -o-transition: background .6s ease, color .6s ease;
  transition: background .6s ease, color .6s ease;
}

@media (max-width: 575.98px) {
  .prioritet2030 .ait__news-modal__close {
    width: 227px;
    height: 41px;
    background: #d44822;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
    overflow: hidden;
    position: relative;
    /*display: flex;
  align-items: center;
  justify-content: center;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .prioritet2030 .ait__news-modal__close span {
    position: relative;
    z-index: 1;
  }

  .prioritet2030 .ait__news-modal__close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    -webkit-transition: width 1.2s ease;
    -o-transition: width 1.2s ease;
    transition: width 1.2s ease;
    border-radius: 0px;
    z-index: 0;
    display: none;
  }

  .prioritet2030 .ait__news-modal__close:hover {
    color: #ffffff;
    text-decoration: none;
    background: #808080;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
  }
}

.prioritet2030 .ait__news-modal-img img {
  width: 100%;
}

.prioritet2030__link-more {
  color: #32383f !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 36px;
  text-decoration: underline;
  padding: 0 35px 0 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .prioritet2030__link-more {
    font-size: 15px;
    line-height: 22px;
    padding: 0 50px 0 0;
  }
}

.prioritet2030__link-more:after {
  content: '';
  display: block;
  background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/strelka_prioritet_2030-right_2x.png) no-repeat center;
  background-size: auto 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 35px;
}

@media (max-width: 767.98px) {
  .prioritet2030__link-more:after {
    width: 32px;
    height: 53px;
    background-size: auto 53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.prioritet2030__link-more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prioritet2030-top {
  position: relative;
  z-index: -1;
  height: 564px;
  background-position: bottom right;
  background-size: auto 543px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/new-design/static/assets/images/prioritet2030v2/lev_tolstoi_banner_2x.png);
  background-color: #F5F5F7;
}

@media (max-width: 767.98px) {
  .prioritet2030-top {
    background-image: none;
    height: auto;
    padding: 25px 0;
  }
}

.prioritet2030-top__text {
  color: #FFFFFF;
  max-width: 595px;
  padding: 77px 0 0 30px;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text {
    padding: 0 0 0 0;
    max-width: 100%;
  }
}

.prioritet2030-top__text-1 {
  color: #091743;
  font-size: 59px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text-1 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 0px;
  }
}

.prioritet2030-top__text-1 div {
  position: relative;
  display: inline-block;
}

.prioritet2030-top__text-1 div:after {
  content: '';
  display: block;
  background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/strelka_prioritet_2030_2x.png) no-repeat center;
  background-size: 35px auto;
  position: absolute;
  top: -17px;
  right: -32px;
  width: 35px;
  height: 20px;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text-1 div:after {
    width: 20px;
    height: 12px;
    background-size: 20px auto;
    top: -5px;
    right: -20px;
  }
}

.prioritet2030-top__text-1 span {
  color: #BA0A17;
}

.prioritet2030-top__text-2 {
  color: #091743;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: lowercase;
  padding: 0 0 60px 0;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text-2 {
    font-size: 17px;
    line-height: 39px;
    text-align: center;
    padding: 0 0 15px 0;
  }
}

.prioritet2030-top__text-3 {
  color: #091743;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text-3 {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 15px;
  }
}

.prioritet2030-top__text-4 {
  color: #091743;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__text-4 {
    font-size: 28px;
    line-height: 39px;
    text-align: center;
  }
}

.prioritet2030-top__img-mobile {
  display: none;
  height: 177px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .prioritet2030-top__img-mobile {
    display: block;
  }
}

.prioritet2030-top__img-mobile img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0.2;
}

.prioritet2030-result {
  padding: 60px 0 50px 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-result {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.prioritet2030-result__container {
  padding: 0px 0 0px 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-result__container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.prioritet2030-result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.prioritet2030-result__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin: 0 0 0 0;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.prioritet2030-result__block-1 {
  padding: 40px 30px;
  background: #F5F5F7;
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__block-1 {
    padding: 30px 15px;
    margin-bottom: 0px;
  }
}

.prioritet2030-result__block-2 {
  padding: 0px 30px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__block-2 {
    padding: 30px 15px;
    margin-bottom: 10px;
  }

  .prioritet2030-result__block-2 .prioritet2030-result__col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .prioritet2030-result__block-2 .prioritet2030-result__col:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.prioritet2030-result__block-3 {
  padding: 0px 30px;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__block-3 {
    padding: 0px 15px;
  }
}

.prioritet2030-result__title {
  color: #32383f;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__title {
    font-size: 21px;
    line-height: 33px;
  }
}

.prioritet2030-result__title.right {
  text-align: right;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__title.right {
    text-align: left;
  }
}

.prioritet2030-result__title.with-arrow {
  position: relative;
  display: inline-block;
}

.prioritet2030-result__title.with-arrow:after {
  content: '';
  display: block;
  background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/strelka_prioritet_2030_2x.png) no-repeat center;
  background-size: 35px auto;
  position: absolute;
  top: -17px;
  right: -32px;
  width: 35px;
  height: 20px;
}

.prioritet2030-result__img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.prioritet2030-result__img-1 {
  max-width: 382px !important;
  margin-top: 80px;
}

.prioritet2030-result__img-2 {
  max-width: 375px !important;
  margin-top: 80px;
  margin-left: 40px;
}

.prioritet2030-result__text {
  color: #32383f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  line-height: 27px;
}

@media (max-width: 767.98px) {
  .prioritet2030-result__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.prioritet2030-result .with-pb {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .detail__page img.prioritet2030-result__img-1 {
    max-width: 215px !important;
    margin-top: 40px !important;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .detail__page img.prioritet2030-result__img-2 {
    max-width: 215px !important;
    margin-top: 40px !important;
    margin-bottom: 60px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.prioritet2030-projects {
  padding: 0px 0 0 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-projects {
    padding: 0 15px;
  }
}

.prioritet2030-projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.prioritet2030-projects__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  margin: 0 0 0 0;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.prioritet2030-projects__item {
  background: #F5F5F7;
  padding: 10px 30px 100px 30px;
  position: relative;
  height: 100%;
  cursor: default !important;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__item {
    padding: 10px 15px 40px 15px;
  }
}

.prioritet2030-projects__img {
  height: 220px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__img {
    text-align: center;
  }
}

.prioritet2030-projects__img img {
  max-width: 100%;
  max-height: 100%;
}

.prioritet2030-projects__title {
  color: black;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
  height: calc(100% - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.prioritet2030-projects__link {
  color: #32383f !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 36px;
  text-decoration: underline;
  padding: 0 35px 0 0;
  position: absolute;
  cursor: pointer;
  bottom: 50px;
  right: 30px;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__link {
    font-size: 15px;
    line-height: 22px;
    padding: 0 50px 0 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.prioritet2030-projects__link:after {
  content: '';
  display: block;
  background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/strelka_prioritet_2030-right_2x.png) no-repeat center;
  background-size: auto 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 35px;
}

@media (max-width: 767.98px) {
  .prioritet2030-projects__link:after {
    width: 32px;
    height: 53px;
    background-size: auto 53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.prioritet2030-kafedra {
  padding: 70px 78px;
  background: #C3CAD0;
  height: 570px;
  background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/lev_tolstoi_cifrovaya_kafedra.png) no-repeat;
  background-size: auto 548px;
  background-position: bottom left;
  background-color: #C3CAD0;
  margin: 80px 0 0 0;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra {
    height: 624px;
    padding: 220px 15px 15px 15px;
    background-image: url(/local/templates/new-design/static/assets/images/prioritet2030v2/lev_tolstoi_cifrovaya_kafedra-mobile.png);
    background-position: top center;
    background-size: auto 391px;
  }
}

.prioritet2030-kafedra__content {
  max-width: 600px;
  margin: 0 0 0 auto;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__content {
    max-width: 100%;
    margin: 0;
  }
}

.prioritet2030-kafedra__text-1 {
  color: #ba0a17;
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 39px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__text-1 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
  }
}

.prioritet2030-kafedra__text-2 {
  color: #ba0a17;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 39px;
  text-transform: lowercase;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__text-2 {
    text-align: center;
    font-size: 30px;
    line-height: 39px;
    padding-bottom: 25px;
  }
}

.prioritet2030-kafedra__text-3 {
  color: #ba0a17;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 39px;
  text-transform: uppercase;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__text-3 {
    text-align: center;
    font-size: 40px;
    line-height: 39px;
    padding-bottom: 20px;
  }
}

.prioritet2030-kafedra__text-4 {
  color: #32383f;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: right;
  line-height: 37px;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__text-4 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
}

.prioritet2030-kafedra__block-2 {
  padding: 30px 78px 0 78px;
}

@media (max-width: 767.98px) {
  .prioritet2030-kafedra__block-2 {
    padding: 30px 15px 0 15px;
  }
}

.prioritet2030-politic {
  padding: 50px 0 0 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-politic {
    padding: 50px 15px 0 15px;
  }
}

.prioritet2030-politic__container {
  padding: 0 0 0px 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-politic__container {
    padding: 0;
  }
}

.prioritet2030-politic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.prioritet2030-politic__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px 30px 15px;
  margin: 0 0 0 0;
}

@media (max-width: 767.98px) {
  .prioritet2030-politic__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 0;
  }
}

.prioritet2030-politic__item {
  background: #F5F5F7;
  padding: 10px 30px 30px 30px;
  position: relative;
  height: 100%;
  display: block;
  /* cursor: pointer; */
}

@media (max-width: 767.98px) {
  .prioritet2030-politic__item {
    padding: 10px 15px 30px 15px;
  }
}

.prioritet2030-politic__img {
  height: 220px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .prioritet2030-politic__img {
    text-align: center;
  }
}

.prioritet2030-politic__img img {
  max-width: 100%;
  max-height: 100%;
}

.prioritet2030-politic__title {
  color: black;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .prioritet2030-politic__title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .ait__news-item {
    max-width: 100%;
  }
}

.ait__news.prioritet2030-gallery {
  padding-bottom: 40px;
}

.prioritet2030-gallery .slick-prev {
  bottom: 0;
  width: 186px;
  height: 23px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  right: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
}

.prioritet2030-gallery .slick-prev:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #d44822;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
}

.prioritet2030-gallery .slick-prev:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #d44822;
  border-left: 3px solid #d44822;
  display: block;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  border-radius: 2px;
}

.prioritet2030-gallery .slick-prev:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
}

@media (max-width: 575.98px) {
  .prioritet2030-gallery .slick-prev {
    width: 80px;
  }
}

.prioritet2030-gallery .slick-next {
  bottom: 0;
  width: 186px;
  height: 23px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 50px;
  right: auto;
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
}

.prioritet2030-gallery .slick-next:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #d44822;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
}

.prioritet2030-gallery .slick-next:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #d44822;
  border-right: 3px solid #d44822;
  display: block;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  border-radius: 2px;
}

.prioritet2030-gallery .slick-next:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
}

@media (max-width: 575.98px) {
  .prioritet2030-gallery .slick-next {
    width: 80px;
  }
}

.prioritet2030-gallery__next {
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 240px;
}

@media (max-width: 575.98px) {
  .prioritet2030-gallery__next {
    width: 160px;
    right: 17px;
  }
}

@media (max-width: 399.98px) {
  .prioritet2030-gallery__next {
    width: 120px;
  }
}

.prioritet2030-gallery__prev {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 240px;
}

@media (max-width: 575.98px) {
  .prioritet2030-gallery__prev {
    width: 160px;
    left: 17px;
  }
}

@media (max-width: 399.98px) {
  .prioritet2030-gallery__prev {
    width: 120px;
  }
}

.ait__news .prioritet2030-team__arrow {
  bottom: 10px !important;
}

.prioritet2030-team {
  padding: 90px 0 0 0;
}

@media (max-width: 575.98px) {
  .prioritet2030-team {
    display: none;
  }
}

.prioritet2030-team__container {
  background: #F9F9F9;
  padding: 40px 0 0px 0;
}

.prioritet2030-team__row {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prioritet2030-team__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 0 30px 0;
}

.prioritet2030-team__image {
  border-bottom: 14px solid #BA0A17;
  height: 371px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prioritet2030-team__image img {
  /*max-width: 100%;
      max-height: 100%;*/
  width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .prioritet2030-team__image img {
    width: auto;
    height: 100%;
  }
}

.prioritet2030-team__content {
  padding: 25px 0 0 0;
}

.prioritet2030-team__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #484848;
}

.prioritet2030-team__post {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #808080;
}

.prioritet2030-team__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #484848;
  padding: 0 0 15px 0;
  margin: 0;
}

.prioritet2030-team__text p:last-child {
  padding-bottom: 0;
}

.prioritet2030-team__text p b {
  font-weight: 600;
}

.prioritet2030-team__text p.ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #484848;
  padding: 0 0 10px 0;
}

.prioritet2030-team__text ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}

.prioritet2030-team__text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #484848;
  list-style: none;
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 0 5px 0;
}

.prioritet2030-team__text ul li a {
  text-decoration: underline;
}

.prioritet2030-team__text ul li:last-child {
  margin-bottom: 0;
}

.prioritet2030-team__text ul li:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #C4C4C4;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 0;
}

@media (max-width: 575.98px) {
  .detail__page .prioritet2030-team__image img {
    margin-bottom: 0 !important;
  }
}

.prioritet2030 img {
  -webkit-user-drag: none;
}

.prioritet2030-docs {
  margin-top: 50px;
}

.prioritet2030-doc {
  width: fit-content;
}

.prioritet2030-doc img {
  object-fit: cover;
  height: 34px;
  margin: unset !important;
}

.prioritet2030-doc a {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  color: #32383f !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 36px;
  text-decoration: underline;
}

.prioritet2030-projects__link:hover,
.prioritet2030-doc a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=prioritet2030v2.min.css.map */
/* End */


/* Start:/local/templates/new-design/static/assets/prioritet2030-custom.css?16694198535448*/
.prioritet2030-team__row{
	margin-bottom: 50px;
}
.prioritet2030-team__arrow {
	bottom: 15px;
}
.prioritet2030-projects__item:hover{
	cursor: pointer;
}

.prioritet2030-politic__item-inner-2{
max-width: 293px;
height: 398px;
background-color: rgba(0, 0, 0, 0.6);
display: flex;
background-size: cover;

}.prioritet2030-politic__item-inner-2:hover{
	cursor: pointer;
}
.prioritet2030-politic__item-inner-2::after{
	content: "";
	width: 100%;
height: 398px;
background-color: rgba(0, 0, 0, 0.6);
display: flex;
position: absolute;
}
.prioritet2030-politic__item-title{
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	/* or 36px */
	
	padding-left: 20px;
padding-bottom: 85px;
	color: #FFFFFF;
	z-index: 1;
	padding-top: 221px;
}
.dropdown-prioritet2030-button[aria-expanded="false"]{
	
height: 36px;
background: #1480C0;
border: 1px solid #1480C0;
display: flex;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
font-family: 'Exo 2';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
/* or 150% */
justify-content: center;
align-items: center;
color: #FFFFFF;
transition: all .5s ease;
width: 350px;
}
.dropdown-prioritet2030-button[aria-expanded="true"]{


height: 36px;




transition: all .5s ease;
width: 350px;
	position: absolute;
	right: -1px;
	bottom: 0;
	background: #FFFFFF;
border: 1px solid #1480C0;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
font-family: 'Exo 2';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
/* or 150% */

text-align: center;

color: #1480C0;
}
.dropdown-prioritet2030{
	display: flex;
	justify-content: flex-end;
}
.dropdown-prioritet2030{
	width: 363px;
background: #fff;


transition: all.5s ease;


}

.dropdown-menu-prioritet2030 a{
	font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 130%;
padding: 0;

color: #1480C0;
margin-bottom: 11px;
}
.dropdown-menu-prioritet2030{

width:348px;
}
.dropdown-menu-prioritet2030-list{

padding: 34px 24px;}
.dropdown-menu-prioritet2030 a:last-child{
	margin-bottom: 39px;
}
.dropdown-menu-prioritet2030 a:hover{background:#fff;}
.dropdown-menu-title{
	margin-bottom: 30px;
	
font-family: 'Exo 2';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 130%;
/* or 31px */


color: #484848;
}

.ait__news .prioritet2030-team__arrow {
	display: none;
}
@media (max-width:576px) {
.dropdown-prioritet2030-button{
display:none;
}
	.ait__news-item{
		margin: 0;
		
	}
	.prioritet2030-politic__block{
		margin: 0 -15px;
      overflow: hidden;
      padding: 0 0 0 15px;
      padding-bottom: 50px;
		position: relative;

	}
	.prioritet2030-team__row{
		margin-bottom: 120px;
	}
	.dropdown-prioritet2030-button{
		display: none;
	}
	.prioritet2030-team__arrow, .prioritet2030-gallery__prev, .prioritet2030-gallery__next{
		display: none !important;
	}
	.ait__news .prioritet2030-team__arrow {
		display: block !important;
		bottom: -30px;
  }
	.prioritet2030-politic__item-inner-2 {
		height: 398px;
	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 100%;
  }
  .prioritet2030-politic__slider .slick-list.draggable{
	overflow: visible !important;
	width: 85%;
  }
  .prioritet2030-team__row  .slick-list.draggable{
	overflow: visible !important;
	width: 85%;
  }

	.prioritet2030-politic__container{
		background: none;
	}
	.prioritet2030-team {
		display: block;
  }
  prioritet2030-docs {
	display: block;
}
.prioritet2030-team__image{
	width: 75vw;
}
.prioritet2030-docs {
	display: block;
}
.ait__news{
	display: block !important;
}
.prioritet2030-politic__block {
	padding-bottom: 0;
	margin-bottom: 0;
}
}
.dropdown-menu.collapsing {
	display: block;
 }
 
 @media (max-width: 767.98px) {
 .dropdown-prioritet2030 {
display:none;
}
.dropdown-prioritet2030-button{
display:none;
}
	.dropdown-menu {
	  padding: 0;
	  margin-top: 0!important;
	  border: 0!important;
	}
	.dropdown-menu:before {
	  content: "";
	  display: block;
	  padding-top: .5rem;
	}
	.dropdown-menu:after {
	  content: "";
	  display: block;
	  padding-bottom: .5rem;
	}
 
	.dropdown>div {
	  position: absolute;
	  clip: rect(0.5rem, 9999px, 9999px, -9999px);
	}
	.dropdown-menu {
	  height: auto!important;
	  transition: transform .35s ease!important;
	}
	.dropdown-menu.collapse, .dropdown-menu.sliding {
	  transform: translate(0, -100%);
	}
	.dropdown-menu.collapse:not(.show) {
	  display: block;
	}
	.dropdown-menu.collapse.show {
	  transform: translate(0, 0);
	}
 }
.btn.btn-secondary.dropdown-prioritet2030-button {
  position: fixed;
  bottom: 0;
right:0;
}
html{
  scroll-behavior: smooth;

}
@media (max-width:576px) {.ait__news-more{display:none;}
.dropdown-prioritet2030-button{
display:none !important;
}}
.prioritet2030-projects__item-image{
display: flex;
justify-content: center;
align-items: flex-end;
}.prioritet2030-projects__item-image button{

width: 189px;
height: 36px;


background: #1480C0;

font-family: 'Exo 2';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
/* or 150% */

text-align: center;

color: #FFFFFF;

display: flex;
justify-content: center;
align-items: center;}
/* End */


/* Start:/local/templates/new-design/static/assets/prioritet2030v2_projects.css?171241811911673*/
.breadcrumb {
    display: flex !important;
}

.prioritet2030 {
    margin-top: 0;
    margin-bottom: 40px;
}

.prioritet2030-detail_top {
    display: flex;
    flex-flow: column;
    gap: 30px;
    margin-top: 20px;
}

.prioritet2030-detail-left_col {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: 405px;
}

.prioritet2030-detail-right_col {
    display: flex;
    flex-flow: column;
    gap: 30px;
    justify-content: space-between;
    width: 833px;
}

.prioritet2030-detail-item {
    display: flex;
    flex-flow: column;
    gap: 25px;
    width: 100%;
    background-color: #F5F5F7;
    color: #32383F;
    /* padding: 31px 26px 40px 66px; */
    padding: 31px 26px 40px 59px;
}

.prioritet2030-detail-left_col .prioritet2030-detail-item {}

.prioritet2030-detail-right_col .prioritet2030-detail-item {
    display: flex;
    gap: 27px;
    padding-right: 60px;
}

.prioritet2030-detail-right_col__block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.prioritet2030-detail-item_content {
    display: flex;
    flex-flow: row;
    gap: 30px;
}

.prioritet2030-detail-item_col {
    display: flex;
    flex-flow: column;
    gap: 25px;
}

.prioritet2030-detail-item_title {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
}

.red {
    color: #BA0A17;
}

.prioritet2030-detail-item_text_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27px;
    max-width: 337px;
    position: relative;
}

.prioritet2030-detail-item_text {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
    max-width: 337px;
}

.prioritet2030-detail-item_text .digit {
    font-size: 24px;
    font-weight: 600;
}

.prioritet2030-detail_row {
    display: flex;
    gap: 30px
}

.max-height {
    height: 100%
}



/* 11 */
.detail__page .prioritet2030 h2 {
    line-height: 69px;
    margin-bottom: 18px;
}

/* 11 */
.prioritet2030-detail-graphs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 53px;
    column-gap: 30px;
    margin-bottom: 95px;
    margin-top: 30px;
    padding-top: 30px;
    background-color: #f9f9f9;
}

.prioritet2030-detail-graphs-item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 371px;
    height: 356px;
    gap: 10px;
}

.prioritet2030-detail-graphs-item_img {
    width: 305px;
    margin-left: 34px;
}


.prioritet2030-detail-graphs-item .prioritet2030-detail-item_text_title {
    margin-left: 34px;
}

.prioritet2030-detail-item_title:before,
.prioritet2030-detail-graphs-item .prioritet2030-detail-item_text_title:before {
    content: '';
    display: block;
    background: url(/local/templates/new-design/static/assets/images/prioritet2030v2/strelka_prioritet_2030-right_2x.png) no-repeat center;
    background-size: auto 35px;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 20px;
    height: 35px;
}

.prioritet2030-detail-infr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
    padding-top: 10px;
}

.prioritet2030-detail-infr-item {
    display: flex;
    flex-flow: column;
    gap: 29px;
    width: 405px;
}



.prioritet2030-detail-infr-item :last-child .prioritet2030-detail-item_text {
    width: 217px;
}

.prioritet2030-detail-infr-item_row:nth-child(1) {
    height: 115px;
}

.prioritet2030-detail-infr-item_row:nth-child(3) {
    height: 147px;
}

.prioritet2030-detail-infr-item_row {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.prioritet2030-detail-infr__block {
    width: 405px;
}



.prioritet2030-detail-item_text-main {
    position: relative;
}

.red-dot:before {
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    background-color: #BA0A17;
    border-radius: 30px;
    position: absolute;
    top: 12px;
    left: -15px;
}

.red-big_dot:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    background-color: #BA0A17;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: -15px;
}

.prioritet2030-detail-item_text_title.red-big_dot {
    margin-left: 17px;
}

.prioritet2030-detail-item_text li {
    position: relative;
    list-style-type: none;
    /* margin-left: 17px; */
}

.prioritet2030-detail-item_text-main.red-dot {
    position: relative;
    margin-left: 17px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.prioritet2030-detail-indi {
    display: flex;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.prioritet2030-detail-indi-left_col_content {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.prioritet2030-detail-indi-right_col {
    display: flex;
    flex-flow: column
}

.prioritet2030-detail-indi_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: -60px;
    font-size: 22px;
    font-weight: 600;
}

.prioritet2030-team__container {
    margin-bottom: 30px;
    background-color: unset;
}

.big_digit {
    color: #BA0A17;
    font-size: 200px;
}

.prioritet2030-kafedra__block-2 {
    margin-bottom: 55px;
}

.prioritet2030-team__image {
    border-color: #BA0A17;
    height: unset;
    justify-content: flex-start;
}

.prioritet2030-team__image img {
    width: 65%;
}


.detail__page h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.detail__page h2::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 294px;
    height: 5px;
    background: #1480C0;
    border-radius: 100px;
    position: absolute;
    bottom: 13px;
    left: 0;
    padding: 0;

}

.prioritet2030-detail-title {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
}


.prioritet2030-detail-partners_item img {
    margin: 0 auto;
    object-fit: contain;
}


.prioritet2030-detail-partners_item {
    height: 130px;
    display: flex !important;
    padding: 0 10px;
}

.prioritet2030-detail-partners_wrap {
    padding: 0 65px;
}

.prioritet2030-detail-part {
    position: relative;
}

.prioritet2030-detail-partners_arrow img {
    position: absolute;
    width: 30px;
    top: 45px;
    cursor: pointer;
}

.prioritet2030-detail-partners_prev img {
    left: 0;
}

.prioritet2030-detail-partners_next img {
    right: 0;

}



.prioritet2030-detail-top_title {
    margin-bottom: 30px;
    width: 916px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.prioritet2030-detail-indi-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.prioritet2030-detail-geo {
    display: flex;
    margin-bottom: 60px;
    margin-top: 35px;
}

.prioritet2030-detail-calend {
    display: flex;
    margin-bottom: 60px;
    margin-top: 35px;
}


.prioritet2030-detail-table {
    margin-top: 30px;
    margin-bottom: 60px;
}

.main-table {
    display: block;
}

.mobile-table {
    display: none;
    padding: 0 20px;
}

.prioritet2030-detail-table td,
.prioritet2030-detail-table th {
    border: none !important;
}

.prioritet2030-detail-table th {

    background-color: #32383F !important;
}

.prioritet2030-detail-table th:first-child,
.prioritet2030-detail-table td:first-child {
    padding-left: 30px !important;
}

.prioritet2030-detail-table th:last-child,
.prioritet2030-detail-table td:last-child {
    padding-right: 30px !important;
}

.prioritet2030-detail-table .mobile-table th:first-child,
.prioritet2030-detail-table .mobile-table td:first-child {
    padding-left: 20px !important;
}

.prioritet2030-detail-table .mobile-table th:last-child,
.prioritet2030-detail-table .mobile-table td:last-child {
    padding-right: 20px !important;
}

.table-cell {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    height: 30px;
}

.table-head_cell {
    font-size: 14px;
    color: #ffffff;
    height: 28px;
}

.mobile-table .table-head_cell {
    justify-content: flex-start;
}

.table-name_cell {
    font-size: 14px;
    justify-content: flex-start;
    margin-right: 125px;

}

@media (max-width: 575.98px) {
    .detail__page img {
        margin-bottom: 0 !important
    }

    .prioritet2030-team__image img {
        margin: 0 !important
    }

    .detail__page .prioritet2030 h2::after {
        bottom: 1px;
    }

    .prioritet2030-detail-top_title {
        padding: 0 20px;
        width: 100% !important;
        font-size: 20px;
    }

    .prioritet2030-detail-infr {
        gap: 20px;
    }

    .prioritet2030-detail_row,
    .prioritet2030-detail-item_content,
    .prioritet2030-detail-indi-left_col_content,
    .prioritet2030-detail-indi,
    .prioritet2030-detail-infr {
        flex-flow: column;
    }

    .prioritet2030-detail-graphs-item,
    .prioritet2030-detail-indi_item,
    .prioritet2030-detail-geo,
    .prioritet2030-detail-calend {
        width: 100%;
        align-items: center;
        padding: 0 20px;
    }

    .prioritet2030-detail-graphs-item_img {
        margin-left: 0;
    }

    .prioritet2030-detail-left_col,
    .prioritet2030-detail-right_col,
    .prioritet2030-detail-indi-left_col_content,
    .prioritet2030-detail-infr__block {
        width: 100%;
    }

    .prioritet2030-detail-graphs {
        gap: 34px;
        margin-top: unset;
    }

    .infr-img:nth-child(1) {
        content: url("/local/templates/new-design/static/assets/images/prioritet2030v2/infr-2022m.png");
    }

    .infr-img:nth-child(2) {
        content: url("/local/templates/new-design/static/assets/images/prioritet2030v2/infr-2023m.png");
    }

    .infr-img:nth-child(3) {
        content: url("/local/templates/new-design/static/assets/images/prioritet2030v2/infr-2024m.png");
    }

    .detail__page h2 {
        font-size: 24px;
        line-height: 36px !important;
        padding-bottom: 10px;
        margin-bottom: 30px;
        margin: 0 20px;
    }

    .prioritet2030-detail-title,
    .prioritet2030-detail-indi-title {
        padding: 0 20px;
        width: 100% !important;
    }

    .prioritet2030-detail-partners_wrap {
        padding: 0 50px;
    }

    .prioritet2030-detail-partners_arrow img {
        width: 20px;
        top: 20px;
    }

    .prioritet2030-detail-partners_item img {
        height: 65px;
    }

    .prioritet2030-detail-partners_prev img {
        left: 25px;
    }

    .prioritet2030-detail-partners_next img {
        right: 25px;
    }

    .prioritet2030-detail-indi {
        flex-flow: column-reverse !important;
    }

    .main-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .prioritet2030-detail-calend img {
        content: url("/local/templates/new-design/static/assets/images/prioritet2030v2/lang_calend_m.png");
    }
}
/* End */
/* /local/templates/new-design/styles.css?17380581651099 */
/* /local/templates/new-design/static/assets/prioritet2030v2.min.css?174720628826502 */
/* /local/templates/new-design/static/assets/prioritet2030-custom.css?16694198535448 */
/* /local/templates/new-design/static/assets/prioritet2030v2_projects.css?171241811911673 */
