.p-top-fv__wrap {
	height: calc(100vh - 70px - 60px);
	overflow: hidden;
}

.p-top-fv__img {
	height: 100%;
	text-align: center;
	width: 100%;
}

.p-top-fv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.p-top-fv__title-wrap {
	height: 100%;
	margin-inline: auto;
	position: relative;
	width: 100%;
}

.p-top-fv__title-wrap {
	height: auto;
	left: calc(50% - 1px);
	position: absolute;
	top: 32%;
	transform: translateX(-50%);
	width: 100%;
}

.p-top-fv__title {
	display: inline-grid;
	gap: 12px;
}

.p-top-fv__text-img {
	height: 42px;
	width: auto;
}

.p-top-fv__text-img img {
	height: 100%;
	width: auto;
}

.p-top-fv__news {
	margin-top: 20px;
}

.p-top-fv__news-content {
	border-left: 3px solid #f6822f;
	padding-left: 24px;
	padding-top: 8px;
}

.p-top-fv__news-title {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: normal;
}

.p-top-fv__news-box {
	display: block;
	height: 50px;
}

.p-top-fv__news-box-link {
	display: block;
	padding-block: 8px;
	transition: opacity 0.5s;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-fv__news-box-title {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1.6px;
	line-height: normal;
}

.p-top-about__container {
	display: grid;
	gap: 24px;
}

.p-top-about__heading {
	display: grid;
	gap: 24px;
	place-items: center;
}

.p-top-about__intro {
	display: inline-block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.p-top-about__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-top-about__img {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

.p-top-about__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	display: block;
	object-position: center;
}

.p-top-about__body {
	display: grid;
	gap: 32px;
}

.p-top-about__profile {
	display: grid;
	gap: 16px;
}

.p-top-about__name {
	max-width: 145px;
	padding-block: 4px;
	width: 100%;
}

.p-top-about__name img {
	display: block;
}

.p-top-about__positions {
	display: grid;
	gap: 5px;
}

.p-top-about__position {
	font-weight: 500;
	letter-spacing: 0.11em;
}

.p-top-about__lead {
	align-items: start;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
}

.p-top-about__lead span {
	font-weight: inherit;
}

.p-top-about__text-content {
	align-items: start;
	display: grid;
	gap: 1.2rem;
}

@media (hover: hover) {

.p-top-fv__news-box-link:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 600px) {

.p-top-fv__text-img {
	height: 55px;
}

.p-top-fv__news-box {
	height: auto;
}

.p-top-about__intro {
	margin-inline: 0;
	text-align: center;
}

}

@media screen and (min-width: 768px) {

.p-top-fv__title-wrap {
	top: 30%;
}

.p-top-fv__title {
	gap: 16px;
}

.p-top-fv__text-img {
	height: 63px;
}

.p-top-fv__news {
	margin-top: 40px;
}

.p-top-fv__news-content {
	padding-left: 25px;
	padding-left: 30px;
	padding-top: 10px;
}

.p-top-fv__news-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-top-fv__news-box {
	align-items: center;
	display: flex;
	gap: 11px;
}

.p-top-fv__news-box-link {
	padding-block: 10px;
}

.p-top-fv__news-box-title {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 2px;
}

.p-top-about__container {
	gap: 80px;
}

.p-top-about__heading {
	gap: 40px;
}

.p-top-about__intro {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-top-about__content {
	align-items: stretch;
	flex-direction: row;
	gap: 32px;
	gap: 6.8965%;
	justify-content: start;
}

.p-top-about__img {
	align-self: auto;
	width: 40%;
}

.p-top-about__body {
	align-self: flex-start;
	flex: 1;
	gap: 35px;
}

.p-top-about__profile {
	gap: 20px;
}

.p-top-about__name {
	max-width: 191px;
	padding-block: 7px;
}

.p-top-about__lead {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-about__text-content {
	gap: 1.43rem;
}

}

@media screen and (min-width: 1000px) {

.p-top-fv__wrap {
	height: calc(85vh - 80px);
}

}

