.page-company {
	position: relative;
}

.page-company__indent {
	margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
	.page-company__indent {
		margin-bottom: 40px;
	}
}

.page-company * {
	font-size: 17px;
	line-height: 1.3;
	color: #303030;
}

.page-company h1,
.page-company h2,
.page-company h3,
.page-company h4 {
	position: relative;
	font-family: var(--bebas);
	font-weight: 700;
	line-height: normal;
	color: #383838;
}

.page-company h1::before,
.page-company h2::before,
.page-company h3::before,
.page-company h4::before {
	content: "/";
	padding-right: 0.2em;
	color: #fa6b00;
}

.page-company h2 {
	margin-bottom: 25px;
	font-size: 38px;
}

@media screen and (max-width: 768px) {
	.page-company h2 {
		font-size: 28px;
	}
}

.page-company.page-company ul {
	margin: 0;
	list-style: none;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.page-company.page-company ul li {
	position: relative;
	padding-left: 1em;
}

.page-company.page-company ul li::before {
	margin-left: 0;
	color: inherit;

	position: absolute;
	content: "";
	left: 0;
	top: 10px;

	display: block;
	width: 4px;
	height: 4px;
	background-color: #383838;
	border-radius: 50%;
}

.page-company .cols-gray {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
@media screen and (max-width: 768px) {
	.page-company .cols-gray {
		flex-direction: column;
	}
}
.page-company .col {
	padding: 40px 30px;
	background-color: #f8f8f8;

	width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
	.page-company .col {
		width: 100%;
	}
}
.page-company .col *:first-child {
	margin-top: 0;
}
.page-company .col *:last-child {
	margin-bottom: 0;
}
.page-company .block-img-text {
	margin-bottom: 30px;
	display: flex;
	gap: 35px;
}
@media screen and (max-width: 768px) {
	.page-company .block-img-text {
		flex-direction: column;
	}
}
.page-company .block-img-text img {
	max-width: 46%;
}
@media screen and (max-width: 768px) {
	.page-company .block-img-text img {
		max-width: 100%;
	}
}
.page-company .block-img-text .text {
}
.page-company .faq {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.page-company .faq-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.page-company .faq-title {
	margin: 0;
	font-weight: 600;
}
.page-company .faq-descr {
}
.page-company .faq-descr *:first-child {
	margin-top: 0;
}
.page-company .faq-descr *:last-child {
	margin-bottom: 0;
}
.page-company .need-help {
	position: relative;
	padding: 50px 52px;
	background-color: #f8f8f8;
}
@media screen and (max-width: 992px) {
	.page-company .need-help {
		padding: 30px 30px 160px;
	}
}
.page-company .need-help__img {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;

	aspect-ratio: 371 / 361;
	object-fit: cover;
	width: 40%;
	height: auto;
}
@media screen and (max-width: 1100px) {
	.page-company .need-help__img {
		width: calc(100% - 530px - 10px);
	}
}
@media screen and (max-width: 992px) {
	.page-company .need-help__img {
		width: 200px;
		top: initial;
		bottom: 0;
		transform: rotate(90deg);
	}
}
.page-company .need-help__box {
	position: relative;
	z-index: 5;

	width: 100%;
	max-width: 530px;
}
.page-company .need-help__title {
	/* margin: 0 0 15px; */
}
.page-company .need-help__descr {
	margin: 0 0 35px;

	font-weight: 500;
	font-size: 20px;
}
.page-company .need-help__cont {
	margin: 0 0 35px;

	display: flex;
	gap: 57px;
}
@media screen and (max-width: 560px) {
	.page-company .need-help__cont {
		flex-direction: column;
		gap: 20px;
	}
}
.page-company .need-help__cont .col {
	padding: 0;
	font-weight: 500;
	font-size: 16px;

	display: flex;
	flex-direction: column;
	gap: 8px;
	width: initial;

	background-color: transparent;
}
.page-company .phone {
	font-weight: 700;
	font-size: 20px;
	color: #fa6b00;
}
.page-company .mail {
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
}
.page-company .need-help__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	padding: 13px 16px;
	width: 100%;

	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #ff6400;

	border: 2px solid #ff6400;
	border-radius: 3px;

	background-color: transparent;
	transition: all .25s;
}
.page-company .need-help__btn:hover {
	background-color: #ff6400;
	color: #fff;
}
.rb-catalog__maintitlebox.rb-catalog__maintitlebox {
	margin-bottom: 25px;
}
