@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: 70px;
}
.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: 70px;
    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 40px;
  }

    .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 {
  background-color: #000000;
}

#rec696355787 .t457 {
  text-align: center;
}

#rec696355787 .t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
}

#rec696355787 .t-container::after {
  content: "";
  display: block;
  clear: both;
}

#rec696355787 .t-col {
  float: left;
  display: block;                 
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);      
  box-sizing: border-box;
}

#rec696355787 .t-col_12 {
  max-width: 1160px;
}

#rec696355787 .t457 a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}

#rec696355787 .t457__ul {
  text-align: center;
  list-style: none;
  padding: 16px 10px 0;
  margin: 0;
  line-height: 1.3;
}

#rec696355787 .t457__li {
  font-family: "TildaSans", Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  clear: none;                    
}

#rec696355787 .t457__li a {
  display: inline-block;
}

#rec696355787 .t457__col_mt30 {
  margin-top: 30px;
}

#rec696355787 .t457__link {
  display: inline-block;
}

#rec696355787 .t457__logo {
  width: 100%;
}

#rec696355787 .t457__img {
  max-width: 150px;
  vertical-align: bottom;
}

#rec696355787 .t457__copyright {
  text-align: center;
  font-family: "TildaSans", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  padding-top: 40px;
  padding-bottom: 10px;
}

#rec696355787 .t457__copyright p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  #rec696355787 .t457__ul {
    padding-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  #rec696355787 .t457__li {
    display: inline-block;
    margin-bottom: 20px;
  }
}

#rec741220553 {
  clear: both; /* safety: never overlap floats above */
}

#rec741220553 .t107 {
  text-align: center;
}

#rec741220553 .t107__width {
  vertical-align: middle;
}

#rec741220553 .t107__widthauto {
  display: block;
  width: auto;
  max-width: 85%;
  margin: 0 auto;
}

/*
#rec741220553 .t107__widthauto {
  max-height: 110px;
}
#rec741220553 .t-align_center {
  overflow: hidden;
}
*/

#rec741220553 .t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}

a.t107__link_width100:focus-visible {
  outline-offset: -2px;
}

@media screen and (max-width: 640px) {
  a.t107__link:focus-visible {
    outline-offset: -2px;
  }
}

@media screen and (max-width: 480px) {
  #rec741220553 .t107__mobpadding {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #rec741220553 {
  padding-bottom:80px!important;
  }
}

