/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #000;
	--regular-text: 16px;
	--lineheight: 1.4;
	--userfont: "PTSans", sans-serif;
	--montserrat: "Montserrat", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 12px;
}

.row,
.row>* {
	--bs-gutter-x: 24px;
}

/* FONTS LOAD SECTION */

@font-face {
	src: url("/fonts/PTSans-Regular.woff2") format("woff2");
	font-family: "PTSans";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("/fonts/PTSans-Italic.woff2") format("woff2");
	font-family: "PTSans";
	font-weight: 400;
	font-style: italic;
}

@font-face {
	src: url("/fonts/PTSans-Bold.woff2") format("woff2");
	font-family: "PTSans";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("/fonts/PTSans-BoldItalic.woff2") format("woff2");
	font-family: "PTSans";
	font-weight: 700;
	font-style: italic;
}


@font-face {
	src: url("/fonts/Montserrat-Regular.woff2") format("woff2");
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("/fonts/Montserrat-Bold.woff2") format("woff2");
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Commissioner';
	src: url('/fonts/Commissioner-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Commissioner';
	src: url('/fonts/Commissioner-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Commissioner';
	src: url('/fonts/Commissioner-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

/* GENERAL CSS SETTINGS */

::placeholder {
	color: #666;
}

::selection {
	background-color: var(--accent);
	color: #fff;
}

input,
textarea {
	outline: none;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

/* USER STYLES */


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 46px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 24px;
}



a:hover {
	text-decoration: none;
}

a,
button,
input,
select {
	transition: 0.4s ease;
	outline: none
}

a:hover,
button:hover,
input:hover,
select:hover {
	transition: 0.4s ease;
	outline: none;
}

a:focus,
button:focus,
input:focus,
select:focus {
	outline: none;
}

p:last-child {
	margin-bottom: 0;
}

ul:last-child {
	margin-bottom: 0;
}

.image {
	max-width: 100%;
	display: block;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}



.page {}

.page--main {}

.page-inner {
	position: relative;
	min-height: 800px;
	overflow: hidden;
}

header {
	position: relative;
	min-height: 400px;
	background-color: #4925AF;
	background-image: url('../img/header-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.topline-block {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 20;
}

.topline {
	margin-left: -20px;
	margin-right: -20px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	position: relative;
}

.logo {
	display: inline-block;
	text-decoration: none;
}
.logo-text{
	font-family: 'Commissioner';
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #252525;
}
.topline .logo-wrapper{
	margin-top: -2px;
}
.topline-left {
	width: calc(100% - 305px);
	padding-left: 20px;
	padding-right: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topline-right {
	width: 305px;
	background-color: #E9E9FF;
	min-height: 70px;
	border-radius: 0 10px 10px 0;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}


.topline-users {
	display: flex;
	align-items: center;
}

.topline-users-left {
	display: flex;
	align-items: center;
}

.topline-users-icon {}

.topline-users-count {
	padding-left: 8px;
	font-size: 26px;
	font-weight: bold;
	color: #7851E8;
}

.topline-users-right {
	padding-left: 18px;
}

.topline-users-descr {
	font-size: 14px;
	line-height: 1.2;
	max-width: 155px;
}


.topmenu {
	font-size: 18px;
}

.topmenu>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.topmenu>ul>li {
	margin-right: 55px;
	display: block;
}

.topmenu>ul>li:last-child {
	margin-right: 0;
}

.topmenu>ul>li>a {
	color: #282828;
	text-decoration: none;
}

.topmenu>ul>li>a:hover {
	text-decoration: underline;
}



.header-content-block {}

.header-content {
	color: #fff;
}

.header-content-left {
	padding-top: 120px;
	padding-bottom: 70px;
}

.header-content-right {
	margin-left: -40px;
	margin-right: -20px;
}

.header-content .section-descr {
	max-width: 255px;
}

.green-btn {
	display: inline-block;
	line-height: 1.2;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	background-color: #15C585;
	border: 1px solid #15C585;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
}

.green-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #01a368;
	border: 1px solid #01a368;
}

.green-bd-btn {
	display: inline-block;
	line-height: 1.2;
	color: #15C585;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	border: 1px solid #15C585;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
}

.green-bd-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #15C585;
	border: 1px solid #15C585;
}


.dark-btn {
	display: inline-block;
	line-height: 1.2;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	background-color: #404040;
	border: 1px solid #404040;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
}

.dark-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #292929;
	border: 1px solid #292929;
}

.text--green {
	color: #15C585;
}

.section-descr {
	margin-top: 20px;
	font-size: 18px;
}

.header-content-btn-block {
	margin-top: 20px;
}

.header-content-btn {
	padding-left: 66px;
}

.header-content-btn::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../img/banking-card.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 18px 18px;
	-webkit-mask-image: url('../img/banking-card.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 18px 18px;
	background-color: #fff;
}

.section-vacancy {
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

.section-vacancy .section-descr {
	color: #7B7979;
	margin-top: 8px;
}

.vacancy-items-block {
	margin-top: 35px;
}

.vacancy-items {}

.vacancy-item {
	margin-top: 30px;
	background-color: #F7F4FF;
	border-radius: 10px;
}

.vacancy-item:first-child {
	margin-top: 0;
}

.vacancy-item-top {
	min-height: 300px;
	padding: 40px;
	display: flex;
}

.vacancy-item-top-left {
	display: flex;
	width: calc(100% - 600px);
}

.vacancy-item-image {
	width: 180px;
}

.vacancy-item-image .image {
	border-radius: 10px;
}

.vacancy-item-info {
	width: calc(100% - 180px);
	padding-left: 40px;
}

.vacancy-item-title {}

.vacancy-item-salary {
	margin-top: 24px;
}

.vacancy-item-salary-title {}

.vacancy-item-salary-price {
	margin-top: 12px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.vacancy-item-btn-block {
	margin-top: 20px;
}

.vacancy-item-btn {}


.vacancy-item-top-right {
	width: 600px;
	padding-left: 50px;
}

.vacancy-item-params-block {}

.vacancy-item-params {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}

.vacancy-item-param-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	flex-grow: 1;
	min-width: 160px;
}

.vacancy-item-param {}

.vacancy-item-param__title {
	font-size: 14px;
}

.vacancy-item-param__value {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}

.vacancy-item-descr-block {
	margin-top: 36px;
}

.vacancy-item-descr {
	font-size: 13px;
	color: #555769;
	max-width: 548px;
}

.vacancy-item-descr-btn-block {
	display: none;
	text-align: center;
}

.vacancy-item-descr-btn {
	position: relative;
	padding-right: 16px;
	font-weight: 700;
	font-size: 16px;
	color: #15C585;
	text-decoration: none;
}

.vacancy-item-descr-btn:hover {
	color: #15C585;
}

.vacancy-item-descr-btn::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 6px;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../img/arrow-angle-down.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 9px 6px;
	-webkit-mask-image: url('../img/arrow-angle-down.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 9px 6px;
	background-color: #15C585;
	transition: 0.4s ease;
}

.vacancy-item-descr-btn.active::before {
	transform: translateY(-50%) rotate(180deg);
}


.vacancy-item-card {
	display: flex;
	align-items: center;
	background-color: #EDE9FA;
	border-radius: 0 0 10px 10px;
	padding: 30px 40px;
}

.vacancy-item-card-left {
	width: calc(100% - 400px);
}

.vacancy-item-card-left .vacancy-item-card-btn-block{
	display: none;
}
.vacancy-item-card-right {
	width: 400px;
}


.vacancy-item-card-left {
	display: flex;
	align-items: center;
}

.vacancy-item-card-image {
	width: 110px;
}

.vacancy-item-card-descr {
	font-family: 'Commissioner';
	width: calc(100% - 110px);
	padding-left: 36px;
	max-width: 360px;
	font-weight: 500;
}

.vacancy-item-card-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vacancy-item-card-params-block {}

.vacancy-item-card-params {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}

.vacancy-item-card-param-wrapper {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}

.vacancy-item-card-param {}

.vacancy-item-card-param__title {
	color: #5C5C5C;
}

.vacancy-item-card-param__value {
	font-weight: bold;
}

.vacancy-item-card-btn-block {}

.vacancy-item-card-btn {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}

.section-work-here {}

.s-work-here-block {}

.s-work-here-block .section-descr {
	max-width: 280px;
	margin-top: 6px;
	color: #1F1F1F;
}

.s-work-here-block-left {
	padding-top: 235px;
	padding-bottom: 145px;
	position: relative;
	z-index: 2;
}

.s-work-here-block-right {}

.work-here-image {
	margin-top: -20px;
	margin-left: -210px;
	margin-right: -150px;
	margin-bottom: -95px;
}


.section-benefits {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #4925AF;
	color: #fff;
}


.benefit-items-block {
	margin-top: 12px;
}

.benefit-items {}

.benefit-item {
	display: flex;
	color: #fff;
}

.benefit-item__icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefit-item__content {
	width: calc(100% - 34px);
	padding-left: 20px;
}

.benefit-item__title {
	font-size: 18px;
	font-weight: bold;
}

.benefit-item__descr {
	font-size: 14px;
	margin-top: 12px;
}

.benefit-item--1 {
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.benefit-item--2 {
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
}

.benefit-item--3 {
	max-width: 210px;
	margin-left: auto;
	margin-right: 0;
}

.benefit-item--3 .benefit-item__descr {
	max-width: 130px;
}


.section-cashback {
	padding-top: 20px;
}

.s-cashback-top-image-block {
	display: flex;
	justify-content: center;
}

.s-cashback-top-image {
	margin-right: -6px;
}

.section-cashback h2 {
	text-align: center;
	margin-top: 28px;
}

.cashback-items-block {
	margin-top: 40px;
}

.cashback-items {}

.cashback-item {
	padding: 30px;
	padding-right: 50px;
	background-color: #F7F4FF;
	margin-top: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.cashback-item:first-child {
	margin-top: 0;
}

.cashback-item-left {
	width: 360px;
	display: flex;
	align-items: center;
}

.cashback-item-center {
	width: calc(100% - 470px);
}

.cashback-item-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 110px;
}

.cashback-item-image {
	width: 110px;
}

.cashback-item-image .image {
	border-radius: 10px;
}

.cashback-item-title {
	width: calc(100% - 110px);
	padding-left: 40px;
	font-size: 17px;
	font-weight: bold;
	max-width: 210px;
}

.cashback-item-params-block {}

.cashback-item-params {
	margin-left: -6px;
	margin-right: -6px;
	display: flex;
}

.cashback-item-param-wrapper {
	min-width: 140px;
	padding-left: 6px;
	padding-right: 6px;
	max-width: 25%;
}

.cashback-item-param {
	font-size: 16px;
}

.cashback-item-param__title {
	color: #5C5C5C;
}

.cashback-item-param__value {
	color: #000000;
	font-weight: bold;
}

.cashback-item-btn-block {}

.cashback-item-btn {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}

.section-salary {
	padding-top: 30px;
}

.s-salary-block {
	border-bottom: 1px solid #000000;
}

.s-salary-block-left {
	margin-right: -24px;
}

.s-salary-content {
	padding-top: 110px;
	padding-bottom: 110px;
}

.s-salary-content .section-descr {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 25px;
}


.s-salary-block-right {}

.s-salary-content-btn-block {
	margin-top: 30px;
}

.s-salary-content-btn {
	font-size: 16px;
}


.section-banks {
	padding-top: 70px;
}

.bank-items-block {
	margin-top: 4px;
}

.bank-items {}

.bank-item {
	margin-top: 24px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 24px;
	min-height: calc(100% - 24px);
	font-size: 13px;
	line-height: 1.7;
}

.bank-item b {
	font-weight: bold;
}

.banks-show-btn-block {
	margin-top: 24px;
}

.banks-show-btn {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	width: 100%;
}

.bank-items--hidden {
	display: none;
}

.section-seo-text {
	padding-top: 30px;
	padding-bottom: 55px;
}

.seo-text-block {}

.seo-text {
	font-size: 16px;
	line-height: 1.75;
}

footer {
	background: #292929;
}

.footer-content {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-content-left {
	display: flex;
	align-items: center;
}

.footer-content-left .logo-wrapper {
	margin-right: 40px;
}

.footer-content-left .logo-text {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1;
}
.footer-content-right {
	padding-right: 70px;
}



.footer-menu {
	font-size: 16px;
}

.footer-menu>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.footer-menu>ul>li {
	margin-right: 45px;
	display: block;
}

.footer-menu>ul>li:last-child {
	margin-right: 0;
}

.footer-menu>ul>li>a {
	color: #fff;
	text-decoration: none;
}

.footer-menu>ul>li>a:hover {
	text-decoration: underline;
}

.copy {
	color: #979797;
	font-size: 15px;
}


.mobile-menu-block {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.mobile-menu-panel {
	width: 696px;
	position: absolute;
	left: -18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;
	top: 24px;
	border-radius: 0 0 10px 10px;
	/* box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1); */
	display: none;
}

.mobile-menu-panel .topline-users{
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9E9FF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-radius: 8px;
	margin-top: 25px;
}

.mobile-menu-panel .topline-users-icon{
	width: 18px;
	height: 18px;
}


.mobile-menu-panel .topline-users-count{
	font-size: 21px;
	color: #1E1E1E;
}


.mobile-menu-panel .topline-users-descr{
	font-size: 13px;
}

.mobile-menu>ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 18px;
}

.mobile-menu>ul>li {
	margin-top: 16px;
	text-align: center;
}

.mobile-menu>ul>li:first-child {
	margin-top: 0;
}

.mobile-menu>ul>li a {
	color: #0C0C0C;
	display: inline-block;
	text-decoration: none;
}


.mobile-menu-btn {
	display: block;
	position: relative;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.mobile-menu-btn::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	mask-image: url('../img/burger.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 15px 12px;
	-webkit-mask-image: url('../img/burger.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 15px 12px;
	background-color: #4925AF;
}
