

/* Start:/local/templates/.default/components/bitrix/news/projects-gallery/style.css?174419052410540*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
  --font-family-montserrat: 'montserrat', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-family-montserrat-alternates: 'Montserrat-alternates', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --main-color-blue: #007DC2;
  --color-black: #2D2D2D;

  --font-family-manrope: "Manrope", "Ubuntu", "Arial", sans-serif;
  --contest-color-black: #42525A;
  --contest-color-blue: #007DC2;
  --contest-color-gray: #798B96;
  --contest-color-gray-light: #ABB5C7;
  --contest-color-button-gray-light: #526B78;
  --contest-color-gray-light-background: #F2F5FA;
  --contest-color-gray-light-form: #D9DDE5;
}

@font-face {
  font-family: 'Montserrat-alternates';
  src:
          local('Montserrat-alternates'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.eot') format('eot'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.otf') format('otf'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.svg') format('svg'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.ttf') format('ttf'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.woff') format('woff'),
          url('/local/lib/fonts/montserrat_alternates/montserrat-alternates-regular.woff2') format('woff2');

  font-weight: 400;
  font-style: normal;
}

.container .alternates, .container .alternates * {
  font-family: var(--font-family-manrope);
}

/*скрыл титульник и крошки*/
body .top-block-wrapper {
  display: none;
}

.bottom-links-block {
  display: none;
}

.middle>.container {
  overflow-x: hidden;
}

.head-block.top.with-tabs .item-link:not(:hover) {
  background: #fafafa;
  background: var(--light_bg_black);
}

.select_head_wrap .menu_item_selected {
  position: relative;
  padding: 15px 55px 15px 25px;
  margin: 0 0 -1px;
  cursor: pointer;
  color: #333;
  color: var(--white_text_black);
}

.select_head_wrap .menu_item_selected .svg.svg-inline-down {
  right: 15px;
  position: absolute;
  top: 50%;
}

.contest--wrapper .projects__wrapper .contest-projects .bottom_nav.animate-load-state.has-nav {
  display: inline-block !important;
  width: 100%;
}

@media (max-width: 767px) {
  .select_head_wrap {
    margin-bottom: 32px;
  }

  .select_head_wrap .head-block.top {
    margin-bottom: 0;
  }

  .select_head_wrap .head-block.top .item-link {
    display: block;
    float: none;
  }

  .select_head_wrap .menu_item_selected.opened .svg.svg-inline-down {
    transform: rotate(180deg);
  }

  .select_head_wrap .menu_item_selected + .head-block {
    display: none;
  }

  .select_head_wrap .head-block.top .item-link {
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top .item-link:last-child {
    border-bottom: none;
  }

  .select_head_wrap .head-block.top:not(.with-tabs) .item-link {
    border-right: none;
  }

  .select_head_wrap .head-block .item-link .title span,
  .select_head_wrap .head-block.top .item-link .title .btn-inline {
    padding: 15px 55px 15px 25px;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    border-radius: 0;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link:last-child,
  .select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover {
    border-bottom: none;
  }

  .select_head_wrap .head-block.top.with-tabs {
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top.with-tabs .item-link:hover {
    box-shadow: none;
    transform: none;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link.active:hover {
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: -1px;
    top: 0;
    bottom: 0;
    right: auto;
    height: auto;
    width: 2px;
  }

  .select_head_wrap {
    position: relative;
  }

  .select_head_wrap .head-block.top {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 110;
    max-height: 220px;
    overflow: hidden;
    background-color: #fff;
    background: var(--card_bg_black);
  }
}
/*-----------------------------------------------------------------*/



/*projects*/
/* projects */
.contest-projects {
  margin-top: 38px;
}

.projects__title .section__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  color: var(--contest-color-black);
}

.projects__title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.projects__title.projects__title-breadcrumb {
  margin-bottom: 24px;
}

.project__breadcrumb {
  margin-top: 0;
  margin-bottom: 40px;
}

.projects__title h3 {
  margin-bottom: 0;
}

.projects__title .projects__link-all a {
  color: var(--color-black);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.projects__menu {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.projects__menu {
  pointer-events: auto;
}

.projects__menu .item-link:nth-child(3), .projects__menu .filter-panel__sort.pull-left .dropdown-select {
  /*pointer-events: none; !*отключил переключение фильтра*!*/
}

.projects__menu .filter-panel__sort.pull-left .dropdown-select {
  pointer-events: none; /*отключил переключение фильтра*/
}

.projects__menu .head-block.top {
  margin: 0 0 0 0;
  border: none;
}

.projects__menu .head-block.top:not(.with-tabs) .item-link {
  border: none;
}

.projects__menu .head-block .item-link .title span, .projects__menu .head-block.top .item-link .title .btn-inline {
  position: relative;
  display: block;
  padding: 16px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #ECECEC;
  background: #FAFAFA;
  margin-right: 0;
  color: rgba(116, 109, 102, 0.50);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-family-manrope);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}

.projects__menu .head-block .item-link .title span, .projects__menu .head-block.top .item-link .title .btn-inline:hover {
  color: rgb(0, 125, 194);
}

.head-block .item-link {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 12px;
}

.projects__menu .head-block .item-link:last-child {
  margin-right: 0;
}

.projects__menu .dropdown-select .dropdown-select__title {
  padding: 16px;
  line-height: 18px;
  font-size: 16px;
  text-transform: none;
}

.projects__menu .head-block.top .item-link.active .title  .btn-inline {
  border-radius: 3px;
  border: 1px solid var(--main-color-blue);
  background: var(--main-color-blue);
  color: #FFFFFF;
}

/* modal contest info*/
#wrap_ajax_contest_info * {
  text-align: center;
}
#wrap_ajax_contest_info .modal-contest__info-text {
  margin-bottom: 0;
}

.modal-contest__info-title {
  color: var(--main-color-blue);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
  margin-bottom: 0;
}

.modal-contest__info-text {
  color: var(--color-black);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
/* /modal contest info*/

/* 1628 (1280-930) */
@media (max-width: 1628px) {
  .project__winner.project__item img.project__item-img {
    max-height: 721px;
    height: 100%;
  }
  .project__author {
    flex-direction: column;
    height: 90px;
  }

}

@media (max-width: 1280px) {

  .projects__wrapper {
    margin-bottom: 120px;
  }

  .contest-projects {
    margin-top: 18px;
  }

  .project__breadcrumb {
    margin-bottom: 20px;
  }

  .projects__title.projects__title-breadcrumb {
    margin-bottom: 18px;
  }

  .projects__title {
    margin-bottom: 20px;
  }

  .project__author {
    margin-top: 16px;
  }

  .projects__title .section__title {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
  }

  .project__winner.project__item {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }

  .project__item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .project__winner.project__item .project__item-img {
    height: 400px;
  }

  .project__item .project__item-img {
    height: 247px;
  }

  .project__winner.project__item img.project__item-img {
    max-height: 400px;
    height: 100%;
  }

  .project__winner .project__author {
    height: auto;
    flex-direction: row;
  }

  .project__winner .project__author-name {
    height: auto;
  }
}

/* 991 (991 - 768) */
@media (max-width: 991px) {

  .projects__menu {
    margin-bottom: 28px;
  }

  .project__list {
    margin-right: 0;
  }

  .project__item, .project__winner.project__item  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .project__winner.project__item img.project__item-img {
    max-height: 500px;
  }

  .project__item .project__item-img, .project__item.project__winner .project__item-img {
    max-height: 500px;
    height: 100%;
  }

  .project__author {
    flex-direction: row;
    height: auto;
  }

  .project__author-name {
    height: auto;
  }
}

/* 767 (767 - 576) */
@media (max-width: 767px) {

  .project__breadcrumb {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .projects__title.projects__title-breadcrumb {
    margin-bottom: 16px;
  }

  .projects__title .section__title {
    font-size: 22px;
  }

}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/project-gallery-author/style.css?174616707033123*/
.item-views.news2:not(.with-border) {
  padding-bottom: 25px;
}
.item-views.news2.with-border {
  padding-bottom: 28px;
}
.item-views.news2 .row .item-wrapper {
  padding-bottom: 32px;
}

.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2:not(.with-border) {
  padding-bottom: 35px;
}
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2.with-border {
  padding-bottom: 38px;
}

.item-views.news2.half-block .item-wrapper .item:not(.bordered) .image {
  margin: 0;
}
.item-views.news2 .item-wrapper .item:not(.bordered) .image {
  margin: 0px 0px 13px;
}
.item-views.news2.md .item-wrapper .item .period-block {
  margin: 0px 0px 7px;
}
.item-views.news2 .item-wrapper .item .period-block .date {
  display: block;
}
.item-views.news2 .item-wrapper .item .period-block .date:first-letter {
  text-transform: capitalize;
}
.item-views.news2.md .item-wrapper .item .title {
  margin-bottom: 2px;
}

.item-views.news2 .item-wrapper .item.bordered .inner-text {
  padding: 20px 24px 19px;
}
.item-views.news2 .item-wrapper .item .period-block {
  margin-bottom: 8px;
}

.content_news2 .with-text-block-wrapper .svg-inline-subscribe svg {
  width: 16px;
}
body .content_news2 .with-text-block-wrapper .list {
  padding-top: 0px;
}
.item-views.news2 .item-wrapper .item.no-img .period-block {
  margin-bottom: 12px;
}

.item-views.news2 .item-wrapper .item .preview-text {
  margin: 7px 0px 0px;
}

.item-views.news2.with-border .bottom_nav .ajax_load_btn {
  margin-bottom: 22px;
}

.item-views.news2 .rounded3 .image {
  border-radius: 3px 3px 0px 0px;
}

.item-views.news2 .item-wrapper .item.bordered .inner-text.with-section {
  padding-top: 23px;
}
.item-views.news2 .item-wrapper .item .inner-text.with-date.with-section {
  padding-bottom: 53px;
}
.item-views.news2 .item-wrapper .item .inner-text.with-section .section {
  margin: 0px 0px 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-views.news2 .item-wrapper:not(.line_img) .item .inner-text.with-section .period-block {
  position: absolute;
  bottom: 13px;
}

.item-views.news2 .item-wrapper .item.with-fon {
  background-size: cover;
}

.item-views.news2 .s_5 .item-wrapper .item.bordered .inner-text {
  padding-top: 23px;
  padding-right: 24px;
  padding-left: 24px;
}
.item-views.news2 .s_5 .item-wrapper .item.bordered .inner-text.with-date.with-section {
  padding-bottom: 49px;
}
.item-views.news2 .s_5 .item-wrapper .item.bordered .inner-text .section {
  margin-bottom: 6px;
}
.item-views.news2 .s_5 .item-wrapper .item.bordered .inner-text .period-block {
  bottom: 10px;
}

.item-views.news2 .item-wrapper.merged .item .inner-text .period-block {
  bottom: 14px;
}

.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text:not(.with-fon) {
  left: 0;
  padding: 0px 25px 0px;
  right: 0;
}
.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text:not(.with-fon) * {
  color: #fff;
  position: relative;
  z-index: 12;
}
.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text .title {
  max-height: 100px;
  overflow: hidden;
}
.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text .period-block {
  opacity: 0.7;
  margin-bottom: 9px;
}
.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text:not(.with-fon) .period-block {
  margin-bottom: 0;
}

.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon {
  right: 0;
  z-index: 12;
}

.item-views.news2.half-block .item-wrapper.fon_text_fon .item {
  min-height: 436px;
}
.item-views.news2.half-block .item-wrapper.fon_text_fon .item .inner-text {
  position: absolute;
  bottom: 10px;
  padding-bottom: 50px;
}
.item-views.news2.half-block .item-wrapper.fon_text_fon .item .period-block {
  margin: 0px;
  bottom: 17px;
}
.item-views.news2.half-block .item-wrapper.fon_text_fon .item .section {
  opacity: 0.7;
}
.item-views.news2.half-block .item-wrapper.line_img .half-wrapper {
  height: 100%;
  max-height: 436px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.item-views.news2.half-block .item-wrapper.line_img .half-wrapper .item {
  padding-bottom: 0px;
}
.item-views.news2.half-block .item-wrapper.line_img .half-wrapper .item:first-child {
  padding-top: 0px;
}
.item-views.news2.half-block .item-wrapper {
  padding-bottom: 0px;
  margin-bottom: 32px;
}

.item-views.news2 .item-wrapper.line_img .item {
  height: auto;
  min-height: auto;
  padding: 0px 10px 32px 0px;
}
.item-views.news2 .item-wrapper.line_img .item:last-of-type {
  padding-bottom: 0px;
}
.item-views.news2 .item-wrapper.line_img .item div.image span {
  width: 184px;
  height: 124px;
}
.item-views.news2 .item-wrapper.line_img .item .inner-text.with-date.with-section {
  padding-bottom: 0px;
}
.item-views.news2 .item-wrapper.line_img .item .inner-text .section,
.item-views.news2 .item-wrapper.line_img .item .inner-text .period-block {
  display: inline-block;
  vertical-align: top;
}
.item-views.news2 .item-wrapper.line_img .item .inner-text .section {
  padding: 0px 10px 0px 0px;
}
.item-views.news2 .item-wrapper.line_img .item .image.pull-left + .inner-text {
  padding-left: 209px;
}
.item-views.news2 .item-wrapper.line_img .item .image.pull-right + .inner-text {
  padding-right: 209px;
}

.front_news2 .with-text-block-wrapper .block-links {
  margin: 0px -3px;
}
.front_news2 .with-text-block-wrapper .block-links > span {
  padding: 0 3px;
}

.item-views.news2 .item-wrapper.fon_text_fon .inner-text.with-fon {
  overflow: hidden;
}
.item-views.news2 .item.with-fon.with-title-fon:hover .inner-text-wr.bordered {
  border: 1px solid transparent;
}

.item-views.news2 .item-wrapper .item .inner-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9334em;
}

.item-views.news2
.item-wrapper.fon_text_fon:not(.line_img)
.item
.inner-text.with-section:not(.with-fon)
.period-block {
  position: absolute;
  bottom: 0;
}
.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-section.with-date:not(.with-fon) {
  padding-bottom: 40px;
}

.item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-section:not(.with-fon) .section {
  opacity: 0.7;
}

.item-views.news2 .item-wrapper .item.bordered.box-shadow .image {
  margin: -1px -1px 0;
}
.item-views.news2 .item-wrapper .item.with-fon .inner-text .inner-block-text {
  height: 100%;
  min-height: 100%;
  position: static;
}

@media (min-width: 1200px) {
  .item-views.news2 .item-wrapper.fon_text_fon .item.with-title-fon.big-block .inner-text.with-fon .inner-text-wr {
    min-height: 250px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .item-views.news2 .item-wrapper.fon_text_fon .item.with-title-fon.big-block .inner-text.with-fon .inner-text-wr {
    min-height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .item-views.news2.small-bg-plate .items.s_3 .item-wrapper.col-md-4 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text:not(.with-fon) {
    position: absolute;
    bottom: 20px;
  }

  .item-views.news2.md .item-wrapper .item .image span {
    height: 161px;
  }
  .item-views.news2.md .item-wrapper.fon_text_fon .item .inner-text:not(.with-fon) {
    padding-top: 184px;
  }
  .item-views.news2.md .item-wrapper.fon_text_fon .item .inner-text .period-block {
    margin-bottom: 1px;
  }

  .with-text-block-wrapper .item-views.news2.md .item-wrapper .item .image span {
    height: 150px;
  }
  .item-views.news2.lg .item-wrapper .item .image span {
    height: 208px;
  }

  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon {
    padding: 208px 0px 0px;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon .inner-text-wr {
    padding: 20px 25px 20px;
    background: #fff;
    background: var(--card_bg_black);
    height: 100%;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon.with-section .inner-text-wr {
    padding: 25px 25px 70px;
  }

  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon .period-block {
    opacity: 1;
  }
  body .item-views.news2 .item-wrapper .item.long.bordered .inner-text.with-date.with-section {
    padding-bottom: 58px;
  }

  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon {
    position: relative;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-left: 16px;
  }

  .item-views.news2 .item-wrapper.fon_text_fon .item.with-fon.tall-block:not(.with-title-fon) {
    padding-top: 140%;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item.with-fon:not(.with-title-fon) {
    padding-top: 66%;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item.with-fon.short-big-block:not(.with-title-fon) {
    padding-top: 50%;
  }
}
@media (max-width: 991px) {
  .item-views.news2 .item-wrapper .item .image span {
    height: auto;
    padding-top: 66%;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text {
    position: absolute;
    bottom: 20px;
  }

  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon {
    bottom: 10px;
    left: 0px;
    padding: 0px 32px 50px;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon .inner-text-wr {
    border: none;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item .inner-text.with-fon * {
    color: #fff;
  }

  body .item-views.news2.half-block .item-wrapper.line_img .item .image span {
    width: 150px;
    height: 100px;
  }
  .item-views.news2.half-block .item-wrapper.line_img .image.pull-left + .inner-text {
    padding-left: 174px;
  }
  .item-views.news2.half-block .item-wrapper.line_img .image.pull-right + .inner-text {
    padding-right: 174px;
  }

  .item-views.news2 .with-fon.with-title-fon:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 11;
  }
  .item-views.news2 .with-fon.with-title-fon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .item-views.news2 .item-wrapper .item.with-fon.with-title-fon {
    padding-top: 80%;
  }
  .item-views.news2 .item-wrapper.fon_text_fon .item.with-fon:not(.with-title-fon) {
    padding-top: 80%;
  }
}

@media (max-width: 767px) {
  /* body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2.with-border{padding-bottom: 8px;} */
}

@media (min-width: 601px) {
  .item-views.news2 .item-wrapper .item.no-img .inner-text {
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.news2.with-border {
    padding-bottom: 8px;
  }
  .item-views.news2.half-block .item-wrapper.line_img .half-wrapper {
    flex-direction: row;
    gap: 16px;
  }
  /*new mobile*/
  .item-views.news2 .swipeignore.mobile-overflow .item .image span {
    padding-top: 67%;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper {
    padding-bottom: 18px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item .inner-text.with-section .section {
    margin-bottom: 7px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item .inner-text .title {
    line-height: 21px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item .inner-text .period-block {
    font-size: 12px;
    bottom: 6px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item .inner-text.with-section {
    padding-top: 17px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item .inner-text.with-date.with-section {
    padding-bottom: 41px;
  }
  #main .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item.with-fon .inner-text {
    height: 100%;
    bottom: auto;
    top: 0px;
    padding: 71% 0px 0px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item.with-fon .inner-text .inner-text-wr {
    height: 100%;
    min-height: 100%;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item.with-fon .inner-text .inner-block-text {
    padding: 17px 25px 0px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .item-wrapper .item.with-fon .inner-text.with-section .period-block {
    bottom: 15px;
    margin-bottom: 0px;
  }

  .item-views.news2 .compact .item-wrapper .item {
    border: none;
    background: none;
  }
  .item-views.news2 .compact .item-wrapper .item.with-fon {
    background: none !important;
    padding: 0px;
    min-height: auto;
  }
  .item-views.news2 .compact .item-wrapper .item.with-fon:before,
  .item-views.news2 .compact .item-wrapper .item.with-fon:after {
    display: none !important;
  }
  .item-views.news2 .compact .item-wrapper .item.with-fon .inner-text * {
    color: #333;
    color: var(--white_text_black);

  }
  .item-views.news2 .compact .item-wrapper .item.with-fon .inner-text .muted {
    color: #999;
  }
  #main .item-views.news2 .compact .item-wrapper {
    padding-bottom: 19px;
    margin: 0px;
  }
  #main .item-views.news2 .compact .item-wrapper .full_bg_link {
    display: none;
  }
  #main .item-views.news2 .compact .item-wrapper .item.with-fon .compact-img,
  #main .item-views.news2 .compact .item-wrapper .item .image {
    display: block !important;
    width: 100px;
    height: 67px;
    visibility: visible !important;
    background-size: cover;
    background-position: center;
    float: left;
    border-radius: 3px;
    margin-bottom: 0px;
  }
  #main .item-views.news2 .compact .item-wrapper .item .inner-text {
    padding: 0px 0px 0px 117px;
    position: relative;
    margin: 0px 0px 0px;
    top: -2px;
    overflow: visible;
  }
  #main .item-views.news2 .compact .item-wrapper .item .inner-text.with-section .section {
    margin-bottom: 6px;
    display: block;
  }
  #main .item-views.news2 .compact .item-wrapper .item .inner-text.with-section.with-date {
    padding-bottom: 28px;
  }
  #main .item-views.news2 .compact .item-wrapper .item .inner-text .title a {
    display: block;
    line-height: 21px;
  }
  #main .item-views.news2 .compact .item-wrapper .item:not(.with-fon) .inner-text .period-block {
    bottom: -5px;
  }
  #main .item-views.news2 .compact .item-wrapper .item.with-fon .inner-text .inner-text-wr .period-block {
    bottom: -3px;
  }
  .item-views.news2.compact .bottom_nav .ajax_load_btn {
    margin-bottom: 40px;
  }
  #main .half-block.item-views.news2 .compact .item-wrapper .item .inner-text.with-section.with-date {
    padding-bottom: 22px;
  }
  .half-block.item-views.news2 .compact .item-wrapper .item .inner-text.with-section.with-date .period-block {
    position: absolute;
    left: 117px;
    font-size: 12px;
  }
  body .item-views.news2.half-block .compact .item-wrapper.line_img .item .image span {
    width: auto;
    height: auto;
  }
  body .item-views.news2.half-block .compact .item-wrapper.line_img .item {
    padding-bottom: 23px;
  }
  body .item-views.news2.half-block .compact .item-wrapper.line_img .item:last-of-type {
    padding-bottom: 0px;
  }
  #main .item-views.news2.half-block .swipeignore.mobile-overflow .line_img {
    width: 100%;
    max-width: none;
    white-space: nowrap;
  }
  #main .item-views.news2.half-block .swipeignore.mobile-overflow .line_img .half-wrapper {
    overflow: visible !important;
  }
  #main .item-views.news2.half-block .swipeignore.mobile-overflow .line_img .half-wrapper .mCustomScrollBox {
    overflow: visible;
  }
  #main .item-views.news2.half-block .swipeignore.mobile-overflow .line_img .half-wrapper .mCSB_container {
    overflow: visible;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
  #main .item-views.news2.half-block .swipeignore.mobile-overflow .line_img .half-wrapper .item,
  body .item-views.news2.half-block .swipeignore.mobile-overflow .line_img .item {
    width: 277px;
    padding-right: 0px;
    flex-shrink: 0;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper.fon_text_fon .item {
    min-height: 313px;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper {
    margin-bottom: 18px;
    padding-bottom: 0px;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper .half-wrapper .item .image {
    float: none !important;
    width: 100%;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper .half-wrapper .item .image span {
    width: 100%;
    height: 100%;
    padding-top: 67%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper .half-wrapper .item .inner-text {
    padding: 17px 20px 38px;
    border: 1px solid #ececec;
    border-top-width: 0px;
    border-radius: 0px 0px 3px 3px;
    white-space: normal;
    flex-grow: 1;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper .half-wrapper .item .inner-text .section {
    display: block;
  }
  .item-views.news2.half-block
  .swipeignore.mobile-overflow
  .item-wrapper
  .half-wrapper
  .item
  .inner-text
  .period-block {
    position: absolute;
  }
  .item-views.news2.half-block .swipeignore.mobile-overflow .item-wrapper .half-wrapper .bottom_nav.mobile_slider {
    height: auto;
    margin-bottom: 0px;
  }
  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2 {
    padding-bottom: 0px;
  }
  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2.normal:not(.with-border) {
    padding-bottom: 19px;
  }
  #main .wrapper1 .wrapper_inner.front .drag-block.container .content_news2 .item-views.news2.normal.with-border {
    padding-bottom: 27px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .bottom_nav.mobile_slider {
    margin-bottom: 18px;
  }
  .item-views.news2 .swipeignore.mobile-overflow .bottom_nav.mobile_slider .ajax_load_btn {
    margin: 0px;
  }

  .item-views.news2.compact .compact:not(.has-bottom-nav) {
    padding-bottom: 16px;
  }
  .item-views.news2.compact .compact .inner-text.with-date:not(.with-section) .period-block {
    margin-top: -5px;
  }

  .bottom_nav_wrapper.hidden-slider-nav {
    display: none;
  }
  /**/
}

@media (max-width: 600px) and (min-width: 401px) {
  .item-views.news2 .item-wrapper .item.with-fon {
    padding-top: 80%;
  }
}

@media (max-width: 400px) {
  body .top_block span.subscribe {
    font-size: 0px;
    text-align: right;
    display: none;
  }
  .item-views.news2 .item-wrapper .item.with-fon {
    padding-top: 130%;
  }

  .item-views.news2.half-block .item-wrapper.line_img .half-wrapper {
    max-height: none;
  }
  .item-views.news2.half-block .item-wrapper.line_img .image {
  }
  body .item-views.news2.half-block .item-wrapper.line_img .item .image + .inner-text {
    padding: 20px 0px 0px 0px;
  }
  body .item-views.news2.half-block .item-wrapper.line_img .item .image span {
    width: auto;
    height: auto;
    padding-top: 100%;
  }
  .item-views.news2 .item-wrapper.line_img .item {
    padding-right: 0px;
  }
}
/*-----------------------------------------------------------------*/

/*projects*/
.contest-projects * {
  font-family: var(--font-family-manrope) !important;
}

.wrapper_inner:not(.front) .content_wrapper_block.project-gallery-author .only-on-front {
  padding: 0 0 70px 0;
}

.content_wrapper_block.project-gallery-author {
  margin: 0 -50%;
  padding: 0 50%;
  background-color: var(--contest-color-gray-light-background);
}

.content_wrapper_block.project-gallery-author>.maxwidth-theme {
  padding: 20px 30px;
  background-color: var(--contest-color-gray-light-background);
}

.project__list-wrapper {
  padding: 20px 0 0 0;
  margin: 0;
}

.project__list-wrapper.row {
  margin-right: 0;
  margin-left: 0;
}

.project__list {
  align-items: stretch;
  justify-items: center;
  display: flex;
  margin-bottom: 0;
  margin-right: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.project__list-toggle-wrap {
  padding: 40px 0 20px 0;
}

.project__list-toggle-button {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 12px 20px;
  border-radius: 60px;
  background-color: #fff;
  cursor: pointer;
  color: var(--contest-color-button-gray-light);
}

.project__list-toggle-button:last-child {
  margin-right: 0;
}

.project__list-toggle-button.active {
  background-color: var(--contest-color-gray-light-form);
  color: var(--contest-color-black);
}

.project__item {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  float: left;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: hidden;
}

.project__item-link {
  width: 100%;
  display: block;
}

.project__item .project__item-img {
  height: auto;
  width: calc(33.33% - 14px);
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  display: inline-block;
  float: right;
  position: relative;
  overflow: hidden;
  padding-top: 19.75%;
}

.project__item .project__item-img .like {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  cursor: pointer;
  line-height: 1;
}

.project__item .project__item-img img {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.project__winner.project__item .project__item-img {
  width: 100%;
  height: 100%;
  max-height: calc(100% - 68px);
}

.project__winner.project__item img.project__item-img {
  max-height: 690px;
  height: 690px;
}

.project__item-wrapeper {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  justify-content: end;
  align-items: end;
  overflow: hidden;
}

.project__item-list {
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 790px;
  max-width: 100%;
  max-height: 156px;
}

.project__item-list>a {
  margin-left: 20px;
}

.project__item-list>a:first-child {
  margin-left: 0;
}

.project__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 12px;
  /*height: 58px;*/
}

.project__item__number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 68px;
  height: 68px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #333;
  font-size: 24px;
  font-weight: 800;
  line-height: 68px;
  text-align: center;
}

.project__prize {
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 20px;
  right: 20px;
}

.project__author {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  height: auto;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.project__author-wrapepr {
  max-width: 580px;
  width: 68%;
  margin-right: 20px;
}

.project__author-photo {
  width: 112px;
  height: 112px;
  border-radius: 50px;
  margin-right: 22px;
  flex: 0 0 auto;
}

.project__author-photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background-color: var(--contest-color-gray-light-background);
  font-size: 10px;
  line-height: 1;
  display: block;
}

.project__author-likes {
  color: var(--main-color-blue);
}

.project__author-name {
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project__author-name__fio {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: var(--contest-color-black);
}

.project__author-name__prof {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--contest-color-gray-light);
  margin-bottom: 12px;
}

.project__author-name__phone, .project__author-name__phone a {
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  color: var(--contest-color-button-gray-light);
}

.project__author-name__link, .project__author-name__link a {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  color: var(--contest-color-button-gray-light);
}

.project__author-tooltip {
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--contest-color-gray);
}

.project__author-tooltip.js-show-all-text {
  cursor: pointer;
}

.project__author-tooltip.js-show-all-text>i {
  color: var(--contest-color-blue);
  font-weight: 800;
}

.project__author-tooltip .js-show-all-text:hover {
  color: #ccc;
}

.project__author-link-projects {
  margin-top: 30px;
}

.project__author-link-projects.show_desctop {
  display: block;
}
.project__author-link-projects.show_middle {
  display: none;
}

.project__author-link-projects a {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--contest-color-blue);
}

.project__item-count {
  margin-bottom: 30px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 30px;
}

.project__item-count .item-count__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--contest-color-gray-light);
}

.project__item-count .item-count__text .item-count__count {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--contest-color-button-gray-light);
  margin-left: 8px;
}

.projects__wrapper {
  margin-bottom: 180px;
}

.prize__item-status {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 16px;
  margin-bottom: 8px;
  display: inline-block;
  border-radius: 3px;
  color: #007DC2;
  background-color: #ffffff;
  text-transform: uppercase;
}

.prize__win {
  color: #FFFFFF;
  background-color: #B8860B;
}

.prize__second {
  color: #FFFFFF;
  background-color: #C5C9C7;
}

.prize__third {
  color: #FFFFFF;
  background-color: #CD7F32;
}

.prize__final {
  color: #007DC2;
  background-color: #FFFFFF;
}

.prize__student-amur {
  color: #FFFFFF;
  background-color: #007562;
}

.prize__student-yufu {
  color: #FFFFFF;
  background-color: #4E3DD1;
}

.project__vote-button {
  width: 100%;
}

/* модальное окно голосования */
#wrap_ajax_contest_info .form_footer__bottom {
  justify-content: center;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
}


/* пагинация */
.project-gallery-author .bottom_nav.animate-load-state.has-nav .ajax_load_btn {
  margin-bottom: 30px;
  border: 1px solid #007DC2;
  border-radius: 50px;
  background: var(--contest-color-gray-light-background);
}

.project-gallery-author .more_text_ajax:not(.btn).font_upper_md {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #007DC2;
  text-transform: none;
  padding: 12px 0;
}

.project-gallery-author .bottom_nav.animate-load-state.has-nav .ajax_load_btn.colored_theme_hover_bg:hover {
  background: #007dc2;
}

.project-gallery-author span.more_text_ajax.font_upper_md:after {
  content: '';
  width: 7px;
  height: 4px;
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 6px;
  background-color: unset;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiIGZpbGw9Im5vbmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMEg3TDMuNSA0TDAgMFoiIGZpbGw9IiMwMDdEQzIiLz4KPC9zdmc+);
}

.project-gallery-author .bottom_nav.animate-load-state.has-nav .ajax_load_btn.colored_theme_hover_bg:hover span.more_text_ajax.font_upper_md:after  {
  background: #007dc2;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiIGZpbGw9Im5vbmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMEg3TDMuNSA0TDAgMFoiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+);
}


/* 1628 (1280-930) */
@media (max-width: 1628px) {
  .project__winner.project__item img.project__item-img {
    max-height: 721px;
    height: 100%;
  }
}

@media (max-width: 1280px) {

  .content_wrapper_block.project-gallery-author {
    margin: 0 -30px;
    padding: 0 30px;
  }

  .projects__wrapper {
    margin-bottom: 120px;
  }

  .project__list {
    margin-bottom: 0;
  }

  .project__list-toggle-wrap {
    padding: 30px 0 20px 0;
  }

  .wrapper_inner:not(.front) .content_wrapper_block.project-gallery-author .only-on-front {
    padding: 0 0 40px 0;
  }

  .projects__title {
    margin-bottom: 20px;
  }

  .project__item {
    margin-bottom: 20px;
    padding: 20px 30px;
    flex-direction: column;
  }

  .project__author-wrapepr {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .project__item-wrapeper {
    align-items: start;
    margin-top: 28px;
    min-height: auto;
  }

  .project__author-tooltip {
    margin-top: 20px;
  }

  .project__item-list {
    justify-content: start;
  }

  .project__item-list>a {
    margin-left: 16px;
  }

  .project__author-name {
    height: auto;
  }

  .project__author-name__fio {
    font-size: 18px;
  }

  .project__author-name__prof {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .project__item-count {
    right: 30px;
    top: 20px;
  }

  .project__item .project__item-img {
    padding-top: 0;
    width: 145px;
    height: 90px;
  }

  .project__name {
    margin-top: 14px;
  }

  .project__author-photo {
    width: 98px;
    height: 98px;
    margin-right: 12px;
  }

  .project__author-name__phone, .project__author-name__phone a {
    font-size: 14px;
  }

  .project__author-name__link, .project__author-name__link a {
    font-size: 14px;
  }

  .project__author-link-projects.show_desctop {
    display: none;
  }
  .project__author-link-projects.show_middle {
    display: block;
  }
}

/* 991 (991 - 768) */
@media (max-width: 991px) {

  .projects__menu {
    margin-bottom: 28px;
  }

  .project__item {
    padding: 20px 30px;
  }

  .project__name {
    margin-top: 12px;
    font-size: 14px;
  }

  .project__author-name__fio {
    font-size: 15px;
  }

  .project__author-name__prof {
    font-size: 12px;
  }
}

/* 767 (767 - 576) */
@media (max-width: 767px) {

  .content_wrapper_block.project-gallery-author {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .contest-projects {
    margin-top: 8px;
  }

  .project__list-toggle-wrap {
    padding: 30px 0 8px 0;
  }

  .project__list-wrapper {
    padding: 8px 0 0 0;
    margin: 0;
  }

  .project__list {
    margin-right: 0;
  }

  .project__list-toggle-button {
    margin-right: 10px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .project__item {
    margin-bottom: 16px;
    padding: 20px 10px;
  }

  .project__item:last-child {
    margin-bottom: 24px;
  }

  .project__author-photo {
    width: 98px;
    height: 98px;
    margin-right: 12px;
  }

  .project__name {
    margin-top: 12px;
    font-size: 16px;
  }

  .project__author-name__fio {
    font-size: 18px;
  }

  .project__author-name__prof {
    font-size: 14px;
  }

  .project__author-tooltip {
    margin-top: 12px;
    font-size: 14px;
  }

  .project__item-wrapeper {
    margin-top: 10px;
  }

  .project__author-link-projects {
    margin-top: 20px;
  }

  .project__item-count {
    right: auto;
    top: auto;
    left: 0;
    position: relative;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .project__item-list {
    width: 100%;
  }

  .project__item-list>a {
    margin-left: 12px;
  }

  .project__item .project__item-img {
    width: calc(33.33% - 6px);
    padding-top: 19.4%;
    height: auto;
  }

  .project-gallery-author .bottom_nav.animate-load-state.has-nav .ajax_load_btn {
    margin-bottom: 24px;
  }

  .wrapper_inner:not(.front) .content_wrapper_block.project-gallery-author .only-on-front {
    padding: 0 0 41px 0;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news/projects-gallery/style.css?174419052410540 */
/* /local/templates/.default/components/bitrix/news.list/project-gallery-author/style.css?174616707033123 */
