.about {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.about__title {
    padding-top: calc(var(--section-offset-top) + var(--section-title-offset));
    margin-bottom: 40px;
}
.about__wrap {
    align-items: flex-start;
}
.about__director {
    width: 375px;
}
.about__content {
    width: calc(100% - 375px);
    padding-left: 30px;
}
.about__text > p {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.about__text > p:first-child {
	margin-top: 0px;
}
.about__text > h1, 
.about__text > h2, 
.about__text > h3, 
.about__text > h4, 
.about__text > h5, 
.about__text > h6, 
.about__text-title {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-weight: 700;
}
.about__text > h1, 
.about__text > h2, 
.about__text-title.about__text-title_h1, 
.about__text-title.about__text-title_h2 {
	margin-top: calc(20px + 5px);
	font-size: 24px;
	line-height: 32px;
}
.about__text > h3, 
.about__text > h4, 
.about__text > h5, 
.about__text > h6, 
.about__text-title.about__text-title_h3, 
.about__text-title.about__text-title_h4, 
.about__text-title.about__text-title_h5, 
.about__text-title.about__text-title_h6 {
	margin-top: calc(20px + 5px);
	font-size: 18px;
	line-height: 24px;
}
.about__text > h1 + p, 
.about__text > h2 + p, 
.about__text-title.about__text-title_h1 + p, 
.about__text-title.about__text-title_h2 + p {
	margin-top: 20px;
}
.about__text > h3 + p, 
.about__text > h4 + p, 
.about__text > h5 + p, 
.about__text > h6 + p, 
.about__text-title.about__text-title_h3 + p, 
.about__text-title.about__text-title_h4 + p, 
.about__text-title.about__text-title_h5 + p, 
.about__text-title.about__text-title_h6 + p {
	margin-top: 20px;
}
.about__text > h1:first-child, 
.about__text > h2:first-child, 
.about__text > h3:first-child, 
.about__text > h4:first-child, 
.about__text > h5:first-child, 
.about__text > h6:first-child, 
.about__text-title.about__text-title_h1:first-child, 
.about__text-title.about__text-title_h2:first-child, 
.about__text-title.about__text-title_h3:first-child, 
.about__text-title.about__text-title_h4:first-child, 
.about__text-title.about__text-title_h5:first-child, 
.about__text-title.about__text-title_h6:first-child {
	margin-top: 0px;
}
.about__text > p > strong, 
.about__text > p > b {
	color: #000;
	font-weight: 700;
}
.about__text > p > a, 
.about__text-link, 
.about__text > ul li a, 
.about__text > ol li a, 
.about__text-table a {
	color: var(--primary-color);
	border-color: var(--primary-color);
	cursor: pointer;
}
.about__text > p > a:hover, 
.about__text > p > a:active, 
.about__text-link:hover, 
.about__text-link:active, 
.about__text > ul li a:hover, 
.about__text > ul li a:active, 
.about__text > ol li a:hover, 
.about__text > ol li a:active, 
.about__text-table a:hover, 
.about__text-table a:active {
	color: var(--primary-color-active);
	border-color: transparent;
}
.about__text > ul {
	display: table;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.about__text > ul:first-child {
	margin-top: 0px;
}
.about__text > ul li {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px calc(14px + 10px);
	position: relative;
}
.about__text > ul li:first-child {
	margin-top: 0px;
}
.about__text > ul li:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 9px;
	height: 9px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
}
.about__text > ol {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	counter-reset: list;
}
.about__text > ol:first-child {
	margin-top: 0px;
}
.about__text > ol li {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px calc(14px + 10px);
	position: relative;
}
.about__text > ol:has(li:nth-child(10)) li {
	padding-left: calc(24px + 10px);
}
.about__text > ol li:first-child {
	margin-top: 0px;
}
.about__text > ol li:before {
	content: counter(list) ". ";
	counter-increment: list;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	color: var(--primary-color);
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	text-align: left;
}
.about__text > ol:has(li:nth-child(10)) li:before {
	width: 24px;
	text-align: right;
}
.about__text-table {
	display: block;
	margin: calc(20px + 5px) 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.about__text-table:first-child {
	margin-top: 0px;
}
.about__text-table + p {
	margin-top: calc(20px + 5px);
}
.about__text-table table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow: hidden;
}
.about__text-table table thead, 
.about__text-table table tbody {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.about__text-table table tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.about__text-table table thead tr th, 
.about__text-table table thead tr td {}
.about__text-table table tbody tr:nth-child(2n-1) td {
	background: #f8f8f8;
}
.about__text-table table tr th, 
.about__text-table table tr td {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.about__text-table table:has(thead) thead tr:first-child th, 
.about__text-table table:has(thead) thead tr:first-child td, 
.about__text-table table:not(:has(thead)) tbody tr:first-child td {
	border-top: 1px solid #e6e6e6;
}
.about__text-table table thead tr th, 
.about__text-table table thead tr td {}
.about__text-table table thead tr th:not(:first-child), 
.about__text-table table thead tr td:not(:first-child), 
.about__text-table table thead tr th:not(:last-child), 
.about__text-table table thead tr td:not(:last-child) {}
.about__text-table table thead tr th:first-child, 
.about__text-table table thead tr td:first-child {}
.about__text-table table thead tr th:last-child, 
.about__text-table table thead tr td:last-child {}
.about__text-table table tr th {
	text-align: left;
	color: #000;
	font-weight: 500;
}
.about__text-table table img {
	display: inherit;
}
.about__text-table table tr td p {
	margin-top: 0px;
}
.about__text-table table tr td p:first-child {
	margin-top: 0px;
}
.about__text-table table tr td sup {
    font-size: 0.6em;
	line-height: 0px;
}
.about__text .imgs {
    margin-top: 20px;
}
.director {
    padding: 30px;
    border-radius: 4px;
    background-color: var(--secondary-color);
}
.director__data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.director__img-wrap {
    z-index: 1;
    width: 94px;
    min-width: 94px;
    height: 94px;
    margin-right: 28px;
    border-radius: 4px;
}
.director__img {
    border-radius: inherit;
}
.director__img img {
    border-radius: inherit;
}
.director__persona {
    width: 100%;
}
.director__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.director__desc {
	margin-top: 2px;
    line-height: 22px;
}
.director__text {
    margin-bottom: 10px;
}
.director__link {
    margin-top: 11px;
}
.director__link a {
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
}
.director__link a:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.imgs {
    grid: none/repeat(4, 1fr);
    gap: 30px;
}
.imgs__item {
    display: block;
	width: 168px;
    height: 120px;
	position: relative;
    border-bottom: none;
	border-radius: 5px;
	overflow: hidden;
}
.imgs__item-img {
	border-radius: inherit;
}
.imgs__item-img img {
	border-radius: inherit;
}
@media screen and (min-width: 1576px) {
	.imgs__item {
		width: 212px;
	}
}
@media screen and (max-width: 1220px) {
	.about__text-table {
		overflow: auto;
	}
	.about__text-table::-webkit-scrollbar-track {
		background-color: #e0e0e0;
	}
	.about__text-table::-webkit-scrollbar {
		height: 4px;
	}
	.about__text-table::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
	}
	.about__text-table table {
		width: 800px;
	}
	.imgs {
		gap: 20px;
	}
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	.imgs {
		grid: none/repeat(3, 1fr);
	}
	.imgs__item {
		width: auto;
	}
	.imgs__item:nth-child(n+4) {
		display: none;
	}
	.imgs__item-img.bg img {
		object-fit: none;
	}
}
@media screen and (max-width: 992px) {
    .about__title {
        padding-top: 40px;
        margin-bottom: 25px;
        max-width: 600px;
    }
    .about__content {
        padding-left: 30px;
        margin-top: 0;
        width: calc(100% - 320px);
    }
	.about__text > p {
		margin-top: 18px;
	}
	.about__text > h1, 
	.about__text > h2, 
	.about__text-title.about__text-title_h1, 
	.about__text-title.about__text-title_h2 {
		margin-top: calc(18px + 5px);
		font-size: 22px;
		line-height: 26px;
	}
	.about__text > h3, 
	.about__text > h4, 
	.about__text > h5, 
	.about__text > h6, 
	.about__text-title.about__text-title_h3, 
	.about__text-title.about__text-title_h4, 
	.about__text-title.about__text-title_h5, 
	.about__text-title.about__text-title_h6 {
		margin-top: calc(18px + 5px);
	}
	.about__text > h1 + p, 
	.about__text > h2 + p, 
	.about__text-title.about__text-title_h1 + p, 
	.about__text-title.about__text-title_h2 + p {
		margin-top: 18px;
	}
	.about__text > h3 + p, 
	.about__text > h4 + p, 
	.about__text > h5 + p, 
	.about__text > h6 + p, 
	.about__text-title.about__text-title_h3 + p, 
	.about__text-title.about__text-title_h4 + p, 
	.about__text-title.about__text-title_h5 + p, 
	.about__text-title.about__text-title_h6 + p {
		margin-top: 18px;
	}
	.about__text > ul {
		margin-top: 18px;
	}
	.about__text > ul li {
		margin-top: 8px;
	}
	.about__text > ul li:before {
		top: 7px;
	}
	.about__text > ol {
		margin-top: 18px;
	}
	.about__text > ol li {
		margin-top: 8px;
	}
	.about__text-table {
		margin-top: calc(18px + 5px);
	}
	.about__text-table + p {
		margin-top: calc(18px + 5px);
	}
	.director {
        padding: 25px;
        width: 320px;
    }
    .director__img-wrap {
        margin-right: 15px;
    }
    .director__name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .director__desc {
		margin-top: 4px;
        font-size: 14px;
        line-height: 18px;
    }
    .director__data {
		align-items: flex-start;
        margin-bottom: 15px;
    }
    .imgs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
        grid: none/1fr 1fr;
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about__title {
        max-width: 100%;
    }
	.about__director {
        width: 100%;
        margin-bottom: 0;
        order: 2;
    }
    .about__content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
	.about__text > h1, 
	.about__text > h2, 
	.about__text-title.about__text-title_h1, 
	.about__text-title.about__text-title_h2 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 460px) {
	.imgs__item {
		width: calc(50% - (15px / 2));
		height: 110px;
	}
}