.career__advantages {
	width: 100%;
	background: #F8F8F8;
	border-radius: 0px;
	padding: 120px 0 88px 0;
	display: flex;
}

.career__advantages-wrapper {
	margin: 0 auto;
	width: 100vw;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.career__advantages-left-container, .career__advantages-right-container {
	display: flex;
	flex-direction: column;
}

.career__advantages-list {
	list-style: none;
	margin: 0;
}

.career__advantages-list-item {
	max-width: 470px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #333333;
	padding-right: 20px;
	display: flex;
}

.career__advantages-list-item:not(:last-child) {
	margin-bottom: 30px;
}

.career__advantages-list-item::before {
	content: "\2022";
	color: #D02004;
	font-weight: bold;
	display: inline-block;
	margin-right: 22px;
	font-size: 40px;
}

@media (max-width: 959px) {
	.career__advantages {
		padding: 40px 16px;
	}

	.career__advantages-list {
		padding: 0;
	}

	.career__advantages-list-item {
		font-size: 16px;
		padding-right: 0px;
	}
}

.career__video-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.career__video {
	width: 100%;
	max-width: 1168px;
	height: 570px;
}

@media (max-width: 1167px) {
	.career__video {
		height: calc(100vw * 570 / 1168);
	}
}

.career__employees-wrapper {
	width: 849px;
	margin: 0 auto;
	height: max-content;
}

.career__employee {
	width: 100%;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 43px 54px 47px 52px;
}

.career__employee-top-container {
	display: flex;
}

.career__employee-info {
	display: flex;
	flex-direction: column;
	margin-left: 48px;
}

.career__employee-avatar {
	min-width: 140px;
	min-height: 140px;
}

.career__employee-name {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}

.career__employee-description {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #333333;
	margin-top: 20px;
}

.career__employee-quote {
	background: white;
	padding: 20px 28px 42px 30px;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
}

.career__employee-avatar img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	object-position: center top;
	border-radius: 50%;
}

.career__employees-slick .slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(208, 32, 4, 0.2);
}

.career__employees-slick .slick-dots li.slick-active button {
	background: #D02004;
}

.career__employees-wrapper .career__employees-buttons .career__employees-button-prev {
	background-image: url(/local/templates/main/assets/images/slick-arrow-prev.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 34px;
	z-index: 2;
	cursor: pointer;
}

.career__employees-wrapper .career__employees-buttons .career__employees-button-next {
	background-image: url(/local/templates/main/assets/images/slick-arrow-prev.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 34px;
	z-index: 2;
	cursor: pointer;
	transform: rotate(180deg);
}

.career__employees-wrapper .career__employees-buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 300px;
	margin: 20px auto 0;
}

.career__employees-wrapper .slick-dots {
	bottom: -50px;
}

@media (max-width: 848px) {
	.career__employees-wrapper {
		width: 100vw;
	}

	.career__employee-top-container {
		flex-direction: column;
		align-items: center;
	}

	.career__employee-info {
		margin-left: 0px;
	}

	.career__employee {
		padding: 60px 15px 50px 15px;
		height: unset !important;
	}

	.career__employee-name {
		text-align: center;
		margin-top: 20px;
	}

	.career__employees-slick .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.career__employees-wrapper .career__employees-buttons {
		max-width: 250px;
	}
}

.career-sales__advantages {
	background: white;
}

.career-sales__advantages-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	margin-top: 90px;
}

.career-sales__advantages-right-container {
	padding-left: 60px;
	padding-top: 40px;
	background: #F8F8F8;
}


.career-sales__advantages-list-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #D02004;
}

.career-sales__advantages-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-right: 10px;
}

.career-sales__advantages-list-item {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	display: flex;
	max-width: 531px;
	margin-bottom: 0px;
}

.career-sales__advantages-list-item::before {
	content: "\2022";
	color: #D02004;
	font-weight: bold;
	display: inline-block;
	margin-right: 26px;
	font-size: 35px;
}

@media (max-width: 1166px) {
	.career-sales__advantages-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.career-sales__advantages-right-container {
		margin-left: 0;
	}
}

@media (max-width: 600px) {
	.career-sales__advantages-wrapper {
		margin-top: 50px;
	}

	.career-sales__advantages-left-container img {
		width: calc(100vw - 40px);
	}

	.career-sales__advantages-list-title {
		font-size: 24px;
		line-height: 30px;
	}

	.career-sales__advantages-right-container {
		padding: 20px 15px 0;
	}

	.career-sales__advantages-list-item {
		font-size: 16px;
		line-height: 26px;
	}

	.career-sales__advantages-list-item::before {
		margin-right: 16px;
	}
}

.career-sales__map {
	background: #F8F8F8;
	margin-top: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.career-sales__map-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1160px;
	width: 100vw;
	padding: 0 20px;
}

.career-sales__map-form-fields-wrapper {
	display: flex;
	width: 100%;
}

.career-sales__map-form-fields-wrapper input[name="map-position"] {
	max-width: 467px;
	width: 39vw;
}

.career-sales__map-form-fields-wrapper input[name="salary"] {
	max-width: 427px;
	width: 32vw;
}

.career-sales__map-form-fields-wrapper .form-field.margined {
	margin-right: 20px;
	margin-left: 30px;
}

.career-sales__map-form-fields-wrapper .form-submit {
	max-width: 217px;
	width: 20vw;
}

.form-field {
	user-select: none;
	position: relative;
}

.form-field input {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.17px;
	color: #333333;
	padding: 21px 10px 22px 24px;
	border: 1px solid transparent;
	outline: none;
}

.form-field input:focus {
	border: 1px solid rgba(51, 51, 51, 0.2);
}

.form-field input::placeholder {
	color: rgba(51, 51, 51, 0.6);
}

.form-field.validation-error input {
	border: 1px solid #D02004;
}

.validation-text {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0.17px;
	color: #D02004;
	margin-top: 4px;
	display: none;
}

.form-submit {
	height: 60px;
	background: #D02004;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.17px;
	color: #FFFFFF;
	border: none;
}

.form-submit:hover {
	background-color: #9a1500;
	color: #FFFFFF;
}
.form-submit:active {
	background-color: #8c1b0b;
	color: #FFFFFF;
}

.career-sales__map-form-checkboxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100vw;
	max-width: 450px;
	align-self: flex-start;
	margin-top: 20px;
}

.career-sales__map-form-checkboxes-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.17px;
	color: #333333;
	margin-bottom: 12px;
}

.custom-checkbox {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.17px;

	color: #333333;
	display: block;
	position: relative;
	padding-left: 21px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: white;
	border: 1px solid #D02004;
	border-radius: 2px;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #D02004;
}

.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: calc(50% - 5px);
	top: calc(50% - 4px);
	width: 10px;
	height: 8px;
	background-image: url(/local/templates/main/assets/images/tick.png);
}

.required-star {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.17px;
	color: #D02004;
	position: absolute;
	top: 16px;
}

@media (max-width: 700px) {
	.career-sales__map {
		margin-top: 50px;
	}

	.career-sales__map-form-fields-wrapper {
		order: 2;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 37px;
	}

	.career-sales__map-form-fields-wrapper input[name="map-position"] {
		max-width: unset;
		width: 100%;
	}

	.career-sales__map-form-fields-wrapper input[name="salary"] {
		max-width: unset;
		width: 100%;
	}

	.career-sales__map-form-fields-wrapper .form-submit {
		max-width: unset;
		width: 100%;
	}

	.career-sales__map-form-fields-wrapper .form-field.margined {
		margin: 0;
	}

	.career-sales__map-form-fields-wrapper .form-field, .career-sales__map-form-fields-wrapper .form-submit {
		width: 100%;
	}

	.career-sales__map-form-checkboxes-wrapper {
		max-width: 300px;
		padding: 0 10px;
	}
}

.autocomplete {
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.17px;
	color: #333333;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	padding: 21px 0 22px 24px;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

#career-sales__map-itself {
	width: 100vw;
	max-width: 1160px;
	height: 602px;
	margin-top: 60px;
}

#career-sales__map-itself .gm-style-iw-c { border-radius: 0px; }
#career-sales__map-itself .gm-ui-hover-effect span { display: none !important; }
#career-sales__map-itself .gm-style-iw button.gm-ui-hover-effect {
	opacity: 1 !important;
}

#career-sales__map-itself .gm-style-iw button.gm-ui-hover-effect:before {
	display: block;
	content: "";
	background: url('/local/templates/main/assets/images/map-closer.png') center center no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	top: 15px;
	right: 10px;
	position: relative;
}

.career-sales__marker-content {
	max-width: 420px;
	padding: 20px 20px 30px;
}

.career-sales__marker-position {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}

.career-sales__marker-salary {
	margin-top: 16px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #D02004;
}

.career-sales__marker-graphic {
	margin-top: 16px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	max-width: 290px;
}

.career-sales__marker-auto {
	margin-top: 16px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.career-sales__marker-content .btn {
	margin-top: 30px;
}

#career-sales__map-itself .geolocation-button {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
	border: none;
	background: white;
	height: 66px;
	padding: 20px 20px 20px 15px;
}

#career-sales__map-itself .geolocation-button:hover {
	background: rgba(235,235,235);
}

#career-sales__map-itself .geolocation-button__icon {
	margin-right: 10px;
}

#career-sales__map-itself .geolocation-button__text {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 750px) {
	#career-sales__map-itself .gmnoprint {
		display: none;
	}

	#career-sales__map-itself .geolocation-button__text {
		border-bottom: none;
		text-decoration: underline;
	}
}


@media (max-width: 700px) {
	.career-sales__marker-content {
		padding-top: 10px;
	}

	.career-sales__marker-graphic {
		font-size: 16px;
		line-height: 30px;
	}

	.career-sales__marker-auto {
		font-size: 16px;
		line-height: 30px;
	}

	.career-sales__marker-content .btn {
		font-size: 11px;
	}
}

.career-sales__map-link {
	margin: 20px 0;
	padding: 18px 20px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.17px;
	color: #333333;
	text-align: center;
}

.career-sales__map-link:hover {
	background: #F6D2CD;
}

.career-sales__map-link a {
	color: #D02004;
}

.career-sales__steps {
	background: white;
}

.career-sales__steps-wrapper {
	width: 100vw;
	max-width: 1160px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 90px;
	align-items: flex-end;
}

.career-sales__steps-left-container {
	padding-top: 40px;
	height: 512px;
	padding-left: 20px;
}

.career-sales__steps-list-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #D02004;
}

.career-sales__steps-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-right: 10px;
	counter-reset: item;
}

.career-sales__steps-list-item {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	max-width: 564px;
	margin-bottom: 21px;
	counter-increment: item;
	align-items: flex-start;
}

.career-sales__steps-list-item-text {
	position: relative;
	top: 3px;
}

.career-sales__steps-list-item::before {
	content: counter(item);
	background: #D02004;
	font-weight: bold;
	margin-right: 26px;
	font-size: 35px;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

@media (max-width: 1166px) {
	.career-sales__steps-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.career-sales__steps-left-container {
		margin-left: 0;
		margin-top: 20px;
		order: 2;
		padding-top: 0;
		height: unset;
	}
}

@media (max-width: 600px) {
	.career-sales__steps-wrapper {
		margin-top: 50px;
	}

	.career-sales__steps-right-container img {
		width: calc(100vw - 40px);
	}

	.career-sales__steps-list-title {
		font-size: 24px;
		line-height: 30px;
	}

	.career-sales__steps-left-container {
		padding: 20px 15px 0;
		margin-top: 0;
	}

	.career-sales__steps-list-item {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.career-sales__steps-list-item::before {
		margin-right: 15px;
	}
}

.career-sales__links {
	background-color: #F8F8F8;
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 68px;
}

.career-sales__links-wrapper {
	display: flex;
	width: 100vw;
	max-width: 785px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.career-sales__links-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.career-sales__links-container:first-of-type .bottom-v2 {
	width: 259px;
}

.career-sales__links-container:first-of-type(2) .bottom-v2 {
	width: 228px;
}

.career-sales__links-container .bottom-v2 {
	position: relative;
	bottom: 30px;
}

@media (max-width: 727px) {
	.career-sales__links-container {
		margin: 0 auto;
	}

	.career-sales__links {
		padding-bottom: 20px;
	}
}

.career-sales__position-wrapper {
	background: white;
	display: flex;
	justify-content: center;
}

.career-sales__position-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F8F8F8;
	width: 100vw;
	max-width: 1028px;
	padding-top: 71px;
	margin-top: 70px;
	padding-bottom: 70px;
}

.career-sales__position-form-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	padding: 0 69px;
}

.career-sales__position-form-fields-wrapper {
	display: flex;
	margin-top: 30px;
	gap: 30px;
}

.career-sales__position-form-fields-container {
	width: 100vw;
	max-width: 352px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.career-sales__position-form-fields-container .form-field {
	width: 100%;
}

.career-sales__position-form .custom-checkbox {
	margin-top: 30px;
}

.career-sales__position-form .form-submit {
	margin-top: 30px;
	width: 217px;
}

.career-sales__position-form .validation-text:not(.static) {
	position: absolute;
}

@media (max-width: 774px) {
	.career-sales__position-form-title {
		font-size: 16px;
		line-height: 20px;
		padding: 0 26px;
	}

	.career-sales__position-form-fields-wrapper {
		flex-direction: column;
	}

	.career-sales__position-form-fields-container {
		max-width: unset;
		padding: 0 15px;
	}

	.career-sales__position-form {
		margin-top: 50px;
		padding: 30px 0;
	}

	.career-sales__position-form .form-submit {
		margin-top: 20px;
	}

	.career-sales__position-form .validation-text.static {
		padding: 0 15px;
	}

	.career-sales__position-form .custom-checkbox .checkmark {
		left: 15px;
	}

	.career-sales__position-form .custom-checkbox {
		padding-left: 40px;
	}
}

.career-office__advantages {
	background: white;
}

.career-office__advantages-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	margin-top: 80px;
}

.career-office__advantages-right-container {
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #F8F8F8;
}


.career-office__advantages-list-title {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #D02004;
}

.career-office__advantages-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-right: 10px;
}

.career-office__advantages-list-item {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	display: flex;
	max-width: 525px;
	margin-bottom: 0px;
}

.career-office__advantages-list-item::before {
	content: "\2022";
	color: #D02004;
	font-weight: bold;
	display: inline-block;
	margin-right: 26px;
	font-size: 35px;
}

@media (max-width: 1166px) {
	.career-office__advantages-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.career-office__advantages-right-container {
		padding: 20px 0 20px 30px;
	}

	.career-office__advantages-list-title {
	}
}

@media (max-width: 600px) {
	.career-office__advantages-wrapper {
		margin-top: 50px;
		background: #F8F8F8;
	}

	.career-office__advantages-left-container img {
		width: calc(100vw - 40px);
	}

	.career-office__advantages-list-title {
		font-size: 24px;
		line-height: 30px;
	}

	.career-office__advantages-left-container {
		padding-top: 40px;
	}

	.career-office__advantages-right-container {
		padding: 20px 15px;
		width: 100vw;
	}

	.career-office__advantages-list {
		margin-top: 10px;
	}

	.career-office__advantages-list-item {
		font-size: 16px;
		line-height: 26px;
		max-width: unset;
	}

	.career-office__advantages-list-item::before {
		margin-right: 19px;
	}
}

.career-office__vacancies {
	margin-top: 82px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.career-office__vacancy {
	width: 100vw;
	max-width: 1180px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-bottom: 1px solid #F3F3F3;
}

.career-office__vacancy-top-line {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.career-office__vacancy-name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	color: #333333;
	width: 928px;
}

.career-office__vacancy-salary {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #D02004;
}

.career-office__vacancy-salary-value {
	font-size: 20px;
	line-height: 30px;
	margin-right: 5px;
}

.career-office__vacancy-city {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #878787;
	margin-top: 23px;
}

.career-office__vacancy-date {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #A70202;
	margin-top: 11px;
}

.career-office__vacancy-description {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 22px;
	width: 928px;
}

.career-office__vacancy .btn {
	margin-top: 48px;
	width: 215px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.career-office__vacancies .white-btn {
	margin-top: 30px;
	width: 203px;
}

@media (max-width: 950px) {
	.career-office__vacancies {
		margin-top: 30px;
	}

	.career-office__vacancy {
		width: 100vw;
	}

	.career-office__vacancy-description {
		width: 100%;
	}

	.career-office__vacancy-name {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.career-office__vacancy {
		padding: 16px;
	}

	.career-office__vacancy-salary {
		margin-top: 10px;
	}

	.career-office__vacancy-city {
		margin-top: 10px;
	}

	.career-office__vacancy-date {
		margin-top: 11px;
	}

	.career-office__vacancy-description {
		margin-top: 12px;
	}

	.career-office__vacancy .btn {
		margin-top: 26px;
		align-self: center;
	}
}

.white-btn {
	border: 1px solid #D02004;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 46px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #D02004;
	background: white;
	justify-content: center;
}

.white-btn:hover {
	background: #D02004;
	color: white;
}
#formPopup
{
	padding: 0 !important;
}