.no-touchevents .datepicker-alt .datepicker-input {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0;
  border: 0;
  margin: 0 0 -5px;
}

.base-block {
  display: grid;
  grid-template-columns: 783px 245px;
  grid-gap: 15px;
  max-width: 1028px;
}

@media screen and (max-width: 1200px) {
  .base-block {
    display: block;
  }
}

.side__depict img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mySideIcons img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: 90%;
}

.myBigIcons img {
  max-width: 70%;
  height: auto;
}

.side.is_stuck {
  left: 100% !important;
}

.lang>a:hover,
.lang.choice-opened>a {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
}

.lang__list a:hover,
.lang__list a.current {
  color: #006ab8;
}

.share-link__list a:hover {
  color: #006ab8;
}

/*Хлебные крошки*/

.breadcrumb-nav .holder-box ol.breadcrumb {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
}

.breadcrumb-nav .holder-box ol.breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: " \25BA ";
  font-weight: 600;
  color: #ff9a09;
}

.breadcrumb-nav .holder-box ol.breadcrumb a {
  text-decoration: none;
  color: #006ab8;
}

.breadcrumbs {
  position: relative;
  font-size: 1.4rem;
  line-height: 21px;
  color: #262626;
  margin-bottom: 3rem;
  cursor: default;
  z-index: 35;
}

.breadcrumbs::after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 1919px) {
  .breadcrumbs {
    margin-bottom: 0.5rem;
  }
}

.breadcrumbs__list::after {
  content: '';
  display: table;
  clear: both;
}

.breadcrumbs__item {
  float: left;
  position: relative;
  margin: 0 10px 1rem 0;
  padding: 0;
}

@media (max-width: 1919px) {
  .breadcrumbs__item {
    margin-bottom: 0.5rem;
  }
}

.breadcrumbs__item:first-child {
  margin-left: 0;
}

.breadcrumbs__item>span {
  display: inline-block;
  vertical-align: top;
  color: #006ab8;
  max-width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 639px) {
  .breadcrumbs__item>span {
    max-width: 240px;
  }
}

.breadcrumbs__item>a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 18px 0 0;
  color: #006ab8;
  text-decoration: none;
  min-width: 0;
  cursor: pointer;
  -webkit-transition-property: max-width, opacity, visibility, border-color;
  transition-property: max-width, opacity, visibility, border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.breadcrumbs__item>a>span {
  display: block;
  position: relative;
  max-width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  z-index: 5;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media (max-width: 639px) {
  .breadcrumbs__item>a>span {
    max-width: 240px;
  }
}

.breadcrumbs__item>a:hover>span {
  border-bottom-color: #99c3e3;
}

.breadcrumbs__item>a>i {
  position: absolute;
  right: 0;
  top: 7px;
  width: 7px;
  height: 8px;
  pointer-events: none;
}

.breadcrumbs__item>a>i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 4px 0 4px 7px;
  margin-top: -4px;
  border-left-color: #ec3c01;
}

.breadcrumbs__item>i {
  display: none;
}


/*Главный слайдер*/

.news-grid__slider .news-grid__img img {
  object-fit: cover;
}

/*Блок Министра*/

.block-cover {
  text-align: center;
  font-family: 'Roboto Slab';
}



.minicstrImg-cover img {
  width: 245px;
  height: 290px;
  object-fit: cover;
}

.ministr-title {
  padding: 16px 14px;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
}

/*НАЦИОНАЛЬНАЯ ПЛАТФОРМА*/

.national-platform {
  font-family: 'Roboto Slab';
  display: block;
  font-weight: 500;
  background: #2a6ec729;
  border: 3px solid #2A6FC7;
  padding: 10px 14px;
  text-align: center;
  margin-bottom: 30px;
  color: #003785;
  text-decoration: none;
}

.national-platform img {
  width: 70px;
  margin-bottom: 10px;
}

.national-platform p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
}

/*Второй блок с карточками новостей и колонкой*/

.secondary-block {
  display: grid;
  grid-template-columns: 783px 245px;
  grid-gap: 15px;
  max-width: 1028px;
}

@media screen and (max-width: 1200px) {
  .secondary-block {
    display: block;
  }
}

.news-previews__img img {
  object-fit: cover;
}

.news-previews__inner:hover .news-previews__text {
  color: #ff9a09;
}

.news-previews__inner:hover .news-previews__img .line {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

a.feedback-link,
a.vacancy-link {
  padding: 34px 20px;
  background: #006ab8;
  display: block;
  border-radius: 4px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}

a.feedback-link p,
a.vacancy-link p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}

a.feedback-link p::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/icons/chat.svg) no-repeat;
  margin-right: 16px;
}

a.feedback-link p::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -28px;
  width: 25px;
  height: 25px;
  background: url(../img/icons/arrow-right.svg) no-repeat;
  margin-right: 16px;
}

@media screen and (max-width: 1200px) {
  a.vacancy-link {
    margin-bottom: 50px;
  }
}

a.vacancy-link p::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../img/icons/briefcase.svg) no-repeat;
  margin-right: 16px;
}

a.vacancy-link p::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -28px;
  width: 25px;
  height: 25px;
  background: url(../img/icons/arrow-right.svg) no-repeat;
  margin-right: 16px;
}

/*Ссылки приложений*/

section.app-links {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  section.app-links {
    margin-bottom: 50px;
  }
}

.app-links-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.app-links-wrap a>img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .app-links-wrap {
    justify-content: center;
  }

  .app-links-wrap a:first-child {
    margin-right: 10px;
  }
}

/*ПРОГНОЗ ПОГОДЫ*/

/*ПРОГНОЗ ПОГОДЫ*/

@media screen and (max-width: 768px) {
  .weather-cards-cover {
    display: block;
  }
}

.weather-card.bishkek {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bishkek.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
}


@media screen and (max-width: 768px) {
  .weather-card.bishkek {
    margin-right: auto;
  }
}

.weather-card.osh {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/osh.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
}

.weather-card {
  padding: 15px;
  color: #fff;
  position: relative;
  height: auto;
  margin-bottom: 20px;
}

img.weather-icon {
  position: absolute;
  width: 80px;
  top: 70px;
  right: 15px;
}

p.city {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

p.desc {
  text-transform: capitalize;
  margin-bottom: 4px;
}

p.temp {
  font-size: 38px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 5px;
}

.details {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.details .col {
  text-align-last: left;
}

.details .col div p {
  margin: 0;
}

.humid-icon,
.wind-icon {
  width: 25px;
  margin-right: 10px;
}

.detail-item p {
  font-size: 12px;
}

/*Третий блок */

/*Актуальные события*/
/* .event-card {
  padding: 10px;
  position: relative;
  display: block;
  height: 315px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  overflow: hidden;
} */
.event-card,
.tourist-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event-card::after,
.tourist-card::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #006ab8;
  opacity: 0.65;
  transition: .5s;
}

.tourist-card:hover::after,
.event-card:hover::after {
  background-color: #ff9a09;
  opacity: 0.65;
}

.tourist-card:hover a {
  text-decoration: underline;
}

/* @media (max-width: 1919px) {
  .event-card {
    min-height: 260px;
    height: auto;
  }
} */
.event-card img,
.tourist-card img {
  width: 100%;
  height: 315px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.event-card a:hover {
  text-decoration: underline;
}

.event-card a {
  text-align: center;
  padding: 20px;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 25%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 920px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  height: max-content;
}

.tourist-card a {
  text-align: center;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  text-decoration: none;
  font-family: 'Roboto Slab', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 1119px) {
  .tourist-card a {
    font-size: 18px;
    padding: 8px 16px;
    border: 1px solid #fff;
  }
}

/*Последние документы*/

.last-docs {
  padding: 26px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.files__inner:hover {
  box-shadow: inset 0 0 0 2px #2b5797;
}

/*Вакансии*/
.vacancy-block {
  margin-bottom: 30px;
}

.vacancy-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: normal;
  float: left;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.vacancy-item__inner {
  display: block;
  position: relative;
  text-decoration: none;
  color: #262626;
  background: #fff;
  box-shadow: inset 0 -3px 0 #ff9a09;

  overflow: hidden;
  padding-left: 180px;
  cursor: pointer;
}

@media (max-width: 639px) {
  .vacancy-item__inner {
    padding-left: 120px;
  }
}

@media (max-width: 479px) {
  .vacancy-item__inner {
    padding-left: 90px;
  }
}

.vacancy-item__inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 180px;
  width: 180px;
  background: url(../img/no-img.jpg) no-repeat center;
  background-size: auto;
  background-size: cover;
}

@media (max-width: 639px) {
  .vacancy-item__inner:before {
    height: 120px;
    width: 120px;
  }
}

@media (max-width: 479px) {
  .vacancy-item__inner:before {
    height: 90px;
    width: 90px;
  }
}


.vacancy-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  z-index: 4;
  overflow: hidden;
  min-height: 50px;
}

@media (max-width: 639px) {
  .vacancy-item__img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 479px) {
  .vacancy-item__img {
    width: 90px;
    height: 90px;
  }
}

.vacancy-item__content::before {
  content: none;
}

.vacancy-item__content>* {
  z-index: 2;
  position: relative;
}

.vacancy-item__content {
  height: 180px;
  position: relative;
  overflow: hidden;
  padding: 17px 20px 48px;
}

.vacancy-item__content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ff9a09;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, -webkit-transform;
  transition-property: transform, color, fill;
  transition-property: transform, color, fill, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.vacancy-item__content:hover:before {
  transform: translate(0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.vacancy-item__text {
  overflow: hidden;
  height: 8rem;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .vacancy-item__text {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 639px) {
  .vacancy-item__text {
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: normal;
  }
}

.vacancy-item__meta {
  position: absolute;
  bottom: 17px;
  width: calc(100% - 40px);
  font-size: 1.2rem;
  line-height: 1.4;
  color: #999;
  -webkit-transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, -webkit-transform;
  transition-property: transform, color, fill;
  transition-property: transform, color, fill, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.vacancy-item__inner:hover .vacancy-item__meta {
  color: #262626;
}

@media (max-width: 639px) {
  .vacancy-item__meta {
    top: 5px;
  }
}


/*ССЫЛКИ НА ГОС САЙТЫ*/
section.links-block {
  padding: 26px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.links-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media screen and (max-width: 1200px) {
  .links-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .links-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .links-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .links-wrap {
    grid-template-columns: 1fr;
  }
}

.link-card {
  display: block;
  width: 220px;
  min-height: 190px;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 20px 22px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #3B4256;
  margin: auto;
  transition: .5s;
}

.link-card:hover {
  color: #ff9a09;
}

img.link-img {
  height: 40px;
  margin: auto auto 10px auto;
  display: block;
}

p.link-title {
  margin-bottom: 20px;
}

p.link-title,
p.link-subtitle {
  font-weight: 600;
}

p.link-subtitle {
  margin-bottom: 0;
  position: absolute;
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}


/*Footer*/

.contact-box,
.links-box,
.social-box {
  color: #fff;
}

p.tel {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.links-box a {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  text-decoration: none;
}

.links-box a:hover {
  text-decoration: underline;
  color: #ff9a09;
  transition: .5s;
}

.social-box a.inner-link {
  color: #ff9a09;
  font-weight: 600;
}

.social-box a.inner-link:hover {
  text-decoration: underline;
}

.social-box .social-links {
  display: block !important;
}

/*Структура*/

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 25px;
}

@media screen and (max-width: 1200px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.staff-card {
  margin: 0 auto;
  text-align: center;
}

.staff-img-cover {
  width: 309px;
  height: 400px;
  object-fit: cover;
  margin: auto;
}

.staff-img-cover img {
  width: 309px;
  height: 400px;
  object-fit: cover;
}

.staff-info {
  margin-top: 20px;
}

a.staff-name {
  font-size: 20px;
  font-family: "Roboto Slab";
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
}

a.staff-name:hover {
  color: #276cc3;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  a.staff-name {
    font-size: 18px;
  }
}

.table-cover {
  overflow-x: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}


.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}


@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.navigation {
  margin-top: 40px !important;
}

.navigation a {
  color: #006ab8;
  padding: 12px 26px;
  border: 1px solid #006ab8;
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

.navigation span {
  color: #006ab8;
  padding: 12px 26px;
  border: 1px solid #006ab8;
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

.navigation a:hover {
  color: #ffffff;
  background-color: #006ab8;
}

/*РЕАЛИЗУЕМЫ ПРОЕКТЫ*/

table.projects-table {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dde1e6;
}

table.projects-table th,
table.projects-table td {
  text-align: center;
  border: 1px solid #dde1e6;
}

table.projects-table tr,
table.projects-table td,
table.projects-table th {
  padding: 15px 20px;
}

table.projects-table tr:nth-child(even) {
  background-color: #e7edff !important;
}

table.projects-table a {
  color: #194f9e;
}

table.projects-table a:hover {
  text-decoration: underline;
}

/*НОВОСТИ*/

.newsCard-wrap,
.content-card {
  margin: 10px auto;
  padding: 0 12px;
}

.newsCard-img-wrap,
.contentCard-img-wrap {
  overflow: hidden;
}

.contentCard-img-wrap {
  min-height: 200px;
}

.newsCard-img-wrap a,
.contentCard-img-wrap a {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.newsCard-img-wrap img,
.contentCard-img-wrap img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.newsCard-data,
.contentCard-data {
  display: flex;
  margin-top: 8px;
}

.newsCard-data p:first-child,
.contentCard-data p:first-child {
  margin-right: 15px;
}

.newsCard-data p {
  margin-bottom: 5px;
}

.newsCard__title,
.contentCard__title {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.newsCard__title:hover .contentCard__title:hover {
  text-decoration: underline;
  cursor: pointer;
}





.slider-nav .slick-slide {
  margin: 0 5px;
}

.slider-nav {
  width: 95%;
  margin: 0 auto;
}

.slider-nav .slick-list {
  overflow: hidden;
}

.slider-for .slick-prev {
  left: 0;
}

.slider-for .slick-next {
  right: 0;
}

.slider-for img {
  width: 100%;
  height: 35vw;
  object-fit: contain;
}


.slider-nav .slick-slide {
  cursor: pointer;
  opacity: .5;
}

.slider-nav .slick-center {
  opacity: 1;
}

.slider-nav img {
  height: 150px;
  object-fit: cover;
}

@media (max-width:500px) {
  .slick-slider.slider-nav {
    display: none;
  }
}

.sub-nav__list {
  padding-left: 0;
}

.download-items {}

.download-btn {
  width: 405px;
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(to right, #006ab8 0%, #00487c 100%);
  padding: 15px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.download-btn:hover {
  color: #FFF;
  text-decoration: underline;
}


.newsCard-img-wrap.gallery img {
  object-fit: contain;
  height: 250px;
}