li.social__item.social__item--vk svg {
    background: #000;
    padding: 8px;
    border-radius: 30%;
}
[v-cloak] {
  display: none;
}

.main {
	position: relative;
	overflow: hidden;
}


li.social__item.social__item--vk:hover svg {
    background: #ff7500;
}
.social__item--max .social__link {
	color: inherit;
}
.social__item--max .social__link:hover,
.social__item--max .social__link:focus,
.social__item--max .social__link:active {
	color: #ff6b00;
}
.social__item--max .social__link:hover svg path,
.social__item--max .social__link:focus svg path,
.social__item--max .social__link:active svg path {
	fill: #ff6b00;
}
.main.main--quiz {
	display: flex;
}
.main.main--quiz .main-container {
	margin: auto;
	flex-grow: 1;
}
.quiz__wrapper {
	display: flex;
}
.quiz__banner {
	max-width: 567px;
	flex-grow: 1;
	height: 818px;
	background: url(images/quiz-banner.png) no-repeat center;
	padding: 40px 50px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-right: 15px;
}
.quiz__banner .header__logo {
	justify-content: flex-start;
}
.quiz__banner-text {
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 51px;
	margin-top: 94px;
}
.quiz__body {
	max-width: 660px;
	margin-left: auto;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.quiz__progress-counters {
	display:flex;
	opacity: 0.5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.quiz__progress-second-count {
	margin-left: auto;
}
.quiz__progress-fill {
	height: 5px;
	margin-top: 15px;
	width: 100%;
	background: #EDEDED;
	border-radius: 200px;
}
.quiz__progress-process {
	width: 33.33%;
	height:100%;
	background: #FF6B00;
	border-radius: 200px;
	transition: 0.4s;
}
.quiz__progress-process--2 {
	width: 66.66%;
}
.quiz__progress-process--3 {
	width: 100%;
}
.quiz__content {
	margin-top: 90px;
	flex-grow: 1;
	position: relative;
}
.quiz__error {
	position: absolute;
    bottom: 14px;
    background: #FF0000;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 6px;
	box-sizing: border-box;
}
.quiz__title-step {
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 51px; 
}
.quiz__description-step {
	margin-top: 15px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.quiz__content-checkboxes {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}
.quiz__content-checkboxe {
	height: 100%;
}
.quiz__content-checkboxes input[type="checkbox"],
.quiz__content-checkboxes input[type="radio"] {
	display: none;
}
.quiz__content-checkboxes label {
	padding: 13px 15px;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
	user-select: none;
	transition: 0.4s;
}
.quiz__content-checkboxes input[type="checkbox"]:checked + label,
.quiz__content-checkboxes input[type="radio"]:checked + label {
	background: #FF6B00;
	border-color: #FF6B00;
	color: #fff;
	
}
.quiz__buttons {
	margin-top: auto;
	display: flex;
}
.quiz_button {
	font:inherit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 19px 75px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	background: #F2F2F2;
	transition: 0.4s;
	font:inherit;
	color: #000;
}
.quiz_button--next {
	margin-left: auto;
	background: #333333;
	color: #fff;
}
.quiz_button--prev:hover {
	background: #333333;
	color: #fff;
}
.quiz_button--next:hover {
	background: #FF6B00;
}
.quiz_button--link {
	text-decoration: none!important;
	background: #333333;
	color: #fff;
}
.quiz_button--link:hover {
	background: #FF6B00;
	color: #fff;
}
.quiz__fields {
	margin-top: 55px;
}
.quiz__field {
	margin-bottom: 35px;
	position: relative;
}
.quiz__field label {
	position: absolute;
    top: -10px;
    left: 14px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.quiz__field input[type="text"] {
	border-radius: 10px;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	padding: 20px;
	display: block;
	font-size: 16px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
}
.quiz__field input[type="text"].error {
	border-color: red;
	color: red;
}	
.quiz__search-city {
	list-style: none;
    overflow-y: scroll;
    max-height: calc(100vh - 600px);
    position: absolute;
    top: 68px;
    background: #fff;
    width: 100%;
    max-width: 547px;
	box-sizing: border-box;
}
.quiz__search-city li {
	margin-bottom: 15px;
	cursor: pointer;
}
.quiz__search-city li:hover {
	
}
.quiz__consent {
	padding-top: 5px;
	opacity: 0.5;
}
.quiz__city-choose {
	margin-top: 40px;
}
.quiz__city-choose input[type="text"] {
	max-width: 547px;
	box-sizing: border-box;
}
.quiz__content--success {
	margin-top: auto;
	margin-bottom: auto;
}
.quiz__content--success .quiz__title-step {
	margin-top: 40px;
	margin-bottom: 50px;	
}
.main-nav__item:last-child {
	background: #FF6B00;
	color: #fff!important;
	padding: 10px 15px;
	border-radius: 10px;
}
.main-nav__item:last-child a {
	color: #fff!important;
}


@media (max-width: 600px) {
	body .main-nav__item:last-child {
		padding: 12px 15px;
	}
}

.pr-eyebrow {
	color: #ff6b00;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
.pr-hero {
	margin-top: 10px;
	margin-bottom: 70px;
	position: relative;
}
.pr-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 28px;
	align-items: stretch;
}
.pr-hero__content {
	background: #f8f8f8;
	border-radius: 20px;
	padding: 58px 52px;
	box-sizing: border-box;
}
.pr-hero__title {
	margin-top: 0;
	max-width: 780px;
}
.pr-hero__text,
.pr-page-hero p,
.pr-section__head p,
.pr-cta-band p {
	font-size: 20px;
	line-height: 28px;
	max-width: 760px;
}
.pr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}
.pr-hero__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 248px;
	min-height: 58px;
	padding: 0 28px;
	text-align: center;
	box-sizing: border-box;
}
.pr-hero__actions .button--grey {
	background: #111;
	color: #fff;
}
.pr-hero__actions .button--grey:hover,
.pr-hero__actions .button--grey:focus {
	background: #ff6b00;
	color: #fff;
}
.pr-hero__media {
	min-height: 430px;
	border-radius: 20px;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)),
		url(/images/live/production-worker-hero.jpg) no-repeat center;
	background-size: cover;
}
.pr-section {
	margin: 70px 0;
	position: relative;
}
.pr-page-hero {
	position: relative;
}
.pr-calculator-hero::after {
	display: none;
}
.pr-hero > *,
.pr-section > *,
.pr-page-hero > *,
.pr-calculator-section > * {
	position: relative;
	z-index: 1;
}
.pr-section__head {
	margin-bottom: 26px;
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.pr-section__head--row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
	align-items: end;
	gap: 24px;
	max-width: none;
}
.pr-section__head--row > div {
	grid-column: 2;
	justify-self: center;
}
.pr-section__head--row .title-block__link {
	grid-column: 3;
	justify-self: end;
	margin-left: 0;
}
.pr-section__head .main-title {
	margin-left: auto;
	margin-right: auto;
}
.pr-section__head p,
.pr-page-hero p {
	margin-left: auto;
	margin-right: auto;
}
.pr-page-hero {
	text-align: center;
}
.pr-hero,
.pr-section,
.pr-page-hero,
.pr-cta-band,
.pr-lead-modal,
.pr-cookie-banner,
.pr-floating-callback {
	font-family: "Suisse Intl", sans-serif;
	letter-spacing: 0;
}
.pr-hero .main-title,
.pr-section .main-title,
.pr-page-hero .main-title {
	font-weight: 500;
	font-size: clamp(24px, 6vw, 40px);
	line-height: clamp(28px, 8vw, 51px);
}
.main-title--outline {
	display: inline-block;
	width: auto;
	padding: 18px 32px 20px;
	border: 2px solid #111;
	border-radius: 14px;
	background: #fff;
	line-height: clamp(28px, 8vw, 51px);
	box-sizing: border-box;
}
.main-title--outline .about-company__title-word {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
}
.about-company__title.main-title--outline {
	margin-top: 0;
	margin-bottom: 24px;
}
.pr-card-grid {
	display: grid;
	gap: 18px;
}
.pr-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pr-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pr-services-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(320px, 0.95fr);
	gap: 18px;
	align-items: stretch;
}
.pr-services-showcase .pr-card-grid--three {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pr-services-visual {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	background: #f6f6f6;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}
.pr-services-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: 42% center;
}
.pr-services-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.62) 100%);
	pointer-events: none;
}
.pr-services-visual__caption {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 1;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}
.pr-card,
.pr-service-card,
.pr-step {
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	padding: 26px;
	box-sizing: border-box;
	background: #fff;
}
.pr-card h2,
.pr-card h3,
.pr-service-card h2,
.pr-service-card h3,
.pr-step h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 12px;
	font-weight: 500;
}
.pr-card p,
.pr-service-card p,
.pr-step p {
	margin: 0;
	line-height: 23px;
}
.pr-card--photo {
	padding-top: 18px;
}
.pr-card--photo img {
	display: block;
	width: 100%;
	aspect-ratio: 12 / 7;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 22px;
}
.pr-service-card {
	display: flex;
	min-height: 236px;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}
.pr-service-card:hover,
.pr-service-card:focus {
	color: inherit;
	border-color: #ff6b00;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}
.pr-service-card > span {
	color: #ff6b00;
	font-weight: 500;
	margin-bottom: 24px;
}
.pr-service-card .button {
	margin-top: auto;
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 0 24px;
	background: #ff6b00;
	color: #fff;
	text-align: center;
	white-space: normal;
	box-sizing: border-box;
}
.pr-service-card .button:hover,
.pr-service-card .button:focus {
	background: #111;
	color: #fff;
}
.pr-services-list {
	overflow: hidden;
}
.pr-services-list::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -4px;
	width: 1050px;
	height: 560px;
	background: url(/bitrix/templates/personal/images/line.svg) no-repeat center;
	background-size: contain;
	opacity: 0.12;
	transform: translateX(-50%) rotate(2deg);
	pointer-events: none;
}
.pr-step-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.pr-step span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #ff6b00;
	color: #fff;
	font-weight: 500;
	margin-bottom: 24px;
}
.pr-additional-services {
	margin-top: 32px;
}
.pr-additional-services h3 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
}
.pr-additional-services__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}
.pr-additional-services .pr-additional-services__list li {
	position: relative;
	min-height: 112px;
	padding: 22px 22px 22px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	box-sizing: border-box;
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.pr-additional-services .pr-additional-services__list li::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background-color: #fff4ec;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px 26px;
	flex-shrink: 0;
}
.pr-additional-services .pr-additional-services__item--housing::before {
	background-image: url(/bitrix/templates/personal/images/services-icons/housing.svg);
}
.pr-additional-services .pr-additional-services__item--transport::before {
	background-image: url(/bitrix/templates/personal/images/services-icons/transport.svg);
}
.pr-additional-services .pr-additional-services__item--uniform::before {
	background-image: url(/bitrix/templates/personal/images/services-icons/uniform.svg);
}
.pr-additional-services .pr-additional-services__item--food::before {
	background-image: url(/bitrix/templates/personal/images/services-icons/food.svg);
}
.pr-additional-services .pr-additional-services__item--medical::before {
	background-image: url(/bitrix/templates/personal/images/services-icons/medical.svg);
}
.pr-about {
	margin-top: 70px;
	position: relative;
}
.pr-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	border: 1px solid #000;
	border-radius: 20px;
	padding-top: 38px;
	padding-bottom: 38px;
	box-sizing: border-box;
}
.pr-page-hero {
	padding: 26px 0 20px;
}
.pr-page-hero .button {
	margin-top: 24px;
}
.pr-recruiters-hero {
	text-align: left;
	overflow: hidden;
}
.pr-recruiters-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	align-items: center;
	gap: 44px;
}
.pr-recruiters-hero__content {
	max-width: 760px;
}
.pr-recruiters-hero p {
	margin-left: 0;
	margin-right: 0;
}
.pr-recruiters-hero__media {
	position: relative;
	min-height: 390px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: visible;
}
.pr-recruiters-hero__media::before {
	content: "";
	position: absolute;
	inset: 20px 0 18px 26px;
	background: url(/bitrix/templates/personal/images/line.svg) no-repeat center;
	background-size: contain;
	opacity: 0.32;
}
.pr-recruiters-hero__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	height: auto;
}
.pr-recruiters-cards {
	overflow: hidden;
}
.pr-recruiters-cards::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 4px;
	width: 940px;
	height: 500px;
	background: url(/bitrix/templates/personal/images/line.svg) no-repeat center;
	background-size: contain;
	opacity: 0.11;
	transform: translateX(-50%) rotate(-4deg);
	pointer-events: none;
}
.pr-floating-callback {
	position: fixed;
	right: 24px;
	bottom: 26px;
	z-index: 80;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	border: 0;
	border-radius: 999px;
	background: #ff6b00;
	color: #fff;
	min-height: 68px;
	padding: 0 34px 0 28px;
	font: inherit;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0 20px 46px rgba(255, 107, 0, 0.36), 0 10px 24px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	transition: 0.3s;
}
.pr-floating-callback:hover,
.pr-floating-callback:focus {
	background: #333;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}
.pr-floating-callback__icon {
	width: 26px;
	height: 26px;
	background: url(/bitrix/templates/personal/images/icon-phone.svg) no-repeat center;
	background-size: contain;
	filter: brightness(0) invert(1);
}
.pr-cookie-banner {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 10010;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1040px;
	margin: 0 auto;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
}
.pr-cookie-banner[hidden] {
	display: none;
}
.pr-cookie-banner__text {
	line-height: 21px;
}
.pr-cookie-banner__text a {
	color: inherit;
	text-decoration: underline;
}
.pr-cookie-banner__button {
	padding: 14px 28px;
	flex-shrink: 0;
	text-transform: uppercase;
}
.pr-lead-modal-open {
	overflow: hidden;
}
.pr-lead-modal {
	position: fixed;
	inset: 0;
	z-index: 95;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}
.pr-lead-modal[hidden] {
	display: none;
}
.pr-lead-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 18, 18, 0.42);
	backdrop-filter: blur(8px);
}
.pr-lead-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
	width: min(820px, 100%);
	min-height: 430px;
	overflow: hidden;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.26);
}
.pr-lead-modal__media {
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
		url(/images/live/warehouse-team.jpg) no-repeat center;
	background-size: cover;
}
.pr-lead-modal__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
	box-sizing: border-box;
}
.pr-lead-modal__content h2 {
	margin: 0 0 16px;
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
}
.pr-lead-modal__content p {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}
.pr-lead-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.pr-lead-modal__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	box-sizing: border-box;
}
.pr-lead-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
}
.pr-lead-modal__close::before,
.pr-lead-modal__close::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 16px;
	height: 2px;
	background: #111;
}
.pr-lead-modal__close::before {
	transform: rotate(45deg);
}
.pr-lead-modal__close::after {
	transform: rotate(-45deg);
}
.pr-calculator-section {
	margin-top: 30px;
	position: relative;
}

.about-company-block__picture {
	max-width: 520px;
	flex: 0 0 42%;
}
.about-company-block__picture img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}
.pr-calc {
	padding: 30px;
	border-radius: 20px;
	background: #f8f8f8;
	box-sizing: border-box;
}
.pr-calc__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.pr-calc__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 500;
}
.pr-calc__field span {
	min-height: 38px;
}
.pr-calc__field select {
	width: 100%;
	min-height: 54px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	background: #fff;
	padding: 0 16px;
	font: inherit;
	outline: 0;
	box-sizing: border-box;
}
.pr-calc__field select:focus {
	border-color: #ff6b00;
}
.pr-calc__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}
.pr-calc__disclaimer {
	max-width: 960px;
	margin: 18px 0 0;
	color: #646464;
	font-size: 15px;
	line-height: 1.55;
}
.pr-calc-result {
	margin-top: 18px;
	padding: 28px;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
}
.pr-calc-result[hidden] {
	display: none;
}
.pr-calc-result__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}
.pr-calc-result__body div {
	padding: 20px;
	background: #f8f8f8;
	border-radius: 12px;
}
.pr-calc-result__body span {
	display: block;
	margin-bottom: 10px;
	opacity: 0.65;
}
.pr-calc-result__body strong {
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
}
.pr-calc-result__note {
	opacity: 0.65;
	margin-top: 0;
}

@media (max-width: 1100px) {
	.pr-hero__inner,
	.pr-card-grid--four,
	.pr-card-grid--three,
	.pr-services-showcase,
	.pr-step-list,
	.pr-additional-services__list,
	.pr-calc__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pr-hero__media {
		min-height: 360px;
	}
	.pr-recruiters-hero__grid {
		grid-template-columns: 1fr;
	}
	.pr-recruiters-hero__media {
		min-height: 0;
	}
	.pr-recruiters-hero__media img {
		margin-left: 0;
		max-width: 520px;
	}
	.pr-services-showcase .pr-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pr-services-visual img {
		min-height: 360px;
	}
}
@media (max-width: 700px) {
	.pr-hero {
		margin-bottom: 40px;
	}
	.pr-hero__inner,
	.pr-card-grid--four,
	.pr-card-grid--three,
	.pr-services-showcase,
	.pr-step-list,
	.pr-additional-services__list,
	.pr-calc__grid,
	.pr-calc-result__body {
		grid-template-columns: 1fr;
	}
	.pr-hero__content,
	.pr-calc,
	.pr-calc-result {
		padding: 22px 16px;
		border-radius: 12px;
	}
	.pr-hero__media {
		min-height: 260px;
		border-radius: 12px;
	}
	.pr-recruiters-hero__grid {
		gap: 24px;
	}
	.pr-recruiters-hero__media::before {
		inset: 14px 0;
	}
	.pr-recruiters-cards::before {
		top: 48px;
		width: 520px;
		height: 280px;
		opacity: 0.1;
	}
	.pr-hero__text,
	.pr-page-hero p,
	.pr-section__head p,
	.pr-cta-band p {
		font-size: 16px;
		line-height: 22px;
	}
	.pr-hero__actions .button {
		width: 100%;
		min-width: 0;
	}
	.pr-section {
		margin: 42px 0;
	}
	.pr-section__head--row,
	.pr-cta-band,
	.pr-cookie-banner {
		display: block;
	}
	.pr-section__head--row .title-block__link {
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.main-title--outline {
		padding: 14px 20px 15px;
		border-radius: 12px;
	}
	.pr-card,
	.pr-service-card,
	.pr-step {
		padding: 20px;
		border-radius: 12px;
		min-height: auto;
	}
	.pr-service-card .button {
		margin-top: 18px;
		width: 100%;
	}
	.pr-services-showcase .pr-card-grid--three {
		grid-template-columns: 1fr;
	}
	.pr-services-visual {
		border-radius: 12px;
	}
	.pr-services-visual img {
		min-height: 280px;
	}
	.pr-services-visual__caption {
		left: 18px;
		right: 18px;
		bottom: 18px;
		font-size: 20px;
		line-height: 24px;
	}
	.pr-services-list::before {
		top: 32px;
		width: 560px;
		height: 300px;
		opacity: 0.1;
	}
	.pr-additional-services {
		margin-top: 24px;
	}
	.pr-additional-services h3 {
		font-size: 26px;
		line-height: 31px;
	}
	.pr-additional-services .pr-additional-services__list li {
		min-height: auto;
		padding: 18px;
		border-radius: 12px;
		font-size: 18px;
		line-height: 22px;
	}
	.pr-additional-services .pr-additional-services__list li::before {
		width: 38px;
		height: 38px;
		border-radius: 12px;
		background-size: 23px 23px;
	}
	.pr-cta-band {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.pr-cta-band .button {
		margin-top: 18px;
	}
	.pr-floating-callback {
		right: 12px;
		bottom: 12px;
		min-height: 58px;
		padding: 16px;
	}
	.pr-floating-callback__text {
		display: none;
	}
	.pr-cookie-banner {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 16px;
	}
	.pr-cookie-banner__button {
		width: 100%;
		margin-top: 14px;
	}
	.pr-calc__field span {
		min-height: 0;
	}
	.pr-calc-result__body strong {
		font-size: 24px;
		line-height: 30px;
	}
	.pr-lead-modal {
		padding: 14px;
	}
	.pr-lead-modal__dialog {
		display: block;
		min-height: 0;
		border-radius: 18px;
	}
	.pr-lead-modal__media {
		height: 190px;
	}
	.pr-lead-modal__content {
		padding: 26px 18px 20px;
	}
	.pr-lead-modal__content h2 {
		font-size: 25px;
		line-height: 31px;
	}
	.pr-lead-modal__content p {
		font-size: 16px;
		line-height: 22px;
	}
	.pr-lead-modal__actions .button {
		width: 100%;
	}
}
@media (max-width: 980px) {
	.quiz__wrapper {
		display: flex;
		flex-direction: column;		
	}
	.main.main--quiz .main-container {
		margin: 0;
	}
	.quiz__banner-text {
		display: none;
	}
	.quiz__banner {
		margin: 0;
		background: none;
		height: auto;
		padding: 0;
		padding-top: 13px;
		margin-bottom: 25px;
	}
	.quiz__body {
		margin: 0;		
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 550px) {
	.quiz, .quiz__wrapper {
		height: 100%;
	}
	.quiz__title-step {
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.quiz__content-checkboxes {
		margin-top: 30px;
	}
	.quiz__content {
		margin-top: 30px;
	}
	.quiz__description-step {
		margin-top: 10px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
	}
	.quiz__content-checkboxes label {
		font-size: 14px;
		padding: 8px;
		margin-bottom: 13px;
	}
	.quiz_button {
		font-size: 16px;
		padding: 19px 50px;
	}
	.quiz__banner {
		flex-grow: 0;
	}
	.quiz__buttons {
		margin-bottom: 20px;
	}
	.quiz__content-checkboxes label {
		margin-right: 10px;
		border-radius: 10px;
	}
	.quiz__field label {
		font-size: 14px;
	}
	.quiz__field input[type="text"] {
		padding: 20px;
	}
	.quiz__content--success {
		margin-top: auto;
		text-align: center;
	}
	.quiz_button--link {
		width: 100%;
	}
	.quiz__city-choose .quiz__content-checkbox {
		width: 100%;
	}
	.quiz__city-choose .quiz__content-checkboxes label {
		width: 100%;
		border: 0;
		padding: 0;
		margin-bottom: 15px;
		color: #000;
	}
	.quiz__city-choose .quiz__content-checkboxes {
	    overflow: scroll;
		max-height: calc(100vh - 500px);
	}
	.quiz__search-city {
		max-height: calc(100vh - 500px);
	}
	.quiz__field {
		margin-bottom: 20px;
	}
	.quiz__content-checkboxes input[type="radio"]:checked + label {
		background: none;
		color: #FF6B00;
	}
}
	
	
