.page-content:before{
	display:none;
}
.requisites{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.requisites > div{
	display:flex;
	gap:30px;
}
.requisites > div > div:first-child{
	font-weight:500;
	min-width:150px;
}
.about-docs{
	display:flex;
	flex-direction:column;
	gap:30px;
	min-width:400px;
}
.about-docs .title{
	font-weight:500;
	margin:0 0 20px;
	font-size:1.3em;
}
.about-docs a{
	display:flex;
	gap:10px;
	margin:0 0 5px;
}
.about-docs a:before{
	content:'';
	display:block;
	min-width:25px;
	height:25px;
	opacity:.5;
	background:url('data:image/svg+xml;utf8,<svg fill="none" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m19.1795 7.13233-4.2051-4.3065c-.5129-.51267-1.2308-.82028-2.0513-.82028h-6.0513c-1.53847-.10254-2.8718 1.23043-2.8718 2.76846v14.35499c0 1.538 1.23077 2.871 2.8718 2.871h10.2564c1.5385 0 2.8718-1.2304 2.8718-2.871v-10.04849c0-.71775-.3077-1.4355-.8205-1.94818zm-10.25642 2.97357h3.07692c.4103 0 .8205.3076.8205.8203 0 .5126-.3077.8202-.8205.8202h-3.07692c-.41026 0-.82052-.3076-.82052-.8202 0-.5127.41026-.8203.82052-.8203zm6.15382 5.742h-6.15382c-.41026 0-.82052-.3076-.82052-.8203s.3077-.8203.82052-.8203h6.15382c.4103 0 .8205.3076.8205.8203s-.4102.8203-.8205.8203z" fill="rgb(84,84,84)"/></svg>') no-repeat center / contain;
}
@media screen and (max-width:1100px){
	.container-content{
		flex-direction:column;
	}
	.container-content > div{
		width:100%;
	}
	.about-docs{
		min-width:auto;
	}
}