/*
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.5);
  z-index: 2000;
  opacity: 0;
  transition: opacity .3s linear;
  pointer-events: none;

  &:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(img/loading.svg) no-repeat 0 0;
    width: 85px;
    height: 85px;
    margin: -43.5px 0 0 -42.5px;
  }

  &.active {
    opacity: 1;
    pointer-events: initial;
  }
}*/
.ul-list {
  list-style-type: square;
}
.ul-list li {
  margin-bottom: 10px;
}

.documents-page {
  color: #4b434d;
  font-family: "OpenSansRegular", Arial, sans-serif;
}
.documents-page .documents-page__header {
  max-width: 1040px;
  margin: 0 auto;
}
.documents-page .documents-page__header .dot {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.documents-page .documents-page__header .section-title {
  margin: 0 0 30px;
  padding-bottom: 18px;
  color: #4b434d;
  font-family: "OpenSansSemiBold", Arial, sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  border-bottom: 3px solid #b069c4;
}
.documents-page .dot .section-title::before,
.documents-page .dot .section-title::after {
  display: none;
  content: none;
}
.documents-page .documents-page__content {
  max-width: 1040px;
  margin: 0 auto 60px;
  padding: 38px 44px 48px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(75, 67, 77, 0.08);
}
.documents-page .documents-page__body {
  width: 100%;
  min-height: 0;
  float: none;
  padding: 0;
}
.documents-page .documents-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.documents-page .documents-page__list li {
  margin: 0 0 12px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.documents-page .documents-page__list li:last-child {
  margin-bottom: 0;
}
.documents-page .documents-page__list a {
  display: block;
  padding: 16px 18px;
  color: #4b434d;
  font-family: "OpenSansSemiBold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-align: left !important;
  text-decoration: none;
  overflow-wrap: anywhere;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #b069c4;
  border-radius: 6px;
  transition: all 0.2s linear;
}
.documents-page .documents-page__list a:hover, .documents-page .documents-page__list a:focus {
  color: #8e42a4;
  background: #fff;
  border-left-color: #e65874;
  box-shadow: 0 8px 18px rgba(75, 67, 77, 0.1);
}

@media only screen and (max-width: 768px) {
  .documents-page .documents-page__header,
  .documents-page .documents-page__content {
    max-width: none;
  }
  .documents-page .documents-page__header {
    padding-left: 0;
    padding-right: 0;
  }
  .documents-page .documents-page__header .section-title {
    margin-bottom: 24px;
    font-size: 27px;
  }
  .documents-page .documents-page__content {
    margin-bottom: 40px;
    padding: 26px 20px 34px;
  }
  .documents-page .documents-page__list a {
    padding: 14px 15px;
    font-size: 15px;
    line-height: 1.55;
  }
}
@media print {
  .documents-page {
    max-width: none;
    color: #000;
  }
  .documents-page .documents-page__header .section-title {
    color: #000;
    border-bottom-color: #000;
  }
  .documents-page .documents-page__content {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .documents-page .documents-page__list a {
    color: #000;
    border: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}
.slogan {
  font-size: 12px;
  line-height: 1.2em;
  margin-right: 20px;
  color: rgb(142, 66, 164);
}
@media screen and (max-width: 600px) {
  .slogan {
    display: none;
  }
}
.slogan__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .slogan__container {
    text-align: center;
    width: 100%;
  }
  .slogan__container .reg_block {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  iframe {
    width: 100%;
    height: 200px;
  }
}

.ui-alert-message {
  text-align: left;
}

.gallery {
  margin-bottom: 40px;
}
.gallery__container {
  display: flex;
  flex-wrap: wrap;
}
.gallery__item {
  margin: 0 10px 10px 0;
}
.gallery__item img {
  display: block;
}

.files {
  margin-bottom: 40px;
}
.files h3 {
  font-size: 4.2rem;
  padding-bottom: 30px;
}
.files__item {
  margin-bottom: 5px;
}
.files__item a {
  text-decoration: none;
  font-weight: bold;
}
.files__item a:hover {
  text-decoration: underline;
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.gallery_list__item {
  margin: 0 20px 20px 0;
}

.header_fixed .mnu > ul > li > a {
  font-size: 1.45rem;
}

.slabovid__block {
  padding-top: 10px;
}
.slabovid__block a {
  font-size: 20px;
  color: #8e42a4;
}
.slabovid__block a svg {
  display: inline-block;
  width: 29px;
  height: 22px;
  vertical-align: middle;
}
.slabovid__block a:hover {
  color: #e65874;
}
.slabovid__block a:hover svg path {
  fill: #e65874;
}
.slabovid__block a {
  /*&:before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 29px;
    height: 22px;
    background: url(img/eye.svg) no-repeat center center;
    background-size: contain;
  }*/
}
.slabovid {
  font-size: 20px;
}
.slabovid p,
.slabovid .blog_brief,
.slabovid .content {
  font-size: 20px;
}
.slabovid {
  /*.about_tabs_content,
  .about_text_block {
    p {
      font-size: 20px;
    }
  }*/
}

.blog_block_img img {
  height: auto;
  max-width: 100%;
}

.news_text a:link, .news_text a:visited {
  text-decoration: underline;
}
.news_text a:hover {
  text-decoration: none;
}

.logo_block img {
  max-width: 100%;
}

.header_fixed .section_menu .logo_block {
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .section_menu .mobile_header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
  }
  .section_menu .mobile_header .logo_block {
    flex: 0 0 82px;
    order: 1;
    margin: 0;
    line-height: 1;
  }
  .section_menu .mobile_header .logo_block img {
    display: block;
    width: 82px;
  }
  .section_menu .mobile_header .mnu_mobile {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    width: auto;
    order: 2;
  }
  .mnu_mobile .input_search {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }
  .mnu_mobile .input_search form {
    position: relative;
  }
  .mnu_mobile .input_search input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 7px 42px 7px 17px;
    font-size: 1.5rem;
  }
  .mnu_mobile .input_search .btnsearch {
    top: 50%;
    right: 14px;
    margin-top: -9px;
    line-height: 1;
  }
  .mnu_mobile .toggle_block {
    flex: 0 0 30px;
    width: 30px;
    margin-left: 8px;
  }
  .mnu_mobile .toggle-mnu {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
  .section-title,
  #about h2,
  .blog_title,
  .files h3 {
    font-size: 3.4rem;
    line-height: 1.25;
    overflow-wrap: break-word;
  }
  .dot .section-title::before,
  .dot .section-title::after {
    font-size: 4rem;
    top: -10px;
  }
  .about_img_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_img_block .image_about,
  .about_img_block .image_about_gramota,
  .about_img_block img {
    box-sizing: border-box;
    display: block;
    max-width: 100% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .about_img_block .image_about {
    width: auto !important;
  }
  #news .section-title {
    margin-bottom: 28px;
  }
  #news .col-md-6 {
    position: relative;
  }
  #news .news_date {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding: 10px 16px;
    border-radius: 5px 5px 0 0;
  }
  #news .news_date .news_date_number {
    flex: 0 0 auto;
    min-width: 76px;
    text-align: left;
  }
  #news .news_date .news_date_number p {
    padding-bottom: 0;
    text-align: left;
  }
  #news .news_date .news_date_number p span {
    font-size: 3.7rem;
    line-height: 0.95;
  }
  #news .news_date .news_date_category {
    flex: 1 1 auto;
    margin: 0 0 0 14px;
    padding: 0 0 0 14px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  #news .news_date .news_date_category a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.35;
  }
  #news .news_describe {
    margin: 0 0 32px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
  #news .news_describe .news_img {
    height: auto;
    max-height: none;
    padding-left: 0;
    border-radius: 0;
  }
  #news .news_describe .news_img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  #news .news_describe .news_text {
    padding: 22px 20px 24px;
    border-radius: 0 0 5px 5px;
  }
  #news .news_describe .news_text h4 {
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .blog_page .pb_20,
  .blog_page > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .blog_page .pb_20 .col-md-10.dot {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.pb_20 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .row.pb_20 > [class*=col-] {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.pb_20 > .col-md-1 {
    display: none;
  }
  .row.pb_20 .section-title {
    width: 100%;
  }
  .gallery_title_row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .row:has(> .row.pb_20) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .blog_block {
    overflow: hidden;
  }
  .blog_info {
    margin-left: 0;
    margin-right: 0;
  }
  .blog_info .date {
    border-radius: 5px 5px 0 0;
  }
  .blog_info .tag {
    border-radius: 0 0 5px 5px;
  }
  .blog_block_img img {
    height: auto;
    min-height: 0;
  }
  .blog_brief,
  .content {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .blog_brief a,
  .txttohtmllink,
  .content a,
  .files__item a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
@media screen and (max-width: 360px) {
  .section_menu .mobile_header {
    gap: 7px;
  }
  .section_menu .mobile_header .logo_block {
    flex-basis: 72px;
  }
  .section_menu .mobile_header .logo_block img {
    width: 72px;
  }
  .section-title,
  #about h2,
  .blog_title,
  .files h3 {
    font-size: 3rem;
  }
}

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