

/* Start:/local/components/runetsoft/site/templates/.default/style.css?1556206298229*/
.structure-item__name + .structure-item__step > .structure-item__step:before {
  bottom: 21px;
}
@media (max-width: 767px) {
  .inp-submit-content:first-child, .inp-reset-content:first-child {
    margin: 0 auto !important;
  }
}
/* End */


/* Start:/local/templates/.default/css/information/index/index-news-events.css?15764816935621*/
.news-events {
  padding: 36px 0;
}

.news-events .title-sm {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-events .link-arrow {
  text-align: right;
  color: #848e99;
}

@media only screen and (min-width: 768px) {
  .news-events .link-arrow {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .news-events .link-arrow {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .news-events .link-arrow {
    margin-bottom: 40px;
  }
}

.news-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -16px 20px;
}

@media only screen and (max-width: 1024px) {
  .news-index-list {
    margin: 0 -16px 20px;
  }
}

.news-index-list .hot-news {
  padding-left: 16px;
  position: relative;
  font-weight: 500;
}

.news-index-list .hot-news:before {
  content: "\f06d";
  color: #0077b0;
  left: 0;
  top: 0;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.news-index-list .news-sm {
  padding: 0 16px;
  margin-top: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-index-list .news-sm:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .news-index-list .news-sm {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-index-list .news-sm {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .news-index-list .news-sm {
    width: 33.33333%;
  }
}

.news-index-list .news-sm:hover .news-sm__title a {
  color: #0077b0 !important;
}

.news-index-list .news-sm__link {
  display: none;
}

.news-index-list .news-sm .news-sm__preview {
  font-weight: normal;
  padding-top: 5px;
}

.news-index-list .news-sm:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .news-index-list .news-sm:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .news-index-list .news-sm:first-child .news-sm__img {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-index-list .news-sm:first-child .news-sm__img {
    margin: 3px 32px 0 16px;
    width: 66.666666%;
  }
}

.news-index-list .news-sm:first-child .news-sm__bg {
  height: 320px;
}

.news-index-list .news-sm:first-child .news-sm__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (max-width: 1024px) {
  .news-index-list .news-sm:first-child .news-sm__content {
    margin-top: 28px;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-index-list .news-sm:first-child .news-sm__content {
    width: 33.33333%;
    padding: 0 16px 0 0;
  }
}

.news-index-list .news-sm:first-child .news-sm__title a {
  font-size: 20px;
  line-height: 1.4;
  color: #3b4256;
  display: block;
}

.news-index-list .news-sm:first-child .news-sm__title a:hover {
  color: #0077b0;
}

.news-index-list .news-sm:first-child .news-sm__link {
  background-color: #ebebeb;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: auto;
  color: #848e99;
}

@media only screen and (max-width: 767px) {
  .news-index-list .news-sm:first-child .news-sm__link {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-index-list .news-sm:first-child .news-sm__link {
    display: none;
  }
}

.news-index-list .news-sm:first-child .news-sm__link:hover {
  background-color: #dde1e6;
}

@media only screen and (max-width: 767px) {
  .events-sm-list {
    display: none;
  }
}

.events-sm-list:first-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .events-sm-list .events-sm:nth-child(3) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .events-index {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .events-index .title-sm {
    border: 1px solid #c7ccd1;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .events-index .title-sm h2 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.events-index .title-sm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .events-index .title-sm a {
    padding: 24px 0;
  }
}
/* End */


/* Start:/local/templates/.default/css/information/news-events/news-events.css?15765595753531*/
.events-sm__title {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  color: #3b4256;
}

.events-sm__type {
  color: #0077b0;
}

.events-sm__type p {
  margin-bottom: 4px;
}

.news-sm-list {
  margin-top: -32px;
}

.news-sm-list .news-sm {
  margin-top: 32px;
}

.news-sm {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .news-sm {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .news-sm:first-child {
    margin-top: 0;
  }
}

.news-sm__item {
  position: relative;
  padding-bottom: 24px;
  margin-top: 24px;
}


.news-sm__item:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 16px;
  left: 16px;
  bottom: 0;
  background-color: #dde1e6;
}

.news-sm__item:hover .news-sm__title a {
  color: #0077b0;
}

.news-sm__bg {
  background: 50% 50% / cover no-repeat;
  display: block;
  height: 120px;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

@media only screen and (max-width: 767px) {
  .news-sm__bg {
    height: auto;
    padding-top: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-sm__bg {
    height: 180px;
  }
}

.news-sm__bg:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-sm__img {
  margin-bottom: 12px;
  overflow: hidden;
}

.news-sm__date,
.news-sm__time {
  color: #848e99;
  margin-bottom: 4px;
}

.news-sm__title a {
  color: #3b4256;
}

.news-sm__cat {
  height: 20px;
  overflow: hidden;
}

.news-sm__cat span {
  font-weight: 500;
  color: #0077b0;
}

.news-sm__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-sm__share .share {
  margin-left: auto;
}

.news-sm__share a {
  font-weight: 500;
}

.news-sm__share span,
.news-sm__share p {
  color: #848e99;
}

.news-sm__share span.share,
.news-sm__share p.share {
  margin-left: auto;
}

.news-sm__share span.time,
.news-sm__share p.time {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.news-sm__share span.time:before,
.news-sm__share p.time:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  top: 3px;
  height: 12px;
  background-color: #848e99;
}

.news-sm--press .news-sm__cat {
  margin-bottom: 8px;
}

.news-list .news-sm {
  float: left;
  padding: 0 16px;
  margin-top: 36px;
  width: 33.333333%;
}

@media only screen and (max-width: 767px) {
  .news-list .news-sm {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-list .news-sm:first-child {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .news-list .news-sm:first-child {
    width: 66.666666%;
  }
}

@media only screen and (min-width: 768px) {
  .news-list .news-sm:first-child .news-sm__bg {
    height: calc(198px * 2);
    overflow: hidden;
  }
}

.news-list .news-sm h4 {
  /*height: 24px;*/
  height: 80px;
  overflow: hidden;
}

.news-list .news-sm p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-list .news-sm__bg {
    height: 120px;
  }
}

/*.news-list .news-sm__descr {
  height: 56px;
  overflow: hidden;
}*/

.news-list {
  margin: 0 -16px;
}
/* End */


/* Start:/local/templates/.default/css/information/index/index-departments.css?15595310791773*/
.departments {
  background: url("/local/templates/.default/images/departments-bg.jpg") 50% 0/cover no-repeat;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .departments .link-arrow {
    display: none;
  }
}

.departments .btn {
  background-color: #f4f7fb;
}

.departments-list {
  margin-top: -32px;
}

.departments-list__item {
  margin-top: 32px;
}

.departments-list__bg {
  background-color: #fff;
  height: 100%;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.departments-list__bg:hover {
  -webkit-box-shadow: 0 16px 24px rgba(47, 52, 68, 0.16);
  box-shadow: 0 16px 24px rgba(47, 52, 68, 0.16);
}

.departments-list__bg:hover a {
  color: #0077b0;
}

.departments-list__bg h3 {
  width: 100%;
}

.departments-list__bg h3 a {
  color: #3b4256;
}

.departments-list__bg .round-icon {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.departments-list__bg .departments-list__title {
	font-size: 20px;
	line-height: 1em;
	padding-top: 10px;
}

.departments-list__links {
  width: 100%;
}

.departments-list__links a {
  display: block;
  color: #848e99;
  padding-right: 40px;
}
/* End */


/* Start:/local/templates/.default/css/information/index/index-instructions.css?15595237852211*/
.instructions {
  padding: 52px 0 60px;
}

@media only screen and (max-width: 767px) {
  .instructions .title-sm .link-arrow {
    display: none;
  }
}

.instructions-list--sm .instructions-list__content {
  padding: 16px;
}

.instructions-list--sm h4 {
  color: #3b4256;
  margin-bottom: 0;
  line-height: 1.22222;
}

.instructions-list--sm p {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .instructions-list {
    margin-top: -24px;
  }
}

@media only screen and (min-width: 768px) {
  .instructions-list {
    margin-top: -32px;
  }
}

.instructions-list__item {
  margin-top: 32px;
}

.instructions-list__content {
  border: 1px solid #dde1e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.instructions-list__content:hover {
  -webkit-box-shadow: 0 16px 24px rgba(47, 52, 68, 0.16);
  box-shadow: 0 16px 24px rgba(47, 52, 68, 0.16);
}

@media only screen and (max-width: 1024px) {
  .instructions-list__content {
    padding: 32px 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .instructions-list__content {
    padding: 32px 24px 32px 64px;
  }
}

.instructions-list__content h3 {
  color: #3b4256;
  margin-bottom: 10px;
  padding-right: 40px;
}

.instructions-list__content p {
  margin-bottom: 0;
  color: #848e99;
}

.instructions-list__text {
  width: calc(100% - 40px);
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.instructions-list__text .instructions-list__title {
	font-size: 16px;
}
.main-page .instructions-list__text .instructions-list__title {
	font-size: 18px;
}
/* End */
/* /local/components/runetsoft/site/templates/.default/style.css?1556206298229 */
/* /local/templates/.default/css/information/index/index-news-events.css?15764816935621 */
/* /local/templates/.default/css/information/news-events/news-events.css?15765595753531 */
/* /local/templates/.default/css/information/index/index-departments.css?15595310791773 */
/* /local/templates/.default/css/information/index/index-instructions.css?15595237852211 */
