.information-about-company {
	overflow-x: hidden;
}
.about-company-first {
	background: var(--color-F0F1F3);
	position: relative;
	padding: 174px 0 0;
}
.about-company-first > img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 1025px;
	height: auto;
}
.about-company-first > div {
	position: relative;
	z-index: 2;
}
.about-company-first-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 120px;
	padding-right: 148px;
}
.about-company-title-wrapper > h1 {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	text-transform: uppercase;
	max-width: 833px;
	margin: 0 0 20px;
}
.about-company-title-wrapper > h1 > span {
	color: var(--color-C9AD6F);
}
.about-company-subtitle {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	max-width: 693px;
}
.presentation-video {
	position: relative;
}
.presentation-video-container {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.presentation-video-container > video {
	width: auto;
	height: 100%;
}
.presentation-video-text {
	position: absolute;
	left: calc(100% + 30px);
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	padding-top: 22px;
}
.presentation-video-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 77px;
	height: 2px;
	background: var(--color-C9AD6F);
}
#about-company-first-swiper .slide-item {
	position: relative;
	height: 0;
	padding-bottom: 38%;
	overflow: hidden;
}
#about-company-first-swiper .slide-item > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about-company-first-swiper .swiper-slide {
	padding: 0 160px;
	transition: 1s;
}
#about-company-first-swiper.non-padding .swiper-slide {
	padding: 0;
}
#about-company-first-swiper {
	position: relative;
	padding-top: 20px;
}
#about-company-first-swiper:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: var(--color-FFF);
	z-index: 1;
}
#about-company-first-swiper > div {
	position: relative;
	z-index: 2;
}
#about-company-first-swiper > a {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
}
#about-company-first-swiper > div.swiper-custom-navigation {
	position: absolute;
	z-index: 6;
}
.about-company-modern {
	padding: 100px 0;
	position: relative;
}
.about-company-modern:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 415px;
	max-height: 47.7%;
	background: var(--color-F0F1F3);
	z-index: 1;
}
.about-company-modern > div {
	position: relative;
	z-index: 3;
}
.about-company-modern-wrapper {
	display: grid;
	grid-template-columns: 661px 1fr;
	grid-gap: 84px;
	align-items: flex-start;
}
.about-company-modern-item-image {
	position: relative;
	height: 0;
	padding-bottom: 116.49%;
	overflow: hidden;
}
.about-company-modern-item-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-company-modern-title {
	position: relative;
	padding-top: 16px;
	margin: 0 0 45px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}
.about-company-modern-title > span {
	color: var(--color-C9AD6F);
}
.about-company-modern-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 60px;
	height: 1px;
	background: var(--color-1F1D1C);
}
.about-company-modern-text-image-wrapper {
	display: grid;
	grid-template-columns: 1fr 272px;
	grid-gap: 59px;
	margin: 0 0 90px;
}
.about-company-modern-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.about-company-modern-image-small {
	position: relative;
	height: 0;
	padding-bottom: 116.49%;
	overflow: hidden;
}
.about-company-modern-image-small > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-company-modern-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
	max-width: 666px;
	margin: 0 0 30px;
}
.benefit-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 13px;
}
.benefit-item-top-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}
.benefit-item-top-title {
	padding: 22px 24px 0 0;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
}
.benefit-item-top-icon {
	flex-shrink: 0;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.benefit-item-top-icon > svg,
.benefit-item-top-icon > img {
	max-width: 100%;
	height: auto;
}
.benefit-item-description {
	max-width: 66%;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.about-company-mission-wrapper {
	display: grid;
	grid-template-columns: 663px 1fr;
	grid-gap: 80px;
	align-items: flex-start;
}
.about-company-mission .custom-title-line-left {
	margin-bottom: 29.5px;
}
.about-company-mission-title {
	position: relative;
	margin: 0 0 29.5px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}
.about-company-mission-title > span {
	color: var(--color-C9AD6F);
}
.about-company-mission-text {
	color: var(--color-1F1D1C);
	font-family: var(--motn-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
}
.about-company-mission-accordeon-inner {
	display: none;
	padding: 30px 53px 30px 16px;
}
.about-company-mission-accordeon {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	align-items: flex-start;
}
.about-company-mission-accordeon > a {
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	background: var(--color-FFF);
}
.about-company-mission-accordeon > a:hover {
	color: var(--color-C9AD6F);
}
.about-company-mission-accordeon > a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: var(--color-C9AD6F);
	transition: .3s;
}
.about-company-mission-accordeon > a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-E7E7E7);
	transition: .3s;
}
.about-company-mission-accordeon > a > svg {
	transition: .3s;
}
.about-company-mission-accordeon > a.active > svg {
	transform: rotate(180deg);
}
.about-company-mission-accordeon > a.active {
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
}
.about-company-mission-accordeon > a.active:before {
	width: 100%;
}
.about-company-mission-accordeon > a.active:after {
	opacity: 0;
	visibility: hidden;
}
.about-company-mission-accordeon-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.about-company-mission-accordeon-text > b,
.about-company-mission-accordeon-text > strong {
	font-weight: 600;
}
.about-company-mission {
	padding: 120px 0 64px;
}
.about-company-suggest {
	padding: 110px 0 0;
}
.about-company-suggest-wrapper {
	display: grid;
	grid-template-columns: 1fr 661px;
	grid-gap: 164px;
}
.about-company-suggest-image {
	position: relative;
	height: 0;
	padding-bottom: 116.49%;
	overflow: hidden;
}
.about-company-suggest-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-company-suggest-title {
	position: relative;
	margin: 0 0 50px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	padding-top: 16px;
}
.about-company-suggest-title > span {
	color: var(--color-C9AD6F);
}
.about-company-suggest-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 60px;
	height: 1px;
	background: var(--color-1F1D1C);
}
.about-company-suggest-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 46px 31px;
}
.about-company-suggest-benefit-item {
	border-top: 2px solid var(--color-C9AD6F);
	padding: 20px 5px 0 0;
}
.about-company-suggest-benefit-number {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 15px;
}
.about-company-suggest-benefit-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
@media(min-width: 1100px) {
	.about-company-first > img {
		max-width: 53.39vw;
	}
	.about-company-first {
		padding: 9.063vw 0 0;
	}
	.about-company-first-wrapper {
		margin: 0 0 6.25vw;
		padding-right: 7.708vw;
	}
	.about-company-title-wrapper > h1 {
		max-width: 43.385vw;
		margin: 0 0 1.042vw;
	}
	.about-company-subtitle {
		max-width: 36.094vw;
	}
	.presentation-video-container {
		width: 12.5vw;
		height: 12.5vw;
	}
	.presentation-video-text {
		left: calc(100% + 1.563vw);
		padding-top: 1.146vw;
	}
	.presentation-video-text:before {
		width: 4.01vw;
	}
	#about-company-first-swiper .swiper-slide {
		padding: 0 8.333vw;
	}
	#about-company-first-swiper {
		padding-top: 1.042vw;
	}
	.about-company-modern {
		padding: 5.208vw 0;
	}
	.about-company-modern:before {
		height: 21.615vw;
	}
	.about-company-modern-wrapper {
		grid-template-columns: 34.427vw 1fr;
		grid-gap: 4.375vw;
	}
	.about-company-modern-title {
		padding-top: 0.833vw;
		margin: 0 0 2.344vw;
	}
	.about-company-modern-title:before {
		width: 3.125vw;
	}
	.about-company-modern-text-image-wrapper {
		grid-template-columns: 1fr 14.167vw;
		grid-gap: 3.073vw;
		margin: 0 0 4.688vw;
	}
	.about-company-modern-benefits {
		max-width: 34.688vw;
		margin: 0 0 1.563vw;
	}
	.benefit-item {
		gap: 0.677vw;
	}
	.benefit-item-top-wrapper {
		gap: 0.781vw;
	}
	.benefit-item-top-title {
		padding: 1.146vw 1.25vw 0 0;
	}
	.benefit-item-top-icon {
		width: 5.729vw;
		height: 5.729vw;
	}
	.about-company-mission-wrapper {
		grid-template-columns: 34.531vw 1fr;
		grid-gap: 4.167vw;
	}
	.about-company-mission .custom-title-line-left {
		margin-bottom: 1.536vw;
	}
	.about-company-mission-title {
		margin: 0 0 1.536vw;
	}
	.about-company-mission-accordeon-inner {
		padding: 1.563vw 53px 1.563vw 0.833vw;
	}
	.about-company-mission-accordeon > a {
		padding: 0.781vw;
	}
	.about-company-mission {
		padding: 6.25vw 0 3.333vw;
	}
	.about-company-suggest {
		padding: 5.729vw 0 0;
	}
	.about-company-suggest-wrapper {
		grid-template-columns: 1fr 34.427vw;
		grid-gap: 8.542vw;
	}
	.about-company-suggest-title {
		margin: 0 0 2.604vw;
		padding-top: 0.833vw;
	}
	.about-company-suggest-title:before {
		width: 3.125vw;
	}
	.about-company-suggest-benefits {
		grid-gap: 2.396vw 1.615vw;
	}
	.about-company-suggest-benefit-item {
		padding: 1.042vw 5px 0 0;
	}
	.about-company-suggest-benefit-number {
		margin: 0 0 0.781vw;
	}
}
@media(max-width: 1099.99px) {
	.about-company-first {
		padding: 120px 0 0;
	}
	.about-company-first-wrapper {
		margin-bottom: 60px;
	}
	#about-company-first-swiper .swiper-slide {
		padding: 0 80px;
	}
	.about-company-modern-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.about-company-modern-text-image-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		margin: 0 0 60px;
	}
	.about-company-modern-title {
		margin-bottom: 30px;
	}
	.about-company-modern-benefits {
		margin-bottom: 0;
	}
	.benefit-item-top-icon {
		width: 80px;
		height: 80px;
	}
	.about-company-modern {
		padding: 60px 0 50px;
	}
	.about-company-mission {
		padding: 50px 0;
	}
	.about-company-mission-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.about-company-suggest {
		padding: 50px 0;
	}
	.about-company-suggest-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
}
@media(max-width: 990px) {
	#about-company-first-swiper .swiper-slide {
		padding: 0 40px;
	}
	#about-company-first-swiper > div.swiper-custom-navigation {
		position: relative;
		bottom: unset;
		margin: 21px 0 0;
	}
	.about-company-first-wrapper {
		flex-direction: column;
		gap: 19px;
	}
	.about-company-modern-wrapper {
		grid-template-columns: 1fr;
	}
	.about-company-modern-image-small {
		display: none;
	}
	.about-company-modern-text-image-wrapper {
		grid-template-columns: 1fr;
	}
	.about-company-modern-benefits {
		max-width: 100%;
	}
	.about-company-mission-wrapper {
		grid-template-columns: 1fr;
	}
	.about-company-suggest-wrapper {
		grid-template-columns: 1fr;
	}
	.about-company-suggest-benefits {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 20px;
		overflow-x: auto;
		max-width: calc(100vw - 40px);
	}
	.about-company-suggest-benefits::-webkit-scrollbar {
		width: 2px;
		height: 0;
	}
	.about-company-suggest-benefits::-webkit-scrollbar-track {
		background: var(--color-BCBCBB);
	}
	.about-company-suggest-benefits::-webkit-scrollbar-thumb {
		background-color: var(--color-1F1D1C);
		border-radius: 0;
		border: none;
	}
	.about-company-suggest-benefit-item {
		max-width: 100%;
		width: 280px;
		flex-shrink: 0;
	}
}