@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 250 1000;
  src:
    url("/wa-data/public/site/tildafonts/TildaSans.woff2") format("woff2-variations"),
    url("/wa-data/public/site/tildafonts/TildaSans.woff") format("woff-variations");
}
.hcenter {
    background: #000;
}
.hcenter__logo.is-vertical-align img {
    height: 80px;
}
.hcenter__logo.is-vertical-align {
    width: 100%;
}
.iconblock-text {
    color:#fff;
}
/* ===================== MOBILE HEADER + MOBILE MENU ===================== */

/* по умолчанию (десктоп) мобильная шапка и меню скрыты */
.mheader { display: none; }
.mobilemenu { display: none; }

/* брейкпоинт можно менять при необходимости */
@media (max-width: 1023px) {

  /* скрываем десктопную шапку и нижнюю навигацию */
  .header .hcenter { display: none !important; }
  .header .header__nav { display: none !important; }

  /* показываем мобильную шапку */
  .mheader {
    display: block;
    background: #000;
  }

  .mheader__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    min-height: 80px;
  }

  .mheader__logo {
    display: flex;
    align-items: center;
  }

  /* если логотип картинкой/свг — ограничим высоту, чтобы не ломало */
  .mheader__logo img,
  .mheader__logo svg {
    max-height: 84px;
    height: auto;
    width: auto;
    display: block;
  }

  .mheader__burger{
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
  }
.mheader__burger span:nth-child(1) {
    top: 0px;
}
.mheader__burger span:nth-child(2), .mheader__burger span:nth-child(3) {
    top: 8px;
}
.mheader__burger span:nth-child(4) {
    top: 16px;
}
.mheader__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}
  .mheader__burger-ico{
    width: 44px;
    height: 44px;
    fill: #fff;
    display: block;
  }

  /* ===================== MENU ===================== */
.mobilemenu{
  display: block;
  position: fixed;
  inset: 0;
  z-index: 10050;

  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}

.mobilemenu__panel{
  position: absolute;
  inset: 0;
  background: #474747;
  transform: translateY(-100%);
  transition: transform .28s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}

.mobilemenu__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1;

  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}
.mobilemenu.is-open .mobilemenu__overlay{
  opacity: 1;
  visibility: visible;
}
.mobilemenu.is-open{
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

  .mobilemenu.is-open .mobilemenu__panel{
    transform: translateY(0);
  }

  .mobilemenu__top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 18px 10px;
  }

  .mobilemenu__logo img,
  .mobilemenu__logo svg{
    max-height: 84px;
    height: auto;
    width: auto;
    display: block;
  }

    .mobilemenu__close {
        appearance: none;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 60px;
        line-height: 1;
        padding: 0;
        cursor: pointer;
        box-shadow: none;
        font-weight: 300;
        font-family: "TildaSans", Arial, sans-serif;
    }

  .mobilemenu__nav{
    padding: 24px 18px 18px;
    text-align: center;
  }

    .mobilemenu__link {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 20px;
        font-weight: 300;
        font-family: "TildaSans", Arial, sans-serif;
    }

  .mobilemenu__link:active,
  .mobilemenu__link:focus{
    opacity: .85;
    outline: none;
  }

  .mobilemenu__social{
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 24px 0 100px;
  }

    .mobilemenu__social-link {
        width: 30px;
        height: 30px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

  body.mobilemenu-open{
    overflow: hidden;
    touch-action: none;
  }
}
footer {
    font-family: "TildaSans";
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
    .t977__wrapper {
    display: table
}

.t977__col {
    display: table-cell
}

.t977__col-inner {
    margin: 0 15px 0 0;
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
    width: 100%;
    max-width: 160px
}

.t977__col_center {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center
}

.t977__col_left {
    width: 260px;
    max-width: 260px;
    margin: 0 20px 20px 15px;
    float: left
}

.t977__col_right {
    vertical-align: top
}

.t977__socials {
    width: 190px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 15px
}

.t977__socials:empty {
    display: none
}

.t977__socials_small {
    width: 140px
}

.t977__title {
    margin-bottom: 14px;
    color: #fff
}

.t977__title a,.t977__descr a {
    color: inherit!important
}

.t977__logo-link {
    display: inline-block
}

.t977__logo {
    display: block;
    max-width: 120px;
    width: 100%;
    color: #fff;
    font-size: 20px
}

.t977 .t-sociallinks__item {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 16px;
    -webkit-transition: opacity ease-in-out 0.2s;
    -moz-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    height: 33px
}

.t977 .t-sociallinks__item:hover {
    opacity: .9
}

.t977 .t-sociallinks__item a:focus-visible {
    opacity: .9
}

.t977 .t-sociallinks__item:last-child {
    margin-right: 0
}

#allrecords .t977 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t977__text {
    color: #7d7d7d;
    font-size: 14px
}

.t977__descr {
    font-size: 16px;
    font-weight: 500
}

.t977__descr a {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400 !important;
    line-height: 1;
    font-size: 16px;
}

.t977__descr li {
    display: block;
    margin-bottom: 15px
}

.t977__descr li>a {
    margin-bottom: 0
}

.t977__descr ul {
    padding: 0!important;
    margin: 0
}

.t977__descr li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .t977__col-inner {
        margin-bottom:30px;
        width: calc(100% / 3 - 20px);
        max-width: none
    }

    .t977__col-inner_small {
        width: calc(100% / 4 - 20px)
    }

    .t977__col_left {
        max-width: 220px
    }

    .t977__descr {
        font-size: 14px
    }
}

@media screen and (max-width: 960px) {
    .t977__wrapper {
        display:block;
        padding: 0 15px;
        box-sizing: border-box;
        max-width: none
    }

    .t977__col-inner {
        min-width: 110px;
        box-sizing: border-box;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .t977__col_center {
        float: right;
        width: calc(100% - 260px);
        text-align: left
    }

    .t977__col_left {
        width: 200px;
        box-sizing: border-box;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .t977__col_right {
        width: auto
    }
}

@media screen and (max-width: 640px) {
body {
    padding-bottom: 50px;
    }
    .t977__wrapper,.t977__col {
        display:block
    }

    .t977__wrapper {
        padding: 0 24px
    }

    .t977__col {
        width: 100%
    }

    .t977__col_center {
        float: none;
        width: 100%;
        padding: 0;
        display: block
    }

    .t977__col-inner {
        margin: 0 0 50px;
        float: left;
        width: 50%;
        display: inline-block
    }

    .t977__col_left {
        max-width: 260px;
        margin-left: 0;
        float: none;
        display: block
    }

    .t977__descr {
        font-size: 12px
    }

    .t977__text {
        margin-bottom: 40px;
        font-size: 12px
    }

    .t977__socials {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width: 420px) {
    .t977__col-inner {
        float:none;
        width: 100%;
        display: block
    }
}