@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap");

.banner_cnt_new img {
  width: 100%;
  height: auto;
}

.catalog {
  padding-top: 25px !important;
}
.catalog .text-right {
  position: absolute;
  right: 35px;
  top: 25px;
}
.catalog .text-right a.btn_deepblue,
.catalog .text-right a.btn_deepblue:focus {
  padding: 0 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  background: #052D4A;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  min-width: auto;
  text-align: center;
  text-transform: none;
  border: none;
  margin-bottom: 0px;
}
.catalog .tab_cnt .custom_select .cs_options_list {
  height: 50px;
}
.catalog .tab_cnt .custom_select .cs_options_list.active_el {
  height: auto;
}
.catalog .tab_cnt .custom_select {
  margin-bottom: 15px;
}
.catalog .tab_cnt .cs_option {
  margin-bottom: 10px;
  margin-right: 10px;
}
.catalog .tab_cnt a {
  display: block;
  outline: 0;
  background: #F9FDFF !important;
  border: 0.5px solid #959595;
  box-sizing: border-box;
  height: 50px;
  padding: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14.4009px;
  line-height: 50px;
  /* or 14px */
  text-align: center;
  color: #000000;
  margin: 0 !important;
}
.catalog .catalog_cards {
  padding-top: 120px;
  position: relative;
}
.catalog .catalog_cards .search_cnt {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
}
.catalog .catalog_cards .search_cnt span {
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #052D4A;
  display: block;
  margin-bottom: 5px;
}
.catalog .catalog_cards .search_cnt input.search_input {
  width: 100% !important;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 0 !important;
  padding-left: 10px !important;
  padding-right: 80px !important;
  background: #FFFFFF;
  border: 0.496512px solid #000000 !important;
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  letter-spacing: normal !important;
}
.catalog .catalog_cards .search_cnt input.search_input::placeholder {
  color: #000;
  letter-spacing: normal !important;
  font-weight: 400;
  font-size: 16px;
  font-family: "Nunito", sans-serif !important;
}
.catalog .catalog_cards .search_cnt .footer__wrapsearch button {
  content: "";
  position: absolute;
  right: 15px;
  top: 20%;
  width: 30px;
  height: 30px;
  background: url(../images/cat/lupa.png) no-repeat center;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
}
.catalog .catalog_uslugi {
  width: 100%;
}
.catalog .catalog_uslugi .card {
  flex-basis: 100%;
  background: transparent;
  border: 0 solid #000 !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px !important;
  padding: 30px !important;
  position: relative;
  display: flex;
}
.catalog .catalog_uslugi .card:hover {
  border: 0 solid #000 !important;
}
.catalog .catalog_uslugi .card_promo {
  display: none !important;
}
.catalog .catalog_uslugi .card_title {
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  color: #000000;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 75px;
  margin-top: 0 !important;
  height: auto !important;
}
.catalog .catalog_uslugi .card_inf {
  position: absolute;
  left: 50%;
  top: 35px;
  width: 200px;
  padding-left: 20px;
  background: url(../images/cat/calend.png) 0% 0% no-repeat;
  background-size: 15px;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 97% */
  color: #444444;
  margin-top: 0;
}
.catalog .catalog_uslugi .card_price {
  position: absolute;
  left: calc(50% + 225px);
  top: 35px;
  padding-left: 20px;
  background: url(../images/cat/price.png) 0% 3px no-repeat;
  background-size: 15px;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.catalog .catalog_uslugi .card_price span {
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #444444;
}
.catalog .catalog_uslugi .card_price_cnt a {
  height: 48px;
  line-height: 48px;
  background: #052D4A;
  padding: 0 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* identical to box height, or 21px */
  color: #FFFFFF;
  display: block;
  position: absolute;
  left: calc(50% + 400px);
  top: 40px;
}
.catalog .catalog_uslugi .card_tabs {
  position: absolute;
  left: 10px;
  bottom: 30px;
}
.catalog .catalog_uslugi .card_tabs a {
  padding: 0 !important;
  margin-left: 20px;
  background: transparent;
  border: 0px solid rgba(170, 170, 170, 0.5);
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #26A0C7;
  display: inline-block;
  padding-left: 20px !important;
  background: url(../images/cat/ok.png) 0% 20% no-repeat;
  background-size: 15px;
}
.catalog .filter {
  padding: 0 !important;
  background: transparent !important;
}
.catalog .search_cnt span,
.catalog .sort span,
.catalog .filter_cnt span {
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: lowercase;
  color: #052D4A;
  margin-bottom: 10px;
}
.catalog .search_cnt span:first-letter,
.catalog .sort span:first-letter,
.catalog .filter_cnt span:first-letter {
  text-transform: uppercase;
}
.catalog .filter_cnt .desk_title {
  display: none !important;
}
.catalog .cs_current_option {
  border: 1px solid #4F4B4B;
  box-sizing: border-box;
  width: 100%;
  color: #052D4A;
  font-size: 16px !important;
  position: relative;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Nunito", sans-serif !important;
  letter-spacing: normal !important;
}
.catalog .catalog_filter {
  font-family: "Nunito", sans-serif !important;
}
.catalog form .EVENT_TIME,
.catalog form .UF_PROMO_FIELD {
  display: flex;
  flex-wrap: wrap;
}
.catalog form .EVENT_TIME .checkbox_item,
.catalog form .UF_PROMO_FIELD .checkbox_item {
  width: 50%;
}
.catalog .apply_filter input {
  border: 1px solid #155087;
}

.event__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  /* identical to box height, or 47px */
  color: #052D4A;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .event__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1600px) {
  .catalog .catalog_uslugi .card_price_cnt a {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
  }
}
.pgn-container .pgn {
  margin-top: 35px !important;
}
.pgn-container .pgn li {
  width: 58px !important;
  height: 58px !important;
  background: #fff !important;
  border: 0.2px solid #052D4A !important;
  border-right: 0 solid #000 !important;
  text-align: center;
}
.pgn-container .pgn li a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 21.8091px;
  line-height: 58px;
  color: #052D4A;
}
.pgn-container .pgn li:last-child {
  border-right: 1px solid #000 !important;
}
.pgn-container .pgn li.active_el {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 21.8091px;
  line-height: 58px;
  background: #152E4A !important;
}
.pgn-container .pgn li.active_el span {
  color: #fff;
}

.tab_cnt .sort {
  display: none;
}

@media screen and (max-width: 1024px) {
  .catalog .catalog_cards {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .catalog .catalog_cards .catalog_filter {
    margin-right: 0px;
    max-width: 100%;
    width: 100% !important;
  }
  .catalog .catalog_cards .search_cnt {
    position: static;
  }
  .catalog .catalog_cards .search_cnt input.search_input {
    height: 45px;
    line-height: 45px;
  }
  .catalog .catalog_cards .search_cnt .footer__wrapsearch button {
    top: 12px;
    width: 20px;
    height: 20px;
  }
  .catalog .catalog_cards .search_cnt span,
  .catalog .catalog_cards .sort span {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #052D4A;
  }
  .catalog .text-right {
    right: 15px;
  }
  .event__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 738px) {
  .catalog .text-right {
    display: none;
  }
  .catalog .filter_cnt span {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .catalog .catalog_uslugi .card_price_cnt a {
    display: none;
  }
  .catalog .catalog_uslugi .card_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 130px;
  }
  .catalog .catalog_uslugi .card_tabs {
    bottom: 124px;
    width: 90%;
    left: 30px !important;
  }
  .catalog .catalog_uslugi .card_tabs a {
    width: 50% !important;
    margin-left: 0 !important;
  }
  .catalog .catalog_uslugi .card_inf {
    left: 30px;
    top: auto;
    bottom: 35px;
  }
  .catalog .catalog_uslugi .card_price {
    position: absolute;
    left: 30px;
    top: auto;
    bottom: 35px;
  }
  .tab_cnt .sort {
//    display: block;
  }
  .tab_cnt .custom_select {
    margin-bottom: 0;
  }
}
.COST_MIN {
  margin-bottom: 35px;
}

.filter.js_filter_container {
  padding: 0 !important;
  width: 100% !important;
  border: 0 solid #4F4B4B !important;
}
.filter.js_filter_container .cs_show,
.filter.js_filter_container .cs_hide {
  color: #fff !important;
  display: block;
  padding-right: 0;
  background: #052D4A !important;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 40px;
  border: 0.496512px solid #4F4B4B !important;
}
.filter.js_filter_container .cs_hide {
  background: #052D4A !important;
}
.filter.js_filter_container img {
  width: 25px;
  height: auto;
}

.apply_filter input {
  font-size: 12px !important;
  min-width: 130px !important;
}

.reset_filter input {
  font-size: 12px !important;
  min-width: 130px !important;
}

@media screen and (max-width: 1720px) {
  .catalog .catalog_uslugi .card_price_cnt a {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .catalog .catalog_uslugi .card_price_cnt a {
    position: absolute;
    left: 30px;
    top: auto;
    bottom: -10px;
  }
  .catalog .catalog_uslugi .card_tabs a {
    font-size: 12px !important;
  }
}
@media (max-width: 738px) {
  .catalog .catalog_uslugi .card_tabs {
    bottom: 118px;
    position: static !important;
    margin-bottom: 110px !important;
  }
  .catalog .catalog_uslugi .card_title {
    margin-bottom: 10px !important;
  }
  .catalog .catalog_uslugi .card {
    flex-wrap: wrap;
  }
  .catalog .catalog_uslugi .card_tabs a {
    white-space: nowrap;
    margin-bottom: 5px;
  }
}
@media (min-width: 738px) and (max-width: 1500px) {
  .card_tabs {
    width: 45%;
  }
}
.filter.js_filter_container.open .filter_buttons,
.filter_buttons {
  justify-content: flex-start !important;
}

.reset_filter {
  margin-right: 30px !important;
}

.catalog_filter {
  width: 650px !important;
}

.catalog_cards .bx-filter-block {
  display: none;
}
.catalog_cards .bx-filter-block.INDUSTRY-main,
.catalog_cards .bx-filter-block.FORM_EDUCATION-main,
.catalog_cards .bx-filter-block.UF_PROMO_FIELD-main {
  display: block !important;
}
.catalog_cards .bx-filter-parameters-box-hint {
  cursor: pointer;
  background: url(../images/cat/arr_bot_bold.png) no-repeat 100% 50%;
  background-size: 20px;
}
.catalog_cards .bx-filter-parameters-box-hint.INDUSTRY-hint,
.catalog_cards .bx-filter-parameters-box-hint.FORM_EDUCATION-hint {
  background: transparent;
}
.catalog_cards .act .bx-filter-block,
.catalog_cards .act.sort .custom_select {
  display: block;
}
.catalog_cards .act.sort span,
.catalog_cards .act .bx-filter-parameters-box-hint {
  cursor: pointer;
  background: url(../images/cat/arr_bot_bold1.png) no-repeat 100% 50%;
  background-size: 20px;
}

.pgn a {
  height: 56px !important;
}

.catalog_uslugi .card:hover {
  transform: scale(1.03);
  transition: 0.5s;
}

.butt-plan {
  padding: 0 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  background: #052D4A;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 55px;
  height: 55px;
  min-width: auto;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: unset;
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  font-family: "Nunito", sans-serif !important;
  white-space: nowrap;
}
.news-detail-sidebar .butt-plan {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .butt-plan {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .butt-plan {
    display: none;
  }
  .news-detail-sidebar .butt-plan {
    display: inline-block;
  }
}
.search > div {
  float: left;
  width: calc(100% - 310px);
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .search > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.news-detail-layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .news-detail-layout {
    display: block;
  }
}
.news-detail-layout__main {
  flex: 1 0 0;
}
.news-detail-layout__sidebar {
  flex: 0 0 auto;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .news-detail-layout__sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .news-detail-layout__sidebar {
    display: none;
  }
}

.related-events .related-event {
  margin-bottom: 20px;
}
.related-events--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .related-events--horizontal {
    display: block;
  }
}
.related-events--horizontal .related-event {
  flex: 0 1 30%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .related-events--horizontal .related-event {
    margin-bottom: 20px;
  }
}

.related-event {
  position: relative;
}
.related-event__dates {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.related-event__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.related-event__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .related-event__image img {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .related-event__image img {
    height: 150px;
  }
}
.related-event__title {
  padding: 10px 0 0 0;
}
.related-event__title a {
  text-decoration: underline;
}
.related-event:hover a {
  text-decoration: none;
}

.read-more-news {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .read-more-news {
    display: block;
  }
}
.read-more-news .card {
  flex: 0 1 22%;
}
@media screen and (max-width: 1000px) {
  .read-more-news .card {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 640px) {
  .read-more-news .card {
    margin-bottom: 20px;
  }
}
.read-more-news .card .card-image {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .read-more-news .card .card-image {
    max-height: 120px;
  }
}

.event-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.event-image__image {
  position: relative;
  z-index: 1;
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}
.event-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .event-image__overlay .btn_other_event {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */

/*для картинок в новостях*/
.img-desktop {
  display: none;      /* десктоп-картинку скрываем */
  max-width: 100%;
  height: auto;
}

.img-mobile {
  display: block;     /* мобильная картинка показывается */
  max-width: 100%;
  height: auto;
}

/* Для десктопов (можно выбрать свой порог, например 992px или 1200px) */
.event-image {
    display: none; /* десктопная версия скрыта */
}

.event-image_two {
    display: block; /* мобильная версия видна */
}

/* На всякий случай нормализуем картинки */
.event-image__image,
.event-image__image_two {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Десктопная версия: от 1024px и выше (можете изменить порог) */
@media (min-width: 1024px) {
    .event-image {
        display: block;  /* показываем десктопную картинку */
    }

    .event-image_two {
        display: none;   /* скрываем мобильную картинку */
    }
}