/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #1F1F1F;
	--regular-text: 16px;
	--lineheight: 1.4;
	--userfont: "Rubik", sans-serif;
	--ptfont: "PTSans", 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/Rubik-Regular.woff2") format("woff2");
	font-family: "Rubik";
	font-weight: 400;
	font-style: normal;
}

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

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

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


@font-face {
	src: url("/fonts/Rubik-SemiBold.woff2") format("woff2");
	font-family: "Rubik";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("/fonts/Rubik-SemiBoldItalic.woff2") format("woff2");
	font-family: "Rubik";
	font-weight: 600;
	font-style: italic;
}


@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 {
	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;
	background-image: url('../img/bg_pattern.png');
}

/* USER STYLES */


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

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

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

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

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

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;
	z-index: 100;
}

.topline-block {
	position: relative;
	z-index: 20;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

.topline {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

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

.logo-wrapper {
	margin-right: 20px;
}

.logo {
	text-decoration: none;
}

.logo-text {
	font-weight: 700;
	font-size: 31px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #161616;
}

.topline-info {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #D7D7D7;
	padding-left: 20px;
	border-left: 1px solid #D7D7D7;
}


.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: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #1FC744;
}

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

.topline-users-descr {
	font-size: 14px;
	line-height: 1.2;
	color: #303030;
}


.topmenu-block {
	background: #1FC744;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

.topmenu {}


.topmenu {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-left: -20px;
	margin-right: -20px;
}

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

.topmenu>ul>li {
	display: block;
}

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

.topmenu>ul>li>a {
	color: #fff;
	text-decoration: none;
	padding: 16px 20px;
	display: block;
}

.topmenu>ul>li>a:hover {
	background: #19AE3A;
}


.section-top-work {
	padding-top: 60px;
}

.top-work-content-block {
	max-width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.top-work-content {
	text-align: center;
}

.top-work-content-descr {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #1F1F1F;
}



.top-work-image-block {
	padding-left: 10px;
	margin-right: -80px;
	margin-top: -140px;
}

.top-work-image {}


.section-descr {
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #707070;
}


.green-btn {
	display: inline-block;
	line-height: 1.2;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	background-color: #1FC744;
	border: 1px solid #1FC744;
	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: #039622;
	border: 1px solid #039622;
}


.dark-btn {
	display: inline-block;
	line-height: 1.2;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	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;
}


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

.top-work-content-btn {
	padding-left: 64px;
}

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


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

.top-vacancy-items-title {
	text-align: center;
}

.top-vacancy-items {
	margin-top: 4px;
}

.top-vacancy-item {
	margin-top: 16px;
	min-height: calc(100% - 16px);
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 20px;
	padding-left: 30px;
	position: relative;
}

.top-vacancy-item-labels {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

.top-vacancy-item-label {
	position: relative;
	margin-right: 10px;
}

.top-vacancy-item-label:last-child {
	margin-right: 0;
}

.top-vacancy-item-top {
	padding-bottom: 16px;
}

.top-vacancy-item-content {
	display: flex;
	align-items: center;
	margin-left: -4px;
}

.top-vacancy-item-image-block {
	width: 117px;
}

.top-vacancy-item-image {}

.top-vacancy-item-title-block {
	width: calc(100% - 117px);
	padding-left: 28px;
}

.top-vacancy-item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #000000;
}

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

.top-vacancy-item-params {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.top-vacancy-item-param-wrapper {
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 16px;
}

.top-vacancy-item-param {
	font-size: 14px;
	color: #5C5C5C;
	font-family: var(--ptfont);
}

.top-vacancy-item-param__title {}

.top-vacancy-item-param__value {
	font-weight: bold;
	color: #000;
}

.top-vacancy-item-bottom {
	padding-top: 16px;
	border-top: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
}

.top-vacancy-item-bottom-left {
	width: calc(100% - 120px);
	padding-right: 12px;
}

.top-vacancy-item-people {
	display: flex;
	align-items: center;
}

.top-vacancy-item-people__icon {
	width: 24px;
	height: 24px;
}

.top-vacancy-item-people__descr {
	width: calc(100% - 24px);
	padding-left: 8px;
	font-size: 12px;
}

.top-vacancy-item-people__descr b {
	font-weight: 600;
}

.top-vacancy-item-bottom-right {
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

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

.top-vacancy-item-btn {
	font-size: 12px;
	padding: 8px;
	border-radius: 4px;
}

.section-benefits {
	padding-top: 100px;
	padding-bottom: 90px;
}

.s-benefit-image-block {
	margin-left: -12px;
}

.s-benefit-image {
	max-width: 560px;
}

.s-benefit-image .image {
	border-radius: 10px;
}

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

.benefit-items {
	max-width: 300px;
}

.benefit-item {
	margin-top: 30px;
	display: flex;
}

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

.benefit-item__icon {
	width: 40px;
	height: 40px;
}

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

.benefit-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;

	color: #0F0F0F;
}

.benefit-item__descr {
	margin-top: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #707070;
}

.benefit-item--1 .benefit-item__descr {
	max-width: 188px;
}

.section-how-works {
	padding-top: 52px;
	padding-bottom: 52px;
	background-color: #fff;
}

.section-how-works h2 {
	text-align: center;
}

.how-work-items-block {
	margin-top: 24px;
}

.how-work-items {}

.how-work-item {
	margin-top: 36px;
}

.how-work-item__icon {
	height: 80px;
	display: flex;
	align-items: center;
}

.how-work-item__content {
	padding-top: 36px;
}

.how-work-item__count {
	width: 22px;
	height: 22px;
	background: #1FC744;
	border-radius: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.how-work-item__title {
	margin-top: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #0F0F0F;
	max-width: 220px;
}

.how-work-item__descr {
	max-width: 188px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #707070;
	margin-top: 6px;
}

.how-work-item--1 .how-work-item__icon {
	margin-left: -12px;
}




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

.section-vacancy h2 {
	text-align: center;
}

.section-vacancy .section-descr {
	text-align: center;
}

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

.vacancy-items {}

.vacancy-item-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

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

.vacancy-item {
	width: calc(50% - 4px);
	padding: 40px 70px 110px 35px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	position: relative;
	z-index: 2;
}

.vacancy-item-image-block {
	height: 106px;
	display: flex;
	align-items: center;
}

.vacancy-item-image {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.vacancy-item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #000000;
	font-family: var(--ptfont);
}

.vacancy-item-labels-block {}

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

.vacancy-item-label-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 12px;
}

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

.vacancy-item-label__icon {
	width: 22px;
	height: 22px;
}

.vacancy-item-label__title-block {
	padding-left: 3px;
}

.vacancy-item-label__title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 4px 8px;
	border-radius: 6px;
}

.vacancy-item-label--fire {}

.vacancy-item-label--fire .vacancy-item-label__title {
	background-color: #FF4545;
}

.vacancy-item-label--percent {}

.vacancy-item-label--percent .vacancy-item-label__title {
	background: #FFCB45;
}

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

.vacancy-item-label-descr {
	font-size: 13px;
	line-height: 1.4;
	color: #555769;

}

.vacancy-item-label-descr-mobile-hidden {}

.vacancy-item-label-show-descr-mobile-link-block {
	display: none;
}

.vacancy-item-label-show-descr-mobile-link {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.6;
	color: #35B033;
	text-decoration: none;
}

.vacancy-item-label-show-descr-mobile-link:hover {
	color: #35B033;
}

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

.vacancy-item-label-params {}

.vacancy-item-label-param-wrapper {
	margin-top: 20px;
}

.vacancy-item-label-param {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #555769;
	font-family: var(--ptfont);
}

.vacancy-item-label-param__title {
	width: 140px;
}

.vacancy-item-label-param__value {
	width: calc(100% - 140px);
	padding-left: 10px;
	color: #141414;
	font-weight: bold;
	font-size: 16px;
}

.vacancy-item-btn-block {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}

.vacancy-item-btn {
	min-width: 260px;
}

.vacancy-card {
	width: calc(50% - 4px);
	padding: 40px 70px 110px 35px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	position: relative;
}

.vacancy-card-image-block {
	height: 106px;
	display: flex;
	align-items: center;
}

.vacancy-card-image {
	width: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vacancy-card-title-block {
	margin-top: 24px;
}

.vacancy-card-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #000000;
	font-family: var(--ptfont);
	max-width: 420px;
}


.vacancy-card-labels-block {
	margin-top: 6px;
}

.vacancy-card-labels {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.vacancy-card-label-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 6px;
}

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

.vacancy-card-label__icon {
	width: 22px;
	height: 22px;
}

.vacancy-card-label__title-block {
	padding-left: 3px;
}

.vacancy-card-label__title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 4px 8px;
	border-radius: 6px;
}

.vacancy-card-label--fire {}

.vacancy-card-label--fire .vacancy-card-label__title {
	background-color: #FF4545;
}

.vacancy-card-label--percent {}

.vacancy-card-label--percent .vacancy-card-label__title {
	background: #FFCB45;
	color: #1B1B1B;
}


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

.vacancy-card-label-params {}

.vacancy-card-label-param-wrapper {
	margin-top: 20px;
}

.vacancy-card-label-param {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #555769;
	font-family: var(--ptfont);
}

.vacancy-card-label-param__title {
	width: 140px;
}

.vacancy-card-label-param__value {
	width: calc(100% - 140px);
	padding-left: 10px;
	color: #141414;
	font-weight: bold;
	font-size: 16px;
}

.vacancy-card-btn-block {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}

.vacancy-card-btn {
	min-width: 260px;
}

.vacancy-item-plus {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #1FC744;
	box-shadow: 0px 4px 14px rgba(58, 155, 12, 0.31);
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	margin-right: -4px;
}

.vacancy-item-plus::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 18px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../img/plus.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 15px 13px;
	-webkit-mask-image: url('../img/plus.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 15px 13px;
	background-color: #fff;
}

.section-dont-forget {
	padding-top: 100px;
	position: relative;
}

.s-dont-forget-block {
	position: relative;
}

.s-dont-forget-block::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 135px;
	width: 2000px;
	background: #13BB38;
	border-radius: 0px 30px 30px 0px;
}

.s-dont-forget-content {
	position: relative;
	max-width: 400px;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}

.s-dont-forget-content .section-descr {
	text-align: left;
	margin-top: 24px;
	font-size: 24px;
	color: #fff;
}

.s-dont-forget-btn-block {
	margin-top: 24px;
}

.s-dont-forget-btn {}

.s-dont-forget-image-block {
	position: relative;
	z-index: 2;
}

.s-dont-forget-image {
	max-width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: -72px;
}

.section-banks {}


.section-banks {
	padding-top: 60px;
	padding-bottom: 32px;
}

.section-banks h2 {
	text-align: center;
}

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

.bank-items {}

.bank-item {
	margin-top: 24px;
	padding: 24px;
	min-height: calc(100% - 24px);
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
}

.bank-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #1A1A1A;
}

.bank-item__descr {
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	margin-top: 12px;
}

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

.banks-show-btn {
	font-size: 16px;
	width: 100%;
}

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



.section-seo-text {
	padding-top: 45px;
	padding-bottom: 35px;
	background-color: #fff;
}

.seo-text-block {}

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

footer {
	background: #fff;
}

.footer-content {
	padding-top: 30px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #D7D7D7;
}

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

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

.footer-content-left .logo-text {
	color: #000;
	font-size: 30px;
	line-height: 1;
	font-family: var(--ptfont);
}

.footer-content-right {
	padding-right: 64px;
}



.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: #787878;
	text-decoration: none;
}

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

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


.modals {
	display: none;
}

.fb-modal {
	padding: 30px;
	padding-bottom: 40px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 480px;
	position: relative;
}

.fb-modal .fancybox-button {
	outline: none;
}
.fb-modal .fancybox-button::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../img/close.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../img/close.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #000000;
}



.fb-modal .fancybox-button svg {
	display: none;
}

.modal-card {
}
.modal-card-image {
	max-width: 186px;
	margin-right: auto;
	margin-left: auto;
}
.modal-card-content {
	padding-top: 12px;
	text-align: center;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.modal-card-title {
	font-family: 'Commissioner';
	font-size: 18px;
	font-weight: 600;
}
.modal-card-cashback {
	font-family: 'Commissioner';
	font-size: 14px;
	font-weight: 500;
	margin-top: 14px;
}
.modal-card-buttons {
	margin-top: 25px;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.modal-card-btn-wrapper {
	margin-top: 22px;
}
.modal-card-btn-wrapper:first-child {
	margin-top: 0;
}
.modal-card-btn {
	width: 100%;
}
.modal-card-note {
	margin-top: 22px;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	color: #000000;
}
.text--blue{
	color: #327FF2;
}



.mobile-menu-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}

.mobile-menu-panel {
	width: 100%;
	position: absolute;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	padding-bottom: 20px;
	background-color: #fff;
	top: 0;
	/* border-radius: 0 0 10px 10px; */
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
	display: none;
}

 .mobile-menu-panel .topline-users{
	justify-content: center;
	margin-top: 120px;
}


.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: 36px;
	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-block{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: 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: #1FC744;
}
