.modal-form__btn[disabled="disabled"] {
	opacity: 0.5;
	cursor: auto;
}

 .victory-80{
	position: absolute;
	display: block;
    left: -60px;
    top: 1px;
    width: 65px; 
 }
 .victory-80 img{
	display: block;
	width: 100%;
	height: auto;
 }
.columns-box{
	display: grid;
	grid-gap: 2rem;
}
.columns-box__two-col{
	grid-template-columns: 1fr 1fr;
}
.krb-info-block{ 
	margin: 2rem auto;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	padding: 2rem;
	font-size: 1.8rem;
	box-sizing: border-box;
}
.krb-info-block a{
	text-decoration: underline;
}
.krb-info-block a:hover{
	text-decoration: none;
}
.krb-info-block__title{
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 600;
}
.krb-info-block ul{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.bannersland-mini{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px 0;
}
.bannersland-mini__reestr-bg{
	display: block;
}
.bannersland-mini__reestr-bg img{
	display: block;
	width: 100%;
	height: auto;
}
.bannersland-mini__reestr-bg .reestr-desk{
	display: block;
}
.bannersland-mini__reestr-bg .reestr-mobile{
	display: none;
}



@media screen and (max-width: 1450px){
	.victory-80 { 
		left: -40px;
		top: -4px;
		width: 49px;
	}
}
@media screen and (max-width: 1366px) {
	.victory-80 {
        left: 30px;
        top: -4px;
        width: 49px;
    }

	/*Удалить данный стиль, перезаписывает основной*/
	.header__logo-image {
		margin-left: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.victory-80 {
        left: 33px;
        top: -4px;
        width: 40px;
    }
}
@media screen and (max-width: 1024px) {
 
	.victory-80 {
        display: none;
    }
	.header__logo-image {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	.bannersland-mini__reestr-bg .reestr-desk{
	display: none;
	}
	.bannersland-mini__reestr-bg .reestr-mobile{
		display: block;
	}
}

/*-------баннер 80 лет победы в Курской битве----------*/
/* Шрифт Oswald-regular */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('/root/upload/resource/battle-of-kursk/fonts/oswald/Oswald-Regular.ttf');

}

/* Шрифт Montserrat */

/* regular */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('/root/upload/resource/battle-of-kursk/fonts/montserrat/Montserrat-Regular.ttf');
}

/* bold */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/root/upload/resource/battle-of-kursk/fonts/montserrat/Montserrat-Bold.ttf');
}

/*Сброс стилей*/

*,
*:before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

.kd .kursk-battle {
	margin-top: 30px;
}

.kursk-battle {
	display: flex;
	margin-top: 10px;
}

.kursk-battle__left-col {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6.8rem;
	width: 34.8%;
	background-color: #D9D9D9;
}

.kursk-battle__left-col img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.kursk-battle__right-col {
	width: 65.2%;
	background-image: url(../img/banners/bgimg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.kursk-battle__right-info {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 6.8rem;
}

.kursk-battle__title {
	display: block;
	margin-right: 1.5rem;
	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	line-height: 1.2;
	color: #FF4C29;
}

.kursk-battle__info {
	display: flex;
	max-width: 132px;
	height: 100%;
	flex-direction: column;
	align-items: flex-end;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
}

.kursk-battle__info span {
	display: block;
	margin-bottom: 2rem;
}

.kursk-battle__qr {
	flex-shrink: 0;
	display: block;
	margin-top: auto;
}

.kursk-battle__qr img {
	display: block;
}

.kursk-battle__info a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

@media (max-width: 820px) {
	.kursk-battle__left-col {
		padding: 3.8rem;
	}

	.kursk-battle__right-info {
		padding: 3.8rem;
	}
}

@media (max-width: 680px) {

	.kursk-battle {
		flex-direction: column;
		background-image: url(../img/banners/bgimg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
	}

	.kursk-battle__left-col {
		width: 100%;
		background-color: transparent;
	}

	.kursk-battle__left-col img {
		max-width: 220px;
	}

	.kursk-battle__right-col {
		width: 100%;
		background-image: none;
		background-color: rgba(255, 255, 255, 0.6);
	}

	.kursk-battle__title {
		text-align: center;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.kursk-battle__info {
		flex-direction: row;
		max-width: 100%;
		width: 100%;
		align-items: flex-start;
		justify-content: space-between;
	}

	.kursk-battle__info span {
		max-width: 245px;
		font-size: 16px;
		margin-right: 10px;
	}

	.kursk-battle__right-info {
		flex-direction: column;
	}
}
@media (max-width: 500px){
	.columns-box__two-col{
		grid-template-columns:  1fr;
	}
}
@media (max-width: 450px) {
	.kursk-battle__info {
		flex-direction: column;
	}

	.kursk-battle__info span {
		max-width: 245px;
		font-size: 16px;
		margin-right: 10px;
	}

	.kursk-battle__info {
		align-items: center;
	}

	.kursk-battle__info span {
		max-width: 100%;
		font-size: 16px;
		margin-right: 0;
	}

	.kursk-battle__title {
		font-size: 3rem;
	}

	.kursk-battle__right-info {
		padding: 3.8rem 2rem;
	}
}

.tree ._l1>a.parent-brentch {

	min-height: 10.2rem;
	height: auto;
}

.parent-brentch img {
	max-width: 7rem;
	max-height: 7rem;

}

.tree ._l1.-lg>a.parent-brentch:after {
	height: 3.6rem;
}

.parent-brentch .subtitle {
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.9rem;
	font-weight: normal;
}

.tree .bossname {
	font-size: 1.2rem;
	line-height: 1.9rem;
	font-weight: bold;
}

.tree ._l1.-lg>a {
	max-width: 17rem;
}

.tree .parent {
	padding-bottom: 50px;
}

.tree ._l1>a {
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 14rem;
}

.tree .first-branch ._l1>a {
	min-height: 23rem;
}

.tree ._l2>a {
	/*height: 35rem;*/
	height: 31rem;
	z-index: 100;
}

.tree {
	position: relative;
	min-height: 264rem;
	overflow-x: auto;
	overflow-y: hidden;
}

.tree .first-branch ._l1.-lg>a:after {
	height: 130rem;
}

.tree .first-branch ._l1 .parent {
	display: block;
}

.tree ._l1 {
	margin: 0 0.5rem;
	display: block;
	position: relative;
}

.tree .parent-3lv .active {
	margin-top: 2.3rem;
}

.tree .parent-3lv ._l2>a {
	height: auto;
}

.tree .parent-3lv ._l2 {
	width: 100%;
}

.tree ._l2>ul {
	margin-top: 0;
}

.tree .first-branch .parent-3lv li {
	margin-bottom: 1rem;
}

.tree .first-branch .max-l2 .parent {
	display: flex;
	flex-direction: column;
	position: relative;
	left: 0;
	right: 0;
	width: auto;
	top: 0;
	min-width: auto;
	padding: 0;
}

.tree .first-branch ._l1 .avaboss {
	display: block;
	width: 7rem;
	height: 7rem;
	margin-bottom: 1rem;
}

.tree .first-branch .parent-3lv ._l2 {
	position: relative;
	padding-left: 1.3rem;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.tree .first-branch .parent-3lv ._l2:first-child {
	padding-top: 1rem;
}

.tree .first-branch .parent-3lv ._l2:last-child::before {
	height: 50%;
}

.tree .first-branch .parent-3lv ._l2::before {
	left: 0;
	height: 100%;
	bottom: auto;
	top: 0;
}

.tree .first-branch .parent-3lv ._l2::after {
	top: 50%;
	transform: translateY(-50%);
	left: 1px;
	right: auto;
	bottom: auto;
	width: 50px;
}

.tree .max-l2 ._l2:before {
	height: 2.5rem;
}

.tree ._l1 {
	margin: 0 0.2rem;
	display: block;
	position: relative;
}

@media screen and (max-width: 767px) {
	.tree .first-branch ._l1>a {
		min-height: auto;
	}

	.tree ._l1>a {
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 2.1rem;
	}

	.tree ._l1.-lg>a {
		bottom: 0;
	}

	.tree .first-branch ._l1>a {
		min-height: auto;
	}

	.tree ._l1 {
		position: relative !important;
		width: auto !important;
	}

	.tree ._l1:nth-child(2) {
		top: 0;

	}

	.tree ._l0>ul {
		padding-top: 3.7rem;
		padding-left: 1rem;
	}

	.tree ._l1.-lg>a {
		max-width: auto;
	}

	.tree ._l2>a {
		height: auto;
		z-index: 10;
	}

	.tree ._l1:nth-child(2) {
		order: 1;
	}

	.tree ._l1:nth-child(3),
	.tree ._l1:nth-child(4),
	.tree ._l1:nth-child(5),
	.tree ._l1:nth-child(6),
	.tree ._l1:nth-child(7) {
		top: 0;
		order: 0;
		padding-bottom: 2rem;
	}

	.tree ._l1:nth-child(3) {
		padding-top: 2rem;
	}

	.tree ._l1:last-child {
		padding-bottom: 1rem;
	}

	.tree ._l1.-lg>a {
		max-width: 100%;
	}

	.tree ._l1.active>.parent {
		margin-top: 1rem;
	}

	/*.tree ._l0::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 2px;
		background-color: #e3e3e3;
	}*/
	.tree .first-branch .parent-3lv ._l2::before {
		left: 2px;
		height: 100%;
		bottom: auto;
		top: 0;
	}

	.tree .max-l2 {
		padding-bottom: .;
	}

	.tree .max-l2 .parent {
		margin-top: 0;
	}

	.first-branch li:first-child {
		padding-bottom: 0;
	}

	.first-branch li:not(:first-child) {
		padding-left: 1rem;
	}

	.first-branch ._l1 .parent.parent-3lv {
		margin: 0;
	}

	.first-branch>li:not(:first-child)::before {
		content: '';
		position: absolute;
		display: block;
		left: 1px;
		top: 0;
		height: 100%;
		width: 2px;
		background-color: #e3e3e3;
	}

	.first-branch>li:nth-child(2) {
		padding-left: 0;
	}

	.first-branch>li:nth-child(2)::before {
		display: none;

	}

	.tree .first-branch ._l1:nth-child(2)>a::before {
		display: none;
	}

	.first-branch>li>a::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		width: 10px;
		background-color: #e3e3e3;
		height: 2px;

	}

	.tree .first-branch ._l1:nth-child(2) {
		padding-bottom: 0;
	}

	.tree .second-branch>li:first-child::after,
	.tree .second-branch>li::after {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		height: 100%;
		width: 2px;
		background-color: #e3e3e3;
	}

	.tree .second-branch>li>a::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		width: 8px;
		background-color: #e3e3e3;
		height: 2px;
	}

	.tree .second-branch ._l1:nth-child(2):after {
		left: 0rem;
		height: 50%;
	}

	.tree .second-branch>li:not(:first-child) {
		padding-left: 1rem !important;
	}

	.tree .second-branch li ul.parent {
		padding-left: 2rem !important;
	}

	.tree .second-branch>li>.parent>li {
		padding-top: 2rem;
	}

	.tree .second-branch>li>.parent>li::after {
		content: '';
		position: absolute;
		display: block;
		left: -9px;
		top: 0;
		height: 100%;
		width: 2px;
		background-color: #e3e3e3;
	}

	.tree ._l0>ul {
		padding-top: 3.7rem;
		padding-left: 0;
	}

	.tree .second-branch>li>.parent>li:last-child::after {
		height: 100px;
	}

	.tree .second-branch>li>.parent>li>a::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		width: 8px;
		background-color: #e3e3e3;
		height: 2px;
	}

	.tree .second-branch>li>.parent li:last-child>a::after {
		top: 81px;
	}

	.tree .parent {
		padding-bottom: 20px;
	}

	.tree ._l1,
	.tree ._l2 {
		margin-bottom: 0;

	}

}

.gorodsreda-wrapper {
	border: 1px solid #0ec702;
	padding: 1rem;
	grid-column: 1/13;
	grid-row: auto;
}

.gorodsreda-title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.6rem;
}

.gorodsreda-main {
	display: flex;
}


.gorodsreda-information {
	display: flex;
	flex-direction: column;
}

.gorodsreda-information__text {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 14px;
}


.gorodsreda-information__link a {
	text-decoration: none;
	font-size: 2rem;
	background: linear-gradient(127deg, #02acc7, #b2c702);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gorodsreda-information__link p {
	font-size: 1.5rem;
}

.gorodsreda-information__perfomance {
	display: flex;
	gap: 20px;
}


.gorodsreda-container__img {
	width: 32%;
	margin-left: auto;
}

.gorodsreda-information__perfomance img {
	width: 100%;
	height: 90px;
}


@media (max-width: 719px) {
	.gorodsreda-main {
		flex-direction: column;
		gap: 10px;
	}

	.gorodsreda-information__perfomance {
		flex-direction: column;
	}

	.gorodsreda-information__perfomance img {
		height: 100px;
	}

	.gorodsreda-information__perfomance img:first-child {
		height: 150px;
	}

	.gorodsreda-container__img {
		width: 100%;
	}
}

@media (min-width:720px) and (max-width:1024px) {
	.gorodsreda-main {
		gap: 20px;
		flex-direction: column;
	}

	.gorodsreda-information__perfomance {
		flex-direction: row;
	}

	.gorodsreda-information__perfomance img:first-child {
		height: 110px;
	}

	.gorodsreda-container__img {
		width: 90%;
	}
}

.bannersland-gosuslugi {
	display: flex;
	gap: 1rem;
	padding-top: 1rem;
	padding-bottom: 3rem;
}

.bannersland-gosuslugi a {
	display: block;
	flex-grow: 1;
}

.bannersland-gosuslugi a img {
	display: block;
	width: 100%;
	height: auto;


}

@media screen and (max-width: 765px) {
	.bannersland-gosuslugi {
		flex-direction: column;
	}
}


.family-year {
	display: block;
	margin-top: 3rem;
}

.family-year img {
	display: block;
	width: 100%;
	height: auto;
}


/* ------Элемен подгруженного документа ------- */
.document__body {
	margin-right: 0;
	flex-grow: 1;
	min-width: 0;
}

.document__title {
	position: relative;
	display: block;
	width: 99.99%;
	text-overflow: ellipsis;
	overflow: hidden;

}

/* -------------------------------------------- */
.bannersland .banner__finhelp{
	display: flex;
	justify-content: space-between; 
	align-items: center;
	border: 1px solid #198893;
}
.bannersland .banner__finhelp:hover{
	text-decoration: none;
}
.bannersland .banner__finhelp .banner__finhelp-text{
	flex-grow: 1;
	padding: 2rem; 
	line-height: 1.4;
	font-size: 4rem;
	color: #198893;
}
.bannersland .banner__finhelp img{
	max-width: 400px;
	width: 45%;
}	
@media screen and (max-width: 700px){
	.bannersland .banner__finhelp{
		flex-direction: column;
	}
	.bannersland .banner__finhelp .banner__finhelp-text { 
		font-size: 3rem; 
		text-align: center;
	}
	.bannersland .banner__finhelp img{
		width: 100%;
	}
}
/* ---------------Код баннера НАЧАЛО------------------- */
    .bannersland__item--banner-pb{ 
        border: 1px solid #0d4cd3;
        padding: 1rem;
        box-sizing: border-box;
    }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  src: local('Lato Regular'), local('Lato-Regular'),
  url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Light'), local('Lato-Light'),
  url('../fonts/Lato/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
  url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
}

.banner-pb_wrapper * {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.banner-pb_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.banner-pb_container {
  width: 100%;
  max-width: 300px;
  padding: 30px 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-pb_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-pb_content__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner-pb_content__link a:hover{
	text-decoration: none;
}
.banner-pb_button {
  border-radius: 10px;
  padding: 16px 32px;
  background: #0d4cd3;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.banner-pb_button:hover {
  background: #1d5deb;
}

a {
  text-decoration: none;
}

.banner-pb_icon {
  width: 135px;
  height: 50px;
  padding: 8px 0;
}

.banner-pb_content__info {
  margin: 20px 0;
  color: #000000;
}

.banner-pb_content__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px 0;
}

.banner-pb_content__subtitle {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.banner-pb_image {
	position: relative;
	top: 1.4rem;
  background-image: url('../img/banner-pb/business.svg');
  width: 270px;
  height: 275px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 444px) {
  .banner-pb_container {
    max-width: 444px;
  }
  .banner-pb_content {
    flex-direction: row;
    padding: 20px 0 0 0;
    width: 100%;
    justify-content: space-between;
  }
  .banner-pb_content__link {
    width: auto;
    flex-direction: column;
  }
  .banner-pb_icon {
    padding: 18px 0 0 0;
    inline-size: fit-content;
  }
  .banner-pb_content__info {
    margin: 0;
    width: 240px;
  }
}

@media screen and (min-width: 554px) {
  .banner-pb_container {
    max-width: 554px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .banner-pb_image {
    width: 280px;
    height: 285px;
  }

  .banner-pb_content {
    flex-direction: column;
    width: 230px;
    padding: 0;
    align-items: flex-start;
  }
  .banner-pb_content__info {
    margin: 0 0 40px 0;
    width: 240px;
  }
}

@media screen and (min-width: 600px) {
  .banner-pb_container {
    max-width: 100%;
    padding: 30px 30px;
  }
}

@media screen and (min-width: 670px) {
  .banner-pb_container {
    max-width: 100%;
    padding: 20px 60px;
  }
}

@media screen and (min-width: 800px) {
  .banner-pb_container {
    width: 100%;
    max-width: 885px;
    padding: 0 60px;
  }

  .banner-pb_image {
    width: 320px;
    height: 250px;
    background-position: top;
    background-size: cover;
    margin: 20px 0 0 0;
  }

  .banner-pb_content {
    width: auto;
  }

  .banner-pb_content__info {
    width: 315px;
  }

  .banner-pb_content__title {
    font-size: 24px;
  }
  
  .banner-pb_content__subtitle {
    font-size: 18px;
  }
  .banner-pb_content__link {
    flex-direction: row;
  }
  .banner-pb_icon {
    padding: 8px 0 8px 20px;
  } 
}

@media screen and (min-width: 940px) {
  .banner-pb_container {
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
  }

  .banner-pb_image {
    width: 360px;
    height: 280px;
    background-position: top;
    background-size: cover;
    margin: 20px 0 0 0;
  }

  .banner-pb_icon {
    width: 180px;
    height: 68px;
    padding: 10px 0 10px 30px;
  }

  .banner-pb_content__info {
    width: 430px;
  }

  .banner-pb_content__title {
    font-size: 32px;
  }
  
  .banner-pb_content__subtitle {
    font-size: 28px;
  }

  .banner-pb_button {
    font-size: 20px;
    padding: 22px 45px;
  } 
}

@media screen and (min-width: 1920px) {
  .banner-pb_container {
    justify-content: center;
    max-width: 1440px;
    height: 260px;
    width: 100%;
  }
  .banner-pb_image {
	
    width: 310px;
    height: 240px;
    position: absolute;
    margin-left: 20px;
  }
  .banner-pb_content {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .banner-pb_content__info {
    margin: 0;
  }
}
/* ---------------Код баннера КОНЕЦ----------- */
.queue-box{
	display: none;
	margin: 2rem 0;
	padding: 2rem;
	background-color: #ffffff;
	font-size: 2rem;
	box-sizing: border-box;
}
.queue-box.show{
	display: block;
}
.krb-psevdotable{}
.krb-psevdotable__head,
.krb-psevdotable-block{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.krb-psevdotable__th{
	font-weight: bold;
}
.krb-psevdotable__th,
.krb-psevdotable-block__item{
	padding: 5px;
	box-sizing: border-box;
}
.krb-psevdotable-block__item{
	border-top: 1px solid #e3e3e3;
}
.krb-psevdotable-block__item{
	display: flex; 
	gap: 5px;
}
.krb-psevdotable-block__item-label{
	display: none;
	font-weight: bold;
}

.krb-psevdotable__th--surname{}
.krb-psevdotable__th--name{}
.krb-psevdotable__th--patronymic{}
.krb-psevdotable__th--region{}
.krb-psevdotable__th--status{}
.krb-psevdotable__body{}
.krb-psevdotable-block{}
.krb-psevdotable-block__item{}
.krb-psevdotable-block__item--surname{}
.krb-psevdotable-block__item--name{}
.krb-psevdotable-block__item--patronymic{}
.krb-psevdotable-block__item--region{}
.krb-psevdotable-block__item--status{}

@media screen and (max-width: 650px){
	.krb-psevdotable__head{
		display: none;
	}
	.krb-psevdotable-block__item-label{
		display: block; 
	}	
	.krb-psevdotable-block{
		grid-template-columns: 1fr;
		padding: 5px;
		border-top: 1px solid #e3e3e3;
		box-sizing: border-box;		
	}
	.krb-psevdotable-block:not(:first-child){
		margin-top: 2rem;
	}
	.krb-psevdotable-block__item{
		border: none;
	}
}