<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-buter {
  display: none;
}

@media only screen and (max-width: 1199px) {
  td {
    font-size: 14px;
    text-align: left;
  }

  th {
    text-align: left;
  }

  table td,
  td:nth-child(2),
  td:nth-child(3),
  td:nth-child(4),
  td:nth-child(5),
  td:nth-child(6) {
    width: auto;
    min-width: 80px;
  }

  td .icon-basket {
    display: none;
  }

  #wrapper {
    min-width: 320px;
  }

  .container {
    max-width: 100%;
  }

  .header-inner .title-site {
    font-size: 20px;
    line-height: 24px;
  }

  .preview-grid__item {
    margin-right: 30px;
  }

  .preview-grid__item:last-child {
    margin-right: 0;
  }

  .big-card-grid {
    margin-left: -2%;
  }

  .big-card-grid__item {
    margin-left: 2%;
    flex-basis: 48%;
    margin-right: 0;
  }

  .card-br {
    margin-bottom: 15px;
  }

  .inner-grid {
    display: block;
  }

  .inner-grid:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }

  .inner-grid__aside {
    float: left;
    width: 100%;
  }

  .inner-grid__content {
    max-width: 100%;
    margin-left: 225px;
  }

  .news-boxes__grid .news-box__img {
    flex-basis: 150px;
    max-width: 150px;
    min-height: 120px;
    margin-right: 15px;
  }

  .news-boxes__grid .news-box-content__data,
  .news-box-content__data {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news-box-content__txt {
    font-size: 14px;
    line-height: 18px;
  }

  .owl-next {
    right: 1px;
    background-color: #fff;
    width: 60px;
  }

  .form-group-grid__four-col {
    width: 32%;
  }

  .form-group_push-top {
    padding-top: 0;
    order: 2;
  }

  .btn_min-width {
    min-width: 110px;
  }

  .st-list li {
    font-size: 14px;
    line-height: 20px;
  }
}



@media only screen and (max-width: 939px) {
  .header {
    margin-top: 0;
  }

  .push-bt--4 {
    margin-top: 20px;
  }


  .wrapper-lg .header {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .header-inner {
    min-height: 78px;
    padding-right: 60px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }

  .header-inner .title-site {
    font-size: 16px;
    line-height: 20px;
  }

  .inner-grid__aside {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-right: 0;
  }

  .open .inner-grid__aside {
    display: block;
  }

  .open-menu-hidden {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    overflow: hidden;
  }

  .menu {
    padding: 30px 25px;
  }

  .menu-item__link,
  .menu-item__link:hover,
  .menu-item__link.menu-item__link_open,
  .menu-item__link.menu-item__link_open:hover,
  .menu-item-dd a {
    color: #fff;
  }

  .menu-item__link_open:before {
    border-top-color: #fff;
  }

  .inner-grid__content {
    margin-left: 0;
  }

  .menu-buter {
    display: block;
    position: absolute;
    z-index: 30;
    right: 15px;
    top: 50%;
    z-index: 101;
    cursor: pointer;
    padding: 5px 0;
    width: 25px;
    margin-top: -7px;
  }

  .menu-buter span {
    display: block;
    position: relative;
    height: 3px;
    border-radius: 3px;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .menu-buter span:before, .menu-buter span:after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #000;
    width: 100%;
    border-radius: 0;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
  }

  .menu-buter span:before {
    top: -5px;
    transition: top 75ms ease .12s, opacity 75ms ease;
  }

  .menu-buter span:after {
    bottom: -4px;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .open .menu-buter {
    position: fixed;
    z-index: 400;
  }

  .open .menu-buter span{
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
  }

  .open .menu-buter span:before {
    top: 1px;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    background-color: #fff;
    height: 2px;
  }

  .open .menu-buter span:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
    background-color: #fff;
    height: 2px;
  }

  .card-boxes .card-box {
    width: 48%;
    margin-top: 15px;
  }

  .table-st,
  .table,
  .table-sm,
  .table-light {
    overflow: auto;
    width: 100%;
  }

  .gallery-list-point {
    min-height: 240px;
  }
}


@media only screen and (max-width: 767px) {
  .info-bl{
    display: block;
  }

  .point-dd__menu{
    white-space: normal;
  }

  .table-st,
  .table,
  .table-sm,
  .table-light {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
    width: auto;
  }

  th, td,
  .table-st td {
    font-size: 12px;
    line-height: 16px;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .header-inner .title-site {
    font-size: 14px;
    margin-right: -45px;
    margin-top: 10px;
  }

  .menu-buter {
    top: 28px;
    margin-top: 0;
  }

  .preview-grid {
    display: block;
  }

  .preview-grid__item {
    max-width: 100%;
    margin-right: 0;
  }

  .big-card-grid {
    margin-left: 0;
    display: block;
  }

  .big-card-grid__item {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cards-br {
    display: block;
  }

  .card-br {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .big-card-content {
    padding-right: 0;
  }

  .big-card-img,
  .big-card_style1 .big-card-img,
  .big-card_style2 .big-card-img
  .big-card_style3 .big-card-img,
  .big-card_style4 .big-card-img,
  .big-card_style5 .big-card-img,
  .big-card_style6 .big-card-img {
    max-width: 100px;
  }

  .main-contacts {
    display: block;
  }

  .main-contacts .main-contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-contact__content {
    padding-right: 20px;
  }

  .main-contacts .main-contact:first-child {
    padding-right: 0;
  }

  .main-contacts .main-contact:last-child {
    margin-bottom: 0;
  }

  .card-boxes {
    display: block;
  }

  .personal-box_second .personal-box__img {
    flex-basis: 120px;
    max-width: 120px;
    min-height: 140px;
    margin-right: 20px;
  }

  .personal-box_second .personal-box__content {
    padding-top: 0;
  }

  .personal-box_second .personal-box__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .personal-box_second .personal-box__mail {
    font-size: 14px;
  }

  .cards-br_push-bt .card-br {
    margin-bottom: 20px;
  }

  .width-300 {
    min-width: 300px;
  }

  .folder-menu-box {
    padding-left: 0;
    padding-right: 0;
  }

  .folder-menu__link {
    font-size: 14px;
    line-height: 18px;
  }

  .folder-menu li {
    font-size: 12px;
    line-height: 16px;
  }

  h3, .title-site_h3,
  .title-site_h3 + .point-dd .point-dd__cap, h3 + .point-dd .point-dd__cap {
    font-size: 16px;
    line-height: 20px;
  }

  .point-files {
    padding-left: 15px;
    padding-right: 15px;
  }

  .point-file_lg {
    font-size: 16px;
  }

  .news-boxes__grid {
    display: block;
  }

  .news-boxes__grid .news-box {
    width: 100%;
  }

  .list-file__link {
    font-size: 14px;
    line-height: 20px;
  }

  .list-box-hidden p {
    font-size: 14px;
    line-height: 20px;
  }

  .list-info__link {
    font-size: 16px;
    line-height: 20px;
  }

  .list-info__bl-open {
    margin-top: 20px;
  }

  .accordion-list__item_open-all {
    margin-bottom: 20px;
  }

  .accordion-list__bl-open .point-file {
    margin-left: 40px;
  }

  .info-bl__left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .form-group-grid__four-col {
    width: 100%;
  }

  .rf-bl {
    display: block;
    margin-top: 20px;
  }

  .rf-bl__img {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .rf-bl__img img {
    max-width: 250px;
  }

  .rf-bl__content {
    width: 100%;
    padding-right: 20px;
  }

  .txt-info {
    font-size: 16px;
    line-height: 20px;
  }

  .pipl-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .main-pipl-list__left {
    max-width: 100px;
    flex-basis: 100px;
    padding-right: 0;
    margin-right: 20px;
  }

  .pipl-name {
    font-size: 16px;
    line-height: 22px;
  }

  .pipl-joob,
  .pipl-open {
    font-size: 14px;
    line-height: 22px;
  }

  .main-pipl {
    margin-bottom: 40px;
  }
}


@media only screen and (max-width: 450px) {
  .card-boxes .card-box {
    width: auto;
  }
  .main-btns-tabs li .btn{
    min-width: 0;
  }

  .news-boxes__grid .news-box__img {
    max-width: 120px;
    flex-basis: 120px;
    min-height: 90px;
  }
}
</pre></body></html>