/*————————————————————-*/
/* Стили для тачскрина */
/*————————————————————-*/

body {
    scroll-behaviour: smooth;
}

.t229__list_item {
    padding: 0;
}
.t859__img {
    width: 100%;
}
.t457__ul {
    padding: 0;
}
/* Tabs */
.t395__wrapper {
    width: auto; 
}

/* Anniversary */
.t523__bottommargin {
    margin-bottom: 15px;
}

/* Feedback */
.t525__text {
    max-width: 825px;
}
.t525__title {
    max-width: none;
}
.t525__separator {
    margin-bottom: 0; 
}
.t525__col {
    margin-bottom: 3em; 
}
.t525__container {
    column-count: 2;
}

 /*Keyboard */
.simple-keyboard {
    display: none;
}
.show-keyboard {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    left: 313px;
    right: 313px;
    width: auto !important;
}
.hg-theme-default .hg-button.hg-button-space {
    flex-grow: 8;
}
/*————————————————————-*/
/*        Popups       */
/*————————————————————-*/
.t390__btn {
    font-size: 30px;
    height: 70px;
    padding: 0 35px 5px;
}
[data-tooltip-hook="#popup:feedback"] .t-popup__close,
[data-tooltip-hook="#popup:social"] .t-popup__close,
[data-tooltip-hook="#popup:now"] .t-popup__close,
[data-tooltip-hook="#popup:maptouch"] .t-popup__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
}
[data-tooltip-hook="#popup:feedback"] .t-popup__container,
[data-tooltip-hook="#popup:social"] .t-popup__container,
[data-tooltip-hook="#popup:now"] .t-popup__container,
[data-tooltip-hook="#popup:maptouch"] .t-popup__container {
    border: 5px solid #000000;
    box-shadow: 0px 10px 55px 7px rgba(0, 0, 0, 0.35);
    border-radius: 40px;
}
[data-tooltip-hook="#popup:feedback"] .t-popup__container,
[data-tooltip-hook="#popup:social"] .t-popup__container,
[data-tooltip-hook="#popup:now"] .t-popup__container,
[data-tooltip-hook="#popup:maptouch"] .t-popup__container {
    border: 5px solid #000000;
    box-shadow: 0px 10px 55px 7px rgba(0, 0, 0, 0.35);
    border-radius: 40px;
}
/*[data-tooltip-hook="#popup:feedback"] {*/
/*    pointer-events: none;*/
/*}*/
/*[data-tooltip-hook="#popup:feedback"] > * {*/
/*    pointer-events: all;*/
/*}*/
/* Social */
[data-tooltip-hook="#popup:social"] .t-popup__container {
    background: url('https://thumb.tildacdn.com/tild6662-6131-4130-b665-333663393237/-/format/webp/social_bg.jpg') bottom /contain no-repeat;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 198px;
}
[data-tooltip-hook="#popup:social"] .t390__wrapper {
    padding-bottom: 0;
}
[data-tooltip-hook="#popup:social"] .t390__img {
    width: 884px;
    margin-left: 10px;
}
/* Map */
[data-tooltip-hook="#popup:maptouch"] .t-popup__container {
    display: flex;
    justify-content: center;
    width: 92em;
}
[data-tooltip-hook="#popup:maptouch"] .t390__img {
    padding: 40px 0 45px 40px;
    width: auto;
    height: 41em;
}
[data-tooltip-hook="#popup:maptouch"] .t390__wrapper {
    flex-shrink: 0;
}

/* Keyboard */
.hg-theme-default div.hg-button {
    padding: 1em;
    font-size: 30px;
}

/*————————————————————-*/
/*        Footer       */
/*————————————————————-*/
.t190 {
    background: #fff;
    border-radius: 50%;
}
.t190 svg {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.t457__li:first-child a {
    pointer-events: none;
    border: 0;
}
[data-record-type="457"] {
    margin-top: auto;
}
.t457 {
    background: url(https://thumb.tildacdn.com/tild3864-3938-4764-a666-363562613634/-/format/webp/bg.jpg) bottom /100% auto no-repeat;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
}
.t457 > .t-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
}
.t457 > .t-container::before,
.t457 > .t-container::after {
    display: none;
}
.t457 .t-col_12:first-child {
    width: auto;
}
.t457 .t-col_12:last-child {
    flex-shrink: 0;
    width: auto;
}
.t457__logo {
    margin-top: 0; 
}
.t457 a {
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    color: #fff !important;
}

/* Radio */
.radio__btn {
    border: 3px solid;
    padding: 23px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    line-height: 1;
    position: relative;
    background: none;
    vertical-align: bottom;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}
.radio__icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}
.radio__icon--play {
    left: 53%;
}
.radio__icon--pause {
    left: 50%;
    display: none;
}
.radio__btn[aria-pressed="true"] .radio__icon--play {
    display: none;
}
.radio__btn[aria-pressed="true"] .radio__icon--pause,
.radio__btn[aria-pressed="true"] .radio__column {
    display: inline-block;
}
.radio__column {
    position: absolute;
    top: 0;
    bottom: 0;
    transform-origin: bottom;
    width: 25%;
    display: inline-block;
    animation: equalize 4s 0s infinite;
    animation-timing-function: linear;
    display: none;
}
.radio__column--first {
    left: 0;
    background-color: rgba(229, 56, 73, .35);
    transition: trasform .5s;
    animation-delay: -1.9s;
}
.radio__column--second {
    left: 25%;
    background-color: rgba(229, 56, 73, .45);
    animation-delay: -2.9s;
}
.radio__column--third {
    left: 50%;
    background-color: rgba(229, 56, 73, .55);
    animation-delay: -3.9s;
}
.radio__column--fourth {
    right: 0;
    background-color: rgba(229, 56, 73, .65);
    animation-delay: -4.9s;
}
@keyframes equalize {
  0% {
    transform: scaleY(1);
  }
  4% {
    transform: scaleY(.87);
  }
  8% {
    transform: scaleY(.83);
  }
  12% {
    transform: scaleY(.62);
  }
  16% {
    transform: scaleY(.41);
  }
  20% {
    transform: scaleY(.62);
  }
  24% {
    transform: scaleY(.83);
  }
  28% {
    transform: scaleY(.2);
  }
  32% {
    transform: scaleY(.83);
  }
  36% {
    transform: scaleY(1);
  }
  40% {
    transform: scaleY(.41);
  }
  44% {
    transform: scaleY(.83);
  }
  48% {
    transform: scaleY(1);
  }
  52% {
    transform: scaleY(.62);
  }
  56% {
    transform: scaleY(.2);
  }
  60% {
    transform: scaleY(.62);
  }
  64% {
    transform: scaleY(1);
  }
  68% {
    transform: scaleY(.62);
  }
  72% {
    transform: scaleY(1);
  }
  76% {
    transform: scaleY(.4);
  }
  80% {
    transform: scaleY(1);
  }
  84% {
    transform: scaleY(.7);
  }
  88% {
    transform: scaleY(1);
  }
  92% {
    transform: scaleY(.41);
  }
  96% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}

.t-carousel__zoomer__wrapper {
    display: flex;
    align-items: center;
}