#allrecords ul.t-cards__container{margin-bottom:0;padding-left:0;list-style:none}.t-cards__col:focus-within .t-cards__link:focus,#allrecords .t-cards__container:not(.t-cards__container_focus) .t-cards__link,#allrecords .t-cards__link_second,.t-cards__container:not(.t-cards__container_focus) .t-cards__col:focus-within{outline:none}#allrecords .t-cards__col .t-cards__link{color:inherit!important}#allrecords ul.t-card__container{margin-bottom:0;padding-left:0;list-style:none}ul.t-card__container li ul{list-style-type:disc}#allrecords .t-card__col .t-card__link,#allrecords .t-card__col .t-card__link_second{color:inherit!important;outline:none}#allrecords .t-focusable,#allrecords .t-focusable .t-btn,#allrecords .t-focusable .t-btntext{position:relative}

.t-form-success-popup{
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  cursor: pointer;
}
.t-form-success-popup__window{
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.t-form-success-popup__wrapper {
  background-color: #fff;
  padding: 40px 40px 50px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  position: relative;
  cursor: default;
}
.t-form-success-popup__close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.t-form-success-popup__text {
  padding-top: 20px;
}