.uc-hide {
    display: none !important;
}


.nsize-table,
.nsize-table * {
	box-sizing: border-box;
}

.nsize-table__header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 45px;
	align-items: center;
	margin-bottom: 24px;
}

.nsize-table__title {
	font-size: 24px;
	font-weight: 500;
	font-family: TildaSans;
}

.nsize-table__subtitle {
	font-weight: 400;
	font-size: 20px;
	font-family: TildaSans;
}
.nsize-table__body {
	max-width: 100%;
	overflow: auto;
}
.nsize-table table {
	width: 100%;
	border-collapse: collapse;
}

.nsize-table td {
	padding: 10px 20px;
	font-size: 20px;
	min-width: max-content;
	line-height: 31px;
	text-align: center;
	font-family: TildaSans;
	white-space: nowrap;
}

.nsize-table tr {
	border-bottom: solid #d9d9d9 1px;
}
.nsize-table__highlighted {
	border-spacing: 6px;
}
.nsize-table__highlighted td {
	background: #f4f4f4;
}

.nsize-table .nsize-table__highlighted {
	border-bottom: solid #fff 6px;
}

.nsize-table .nsize-table__highlighted td {
	border-left: solid #fff 6px;
	border-right: solid #fff 6px;
}

.nsize-table .nsize-table__highlighted td:last-child {
	border-right: none;
}
.nsize-table .nsize-table__highlighted td:first-child {
	border-left: none;
}

.nsize-table table .nsize-table__highlighted:last-child,
.nsize-table table tr:last-child {
	border-bottom: none;
}


.uc-bordered-text {
    font-family: TildaSans;
    font-size: 20px;
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    padding: 40px;
    margin: 20px 0;
}

.uc-bordered-text h2 {
    font-size: 24px;
    font-weight: 500;
}
.t-records .uc-bordered-text ul,
.uc-bordered-text > * {
    margin-bottom: 30px;
}

.uc-bordered-text > *:last-child {
    margin-bottom: 0;
}

#rec895314640 .t220 .t-col_12 {
  max-width: 1160px;
}


#rec895314640 .t-col_12 .t220__textwrapper {
  margin-left: 0px;
  padding: 30px;
}

#rec895314640 .t220 .t-col_12 {
  margin-left: 20px;
  margin-right: 20px;
}

#rec895245553 .t214__blockimg {
    margin-bottom: 0;
    
}

#rec895245553 .t214__textwrapper {
  margin-bottom: 10px;
  display: none;
}

.t214__blockimg {
    margin-bottom: 0;
    
}

.t214__descr {
    margin: 0;
    padding: 0;
}

.t214__title {
    margin: 0;
    padding: 0;
}

#rec895248484 .t214__textwrapper {
  margin-bottom: 10px;
  display: none;
}

.t-store .t-store__tabs_tabs .t-store__tabs__content {
    max-width: unset;
}

@media (max-width: 480px) {
    .uc-bordered-text {
        font-size: 18px;
        padding: 20px 24px;
    }
    .uc-bordered-text h2 {
        font-size: 20px;
    }
    .t-records .uc-bordered-text ul,
    .uc-bordered-text > * {
        margin-bottom: 16px;
    }
    
    .uc-bordered-text > *:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    .t-rec_pb_135 {
        padding-bottom: 0px !important;
    }
}