@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/** Remove default margin. */

body {
	margin: 0;
}


/* HTML5 display definitions ========================================================================== */


/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}


/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */

audio:not([controls]) {
	display: none;
	height: 0;
}


/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */

[hidden],
template {
	display: none;
}


/* Links ========================================================================== */


/** Remove the gray background color from active links in IE 10. */

a {
	background-color: transparent;
}


/** Improve readability of focused elements when they are also in an active/hover state. */

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics ========================================================================== */


/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */

abbr[title] {
	border-bottom: 1px dotted;
}


/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */

b,
strong {
	font-weight: bold;
}


/** Address styling not present in Safari and Chrome. */

dfn {
	font-style: italic;
}


/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/** Address styling not present in IE 8/9. */

mark {
	background: #ff0;
	color: #000;
}


/** Address inconsistent and variable font size in all browsers. */

small {
	font-size: 80%;
}


/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content ========================================================================== */


/** Remove border when inside `a` element in IE 8/9/10. */

img {
	border: 0;
}


/** Correct overflow not hidden in IE 9/10/11. */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content ========================================================================== */


/** Address margin not present in IE 8/9 and Safari. */

figure {
	margin: 1em 40px;
}


/** Address differences between Firefox and other browsers. */

hr {
	box-sizing: content-box;
	height: 0;
}


/** Contain overflow in all browsers. */

pre {
	overflow: auto;
}


/** Address odd `em`-unit font size rendering in all browsers. */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms ========================================================================== */


/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */


/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}


/** Address `overflow` set to `hidden` in IE 8/9/10/11. */

button {
	overflow: visible;
}


/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */

button,
select {
	text-transform: none;
}


/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/** Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
	cursor: default;
}


/** Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */

input {
	line-height: normal;
}


/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}


/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/** Define consistent border, margin, and padding. */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}


/** Remove default vertical scrollbar in IE 8/9/10/11. */

textarea {
	overflow: auto;
}


/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */

optgroup {
	font-weight: bold;
}


/* Tables ========================================================================== */


/** Remove most spacing between table cells. */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.hamburger {
	padding: 0 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	margin-top: -1px;
	top: 1px;
	-webkit-transition-duration: 0.275s;
	transition-duration: 0.275s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: 7px;
	-webkit-transition: opacity 0.125s 0.275s ease;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger-inner::after {
	bottom: -7px;
	top: 14px;
	-webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
	background-color: #fff;
}

.is-active .hamburger .hamburger-inner {
	-webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
	transform: translate3d(0, 7px, 0) rotate(135deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.is-active .hamburger .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.is-active .hamburger .hamburger-inner::after {
	-webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
	transform: translate3d(0, -14px, 0) rotate(-270deg);
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.listreset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.navigation-single:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

.btn {
	display: inline-block;
	vertical-align: top;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #151414;
	background: #F7F8FC;
	font: 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.text-center {
	text-align: center;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #F7F8FC;
	padding: 15px 15px;
	width: 100%;
	display: block;
	background: #F7F8FC;
	outline: none;
	border-radius: 8px;
	color: #212D3E;
	letter-spacing: -0.02em;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #212D3E;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #212D3E;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #212D3E;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #212D3E;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder,
select.placeholder {
	color: #212D3E;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

select {
	-webkit-border-radius: 0;
	cursor: pointer;
	text-overflow: ellipsis;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 88px;
	height: 88px;
	margin-bottom: 20px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

label {
	line-height: 1.5;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}

label.checkbox-block {
	display: block;
	margin-bottom: 20px;
}

label.checkbox-block [type="checkbox"] {
	display: none;
}

label.checkbox-block [type="checkbox"]:checked+span:before {
	background: #0062FF;
}

label.checkbox-block [type="checkbox"]:checked+span:after {
	opacity: 1;
}

label.checkbox-block span {
	position: relative;
	padding-left: 28px;
}

label.checkbox-block span:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: -1px;
	left: 0;
}

label.checkbox-block span:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 6px;
	width: 6px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

.page-holder {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #0062FF;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

@media (max-width: 767px) {
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: 0.8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #0062FF;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

@media (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

iframe {
	max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
	word-break: break-word;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 0.5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0062FF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

.search-section {
	position: relative;
	width: 100vw;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1F2B3C;
	color: #fff;
	padding: 19px 0;
	margin: -30px 0 30px;
}

@media (min-width: 768px) {
	.search-section {
		padding: 41px 0 28px;
	}
}

@media (max-width: 1199px) {
	.search-section.open .search-holder .mobile-btn {
		display: none;
	}
}

@media (max-width: 1199px) {
	.search-section.open .search-holder .mobile-hide {
		display: block;
	}
}

.search-section label.checkbox-block {
	margin: 0;
}

.search-section label.checkbox-block span:before {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.search-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-section .form-holder {
	width: 100%;
}

.filter-btn {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	border: none;
	display: block;
	background-color: #7FB0FF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px;
	background-image: url("../images/icons/icon-filter.svg");
	margin-right: 6px;
	outline: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (min-width: 1200px) {
	.filter-btn {
		display: none;
	}
}

.filter-btn:hover {
	background-color: #3381ff;
}

.filter-holder .search-holder {
	position: relative;
}

@media (min-width: 1200px) {
	.filter-holder .search-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 1200px) {
	.filter-holder .search-holder .input-block {
		width: 44%;
	}
}

@media (min-width: 1200px) {
	.filter-holder .search-holder .select-block {
		width: 18%;
	}
}

.filter-holder .search-holder input,
.filter-holder .search-holder select {
	background-color: #FAFAFB;
}

@media (min-width: 1200px) {
	.filter-holder .search-holder input,
	.filter-holder .search-holder select {
		border-radius: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.filter-holder .search-holder select {
		border-left: 3px solid #EFF0F3;
		background-position: 30px 50%, calc(100% - 13px) 50%;
		padding: 19px 30px 19px 56px;
	}
}

.filter-holder .search-holder .filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-holder .search-holder .filter-list li {
	margin: 0 24px 10px 0;
}

@media (min-width: 1200px) {
	.filter-holder .search-holder .btn {
		width: 20%;
	}
}

.filter-holder .search-holder .btn.desktop-btn {
	width: 100%;
}

@media (min-width: 1200px) {
	.filter-holder .search-holder .btn.desktop-btn {
		display: none;
	}
}

@media (max-width: 1199px) {
	.filter-holder .search-holder .btn.mobile-btn {
		position: absolute;
		top: 0;
		right: 0;
		height: 44px;
		width: 44px;
		font-size: 0;
		border-radius: 0 8px 8px 0;
		background-image: url("../images/icons/icon-search.svg");
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
}

.filter-holder .search-holder .btn {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.filter-holder .search-holder .btn {
		border-radius: 0 8px 8px 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.filter-holder .search-holder .mobile-hide {
		display: none;
	}
}

.sidebar .add-vacancy {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.sidebar .add-vacancy {
		margin-bottom: 54px;
	}
}

.sidebar .filter-holder input,
.sidebar .filter-holder select {
	margin-bottom: 15px;
}

.sidebar .filter-holder label.checkbox-block {
	margin-bottom: 15px;
}

.sidebar .filter-holder .filter-list:first-of-type {
	margin-top: 15px;
}

.content .filter-holder {
	margin-bottom: 27px;
}

.sidebar .filter-holder input[type="search"] {
	padding: 16px 20px 16px 36px;
	background-repeat: no-repeat;
	background-image: url("../images/icons/icon-search-blue.svg");
	background-position: 13px 50%;
	border-radius: 8px;
}

@media (min-width: 1200px) {
	.sidebar .filter-holder input[type="search"] {
		padding: 16px 20px 16px 36px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
	}
}

.filter-holder input,
.filter-holder select {
	border-radius: 8px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}

.filter-holder input[type="search"] {
	padding: 14px 15px 13px;
}

@media (min-width: 1200px) {
	.filter-holder input[type="search"] {
		padding: 19px 20px 19px 56px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		border-radius: 8px 0 0 8px;
		background-repeat: no-repeat;
		background-position: 30px 50%;
		background-size: 18px;
		background-image: url("../images/icons/icon-search-blue.svg");
	}
}

.filter-holder select {
	padding: 15px 38px;
	background-repeat: no-repeat;
	background-position: 13px 50%, calc(100% - 13px) 50%;
	background-size: 14px, 12px;
	background-image: url("../images/icons/icon-location.svg"), url("../images/icons/icon-arrow.svg");
}

@media (min-width: 1200px) {
	.filter-holder select {
		padding: 19px 30px 19px 38px;
		font-size: 14px;
		font-weight: 400;
		background-position: 13px 50%, calc(100% - 13px) 50%;
	}
}

@media (min-width: 1200px) {
	.filter-holder label {
		font-size: 14px;
	}
}

.filter-holder .row-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.filter-holder .row-form .col {
	width: 100%;
	max-width: 50%;
	padding: 0 5px;
}

.filter-holder .filter-list {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
}

.filter-holder .filter-list:last-child {
	margin-bottom: 0;
}

.filter-holder .filter-list li {
	margin: 0 0 15px;
}

.info-section {
	margin-bottom: 31px;
	box-shadow: 0 2px 25px rgba(185, 185, 185, 0.15);
	border-radius: 8px;
	padding: 20px 15px;
	background: #fff;
}

@media (min-width: 1200px) {
	.info-section {
		padding: 30px;
	}
}

.info-section.bg-primary {
	background: rgba(0, 98, 255, 0.21);
}

.info-section h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}

.info-section p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 24px;
}

.info-section .green-list {
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	.info-section .btn-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.info-section .btn-group a {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.info-section .btn-group a {
		margin-bottom: 0;
	}
}

.info-section .btn-group a:last-child {
	margin-right: 0;
}

.info-section .btn {
	width: 100%;
}

@media (min-width: 1200px) {
	.info-section .btn {
		width: auto;
	}
}

.green-list {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

.green-list li {
	padding-left: 21px;
	position: relative;
}

.green-list li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 10px;
	border-bottom: 2px solid #2CAE21;
	border-right: 2px solid #2CAE21;
}

.vacancy-card {
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid rgba(95, 93, 93, 0.02);
	box-shadow: 0 2px 25px rgba(185, 185, 185, 0.15);
	border-radius: 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.vacancy-card.active {
	background: #1F2B3C;
}

.vacancy-card.archived .vacancy-opener {
	background: #bbb;
	opacity: 0.5;
	border-radius: 8px;
}

.vacancy-card.active .vacancy-opener {
	color: #fff;
}

.vacancy-card.active .vacancy-opener:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #fff;
}

.vacancy-card.active .vacancy-number {
	display: block;
}

.vacancy-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 50px 0 12px;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	color: #212D3E;
}

@media (min-width: 1200px) {
	.vacancy-opener {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 12px 20px 2px 50px;
	}
}

.vacancy-opener:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 12px;
	border-top: 6px solid rgba(33, 45, 62, 0.2);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (min-width: 1200px) {
	.vacancy-opener:before {
		left: 20px;
		right: auto;
		top: 20px;
	}
}

.vacancy-slide .edit-block {
	margin-top: 15px;
	border-top: 1px dashed rgba(255,255,255,0.1);
	padding-top: 15px;
}

.vacancy-slide .edit-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vacancy-slide .edit-block .icon-block {
	width: 22px;
	height: 22px;
	text-align: center;
	margin-right: 5px;
	background: #CAD3E0;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}

.vacancy-slide .edit-block .icon-block svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vacancy-card.archived .ajax-to-archive svg{
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}


.vacancy-slide .edit-block ul li {
	margin: 0 10px;
}

.vacancy-slide .edit-block ul li:first-child {
	margin-left: 0;
}

.vacancy-slide .edit-block ul li:first-child .icon-block {
	background-color: #2CAE21;
}

.vacancy-slide .edit-block ul li:last-child {
	margin-left:  auto;
}

.vacancy-slide .edit-block ul a {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	opacity: 0.8;
}

.vacancy-slide .edit-block ul a:hover {
	opacity: 1;
}

@media (max-width: 480px) {
	.vacancy-slide .edit-block ul {
		flex-wrap: wrap;
	}
	.vacancy-slide .edit-block ul li {
		margin: 0 5px 10px 5px !important;
	}
}

.vacancy-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: inherit;
	margin: 0 10px 10px 0;
}

.vacancy-city {
	font-weight: 400;
	font-size: 13px;
	color: #212D3E;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	border-radius: 12px;
	background: rgba(230, 238, 251, 0.86);
	margin: 0 10px 10px 0;
}

.vacancy-price {
	font-weight: 400;
	font-size: 13px;
	color: inherit;
	letter-spacing: -0.02em;
	margin: 0 10px 10px 0;
}

.vacancy-number {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: -0.02em;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	display: none;
}

.vacancy-slide {
	padding: 0 12px 12px 12px;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

@media (min-width: 1200px) {
	.vacancy-slide {
		padding: 0 50px 15px;
	}
}

.vacancy-slide strong {
	font-weight: 600;
}

.vacancy-slide p:last-child {
	margin-bottom: 0;
}

.vacancy-slide i {
	font-weight: 300;
}

.vacancy-info-holder {
	padding: 15px 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	margin-bottom: 15px;
}

.vacancy-info-holder ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vacancy-info-holder ul:last-child {
	margin-bottom: -15px;
}

.vacancy-info-holder ul li {
	margin: 0 15px 15px 0;
}

.vacancy-description {
	margin-bottom: 25px;
}

.icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.icon.icon-people {
	background-image: url("../images/icons/icon-people.svg");
}

.icon.icon-calendar {
	background-image: url("../images/icons/icon-calendar.svg");
}

.vacancy-contact {
	text-align: center;
}

@media (min-width: 768px) {
	.vacancy-contact {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.vacancy-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.vacancy-contact .all-link {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.21;
	color: rgba(255, 255, 255, 0.85);
}

.vacancy-card-edit .all-link {
	display: inline-block;
	margin-top: 30px;
	color:  #fff;
	margin-bottom: 10px;
}

.vacancy-contact .contact-block {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.vacancy-contact .contact-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.vacancy-contact .contact-block {
		margin-bottom: 0;
	}
}

.vacancy-contact .btn {
	text-transform: none;
	position: relative;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.vacancy-contact .btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}
}

.vacancy-contact .btn .number-text {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.vacancy-contact .btn a.number-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.vacancy-contact .btn .small-text {
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.vacancy-contact .btn .small-text {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		margin-top: 0;
	}
}

.vacancy-contact .btn .small-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.vacancy-contact .contact-list {
	margin: 15px 0 0 0;
}

@media (min-width: 768px) {
	.vacancy-contact .contact-list {
		margin: 0 0 0 10px;
	}
}

.contact-list {
	list-style-type: none;
	padding: 0;
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-list li {
	margin: 0 5px;
}

.contact-list a {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.contact-list a.icon-viber {
	background: #675DA9;
}

.contact-list a.icon-viber:hover {
	background: #484079;
}

.contact-list a.icon-telegram {
	background: #419FD9;
}

.contact-list a.icon-telegram:hover {
	background: #2277ab;
}

.contact-list a.icon-telegram svg,
.contact-list a.icon-telegram img {
	left: 47%;
}

.contact-list a svg,
.contact-list a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 14px;
	height: auto;
}

@media (min-width: 1200px) {
	.vacancy-notes textarea {
		height: 120px;
		min-height: 120px;
	}
}

.vacancy-notes textarea::-webkit-input-placeholder {
	color: rgba(33, 45, 62, 0.5);
}

.vacancy-notes textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(33, 45, 62, 0.5);
}

.vacancy-notes textarea:-moz-placeholder {
	color: rgba(33, 45, 62, 0.5);
}

.vacancy-notes textarea:-ms-input-placeholder {
	color: rgba(33, 45, 62, 0.5);
}

.vacancy-notes textarea.placeholder {
	color: rgba(33, 45, 62, 0.5);
}

.loading-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.loading-holder .loading-block {
	width: 44px;
	height: 44px;
	position: relative;
}

.loading-holder .loading-block span {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	-webkit-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.loading-holder .loading-block span:nth-child(1) {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #0062FF;
}

.loading-holder .loading-block span:nth-child(2) {
	top: 22%;
	left: 78%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 98, 255, 0.1);
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.loading-holder .loading-block span:nth-child(3) {
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(0, 98, 255, 0.2);
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.loading-holder .loading-block span:nth-child(4) {
	top: 78%;
	left: 78%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 98, 255, 0.3);
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.loading-holder .loading-block span:nth-child(5) {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: rgba(0, 98, 255, 0.4);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.loading-holder .loading-block span:nth-child(6) {
	top: 78%;
	left: 22%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 98, 255, 0.5);
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.loading-holder .loading-block span:nth-child(7) {
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(0, 98, 255, 0.6);
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.loading-holder .loading-block span:nth-child(8) {
	top: 22%;
	left: 22%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 98, 255, 0.8);
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

@-webkit-keyframes loading {
	0% {
		background: #0062FF;
	}
	12.5% {
		background: rgba(0, 98, 255, 0.8);
	}
	25% {
		background: rgba(0, 98, 255, 0.6);
	}
	37.5% {
		background: rgba(0, 98, 255, 0.5);
	}
	50% {
		background: rgba(0, 98, 255, 0.4);
	}
	62.5% {
		background: rgba(0, 98, 255, 0.3);
	}
	75% {
		background: rgba(0, 98, 255, 0.2);
	}
	87.5% {
		background: rgba(0, 98, 255, 0.1);
	}
	100% {
		background: #0062FF;
	}
}

@keyframes loading {
	0% {
		background: #0062FF;
	}
	12.5% {
		background: rgba(0, 98, 255, 0.8);
	}
	25% {
		background: rgba(0, 98, 255, 0.6);
	}
	37.5% {
		background: rgba(0, 98, 255, 0.5);
	}
	50% {
		background: rgba(0, 98, 255, 0.4);
	}
	62.5% {
		background: rgba(0, 98, 255, 0.3);
	}
	75% {
		background: rgba(0, 98, 255, 0.2);
	}
	87.5% {
		background: rgba(0, 98, 255, 0.1);
	}
	100% {
		background: #0062FF;
	}
}

.recruiter-info {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.recruiter-info {
		padding-left: 238px;
		padding-top: 0;
		margin-bottom: 82px;
	}
}

@media (min-width: 1200px) {
	.recruiter-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.recruiter-info .image-block {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -120px);
	transform: translate(-50%, -120px);
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background-color: #BCD1F5;
	border: 4px solid rgba(255, 255, 255, 0.21);
	box-shadow: 0 2px 25px rgba(185, 185, 185, 0.15);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.recruiter-info .image-block {
		top: 0;
		left: 30px;
		-webkit-transform: translateY(-76px);
		transform: translateY(-76px);
	}
}

.recruiter-info .image-block span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	color: rgba(0, 98, 255, 0.21);
}

@media (min-width: 1200px) {
	.recruiter-info .text-holder {
		padding-right: 50px;
		max-width: 50%;
	}
}

.recruiter-info .text-holder a {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.recruiter-info .title-block {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 17px 4px 0;
	font-weight: 700;
}

.recruiter-info .text-block {
	font-size: 14px;
	line-height: 1.5;
	max-width: 555px;
}

.recruiter-info .contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 17px;
}

.recruiter-info .contact-block .contact-list {
	margin-left: 10px;
}

.recruiter-info .link-phone {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #1F2B3C;
	text-decoration: none;
}

.header {
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

.header-top {
	padding: 13px 0;
	text-align: center;
	background: #0062FF;
	color: #fff;
	position: relative;
	z-index: 10;
	min-height: 40px;
}

.ticker-block {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}

.ticker-block p {
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.ticker-block p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/icon-ticker.svg");
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.ticker-block a {
	color: inherit;
}

.header-body {
	background: #1F2B3C;
	color: #fff;
	border: 1px solid rgba(250, 250, 251, 0.2);
	padding: 16px 0 16px;
}

.header-body .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-body .logo {
	display: block;
	font-size: 0;
	position: relative;
	z-index: 110;
}

.header-body .hamburger,
.header-body .login {
	position: relative;
	z-index: 110;
}

@media (min-width: 768px) {
	.header-body .hamburger,
	.header-body .login {
		display: none;
	}
}

.is-active .menu-holder {
	opacity: 1;
	visibility: visible;
}

.menu-holder {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1F2B3C;
	padding: 120px 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (min-width: 768px) {
	.menu-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: static;
		padding: 0;
		background: transparent;
		opacity: 1;
		visibility: visible;
	}
}

.menu-holder ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	.menu-holder ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 10px;
	}
}

.menu-holder ul li {
	margin-bottom: 20px;
	position: relative;
}

@media (min-width: 768px) {
	.menu-holder ul li {
		padding: 0 10px;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.menu-holder ul li.active:after {
		content: '';
		position: absolute;
		bottom: -17px;
		height: 3px;
		left: 10px;
		right: 10px;
		background: #FFA800;
	}
}

.menu-holder ul a {
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.menu-holder ul a:hover {
	color: #FFA800;
}

.menu-holder .menu-second {
	position: relative;
	padding-top: 20px;
}

@media (min-width: 768px) {
	.menu-holder .menu-second {
		padding-top: 0;
		padding-right: 0;
	}
}

.menu-holder .menu-second:before {
	content: '';
	position: absolute;
	background: #4B5462;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

@media (min-width: 768px) {
	.menu-holder .menu-second:before {
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 21px;
	}
}

.menu-holder .menu-second.is-login a {
	color: #FAFAFB;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	padding-right: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.menu-holder .menu-second.is-login a:hover {
		color: #FFA800;
	}
}

.menu-holder .menu-second.is-login a .icon-block {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-color: #BCD1F5;
	box-shadow: 0 2px 25px rgba(185, 185, 185, 0.15);
}

.menu-holder .menu-second.is-login li {
	position: relative;
}

.menu-holder .menu-second.is-login li.menu-item-has-children>a:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	top: 10px;
	right: 0;
}

.menu-holder .menu-second.is-login li.active:after {
	display: none;
}

@media (min-width: 1200px) {
	.menu-holder .menu-second.is-login li:hover .drop-holder {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.menu-holder .menu-second.is-login .drop-holder {
		padding-top: 16px;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
	}
}

@media (min-width: 1200px) {
	.menu-holder .menu-second.is-login .drop-holder {
		opacity: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		visibility: hidden;
	}
}

.menu-holder .menu-second.is-login .drop-holder ul {
	display: block;
	padding: 21px 0 16px 0;
}

@media (min-width: 768px) {
	.menu-holder .menu-second.is-login .drop-holder ul {
		background: #1F2B3C;
		border: 1px solid rgba(95, 93, 93, 0.02);
		box-shadow: 0 2px 25px rgba(185, 185, 185, 0.15);
		border-radius: 0 0 8px 8px;
	}
}

.menu-holder .menu-second.is-login .drop-holder ul li {
	margin-bottom: 10px;
	padding: 0 20px 0 31px;
}

.menu-holder .menu-second.is-login .drop-holder ul li:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.menu-holder .menu-second.is-login .drop-holder ul li:last-child {
		border-top: 1px solid #4B5462;
		padding-top: 10px;
	}
}

.menu-holder .menu-second.is-login .drop-holder ul a {
	padding-right: 0;
}

@media (min-width: 768px) {
	.menu-holder .menu-second li:last-child {
		padding-right: 0;
	}
}

.menu-holder .menu-second a {
	color: #FFA800;
}

.footer {
	padding: 20px 0;
	border-top: 1px solid rgba(31, 43, 60, 0.2);
}

@media (min-width: 768px) {
	.footer {
		padding: 30px 0;
	}
}

@media (min-width: 1200px) {
	.footer {
		padding: 40px 0;
	}
}

.copyright-text {
	text-align: center;
	font-size: 13px;
	color: #000;
}

#wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1278px;
}

.is-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (min-width: 768px) {
	.is-sidebar {
		flex-direction: row;
	}
}

.content {
	width: 100%;
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	.content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: calc(100% - 300px);
	}
}

@media (min-width: 1200px) {
	.content {
		max-width: calc(100% - 427px);
	}
}

.sidebar {
	width: 100%;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.sidebar {
		padding-right: 20px;
		max-width: 300px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 45px;
	}
}

@media (min-width: 1200px) {
	.sidebar {
		max-width: 427px;
		padding-right: 32px;
	}
}

.banner-holder {
	display: none;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.banner-holder {
		display: block;
	}
}

@media (min-width: 1200px) {
	.banner-holder {
		padding-right: 53px;
	}
}

.vacancy-card+.banner-holder {
	margin-top: 33px;
}

.banner-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.title-section {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #1F2B3C;
	padding-bottom: 7px;
	border-bottom: 2px solid #0062FF;
	margin-bottom: 23px;
	margin-top: 30px;
}

.title-section:first-child,
.filter-holder+.title-section {
	margin-top: 0;
}

.vacancy-card+.title-section {
	margin-top: 23px;
}

.page-banner {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 0 8px 8px;
	position: relative;
	height: 275px;
	margin-top: -30px;
	margin-bottom: 28px;
}

.page-banner:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(31, 43, 60, 0.4) 0%, rgba(31, 43, 60, 0) 21.27%);
	background: linear-gradient(180deg, rgba(31, 43, 60, 0.4) 0%, rgba(31, 43, 60, 0) 21.27%);
}

.btn {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 30px 14px;
	border-radius: 8px;
	background: #0062FF;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none;
	outline: none;
}

.btn:hover {
	background: #0045b3;
}

.btn.btn-green {
	background: #2CAE21;
}

.btn.btn-green:hover {
	background: #1c6e15;
}

.btn.btn-full {
	width: 100%;
}

.link {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: #0062FF;
	text-decoration: none;
}

.link:hover {
	color: #0045b3;
}

@media print {
	body {
		background: #fff;
		color: #000;
		overflow: visible;
	}
	* {
		color: #000 !important;
		background: none !important;
	}
	.search-form,
	.navigation,
	.navigation-single,
	#header,
	#footer {
		display: none !important;
	}
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}


/*  Custom styles  */

.recruiter-info .image-block img {
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-block-inner .number-text {
	color: #fff;
	text-decoration: none;
}

.sidebar-filter-btn {
	display: none;
	border: none;
	padding: 10px 15px;
	background-color: #0062FF;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	vertical-align: middle;
	transition: all 0.4s;
}

.sidebar-filter-btn .bi {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.sidebar-filter-btn.active {
	background-color: #2CAE21;
	margin-bottom: 30px;
}

.sidebar-filter-holder {
	display: block;
}

pre {
	height: 250px;
	overflow-y: auto;
}

.error404 {
	position: relative;
}

.error404::before {
	content: '';
	width: 33%;
	height: 69%;
	position: absolute;
	z-index: -1;
	background: url(../images/404-bg-1.svg) no-repeat top left/contain;
	top: 0;
	left: 0;
}

.error404::after {
	content: '';
	width: 37%;
	height: 66%;
	position: absolute;
	z-index: -1;
	background: url(../images/404-bg-2.svg) no-repeat right bottom/contain;
	bottom: 0;
	right: 0;
}

.error404 .footer {
	display: none;
}

.error-404 {
	padding: 10% 0;
}

.error-404 .page-title {
	font-weight: 500;
	text-align: center;
	font-size: 32px;
	color: #1f2b3c;
	margin-bottom: 25px;
}

.img-404 {
	max-width: 490px;
	width: 55%;
	margin: 0 auto 30px;
}


.cpt-form {
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	max-width: 800px;
	margin: 50px auto;
}

.cpt-form .acf-field input[type="text"],
.cpt-form .acf-field input[type="password"],
.cpt-form .acf-field input[type="date"],
.cpt-form .acf-field input[type="datetime"],
.cpt-form .acf-field input[type="datetime-local"],
.cpt-form .acf-field input[type="email"],
.cpt-form .acf-field input[type="month"],
.cpt-form .acf-field input[type="number"],
.cpt-form .acf-field input[type="search"],
.cpt-form .acf-field input[type="tel"],
.cpt-form .acf-field input[type="time"],
.cpt-form .acf-field input[type="url"],
.cpt-form .acf-field input[type="week"],
.cpt-form .acf-field textarea,
.cpt-form .acf-field select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin: 0;
  background-color: #fff;
}

.cpt-form .acf-form-fields {
	display: flex;
	flex-wrap: wrap;
}

.acf-form-fields > .acf-field {
	width: 100%;
}

.cpt-form .select2-container .select2-selection--single {
	height: 40px;
	border-radius: 8px;
}

.cpt-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.cpt-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.cpt-form .select2-container.-acf .select2-selection {
	border-color: #e2e2e2;
}

.page-template-page-add-vacancy .select2-dropdown {
	border: 1px solid #e2e2e2;
}

.page-template-page-add-vacancy .select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 5px;
	border-color: #e2e2e2;
}

.page-template-page-add-vacancy .page-title{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.cpt-form .acf-field-60b1e8865f9e4,
.cpt-form .acf-field-615e00527d952 {
	width: 50%;
}

.cpt-form .acf-fields > .acf-field-60b20c2ac60e5 {
	border-top: none;
}

.cpt-form #post-message {
	padding: 5px 12px;
}

.cpt-form .acf-form-submit {
	padding: 0 12px;
}

.cpt-form .acf-field-true-false {
	display: flex;
}

.cpt-form .acf-field-true-false .acf-input {
	order: 0;
	margin-right: 10px;
}

.cpt-form .acf-field-true-false .acf-label {
	order: 1;
}


/* Edit form */

.modal-open {
	overflow: hidden;
	height: 100%;
}

.offer-modal-wrapper {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	z-index: 999;
}

.offer-modal-wrapper.active {
	opacity: 1;
	visibility: visible;
	overflow-x: hidden; 
	overflow-y: auto;
}

.offer-modal-inner {
	max-width: 800px;
	margin: 10% auto 25px;
	transition: transform 0.3s;
	transform: translateY(-50px);
}

.offer-modal-inner.active {
	transform: translateY(0);
}

.offer-modal-inner .cpt-form-edit {

}

.offer-modal-inner .cpt-form-edit .wp-editor-tools {
	display: none;
}

.close-offer-modal {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 44px;
	height: 44px;
	padding: 0;
	font-size: 32px;
	line-height: 0;
	color: #111;
	background-color: transparent;
	border: none;
	z-index: 1;
}

.vacancy-card-edit {
	max-width: 800px;
	margin: 50px auto 50px;
}
.single-vacancy-title {
	margin: 50px auto;
	max-width: 800px;
	font-size: 50px;
}

.r-ajax-loader {
	display: block;
	background: rgba(255, 255, 255, 0.8) url("../images/loader.svg") no-repeat center/80px 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.25s;
}

.r-ajax-loader.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

/* Sorting */

.acf-field-60b20c2ac60e5 {
	order: -100;
}

.acf-field--post-title {
	order: -95;
}


.acf-field-60b1e02f6df2f {
	order: -90;
}

.acf-field-61a0d270260ed {
	order: -85;
}

.cpt-form-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 12px;
}

.cpt-published {
	margin-right: 15px;
	margin-bottom: 10px;
}

.cpt-published .img-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
}

.cpt-published span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px;
}

.cpt-form-top .icon-block {
	width: 22px;
	height: 22px;
	line-height: 24px;
	border-radius: 50%;
	background-color: #4BB942;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}

.cpt-form-top .ajax-update-post {
	text-decoration: none;
	font-size: 14px;
	color: #4BB942;
	margin-bottom: 10px;
}

.cpt-form-top .ajax-update-post:hover {
	text-decoration: underline;
}

.cpt-form-top .ajax-update-post span {
	/*display: inline-block;*/
}

.clipboard-holder {
	position: absolute;
	top: 5px;
	right: 30px;
}

.clipboard-btn {
	border: none;
	font-size: 0;
	padding: 0px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3E%3C/svg%3E");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.copy-success {
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	background-color: #111;
	position: absolute;
	top: -33px;
	right: -10px;
	pointer-events: none;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}

.copy-success.show {
	opacity: 1;
	visibility: visible;
}

.vacancy-card-edit .vacancy-opener:before {
	display: none;
}


@media (min-width: 1200px) {
	.vacancy-opener {
		padding: 12px 40px 2px 50px;
	}
	.clipboard-holder {
		right: 10px;
	}
}



@media (max-width: 767px) {
	.sidebar {
		order: -1;
	}
	.sidebar-filter-holder {
		display: none;
	}
	.sidebar-filter-btn {
		display: inline-block;
	}
	.cpt-form {
		padding: 20px 10px;
	}
	.single-vacancy-title {
		font-size: 36px;
	}
}

@media (max-width: 576px) {
	.acf-form-fields > .acf-field {
		width: 100% !important;
	}
}

@media (max-width: 480px) {

}