:root {
	--vknv-accent-color: #ff486f;
}

@media (max-width: 991.98px) {
	:root {
		--section-spacing: 60px 0;
		--fz-title: 30px;
	}
}

@media (max-width: 575.98px) {
	:root {
		--section-spacing: 40px 0;
		--fz-title: 24px;
	}
}

.btn-vknv {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.95em 2.9em;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.48px;
	white-space: nowrap;
	color: #fff;
	background-color: var(--vknv-accent-color);
	border: none;
	border-radius: 14px;
	transition: background-color 150ms ease-in-out;
	cursor: pointer;
}

.btn-vknv:hover {
	background-color: #eb1f4b;
	transition: background-color 150ms ease-in-out;
}

@media (max-width: 991px) {
	.btn-vknv {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.btn-vknv {
		font-size: 16px;
	}
}

/* ##### HERO-VKNV ##### */
.hero-vknv {
	padding: 70px 0 100px;
	font-family: 'Inter';
	background-color: #fff;
}

.hero-vknv::after {
	--scale: 1;
	content: '';
	position: absolute;
	bottom: 0;
	right: calc(50% - 585px);
	width: calc(var(--scale) * 521px);
	height: calc(var(--scale) * 517px);
	background: url("../../img/vakansii/vakansii-kurera-na-velosipede/hero-image.png") 0 0/contain no-repeat;
}

.hero-vknv__title {
	margin-bottom: 35px;
	max-width: 620px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.45;
	letter-spacing: -0.01em;
	color: var(--vknv-accent-color);
}

.hero-vknv__title::after {
	--scale: 1;
	content: '';
	position: relative;
	bottom: -5px;
	/* position: absolute;
	top: -25px;
	right: 0; */
	display: inline-block;
	width: calc(var(--scale) * 262px);
	height: calc(var(--scale) * 54px);
	background: url("../../img/vakansii/vakansii-kurera-na-velosipede/logo-samokat.svg") 0 0/contain no-repeat;
}

.hero-vknv__par {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 500;
	color: #4B4F58;
}

.hero-vknv__par .hl {
	color: var(--vknv-accent-color);
}

.hero-vknv__list {
	margin-bottom: 30px;
}

.hero-vknv__item {
	position: relative;
	padding-left: 18px;
	font-weight: 500;
	font-size: 18px;
	color: #4B4F58;
}

.hero-vknv__item:not(:last-child) {
	margin-bottom: 10px;
}

.hero-vknv__item::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #4b4f58;
}

.hero-vknv__buttons-block {
	display: grid;
	grid-template-columns: repeat(2, 281px);
	gap: 18px;
}

.hero-vknv__button {}

.hero-vknv__button--transparent {
	border: 2px solid var(--vknv-accent-color);
	color: var(--vknv-accent-color);
	background-color: #fff;
}

.hero-vknv__button--transparent:hover {
	color: #fff;
}

@media (max-width: 1199.98px) {
	.hero-vknv::after {
		--scale: 0.95;
		right: calc(50% - 600px);
	}
}

@media (max-width: 991px) {
	.hero-vknv {
		padding: var(--section-spacing);
	}

	.hero-vknv::after {
		--scale: 0.8;
		right: calc(50% - 570px);
	}

	.hero-vknv__title {
		font-size: 40px;
		line-height: 1.2;
	}

	.hero-vknv__title::after {
		--scale: 0.92;
	}

	.hero-vknv__buttons-block {
		grid-template-columns: repeat(2, 240px);
	}
}

@media (max-width: 767.98px) {
	.hero-vknv::after {
		--scale: 0.65;
		right: calc(50% - 390px);
		opacity: 0.35;
	}

	.hero-vknv__title {
		font-size: 36px;
	}

	.hero-vknv__title::after {
		--scale: 0.85;
	}

	.hero-vknv__buttons-block {
		grid-template-columns: repeat(2, 230px);
	}
}

@media (max-width: 575px) {
	.hero-vknv::after {
		--scale: 0.55;
		right: calc(50% - 270px);
	}

	.hero-vknv__title {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.hero-vknv__title::after {
		--scale: 0.75;
		bottom: -4px;
	}

	.hero-vknv__par {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.hero-vknv__item {
		font-size: 16px;
	}

	.hero-vknv__item:not(:last-child) {
		margin-bottom: 5px;
	}

	.hero-vknv__buttons-block {
		grid-template-columns: 100%;
		gap: 10px;
		max-width: 230px;
	}
}

@media (max-width: 480px) {
	.hero-vknv::after {
		display: none;
	}

	.hero-vknv__title {
		font-size: 28px;
	}

	.hero-vknv__title::after {
		--scale: 0.65;
	}
}

/* ##### BENEFITS-VKNV ##### */
.benefits-vknv {
	padding: 75px 0 60px;
	font-family: 'Inter';
	color: #2a2a2a;
	background-color: #f7f6f5;
}

.benefits-vknv__title {
	margin-bottom: 55px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
}

.benefits-vknv__par {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.5px;
}

.benefits-vknv__list {}

.benefits-vknv__item {
	position: relative;
	padding-left: 35px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.5px;
}

.benefits-vknv__item:not(:last-child) {
	margin-bottom: 20px;
}

.benefits-vknv__item::before {
	--scale: 1;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: calc(var(--scale) * 20px);
	height: calc(var(--scale) * 20px);
	background: url("../../img/vakansii/vakansii-kurera-na-velosipede/marker.svg") center/contain no-repeat;
}

@media (max-width: 991px) {
	.benefits-vknv {
		padding: var(--section-spacing);
	}

	.benefits-vknv__title {
		font-size: var(--fz-title);
	}
}

@media (max-width: 575px) {
	.benefits-vknv__title {
		text-align: left;
	}

	.benefits-vknv__par {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.5;
	}

	.benefits-vknv__item {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 30px;
	}

	.benefits-vknv__item:not(:last-child) {
		margin-bottom: 15px;
	}

	.benefits-vknv__item::before {
		--scale: 0.85;
	}
}

/* ##### INFO-VKNV ##### */
.info-vknv {
	padding: 60px 0;
	background-color: var(--vknv-accent-color);
}

.info-vknv__inner {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
}

.info-vknv__list-section {}

.info-vknv__list {}

.info-vknv__item {
	padding: 22px 36px;
	font-family: 'Inter';
	background-color: #f5f5f5;
	border-radius: 14px;
}

.info-vknv__item:not(:last-child) {
	margin-bottom: 20px;
}

.info-vknv__item-title {
	margin-bottom: 6px;
	font-size: 28px;
	font-weight: 600;
	color: var(--vknv-accent-color);
}

.info-vknv__item-ul {}

.info-vknv__item-li {
	position: relative;
	padding-left: 9px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	color: #302b2b;
}

.info-vknv__item-li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #302b2b;
}

.info-vknv__form-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Montserrat';
}

.info-vknv__form-title {
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.29;
	letter-spacing: 0.48px;
	text-align: center;
	color: #fff;
}

.form-profile {}

.form-profile__inner {
	display: grid;
	grid-template-rows: repeat(4, 48px);
	gap: 20px;
}

.form-profile__input,
.form-profile__select {
	display: flex;
	align-items: center;
	padding: 0.75em 1.5em;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid var(--vacancy-accent-color);
	border-radius: 12px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.form-profile__input::placeholder,
.form-profile__select {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.48px;
	color: #a4a4a4;
}

.form-profile__select {
	padding-right: 50px;
	background-size: 11px 7px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.92964C5.86667 6.92964 5.73767 6.90464 5.613 6.85464C5.48767 6.80464 5.38334 6.73797 5.3 6.65464L0.700003 2.05464C0.516669 1.87131 0.425003 1.63797 0.425003 1.35464C0.425003 1.0713 0.516669 0.837972 0.700003 0.654638C0.883336 0.471305 1.11667 0.379639 1.4 0.379639C1.68334 0.379639 1.91667 0.471305 2.1 0.654638L6 4.55464L9.9 0.654638C10.0833 0.471305 10.3167 0.379639 10.6 0.379639C10.8833 0.379639 11.1167 0.471305 11.3 0.654638C11.4833 0.837972 11.575 1.0713 11.575 1.35464C11.575 1.63797 11.4833 1.87131 11.3 2.05464L6.7 6.65464C6.6 6.75464 6.49167 6.8253 6.375 6.86664C6.25834 6.90864 6.13334 6.92964 6 6.92964Z' fill='%23A4A4A4'/%3E%3C/svg%3E%0A");
	appearance: none;
}

.form-profile__select::-ms-expand {
	display: none;
}

.form-profile__select:focus-visible {
	outline: none;
}

.form-profile__select option {
	font-size: 14px;
}

.form-profile__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.75em 1.5em;
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.48px;
	white-space: nowrap;
	color: #fff;
	background-color: #21201f;
	border: 1px solid transparent;
	border-radius: 14px;
	transition: background-color 150ms ease-in-out;
	cursor: pointer;
}

.form-profile__button:hover {
	background-color: #3e3c3b;
}

.form-profile__pii {}

.mod-checkbox-profile__label {
	line-height: 1.2;
	cursor: pointer;
}

.mod-checkbox-profile__default-input {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	opacity: 0;
}

.mod-checkbox-profile__default-input::-ms-check {
	display: none;
}

.mod-checkbox-profile__style-wrap {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 2px;
}

.mod-checkbox-profile__style {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 4px;
}

.mod-checkbox-profile__title {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.3px;
	color: #fff;
	user-select: none;
}

.mod-checkbox-profile__default-input:checked + .mod-checkbox-profile__style::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 9px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.95459L4.06511 9.03272C4.46491 9.51248 5.20176 9.51248 5.60155 9.03272L11.5 1.95459' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	transform: translate(-50%, -50%);
}

.response--profile.is-resolved {
	font-family: 'Geometria', sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
}

@media (max-width: 991px) {
	.info-vknv {
		padding: var(--section-spacing);
	}

	.info-vknv__inner {
		grid-template-columns: 100%;
	}

	.form-profile__inner {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 48px) auto;
		gap: 15px;
	}

	.form-profile__pii {
		grid-column: 1/-1;
	}
}

@media (max-width: 767.98px) {
	.info-vknv__item-title {
		font-size: 24px;
	}

	.form-profile__inner {
		gap: 10px;
	}

	.info-vknv__form-title {
		margin-bottom: 20px;
	}

	.form-profile__button {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.info-vknv__item-title {
		text-align: left;
	}

	.info-vknv__item {
		padding: 20px 30px;
	}

	.info-vknv__form-title {
		font-size: 24px;
	}

	.form-profile__inner {
		grid-template-columns: 100%;
		grid-template-rows: repeat(4, 48px) auto;
	}

	.response--profile.is-resolved {
		display: flex;
		justify-content: center;
		font-size: 18px;
	}
}

/* ##### TERMS-VKNV ##### */
.terms-vknv {
	padding: 75px 0 60px;
	font-family: 'Inter';
	color: #2A2A2A;
}

.terms-vknv__title {
	margin-bottom: 35px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
}

.terms-vknv__par {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #2a2a2a;
}

.terms-vknv__carousel {
	margin-bottom: 20px;
}

.terms-vknv .mb-m {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.terms-vknv {
		padding: var(--section-spacing);
	}

	.terms-vknv__title {
		font-size: var(--fz-title);
	}
}

@media (max-width: 767.98px) {
	.terms-vknv__title {
		margin-bottom: 30px;
	}

	.terms-vknv__par {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.terms-vknv__title {
		text-align: left;
	}
}

/* ##### CHOOSE ##### */
.choose--vac {
	padding: 70px 0 100px;
	background: #fff;
}

h2.choose__title--vac {
	margin-bottom: 55px;
	padding: 0px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
}

p.choose__par--vac {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.5px;
}

@media (max-width: 991px) {
	.choose--vac {
		padding: 60px 0;
	}

	h2.choose__title--vac {
		font-size: var(--fz-title);
	}

	p.choose__par--vac {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.choose--vac {
		padding: 40px 0;
	}

	h2.choose__title--vac {
		margin-bottom: 30px;
		text-align: left;
	}

	.choose--vac .inner {
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
	}

	p.choose__par--vac {
		margin-bottom: 40px;
		line-height: 1.5;
	}
}