.cert-sidebar-block {
	display: none !important;
}

.sertification-detail p b {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.sertification-detail h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;

}

.sertification-detail h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
}

.sertification-detail h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.sertification-detail h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.sertification-detail ul {
	padding-left: 28px;
	margin-top: 8px;
}

.sertification-detail ul li {
	margin-bottom: 4px;
}

table.organ-upravleniya tr td p+p {
	margin-top: 8px;
}

table.sotrudniki {
	border: 1px solid #F0F0F0;
	overflow: hidden;
	border-radius: 8px;
	font-size: 14px;
	line-height: 18px
}

table.sotrudniki tr {
	border-bottom: 1px solid #F0F0F0
}

table.perechen-il td{
	font-size: 14px;
	line-height: 18px; 
	color: #777777;
}

table.perechen-il td p {
	margin-top: 8px;
	color: var(--black);
}

table.perechen-il td:not(:last-child){
	padding-right: 32px;
}

.document__item{
	margin-bottom: 8px;
}

.document__item.active {
    box-shadow: 0 1px 3px 0 #0000000D;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
}

.document-item__name {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    justify-content: space-between;
    padding: 16px;
    background-color: var(--light-gray);
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
}

.document-item__name.active {
    background-color: transparent;
    padding: 16px 16px 0px;
}

.document-item__name .minus,
.document-item__name.active .plus {
    display: none;
}

.document-item__name .plus,
.document-item__name.active .minus {
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
}

.document-item__info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 16px;
	box-shadow: 0px 12px 12px -7px #0000000A;
}

.document-item__info.active {
    padding: 8px 32px 24px;
}

.document-item__files {
    margin-top: 8px;
}

.document-item__file {
    display: flex;
}

.document-item__file:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 16px;
}

.document-item__file-icon {
    margin-right: 16px;
    display: none;
}

.document-item__file-time {
    color: var(--lucky-gray);
    margin-bottom: 16px;
}

.document-item__file-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.document-item__file-download {
    display: flex;
    align-items: center;
}

.document-item__file-download a,
.document-item__file-size {
    color: var(--footer-background);
    font-size: 14px;
    line-height: 18px;
}

.document-item__file-download a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.document-item__file-download a svg {
    margin-left: 6px;
}

.document-item__file-size{
    color: var(--lucky-gray);
    margin-left: 24px;
}

.document-item__description p b{
    margin-bottom: 8px;
    display: block;
}

.document-item__description a {
    color: var(--footer-background);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.document-item__file.one-block {
    border: none;
    padding: 0;
    margin-bottom: 6px;
}

.document-item__file-list{
	margin-top: 24px;
}

@media (max-width:1020px) {
	table tr td img{
		width: 100% !important;
		height: auto !important;
	}

	table.oblast-akkreditatsii tr,
	table.organ-upravleniya tr,
	table.perechen-il tr {
		display: flex;
		flex-direction: column;
	}

	table.perechen-il td,
	table.organ-upravleniya td{
		width: 100%!important;
	}

	table.organ-upravleniya tr td:not(:last-child) {
		margin-bottom: 24px;
	}

	.sertification__detail-content table.organ-upravleniya tr td:nth-child(1){
		order: 0;
	}

	table.oblast-akkreditatsii tr td img {
		float: none !important;
		margin-top: 16px;
	}

	table.oblast-akkreditatsii+br {
		display: none;
	}

	.sertification-detail h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.sertification-detail h4 {
		font-size: 18px;
		line-height: 24px;
	}

	table.sotrudniki,
	table.skhemy-sertifikatsii {
		overflow: scroll!important;
		display: block;
	}

	table.sotrudniki tbody,
	table.skhemy-sertifikatsii tbody {
		display: block;
		width: 1200px;
	}

	table.perechen-il tr td:not(:last-child){
		padding-right: 0;
		padding-bottom: 24px;
	}
	
	.sertification__detail-content table tr {
		display: flex;
		flex-wrap: wrap;
	}

	.sertification__detail-content table tr td:nth-child(1){
		order: 2;
	}

	.sertification__detail-content table tr td:nth-child(2){
		margin-bottom: 24px;
	}
}

@media (max-width:460px) {
	table.oblast-akkreditatsii tr td img {
		width: 100% !important;
		height: auto !important;
	}
}