

/* Start:/local/templates/grant/components/bitrix/menu/mobile/style.css?15494522932069*/
@media screen and (max-width: 767px) {
  body {
    transition: margin 0.25s ease-out;
    will-change: margin;
  }

  body.mobile-menu-opened {
    margin: 0 85% 0 -85%;
    overflow: hidden;
  }

  .mobile-menu-wrapper {
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    bottom: 0;
    padding: 30px 0;
    transition: width 0.25s ease-out;
    background-color: hsl(220, 92%, 64%);
    overflow-y: auto;
    font-size: 110%;
  }

  .mobile-menu__item {
    display: block;
    color: #fff !important;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    white-space: nowrap;
  }

  .mobile-mennu__feedback,
  .mobile-menu__auth,
  .mobile-menu__register {
    display: flex;
    align-items: center;
  }

  .mobile-menu__item--selected {
    background: hsla(0, 0%, 0%, 0.1);
  }

  body.mobile-menu-opened .mobile-menu-wrapper {
    width: 85%;
  }

  .mobile-menu hr {
    width: 100%;
    margin: 10px 0;
    border-top: 1px hsla(0, 0%, 0%, 0.1) solid;
    border-bottom: 1px hsla(0, 0%, 100%, 0.1) solid;
    border-left: none;
    border-right: none;
  }

  .mobile-menu__icon {
    width: 25px;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .mobile-menu__icon.icon-mail,
  .mobile-menu__icon.icon-auth,
  .mobile-menu__icon.icon-register {
    font-size: 10pt;
    color: hsl(0, 0%, 100%);
  }

  .mobile-menu__children {
    max-height: 0;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.3);
    transition: max-height 0.15s ease-out;
  }

  .mobile-menu__group--opened .mobile-menu__children {
    max-height: 600px;
    transition: max-height 0.25s ease-in;
  }

  .mobile-menu__group--selected .mobile-menu__item--root {
    background-color: #4472d1;
    position: relative;
  }

  .mobile-menu__group--opened .mobile-menu__item--root:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    border-bottom: 9px hsla(0, 0%, 100%, 0.5) solid;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
  }
}

/* End */


/* Start:/local/templates/grant/components/openregion/esia/mobile/style.css?15856603242071*/


@media screen and (max-width: 767px) {
  body {
    transition: margin 0.25s ease-out;
    will-change: margin;
  }

  body.mobile-menu-opened {
    margin: 0 85% 0 -85%;
    overflow: hidden;
  }

  .mobile-menu-wrapper {
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    bottom: 0;
    padding: 30px 0;
    transition: width 0.25s ease-out;
    background-color: hsl(220, 92%, 64%);
    overflow-y: auto;
    font-size: 110%;
  }

  .mobile-menu__item {
    display: block;
    color: #fff !important;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    white-space: nowrap;
  }

  .mobile-mennu__feedback,
  .mobile-menu__auth,
  .mobile-menu__register {
    display: flex;
    align-items: center;
  }

  .mobile-menu__item--selected {
    background: hsla(0, 0%, 0%, 0.1);
  }

  body.mobile-menu-opened .mobile-menu-wrapper {
    width: 85%;
  }

  .mobile-menu hr {
    width: 100%;
    margin: 10px 0;
    border-top: 1px hsla(0, 0%, 0%, 0.1) solid;
    border-bottom: 1px hsla(0, 0%, 100%, 0.1) solid;
    border-left: none;
    border-right: none;
  }

  .mobile-menu__icon {
    width: 25px;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .mobile-menu__icon.icon-mail,
  .mobile-menu__icon.icon-auth,
  .mobile-menu__icon.icon-register {
    font-size: 10pt;
    color: hsl(0, 0%, 100%);
  }

  .mobile-menu__children {
    max-height: 0;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.3);
    transition: max-height 0.15s ease-out;
  }

  .mobile-menu__group--opened .mobile-menu__children {
    max-height: 600px;
    transition: max-height 0.25s ease-in;
  }

  .mobile-menu__group--selected .mobile-menu__item--root {
    background-color: #4472d1;
    position: relative;
  }

  .mobile-menu__group--opened .mobile-menu__item--root:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    border-bottom: 9px hsla(0, 0%, 100%, 0.5) solid;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
  }
}

/* End */


/* Start:/local/templates/grant/components/bitrix/menu/header/style.css?15507462891301*/
.header-menu {
  height: 100%;
}

.header-menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-menu__item {
  color: #fff !important;
  padding: 12px 0;
  font-weight: bold;
  font-size: 115%;
  white-space: nowrap;
}

.header-menu__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid hsl(220, 92%, 64%);
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.header-menu__group:hover .header-menu__item::after {
  opacity: 1;
}

.header-menu__group--selected .header-menu__item::after {
  opacity: 1;
}

.header-menu__group {
  position: relative;
  display: flex;
  padding: 0 10px;
}

.header-menu__group ~ .header-menu__group {
  margin-left: 10px;
}

.header-menu__children {
  display: none;
  list-style: none;
  background: #fff;
  z-index: 10;
  min-width: 190px;
  max-width: 250px;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 0%, 0.12);
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
}

.header-menu__group:hover .header-menu__children {
  display: block;
}

.header-menu__child-item {
  color: #22252d;
  font-size: 90%;
  padding: 7px 0;
  margin: 0 15px;
  display: block;
}

.header-menu__child-item:hover {
  /* color: hsl(220, 92%, 64%); */
}

/* End */


/* Start:/local/templates/grant/components/openregion/component/profile-btn/style.css?15507462891178*/
.profile-btn-container {
  display: flex;
  background-color: hsl(0, 0%, 100%);
  border-radius: 3px;
  flex-wrap: nowrap;
}

.profile-btn__signout {
  padding: 15px 8px;
}

.profile-btn__in {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.profile-btn__signout {
  border-radius: 0 3px 3px 0;
}

.profile-btn__in span {
  text-align: center;
  white-space: nowrap;
}

.profile-btn__signout svg,
.profile-btn__in svg {
  margin: -3px;
}

.profile-btn__signin svg {
  margin-right: 35px;
}

.profile-btn__in svg {
  margin-right: 15px;
}

.profile-btn__signin svg,
.profile-btn__in svg,
.profile-btn__signout svg {
  color: hsl(220, 92%, 64%);
}

.profile-btn__label {
  font-size: 90%;
  max-width: 120px;
  overflow: hidden;
}

.profile-btn__user-name {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .profile-btn__signin span,
  .profile-btn__in span {
    display: none;
  }

  .profile-btn__signin svg,
  .profile-btn__in svg {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .profile-btn__in {
    padding: 15px 12px !important;
    font-size: 90%;
  }
}

/* End */


/* Start:/local/templates/grant/components/openregion/esia/.default/style.css?1585660324265*/


.profile-btn__signin svg {
  margin-right: 35px;
}


.profile-btn__signin svg {
  color: hsl(220, 92%, 64%);
}


@media screen and (max-width: 1024px) {
  .profile-btn__signin span {
    display: none;
  }

  .profile-btn__signin svg {
    margin-right: 0;
  }
}

/* End */


/* Start:/local/templates/grant/components/openregion/component/main-banners/style.css?1538046566211*/
.main-banners-wrapper {
	background-color: #f8f9fc;
	width: 100%;
	padding: 40px 0;
}

.main-banners {

}

.main-banners__title {
	margin: 0;
	padding: 0 30px;
}

.main-banners__container {
	margin-top: 40px;
}

/* End */


/* Start:/local/templates/grant/components/bitrix/menu/footer/style.css?15377716991003*/
.footer__menu-wrapper {
	margin: 0 30px;
}

.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu-link {
	font-weight: bold;
	padding: 12px 0;
	font-size: 110%;
	color: inherit !important;
}

.footer__menu-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid hsl(220, 92%, 64%);
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.footer__menu-item--selected .footer__menu-link::after {
	opacity: 1;
}

.footer__menu-link:hover::after {
	opacity: 1;
}

.footer__menu-item {
	position: relative;
	display: flex;
	padding: 0 10px;
}

.footer__menu-item ~ .footer__menu-item {
	margin-left: 10px;
}

/* .footer__menu-item:hover {
  color: #2b3571;
  text-decoration: none;
} */

@media screen and (max-width: 800px) {
	.footer__menu-link {
		white-space: nowrap;
	}

	.footer__menu {
		justify-content: center;
	}

	.footer__menu-item {
		margin: 0;
	}
}

/* End */


/* Start:/local/templates/grant/template_styles.css?159108369011553*/
body {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 11pt;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #ebebeb;
  color: #22252d;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border: 0;
}

a,
.link {
  transition: color 0.2s linear;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
.link:hover {
  color: hsl(220, 92%, 64%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

h1, h2 {
  font-size: 170%;
  font-weight: normal;
}

h3 {
  font-size: 150%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}

[hidden] {
  display: none !important;
}

input, button {
  font: inherit;
}

.input, .textarea {
  box-shadow: 0 1px 3px 0 #e1e1e1 inset;
  border: 1px solid #e1e1e1;
  color: inherit;
  width: 100%;
  border-radius: 3px;
  font: inherit;
  font-size: 90%;
}

.input {
  margin: 0;
  color: inherit;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.input[disabled] {
  background-color: hsl(200, 8%, 95%);
}

.input--date {
  position: relative;
  width: 160px;
  padding-right: 34px;
}

.textarea {
  resize: vertical;
  min-height: 100px;
  padding: 15px;
}

.textarea[disabled] {
  background-color: hsl(200, 8%, 95%);
}

.button {
  padding: 10px 15px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 90%;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  color: inherit;
}

.button[disabled],
.button[aria-disabled] {
  cursor: auto;
}

.button--large {
  padding: 15px 30px;
  font-size: 100%;
}

.button--white {
  background-color: hsl(0, 0%, 100%);
  color: #22252d;
  box-shadow: 0 2px 2px 0 hsla(0, 0%, 0%, 0.09);
  border: 1px solid hsl(200, 8%, 93%);
  transition: background-color .2s ease-in-out;
}

.button--blue {
  background-color: hsl(220, 92%, 64%);
  color: hsl(0, 0%, 100%);
  transition: background-color .2s ease-in-out;
}

.button--blue:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(220, 92%, 67%);
}

.button--gray {
  background-color: hsl(200, 8%, 93%);
  color: hsl(221, 29%, 27%);
  transition: background-color .2s ease-in-out;
}

.button--blue[disabled], .button--blue[aria-disabled] {
  background-color: hsl(220, 92%, 80%);
}

.button--white[disabled], .button--white[aria-disabled] {
  background-color: hsl(0, 0%, 96%);
}

.no-td {
  text-decoration: none;
}

.badge {
  font-size: 80%;
  padding: 3px 5px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  border: 0;
  border-radius: 3px;
  min-height: 20px;
  white-space: nowrap;
}

.badge ~ .badge {
  margin-left: 5px;
}

.badge-warning {
  background-color: hsl(357, 100%, 49%);
  color: hsl(0, 0%, 100%);
}

.badge-primary {
  background-color: hsl(220, 92%, 64%);
  color: hsl(0, 0%, 100%);
}

.system-error {
  color: red;
  padding: 30px;
  text-align: center;
}

.page-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  min-width: 700px;
}

.page-background > img {
  width: 100%;
  height: 100%;
}

.page-background--mobile {
  height: 100vh;
}

.page-template {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.main-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  flex-direction: column;
}

.content-section {
  margin: -30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-section ~ .content-section {
  margin-top: 30px
}

body.innerpage .content-wrapper {
  background-color: hsl(0, 0%, 100%);
  border-radius: 3px;
  margin-bottom: 50px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.innerpage .content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

table {
  border-collapse: collapse;
  font-size: 90%;
  width: 100%;
}

th, td {
  border: 1px solid hsl(0, 0%, 80%);
  padding: 10px;
}

thead th {
  background-color: hsl(0, 0%, 93%);
}

.table__cell--greedy {
  width: 100%;
}

.table__cell--align-left {
  text-align: left;
}

.content__title {
  border-bottom: 2px solid #eeeff1;
  padding: 20px 30px;
  margin: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
}

.header__logo img {
  width: 100%;
}

.header__mobile-menu-toggle {
  color: hsl(0, 0%, 100%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.main-page-common {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tabs-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
}

.tabs-header__item {
  padding: 15px 20px;
  color: hsl(221, 29%, 27%) !important;
  background: none;
  border: 0;
  border-radius: 5px 5px 0 0;
  transition: background .2s ease-in-out;
  cursor: pointer;
  flex: 1 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tabs-header__item ~ .tabs-header__item {
  margin-left: 5px;
}

.tabs-header__item[disabled] {
  cursor: auto;
}

.tabs-header__item--disabled,
.tabs-header__item--selected,
.tabs-header__item:hover {
  background: hsl(0, 0%, 93%);
}

.tabs-header__item--disabled {
  opacity: .3;
}

.footer-wrapper {
  background: #eff2f3;
  margin-top: auto;
}

.footer {
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__logo-wrapper {
  max-width: 130px;
  flex: 1;
}

.footer__logo > img {
  width: 100%;
  min-width: 65px;
}

.footer__openregion {
  flex: 1;
  max-width: 100px;
  min-width: 65px;
}

.footer__openregion > img {
  width: 100%;
}

.footer__copyright {
  text-align: right;
  margin-top: -15px;
  font-size: 75%;
}

.loader {
  position: relative;
  margin: 0 auto;
  max-height: 100%;
  width: 50px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader__circular {
  animation: loader-rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader__path {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke: hsl(220, 92%, 64%);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.files {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.files__item {
  padding: 10px 15px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1.5px 3px 1px #e1e1e1;
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
}

.files__icon {
  margin-right: 15px;
}

.files__name {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.form__field {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0;
}

.form__field--column {
  flex-direction: column;
  flex-wrap: nowrap;
}

.form__field:not(.form__field--column) .form__label {
  flex: 0 250px;
}

.form__field:not(.form__field--column) .form__label--large {
  flex: 0 400px;
}

.form__label {
  color: hsl(221, 29%, 27%);
  padding: 5px 10px 3px 0;
}

.form__field--column .form__label {
  margin-bottom: 5px;
}

.form__field:not(.form__field--column) .form__value {
  flex: 1 500px;
}

.form__value-error {
  color: hsl(357, 100%, 49%);
  font-size: 80%;
}

.form__value-description {
  display: inline-block;
  margin-top: 11px;
  font-size: 80%;
  color: hsl(221, 29%, 27%);
  background: hsl(200, 8%, 93%);
  padding: 10px;
  position: relative;
  border-radius: 3px;
}

.form__value-description::before {
  content: '';
  position: absolute;
  bottom: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid hsl(200, 8%, 93%);
}

.form__calendar-icon {
  margin: 9px 0 0 -27px;
  position: absolute;
  cursor: pointer;
  color: hsl(221, 29%, 27%);
  width: 18px;
  height: 18px;
}

.form__editor {
  height: 500px;
  border: 1px solid #e1e1e1;
}

.list-header__btns {
  display: flex;
  padding: 0 30px;
  align-items: center;
}

.list-header__btns > * ~ * {
  margin-left: 10px;
}

.list__all-count {
  order: 0;
  width: 100%;
  text-align: right;
  margin: -26px 0 10px 0;
  padding: 3px;
}

.list-item__control-btns {
  font-size: 90%;
  display: flex;
  border-bottom: 2px solid #eeeff1;
  padding: 10px 15px;
  justify-content: flex-end;
}

.list-item__control-btns > * ~ * {
  margin-left: 5px;
}

.detail__admin-btns {
  background-color: hsl(200, 8%, 93%);
  padding: 20px;
  display: flex;
  flex-direction: row;
  max-width: 400px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.detail__admin-btns > * {
  flex: 1 170px;
  margin: 5px;
}

/* TODO: костыль с навигацией, стили не кэшируются на тестовом */
.page-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

.page-nav__item {
  display: flex;
  min-width: 15px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid transparent;
}

.page-nav__item ~ .page-nav__item {
  margin-left: 15px;
}

.page-nav__item--current {
  border-bottom: 3px solid hsl(220, 92%, 64%);
}

.page-nav__control-btn {
  display: flex;
  margin: 0 15px;
  align-items: center;
  justify-content: center;
}

.page-nav__control-btn--disabled {
  opacity: .3;
}

.page-nav__control-btn--next > svg {
  transform: rotate(180deg);
}

.ie-warn {
  background-color: hsla(0, 0%, 100%, 0.75);
  padding: 10px 15px;
  z-index: 1000;
  position: relative;
  text-align: center;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@media screen and (max-width: 1024px) {
  .main-page-common {
    flex-direction: column;
  }

  .successful-projects {
    flex: 1 auto;
  }

  .main-page-news {
    flex: 1 auto;
    height: 500px;
  }

  .detail__admin-btns {
    max-width: none;
    flex-direction: row;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 10pt;
  }

  .button {
    padding: 8px 12px;
  }

  .footer {
    flex-direction: column;
  }

  .footer > *:not(:last-child) {
    margin-bottom: 40px;
  }

  .files__item {
    padding: 10px;
    margin: 0 5px 5px 0;
  }

  .files__icon {
    width: 13px;
    height: 15px;
    margin-right: 10px;
  }
}

/**
 * Extra small devices
 */
@media screen and (max-width: 767px) {
  .hidden-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
  }

  .header__logo {
    width: 120px;
  }

}


/**
 * Small devices
 */
@media screen and (min-width: 768px) and (max-width: 1001px) {
  .visible-xs, .hidden-sm, .visible-md, .visible-lg {
    display: none !important;
  }
}

/**
 * Medium devices
 */
@media screen and (min-width: 1002px) and (max-width: 1199px) {
  .visible-xs, .visible-sm, .hidden-md, .visible-lg {
    display: none !important;
  }
}

/**
 * Large devices
 */
@media screen and (min-width: 1200px) {
  .visible-xs, .visible-sm, .visible-md, .hidden-lg {
    display: none !important;
  }
}

/* End */
/* /local/templates/grant/components/bitrix/menu/mobile/style.css?15494522932069 */
/* /local/templates/grant/components/openregion/esia/mobile/style.css?15856603242071 */
/* /local/templates/grant/components/bitrix/menu/header/style.css?15507462891301 */
/* /local/templates/grant/components/openregion/component/profile-btn/style.css?15507462891178 */
/* /local/templates/grant/components/openregion/esia/.default/style.css?1585660324265 */
/* /local/templates/grant/components/openregion/component/main-banners/style.css?1538046566211 */
/* /local/templates/grant/components/bitrix/menu/footer/style.css?15377716991003 */
/* /local/templates/grant/template_styles.css?159108369011553 */
