body {
	background: #F6F6EA;
}
/* Attrs
------------------------------------------------------------ */
.attrs {
	background-color: #F6F6EA;
}
.attrs .container {
	max-width: 100%;
	padding: 0;
}
.attrs__main-block {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.attrs__section-title {
	padding: 0 20px;
	text-align: center;
}

.attrs__list {
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.attrs .list__item {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
}


.attrs .item__name {
	cursor: pointer;
	margin: 0;
	color: #000000;
	font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 0 6px;
    align-items: center;
    width: 100%;
}

.attrs .item__name:after {
	content: '';
	width: 16px;
	height: 9px;
	background-size: 16px 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='8.35355' y2='8.64645' stroke='%23000'/%3E%3Cline y1='-0.5' x2='11.3137' y2='-0.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16 1)' stroke='%23000'/%3E%3C/svg%3E");
}

.attrs .item__name.active:after {
	transform: scale(1,-1);
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='8.35355' y2='8.64645' stroke='%23D3815D'/%3E%3Cline y1='-0.5' x2='11.3137' y2='-0.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16 1)' stroke='%23D3815D'/%3E%3C/svg%3E");
}

.attrs .item__descr {
	color: rgb(106, 110, 113);
	font-size: 16px;
}

.attrs .item__descr p:fisrt-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.attrs .item__name {
		font-size: 24px;
	}
}

@media (max-width: 520px) {
	.attrs .item__name {
		font-size: 20px;
	}

	.attrs .item__descr {
		font-size: 14px;
		line-height: 1.2;
	}

	.attrs__main-block {
		padding-bottom: 34px;
	}
}

/* Срфкфсеукшыешсы
------------------------------------------------------------ */

.author .container {
	max-width: 100%;
	padding: 0;
}
.author__main-block {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	gap: 50px 0;
}
.author__section-title {
	padding: 0 20px;
	text-align: center;
}

.author__author-group {
	width: 100%;
}

.author .author-group__list {
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.author .author-group .list__item {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
}


.author .author-group .list .item__name {
	cursor: pointer;
	margin: 0;
	
	color: #000000;
	font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 0 6px;
    align-items: center;
    
    width: 100%;
}

.author .author-group .list .item__name:after {
	content: '';
	width: 16px;
	height: 9px;
	background-size: 16px 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='8.35355' y2='8.64645' stroke='%23000'/%3E%3Cline y1='-0.5' x2='11.3137' y2='-0.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16 1)' stroke='%23000'/%3E%3C/svg%3E");
}

.author .author-group .list .item__name.active:after {
	transform: scale(1,-1);
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='8.35355' y2='8.64645' stroke='%23D3815D'/%3E%3Cline y1='-0.5' x2='11.3137' y2='-0.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16 1)' stroke='%23D3815D'/%3E%3C/svg%3E");
}

.author .author-group .list .item__descr {
	color: rgb(106, 110, 113);
	font-size: 16px;
}

.author .author-group .list .item__descr p:fisrt-child {
	margin-top: 0;
}

.author__documents-group {
	padding: 0 20px;
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.author .documents-group__section-title {
	text-align: center;
	margin-bottom: 0;
}

.author .documents-group__columns {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.author .documents-group__buttons-column {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 24px 0;
}

.author .documents-group .buttons-column__btn {
	width: fit-content;
	text-align: left;
	line-height: 1.2;
	min-height: 50px;
}

.author .documents-group__thumb-column {
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
} 

.author .documents-group__title {
	text-align: center;
	font-size: 28px;
	color: #000000;
	margin: 0;
}

.author .documents-group__thumb {}

.author .documents-group .thumb__img {}

.author .documents-group__sub-title {}

@media (max-width: 767px) {
	.author .documents-group__columns {
		display: flex;
		gap: 70px 0;
		flex-direction: column;
		margin-top: 30px;
	}

	.author .documents-group__buttons-column {
		flex-direction: column;
		gap: 15px 0;
		align-items: center;
		justify-content: flex-start;
	}

	.author .documents-group .buttons-column__btn {
		text-align: center;
	}

	.author .author-group .list .item__name {
		font-size: 24px;
	}
}

@media (max-width: 520px) {
	.author .author-group .list .item__name {
		font-size: 20px;
	}

	.author .author-group .list .item__descr * {
		font-size: 14px;
	}

	.author .documents-group__section-title {
		padding: 24px 0;
	    margin: 0;
	    background: #586064;
	    color: #FFFFFF;
	    text-align: center;
	    width: 100%;
	    color: #FFFFFF;
	}

	.author__documents-group {
		padding: 0;
	}

	.author .documents-group__columns {
		padding: 0 20px;
	}
}

/* About
------------------------------------------------------------ */
.about {
	background: #F6F6EA;
}
.about__main-block {
	padding: 60px;
}

.about__section-title {
	text-align: center;
	margin-bottom: 15px;
}
.about__list {
	padding: 0;
	margin: 0;
	display: grid;
	grid-gap: 32px 20px;
	grid-template-columns: repeat(2, 1fr);
}
.about .list__item {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	grid-gap: 0 15px;
}

.about .list .item__img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.about .list .item__descr {
	display: flex;
	gap: 6px 0;
	flex-direction: column;
	font-size: 20px;
	line-height: 24px;
	font-style: 'Inter';
	
	color: #2D363B;
}

.about .list .item .descr__name {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.about .list .item .descr__name,
.about .list .item .descr__value {
	display: block;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

@media (max-width: 1080px) {
	.about__list {
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
}

@media (max-width: 767px) {
	.about__main-block {
		padding: 60px 0;
	}

	.about .list .item__descr {
		font-size: 16px;
		line-height: 1.2;
	}

	.about .list .item__img {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 520px) {
	.about .list .item__descr {
		font-size: 14px;
	}

	.about .list .item__img {
		width: 30px;
		height: 30px;
	}
}