:root {
	--about-primary-color: #ff335f;
	--section-spacing: 60px 0;
	--fz-title: 30px;
}

@media (max-width: 575.98px) {
	:root {
		--section-spacing: 40px 0;
		--fz-title: 24px;
	}
}

/* ##### base styles reset ##### */
h1 {
	line-height: initial;
	letter-spacing: initial;
}

p {
	margin-bottom: 0;
	line-height: initial;
	letter-spacing: initial;
}

ol,
ul {
	margin-bottom: 0;
	padding-left: 0;
}

.btn-about,
.btn-job {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.2em 3.6em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.48px;
	white-space: nowrap;
	color: white;
	background-color: var(--about-primary-color);
	border: 1px solid var(--about-primary-color);
	border-radius: 14px;
	transition: 150ms ease-in-out;
	cursor: pointer;
}

.btn-about:hover,
.btn-job:hover {
	background-color: #eb1f4b;
}

/* ##### HERO-JOB ##### */
.hero-job {
	--bg-scale: 1;
	position: relative;
	padding: 90px 0 80px;
	font-family: 'Geometria';
	background-image: url(../img/job/hero-background.svg);
	background-size: calc(var(--bg-scale) * 616px) calc(var(--bg-scale) * 517px);
	background-position: calc(50% + 324px) calc(100% - 20px);
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}

.hero-job::after {
	--image-scale: 1;
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	display: block;
}

.hero-job--day::after {
	right: calc(50% - 590px);
	width: calc(var(--image-scale) * 501px);
	height: calc(var(--image-scale) * 477px);
	background: url(../img/job/hero-image-3.png) 0 0/contain no-repeat;
}

.hero-job--week::after {
	right: calc(50% - 510px);
	width: calc(var(--image-scale) * 344px);
	height: calc(var(--image-scale) * 518px);
	background: url(../img/job/hero-image-1.png) 0 0/contain no-repeat;
}

.hero-job--delivery::after {
	right: calc(50% - 530px);
	width: calc(var(--image-scale) * 368px);
	height: calc(var(--image-scale) * 493px);
	background: url(../img/job/hero-image-4.png) 0 0/contain no-repeat;
}

.hero-job--walk::after {
	right: calc(50% - 590px);
	width: calc(var(--image-scale) * 482px);
	height: calc(var(--image-scale) * 496px);
	background: url(../img/job/hero-image-2.png) 0 0/contain no-repeat;
}

.hero-job--temp::after {
	right: calc(50% - 730px);
	width: calc(var(--image-scale) * 638px);
	height: calc(var(--image-scale) * 506px);
	background: url(../img/job/hero-image-5.png) 0 0/contain no-repeat;
}

.hero-job--side::after {
	right: calc(50% - 545px);
	width: calc(var(--image-scale) * 432px);
	height: calc(var(--image-scale) * 523px);
	background: url(../img/job/hero-image-6.png) 0 0/contain no-repeat;
}

.hero-job__title {
	margin-bottom: 48px;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--about-primary-color);
}

.hero-job__content {
	margin-bottom: 55px;
	max-width: 700px;
}

.hero-job__par {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: #6a6a6a;
}

.hero-job__par--mb-1 {
	margin-bottom: 12px;
}

.hero-job__par--mb-2 {
	margin-bottom: 20px;
}

.hero-job__par.hl {
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.hero-job {
		padding: var(--section-spacing);
		background-image: none;
	}

	.hero-job::after {
		--image-scale: 0.8;
		right: 0;
		opacity: 0.75;
	}

	.hero-job__title {
		font-size: 35px;
	}

	.hero-job__content {
		margin-bottom: 50px;
	}

	.hero-job__par {
		font-size: 18px;
	}

	.hero-job__par.hl {
		font-size: 20px;
	}

	.hero-job__par--mb-1 {
		margin-bottom: 10px;
	}

	.hero-job__par--mb-2 {
		margin-bottom: 15px;
	}
}

@media (max-width: 767.98px) {
	.hero-job::after {
		--image-scale: 0.6;
		opacity: 0.35;
	}

	.hero-job__title {
		margin-bottom: 40px;
		font-size: 30px;
	}

	.hero-job__par {
		font-size: 16px;
	}

	.hero-job__par.hl {
		font-size: 18px;
	}

	.btn-job {
		padding: 1.1em 2.9em;
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.hero-job--temp::after {
		right: -60px;
	}

	.hero-job__title {
		margin-bottom: 30px;
		font-size: 28px;
	}

	.hero-job__content {
		margin-bottom: 40px;
	}

	.hero-job__par.hl {
		font-size: 16px;
	}

	.hero-job__par--mb-1 {
		margin-bottom: 15px;
	}

	.hero-job__par--mb-2 {
		margin-bottom: 10px;
	}
}

/* ##### DESC-JOB ##### */
.desc-job {
	padding: 70px 0;
	font-family: 'Geometria';
}

.desc-job__title {
	margin-bottom: 57px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #2a2a2a;
}

.desc-job__tabs {
	position: relative;
	margin-right: 175px;
	border: 1px solid #f4f4f4;
	border-radius: 12px;
}

.desc-job__tabs::after {
	--image-scale: 1;
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	display: block;
	width: calc(var(--image-scale) * 150px);
	height: calc(var(--image-scale) * 126px);
	background: url(../img/job/desc-vector.svg) 0 0/contain no-repeat;
	transform: translate(100%, -50%);
}

.desc-job__list {
	display: flex;
	margin-bottom: 30px;
	padding: 4px;
	background: #f4f4f4;
	border-radius: 12px;
}

.desc-job__item {
	flex: 1 1 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	font-size: 18px;
	color: #3c3c43;
	transition: color 150ms ease-in, background-color 150ms ease-in;
}

.desc-job__item.is-active {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border-radius: 8px;
	background-color: #ffe4ea;
}

.desc-job__panel-list {
	padding: 0 8px 8px;
}

.desc-job__panel-item {}

.desc-job__panel-item ol {
	padding-left: 15px;
}

.desc-job__panel-item p,
.desc-job__panel-item li {
	font-size: 14px;
	line-height: 30px;
	color: #3C3C43;
}

.desc-job__panel-item ul li {
	position: relative;
	padding-left: 10px;
}

.desc-job__panel-item ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #3c3c43;
	transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
	.desc-job__tabs {
		margin-right: 0;
	}

	.desc-job__item {
		flex: 1 1 auto;
	}

	.desc-job__tabs::after {
		--image-scale: 0.9;
		z-index: -1;
		top: auto;
		right: 10px;
		bottom: 10px;
		transform: initial;
		opacity: 0.6;
	}
}

@media (max-width: 991.98px) {
	.desc-job {
		padding: var(--section-spacing);
	}

	.desc-job__title {
		font-size: var(--fz-title);
	}

	.desc-job__list.tabs__list {
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.desc-job__item {
		flex: 0 0 auto;
		padding-inline: 15px;
	}

	.desc-job__item,
	.desc-job__item.is-active {
		flex: 0 0 auto;
		padding: 0 15px;
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.desc-job__tabs::after {
		--image-scale: 0.75;
	}

	.desc-job__list.tabs__list {
		flex-wrap: wrap;
	}
}

@media (max-width: 575.98px) {
	.desc-job__list.tabs__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	}
}

/* ##### STAGES-ABOUT ##### */
.stages-about {
	padding: 84px 0 101px;
	background-image: url(../img/about/about-stages-bg.svg);
	background-size: 440px 520px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: var(--about-primary-color);
}

.stages-about__title {
	margin-bottom: 57px;
	font-size: 34px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -1px;
	color: #fff;
}

.stages-about__list {
	display: grid;
	grid-template-columns: repeat(4, 235px);
	justify-content: space-between;
	align-items: start;
	margin-bottom: 43px;
	padding-left: 0;
}

.stages-about__item {
	display: grid;
	gap: 18px;
}

.stages-about__item-num {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 700;
	font-size: 20px;
	color: var(--about-primary-color);
	border-radius: 50%;
	background: #fff;
}

.stages-about__item-num::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../img/about/about-stages-arrow.svg) 0 0/cover no-repeat;
}

.stages-about__item-title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: initial;
	color: #fff;
}

.stages-about__item-desc {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: initial;
	color: #fff;
}

.btn-about--stages {
	padding: 1em 2.1em;
	font-size: 16px;
	color: var(--about-primary-color);
	border-radius: 11px;
	background-color: #fff;
}

.btn-about--stages:hover {
	color: #fff;
}

@media (max-width: 1399.98px) {
	.stages-about__list {
		grid-template-columns: repeat(4, 200px);
	}
}

@media (max-width: 991.98px) {
	.stages-about {
		padding: var(--section-spacing);
		background-size: 340px 520px;
	}

	.stages-about__title {
		font-size: var(--fz-title);
	}

	.stages-about__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.stages-about__item-title br {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.stages-about__item-title br {
		display: inline;
	}
}

@media (max-width: 575.98px) {
	.stages-about__list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.stages-about__item {
		grid-template-areas: "num title" "desc desc";
		grid-template-columns: 65px 1fr;
		gap: 15px;
	}

	.stages-about__item-num {
		grid-area: num;
	}

	.stages-about__item-title {
		grid-area: title;
		align-self: center;
		font-size: 18px;
	}

	.stages-about__item-desc {
		grid-area: desc;
	}

	.stages-about__item-title br {
		display: none;
	}
}