@import url('https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,600,800&display=swap&subset=cyrillic');
@import url('jquery-ui.css');
@import url('jquery-confirm.css');
@import url('animate.css');
@import url('nouislider.css');

/*grey #ececec*/  
/*blue-grey #f1f5f8*/ 
/*light-blue #c8e7f6*/ 

/*orange #f87a54*/  
/*blue #35a9e0*/
/*.deepblue{color: #0b70c5 !important}*/
/*.lightblue{color: #8dcfed !important}*/

* {outline: none;font-family: 'Exo 2', sans-serif;color: inherit;font-weight: 300;}
*, ::after, ::before {box-sizing: border-box;}

body {color: #444444;}

footer, header, main, section, nav {display: block;}

a,li,button, .login-head-button, .loader-main {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url("fonts/fa-thin-100.woff");
  src: url("fonts/fa-thin-100.woff") format("woff"), url("fonts/fa-thin-100.ttf") format("truetype"), url("fonts/fa-thin-100.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.woff");
  src: url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}


[class^="icon-"],
[class*=" icon-"] {
  font-family: 'font-aw' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-save::before {content: '\f56e';}
.icon-save-1::before {content: '\f0c7';}
.icon-close::before {
  content: '\f057';
}

.fa {font-family: 'font-aw';font-weight: 300;-webkit-font-smoothing: antialiased;}

.fa-facebook:before{content:"\f082"}

main {
  display: grid;
}

.main-block, .orders-block {
  width: 100%;
  display: grid;
}

.off-canvas-content {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
}

a {text-decoration:none;}
a:hover {text-decoration:none;}

a.blue{color: #36a9e0;}
a.blue:hover{color: #207ca8;}

a#viewSource {
  border-top: 1px solid #999;
  display: block;
  margin: 1.3em 0 0 0;
  padding: 1em 0 0 0;
}

div#links a {
  display: block;
  line-height: 1.3em;
  margin: 0 0 1.5em 0;
}

@media (min-width: 1000px) {
  div#links a {
    line-height: 0.8em;
  }
}

h1 a {font-weight: 300;white-space: nowrap;}

audio {max-width: 100%;}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-break: break-word;
  padding-bottom: 60px;
  overflow-x: hidden;
}

/*grey #ececec*/  
/*blue-grey #f1f5f8*/ 
/*light-blue #c8e7f6*/ 
/*orange #f87a54*/  
/*blue #35a9e0*/
/*.deepblue{color: #0b70c5 !important}*/
/*.lightblue{color: #8dcfed !important}*/

.overflow-disable {margin: 0; height: 100%; overflow: hidden}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: lightgray;
  width: 100%;
  padding: 0.5em 2em 1em 2em;
  font-size: 0.8em;
  max-height: 27px;
  white-space: nowrap;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr;
  z-index: 1000;
}



footer .policy {
  text-align: right;
}

button, .button {
  background-color: #0b70c5;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 18px;
  padding: 5px 15px 7px 15px;
  cursor: pointer;
  width: max-content;
  border: 1px solid #0b70c5;
}

button:active, button:hover, .button:active, .button:hover  {background-color: #f87a54;border-color: #f87a54;}
button[disabled], .button[disabled] {color: #ccc;}
button[disabled]:hover, .button[disabled]:hover {background-color: #0b70c5;border-color:#0b70c5;}

.button_2 {
  border: 1px solid #0b70c5;
  border-radius: 2px;
  color: #0b70c5;
  /* font-size: 0.9em; */
  padding: 5px 15px 7px 15px;
  cursor: pointer;
  width: max-content;
  background-color: transparent;
}

.button_2:active, .button_2:hover {
  background-color: #0b70c5; 
  border-color: #0b70c5;
  color: #fff;
}
.button_2[disabled] {color: #ccc;}
.button_2[disabled]:hover {background-color: #0b70c5;}

button.btn-reg {font-size: 20px;}

@media (max-width: 650px) {
  button, .button {font-size: 16px;}
  button.btn-reg {font-size: 18px;}
}

@media (max-width: 450px) {
  button, .button {font-size: 15px;}
}

canvas {
  background-color: #ccc;
  max-width: 100%;
  width: 100%;
}

code {font-weight: 400;}

div#container {
  margin: 0 auto 0 auto;
  max-width: 600px;
  padding: 1em 1.5em 1.3em 1.5em;
}

div#highlight {
  background-color: #eee;
  font-size: 1.2em;
  margin: 0 0 50px 0;
  padding: 0.5em 2em;
}

div#links {padding: 0.5em 0 0 0;}

h1 {
  font-weight: 800;
  margin: 0 0 0.6em 0;
  padding: 0;
  font-size: 1.7em;
  color: #36a9e0;
}

h2 {
  color: #444;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.8em 0;
}

h3 {
  color: #666;
  font-size: 0.9em;
  font-weight: 600;
  margin: 20px 0 10px 0;
  padding: 10px 0 0 0;
}

h4 {
  margin: 10px;
  font-size: 1.4em;
  color: inherit;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 10px 0 7px 0;
  align-self: start;
  justify-self: left;
  color: inherit;
}

html {overflow-y: scroll;}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

/*select, input {height: 1.5em;padding: 0.4em;}*/
select: -webkit-autofill, 
select: -webkit-autofill:hover,
select: -webkit-autofill:focus 
input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {font-family: 'Exo 2', sans-serif;}

input[type=radio] {position: relative;top: -1px;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

textarea {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-size: 18px;
  height: 96px;
}

optgroup {
  font-weight: 900;
}

ol {padding: 0 0 0 20px;}

section {color: #444;} 

hr {
  width: 100%;
  border: none;
  background-color: #8dcfed;
  height: 5px;
}

p {
  font-weight: 300;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  p {font-size: 18px;}
}

@media (max-width: 650px) {
  p {font-size: 17px;}
}

@media (max-width: 550px) {
  p {font-size: 16px;}
}

form small {
  display: block;
}

p#data {
  border-top: 1px dotted #666;
  font-family: Courier New, monospace;
  line-height: 1.3em;
  max-height: 1000px;
  overflow-y: auto;
  padding: 1em 0 0 0;
}

p.borderBelow {
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
}

section p:last-of-type {margin: 0;}
section {
  margin: 0;
  padding: 0;
  display: grid;
}

section.land-sections {  box-shadow: inset 0px -17px 10px -10px rgb(0 0 0 / 7%);}
section.land-sections:last-of-type {box-shadow: none;}

h1 span {white-space: nowrap;}

strong {font-weight: 800;}
.nowrap{white-space: nowrap !important;}

ul {padding: 0 0 0 20px; list-style-type: none;margin: 0;}
li {}

ul.plain-text{list-style-type:initial;margin: 0;}
ul.plain-text li{padding-bottom: 10px}

video {background: #222;margin: 0 0 20px 0;width: 100%;}

@media (max-width: 650px) {
  h1 {font-size: 24px;}
  .center_mobile {
    text-align: center;
    align-self: center;
    justify-self: center;
  }
}

@media (max-width: 550px) {
  button:active {background-color: darkRed;}
  h1 {font-size: 22px;}
}

@media (max-width: 450px) {
  h1 {font-size: 20px;}
}

.hidden{display: none !important;}
.block{display: block !important;}
.inline{display: inline !important;}
.grid{display: grid !important;}

.white{color: #fff !important}
.deepblue{color: #0b70c5 !important}
.blue{color: #35a9e0 !important}
.lightblue{color: #8dcfed !important}

.red {color:#f87a54  !important; font-weight: 900;}

.orange {color:#f87a54  !important}
.grey {color:#ececec  !important}
.blue-grey {color:#f1f5f8 !important}
.light-blue {color:#c8e7f6 !important}

.white_bg{background-color: #fff !important}
.deepblue_bg{background-color: #0b70c5 !important}
.blue_bg{background-color: #35a9e0 !important}
.lightblue_bg{background-color: #cff0ff !important}

.grid-gap-5 {grid-gap: 5px !important;}
.grid-gap-10 {grid-gap: 10px !important;}
.grid-gap-20 {grid-gap: 20px !important;}
.grid-gap-30 {grid-gap: 30px !important;}

.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-2-1{
  display: grid;
  grid-template-columns: 1.7fr 1.3fr;
}

.grid-col-1-2{
  display: grid;
  grid-template-columns: 1.3fr 1.7fr;
}

.grid-col-2-9x1{
  display: grid;
  grid-template-columns: 9fr 1fr;
}


.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 650px) {
  .block-events {grid-template-columns: 1fr;}
  .grid-col-mob-1{
    display: grid;
    grid-template-columns: 1fr !important;
  }  
  .grid-col-mob-2{
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
}

.center {
  text-align: center;
  align-self: center;
  justify-self: center;
}

.ml-5 {margin-left: 5px  !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}

.manual-check {
  font-size: 1.2em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

#send-btn {
  padding-left: 2em;
  padding-right: 2em;
}


section#form-registr-empl {
  display: grid;
}

form#form-login {
  margin-bottom: 10px;
  padding-left: 10px;
} 

.login-form-registration {
    text-align: center;
    margin: 20px 0 10px 0;
}

.form-login-button {display: grid;}
.form-login-button button {
  justify-self: center;
  font-size: 20px;
  padding: 7px 30px 10px;
}

.login-container{
  display: grid;
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.login-container{
  background: rgb(0 0 0 / 62%);
  position: fixed;
  width: 100%;
  height: 100%;   
  z-index: 1000;
  overflow: auto;
}

.login-box {
  justify-self: center;
  align-self: center;
  width: 80%;
  max-width: 400px;
  display: grid;
  margin-left: 15px;
}

.login-form-head {
  background: #e4e4e4d6;
  border-radius: 10px 10px 0 0;
  text-align: center;
  position: relative;
}
.login-form-head-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.login-form-head-close::after{
  content: '\f057';
  color: #FFF;
  font-family: 'font-aw';
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
}

.login-form-head2 {
  padding: 0px;
  display: grid;
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0px -12px 32px -20px rgba(57, 50, 33);
  -webkit-box-shadow: 0px -12px 32px -20px rgba(57, 50, 33);
  box-shadow: 0px -12px 32px -20px rgba(57, 50, 33);
}

#form-log {
  border-top: none;
  background-color: #fff;
  border-radius: 0 0px 10px 10px;
}

.social-login-area {
  text-align: center;
  margin: 10px 0;
  display: grid;
}

.social-login .logo {
  width: 32px;
  height: 32px;
  background-color: #fff;
  padding: 3px;
}

button.social-login {
  margin-bottom: 15px;
  display: grid;
  padding: 0;
  justify-self: center;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 10px;
  border: 1px solid #166fe5;
  background-color: #166fe5;
}

button.social-login .social-login-text {
  font-size: 18px;
  margin: 5px;
}

a.plain-link {color: #0b70c5;}
a.plain-link:hover {color: #35a9e0}

.formGrid {
  display: grid;
  grid-template-columns:1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
}

.form-reg{
  display: grid;
  grid-template-columns:1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
  border-top: none;
  width: 100%;
  max-width: 600px;
  align-self: center;
  /*justify-self: center;*/
}

.formGrid label {grid-column: labels;grid-row: auto;}
.formGrid input {padding: 0.3em;height: unset;}
.form-reg input, .form-reg select {padding: 0.3em;height: unset;}



span.login-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

span.login-close::before {
  content: '\f00d';
  display: block;
  top: 5px;
  margin: auto;
  right: 5px;
  cursor: pointer;
  color: #184589;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
}

.login-checkbox-area {
  padding-top: 15px;
}

.myForm {
  border-top: none;
  width: 100%;
  max-width: 600px;
  align-self: center;
  justify-self: center;
}

.myForm input, .myForm select {
  height: 1.8em;
  font-size: 16px;
  align-self: center;
  width: 100%;
  min-width: 120px;
  /*border: none;*/
  border: 1px #c0c0c0 solid;
  background-color: #fff;
  outline: none;
}

.myForm.login-form  input{
  border: none;
  border-bottom: 1px #c0c0c0 solid;
}


.myForm input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important; 
  color: #000 !important;
  font-family: 'Exo 2', sans-serif;
}

.myForm input:focus::placeholder {
  color:transparent;
}

input.input-search {
  border: none;
  border-bottom: 1px #e6e6e6  solid;
}

.input-search-area{
  border: 1px #c0c0c0 solid;
  background-color: #fff;
}

.login-container h2 {
  margin: 0.2em 0;
  font-size: 1.8em;
  font-weight: 300;
  justify-self: center;
  align-self: center;
  color: #35a9e0;
}

.input-line-verify input {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.6em;
}

.input-line-verify {
  justify-self: center;
}

.input-line {
  position: relative;
  margin: 0 0px 20px 0px;
}

.login-box .input-line { margin: 0 27px 10px 27px;}

.input-padding-val {padding-left: 35px !important}

.input-focus-icon{
  position: absolute;
  left: -26px;
  height: 30px;
  width: 30px;
  z-index: 0;
  overflow: hidden;
}

.input-focus-icon-reg {left: 0px;}

.input-line-password {
  width: 25px;
  height: 20px;    
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 5px;
  cursor: pointer;
}

.input-line-password::before {
    content: "\f070";
    font-family: 'font-aw';
    color: #ccc;

}
.input-line-password_open::before {
    content: "\f06e";
}

.input-focus-icon-mail, .input-focus-icon-pass{
  position: absolute;
  left: 30px;
  height: 38px;
  width: 38px;
  z-index: 1;
  padding: 5px;
}

.input-focus-icon-mail::before, .input-focus-icon-pass::before{
  content: "\f0e0";
  font-family: 'font-aw';
  font-size: 22px;
  color: #626262;
}

.input-focus-icon-pass::before{
  content: "\f30d";
}

.main-chekbox-checked, .main-chekbox {
  padding-right: 10px;
}

.main-chekbox::before, .main-chekbox-checked::before, .user-chekbox::before {
  content: '\f0c8';
  font-family: "font-aw";
  font-size: 28px;
  font-weight: 100;
  color: #0b70c5;
}

.main-chekbox-checked::before, .user-chekbox::before {
  content: '\f14a';
}

.myForm > button {
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 1.1em;
  padding: 0.6em;
  min-width: 120px;
  margin: 0;
  cursor: pointer;
  margin-top: 10px;

}

.form-disclaimer::before {
  content: '\f321';
  font-family: 'font-aw';
  font-size: 20px;
  padding-right: 5px;
  color: #f87a54;
}

#form-reg {display: none;}

.login-container img {
  max-width: 200px;
  margin: 1em;
}

.recovery-area2, .recovery-area {text-align: center;display: none;}

.recovery-button {
  margin: 0;
  background-color: #184589;
  cursor: pointer;
  padding: 9px 16px;
}

.recovery-button:hover {background-color: #1450ac;}

nav.top-menu {
  width: 100%;
  position: fixed;
  display: grid;
  z-index: 200;
}

nav.lang-nav {
  align-self: center;
  display: grid;
  grid-gap: 5px;
  /*grid-area: lang;*/
  align-self: center;
  justify-self: left;
  /*margin-right: 10px;*/
}



.current-lang {
  cursor: pointer;
}

.lang-options {
  border-radius: 2px;
  border: 1px solid #999;
  color: #999;
  padding: 0 3px 3px 3px;
  font-size: 14px;
  justify-self: left;
  width: 34px;
  text-align: center;
}

li.lang-menu {
  text-align: center;
}

.lang-options-mob {
  display: inline-block !important;
  margin-bottom: 4px;
  padding: 5px !important;
}

.lang-options-mob:hover {
    border-bottom: #8dcfed solid 1px !important;
    background: none !important;
}

.lang-selected, .lang-options:hover {
  background: #999;
  color: #fff;
}

.top-menu-logo {
  width: 99px;
  position: absolute;
  z-index: 300;
  bottom: -27px;
  left: -3px;
}

.menu-global-top-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  justify-self: center;  
}

.menu-global-top {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr max-content max-content;
  background-color: #fff;
  padding: 7px 5px 5px;
  padding-left: 90px;
  overflow: hidden;
  box-shadow: 9px 9px 49px 2px rgb(0 0 0 / 20%);
  position: relative;
  top: -7px;
  border-radius: 0 0 20px 20px;
  min-height: 70px;
  z-index: 10;
}

#section-employers .menu-global-top {
  background-color: #01366e;
}

a.top-menu-item {
  display: inline-block;
  /* margin: 10px; */
  background: #0b70c5;
  padding: 10px 20px 10px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  justify-self: left;
}

a.top-menu-item:hover {
  background: #1063a9;
  background: -moz-linear-gradient(0deg, #0b70c5 0%, #1063a9 100%);
  background: -webkit-linear-gradient(0deg, #0b70c5 0%, #1063a9 100%);
  background: linear-gradient(0deg, #0b70c5 0%, #1063a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b70c5",endColorstr="#1063a9",GradientType=1);
  padding-top: 22px;
}

.menu-top-mobile-center a.top-menu-item {padding: 10px 7px;}
.menu-top-mobile-center a.top-menu-item:hover {padding: 10px 7px;}

a.top-menu-item span {color: #fff}

#section-employers .menu-top-land a {color: #fff;}

.login-button, a.top-menu-enter {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 14px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #0b70c5;
  color: #0b70c5
}

#section-employers .login-button, #section-employers a.top-menu-enter { border: 1px solid #ffffff; color: #ffffff;}

.login-button:hover, a.top-menu-enter:hover {
  background-color: #0c71c5;
  color: #fff;
  border-color: #0c71c5;
}

button.login-button {
  width: 100%;
}

a.exit-button {
  font-size: 14px;
}

.menu-top-cell { 
  align-self: center; 
}

.menu-top-cell-center {
  padding-left: 10px;
  height: 100%;
  display: grid;
  position: relative;
}

.menu-top-cell-center ul {
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(95px, max-content));*/
  grid-template-columns: repeat(4, max-content);
  margin: 0;
  height: 100%;
  white-space: nowrap;
  padding: 10px 0 10px 20px;
}

.menu-top-cell-center li {
  text-align: center;
  align-self: center; 
  height: 100%;
  display: grid;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}

.menu-top-cell-center li:last-child {border: 0;}

.menu-top-cell-center li a {
  display: block;
  align-self: center;
  padding: 8px 20px;
  font-size: 18px;
  position: relative;
}
.menu-top-cell-center li a:hover {
  text-shadow: 
  1px 1px 2px rgb(33 75 110 / 20%);
  color: #000;

}
.menu-top-mobile-center{display: none;font-size: 16px;}
.menu-top-mobile{
  height: 40px;
  width: 40px;
  justify-self: right;
  position: relative;
  cursor: pointer;
  display: none;
}
.menu-top-mobile:before{
  content: "\f39c";
  font-size: 20px;
  font-family: 'font-aw';
  position: absolute;
  z-index: 100;
  padding: 9px;
  right: 1px;
  color: #35a9e0;
}

.menu-top-mobile-toggle-solid:before{
  color: #444;
}

#section-employers .menu-top-mobile-toggle-solid:before{
  color: #fff;
}

.menu-top-list {
  position: fixed;
  top: -100px;
  right: 26px;
  background-color: #35a9e0;
  box-shadow: 4px 4px 49px 2px rgb(0 0 0 / 20%);
  padding-top: 20px;
  border-radius: 0 0 20px 20px;
  display: none;
}

.menu-top-list ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.menu-top-list li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #8dcfed;
}
.menu-top-list li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  
}
.menu-top-list li a:hover {background-color: #5dbae6;}

.menu-top-list li:first-child a{border: 0;}

.menu-mobile-show {display: block;}

.menu-global-top-wrap .seen_counter {
/*  position: absolute;
  top: 21px;
  right: 90px;*/
}

#seens-area {
  position: absolute;
  top: 21px;
  right: 125px;
  width: 43px;
  height: 32px;
  cursor: pointer;
}



.seen_counter {
  padding-top: 3px;
  font-size: 12px;
  height: 22px;
  width: 22px;
  background-color: #36a9e0;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  justify-self: center;
  align-self: center;
  /*cursor: pointer;*/
  position: relative;
  right: -21px;
}

.seen_counter::after {
  content: '\f0e0';
  font-family: 'font-aw';
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: -1;
  color: #7a7a7a;
  cursor: pointer;
}

@media (min-width: 651px) {
  .menu-top-list{display: none!important;}
}
@media (max-width: 650px) {
  nav.lang-nav, .menu-top-cell {display: none;}
  .top-menu-logo {
    width: 70px;
    bottom: -20px;
    left: -3px;
  }
  .menu-global-top-wrap {padding: 0 13px;}
  .menu-global-top {min-height: unset;box-shadow: 6px 6px 49px 0px rgb(0 0 0 / 20%);}
  .menu-top-mobile {display: block;}
  .menu-top-mobile-center {display: grid;}
  #seens-area {top: 12px;right: 40px;}
  .hide-on-mobile {display: none;}
}







section.main-section {
  position: relative;
  justify-self: center;
  max-width: 1200px;
  align-self: center;
  width: 100%;
  background: #fff;
  margin: 20px !important;
  padding: 20px !important;
  border-radius: 10px;
  -moz-box-shadow: 3px 2px 10px -5px rgba(57, 50, 33,.3);
  -webkit-box-shadow: 3px 2px 10px -5px rgba(57, 50, 33,.3);
  box-shadow: 3px 2px 10px -5px rgba(57, 50, 33, 0.3);
}

section.sub-section {
  border-bottom: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

section.sub-section h2 {
  font-weight: 300;
  color: #9a9a9a;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}

.section-content {
  display: grid;
  grid-gap: 15px;
  width: 100%;
  max-width: 1200px;
  align-self: center;
  justify-self: center;
  padding: 15px;
}

.section-chart{min-height: 400px;grid-gap: 40px; font-size: 20px; }

.section-content-top {align-self: start;justify-self: left;}

.section-content-end {align-self: end;justify-self: right;text-align: right;}

section h2 {
  font-size: 20px;
  margin-bottom: 0px;
}

.create-area {
  margin-top: 15px;
}

#multicontact-wrap {
  display: grid;
  grid-template-columns: 10% 90%;
}

#multicontact-wrap::before {
  content: "\f2b9";
  font-family: 'font-aw';
  font-size: 1.5em;
  padding-right: 15px;
  color: #6b6b6b;
  align-self: center;
}

ul.contact-list {
  list-style: none;
  padding: 0;
}

ul.contact-list li {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 29px auto 29px 29px;
  grid-gap: 10px;
}

.contact-list li::before {
  content: "\f2b9";
  font-family: 'font-aw';
  font-size: 1.5em;
  padding-right: 15px;
  color: #6b6b6b;
  align-self: center;
}

.contact-list li.contact_sex::before {content: "\f228";}
.contact-list li.contact_name::before {content: "\f507";}
.contact-list li.contact_bd::before {content: "\f783";}
.contact-list li.contact_adress::before {content: "\f5a0";}

.contact-edit::before {
  content: "\f044";
  font-family: 'font-aw';
  font-size: 1.5em;
  color: #6b6b6b;
  align-self: center;
  justify-self: center;
  cursor: pointer;
} 

.contact-unverify::after, .contact-delete::after {
  cursor: pointer;
}

.contact-unverify::after, .contact-verified::after, .contact-delete::after {
  content: "\f3c2";
  font-family: 'font-aw';
  font-size: 20px;
  align-self: center;
  color: #ccc
}

.contact-verified::after {
  content: "\f30d";
  color: #0b70c5;
}
.contact-delete::after {
  content: "\f2ed";
  color: #ff0000;
}

button.profile-save, button.profile-ad-save {
  background-color: #184589;
  display: none;
}

.contact-list li input, .contact-list li textarea  {
  font-size: 16px;
  padding: 15px 5px !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  background-color: #f4fff3;
}

span.profile-sex span {
  text-decoration: underline;
  padding-right: 10px;
  cursor: pointer;
}

.select-sex-act {font-weight: 900;color: #184589;}

.multicontact-phone::before {content: "\f10b" !important;}
.multicontact-email::before {content: "\f1fa" !important;}

/** MODAL*/

div#modal-order-area {
  position: fixed;
  display: grid;
  width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  background: #d7d7d791;
  z-index: 10000;
  overflow-y: scroll;
}

span.close-order {
  position: absolute;
  right: 5px;
  top: 5px;
}

span.close-order::before {
  content: '\f00d';
  display: block;
  top: 5px;
  margin: auto;
  right: 5px;
  cursor: pointer;
  color: #637188;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
}

section#form {
  border-top: #184589 solid 5px;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

/*****************
WARNING
****/


.section-warnining-area {
  position: fixed;
  display: grid;
  top: 0;
  width: 100%;
  left: 0;
  animation: showDiv 5s forwards;
  overflow: hidden;
  z-index: 1000;
}

.section-warnining-wrapper {
  width: 90%;
  max-width: 600px;
  position: relative;
  display: grid;
  justify-self: center;
  background: rgb(255 0 0);
  padding: 10px;
  padding-right: 20px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 3px 2px 10px -5px rgba(0, 0, 0,.3);
  -webkit-box-shadow: 3px 2px 10px -5px rgba(0, 0, 0,.3);
  box-shadow: 3px 2px 10px -5px rgba(0, 0, 0, 0.3);
}

.section-warnining-wrapper h2 {
  color: #fff;
}

.section-warnining-wrapper article {
  color: #fff;
  font-size: 18px;
}

.section-warnining-wrapper article button {
  background-color: #184589;
  margin-top: 12px;
}

@keyframes showDiv {
  0%, 50% {max-height: 0;}
  100% {max-height: 999px;}
}

span.section-warnining-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

span.section-warnining-close::before {
  content: "\f057";
  font-family: "font-aw";
  font-size: 22px;
  color: #fff;
}






.file-pdf::before {
  content: "\f1c1";
  font-family: 'font-aw';
  padding-right: 10px;
}



/*ERROR*/

.error-wrap {
  display: grid;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  grid-template-rows: 1.5fr .5fr;
  min-height: 300px;
}

.error404 {
  text-align: left;
  font-size: 30px;
  justify-self: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-self: center;
}

[class^="error-icon-"]::before {
  font-family: 'font-aw';
  font-size: 113px;
  top: 0px;
  color: #ff8b57;
  justify-self: right;
  align-self: center;
}

.error-icon-404:before {content: "\f57a";}
.error-icon-disconnect:before {content: "\e060";}

.back-button404 {
  font-size: 1.4em;
  justify-self: center;
  align-self: center;
}

.back-button404>a::before  {
  content: "\f30a ";
  font-family: "font-aw";
  color: #ff9869;
}

@media screen and (max-width: 768px) {
  [class^="error-icon-"]::before {font-size: 100px;}
  .error404 {font-size: 24px;}
  .error-wrap {min-height: 250px;}
}
@media screen and (max-width: 550px) {
  [class^="error-icon-"]::before {font-size: 80px;}
  .error404 {font-size: 20px;}
  .back-button404 {font-size: 1.2em;}
  .error-wrap {min-height: 200px;}
}
@media screen and (max-width: 450px) {
  [class^="error-icon-"]::before {font-size: 70px;}
  .error404 {font-size: 18px;}
  .back-button404 {font-size: 1.0em;}
  .error-wrap {min-height: 150px;}
}

.tech-info {
  max-width: 100%;
  overflow: hidden;
  border-top: 16px #ccc solid;
  background-color: #eaeaea;
  padding: 5px;
  margin: 10px 0;
  font-size: 14px;
}

.confirm-request .jconfirm-box {
  width: 50%;
  min-width: 300px;
}



/**LANDING*********************/
/*FIRST SCREEN*/
.top-img-back {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  display: grid;
}

.top-img-left {background-image: url(../img/b-logo.svg);}
.top-img-right {
  background-color: #35A9E0;
  background-image: url(../img/b-image.svg);
  box-shadow: inset 0px -17px 10px -10px rgb(0 0 0 / 7%);
}

.top-text {
  justify-self: center;
  align-self: end;
}

#first-screen .top-text h2 {
  font-weight: 300;
  text-align: center;
  margin: 0 0 0.6em 0;
  padding: 0;
  font-size: 27px;
  color: #36a9e0;
}

@media (max-width: 650px) {
  #first-screen .top-text h2 {font-size: 24px;}
}

@media (max-width: 550px) {
  #first-screen .top-text h2 {font-size: 22px;}
}

@media (max-width: 450px) {
  #first-screen .top-text h2 {font-size: 20px;}
}


@media screen and (max-width: 1000px) {
  .top-img-back {height: 500px;}
}

@media screen and (max-width: 500px) {
  .top-img-back {height: 370px;}
}

section#first-screen .section-content {
  padding: 0px;
  grid-gap: 0;
}

.section-top {padding-top: 71px}



/*BUTTONS*/

.button-action-area {
  text-align: center;
  justify-self:center;
  align-self: center;
  padding: 10px; 
  width: 100%;
  background-color: #cdd2d6;
  box-shadow: none !important;
}

button.button-action {
  position: relative;
  font-size: 1.3em;
  padding: 0.6em;
  box-shadow: 
  1px 1px rgb(33 75 110 / 13%), 
  2px 2px rgb(33 75 110 / 11%),
  3px 3px rgb(33 75 110 / 9%),
  4px 4px rgb(33 75 110 / 7%),
  5px 5px rgb(33 75 110 / 5%),
  6px 6px rgb(33 75 110 / 3%),
  7px 7px rgb(33 75 110 / 1%)
  ;
  background-color: #f87a54;
  border-color: #f87a54;
}

button.button-action:hover{
  background-color: #0b70c5;
  border-color: #0b70c5;
}

.section-content h2 {
  justify-self: center;
  font-weight: 900;
  padding: 0 34px;
  line-height: 1;
  margin: 50px 0 0;
  font-size: 40px;
  color: #35a9e0;
}

h1.login-head-h1 {
    font-size: 42px;
    font-weight: 200;
    text-align: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 650px) {
  .section-content h2 {font-size: 38px;}
  h1.login-head-h1 {font-size: 40px;}
}

@media (max-width: 550px) {
  .section-content h2 {font-size: 34px;}
  h1.login-head-h1 {font-size: 36px;}
}

@media (max-width: 450px) {
  .section-content h2 {font-size: 30px;}
  h1.login-head-h1 {font-size: 32px;}
}

/*MEDICS*/

section#medics {
  background-color: #f1f5f8;
}

section#medics h2 {
  margin: 100px 0;
  text-align: right;
  font-size: 72px;
  color: #35a9e0;
}

section#medics .section-content {
  padding: 0;
}

.section-image-area {
  position: absolute;
  bottom: 0;
  width: 129%;
  height: auto;
  display: grid;
}

section#medics img {
  justify-self: left;
}

.section-medics-title {
  min-height: 500px;
  position: relative;
}

.section-medics-content {
  /*background-image: url('../img/circ1-w.svg');*/
  background-size: cover;
  /*box-shadow: inset 0px -17px 10px -10px rgb(0 0 0 / 7%);*/
  display: grid;
  font-size: 20px;
  line-height: 1.7;
}

.section-medics-content ul {
  padding-inline-start: 0;
  list-style-type: none;
  margin: unset;
  position: relative;
}

.section-medics-content ul li {
  display: block;
  font-size: inherit;
  margin-bottom: 5px;
  margin-left: 36px;
}

.section-medics-content ul li::before {
  content: '\f35a';
  color: #fff;
  vertical-align: -5px;
  font-family: 'font-aw';
  position: absolute;
  left: 0px;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  section#medics h2 {font-size: 64px;}
}

@media (max-width: 768px) {
  section#medics h2 {font-size: 48px;}
  .section-medics-content ul li {font-size: 18px;}
  .section-image-area {width: 180%;}
}

@media (max-width: 650px) {
  .section-medics-title {min-height: 150px;}
  .section-image-area {display: none;}
  .section-medics-content ul li {font-size: 17px;}
  section#medics h2 {text-align: center;margin: 40px 0 20px 0}
}


@media (max-width: 550px) {

  .section-medics-content ul li {font-size: 16px;}
}


#medics article {
  margin: 30px;
  padding: 15px;
  background-color: #35a9e0;
  border-radius: 5px;
  box-shadow: 9px 9px 40px 0px rgb(0 0 0 / 10%);
  color: #fff;
  align-self: center;
  display: grid;
}

a.inline-button-b, a.inline-button {
  background-color: #f87a54;
  padding: 3px 7px 5px 7px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
  line-height: 1.7;
}

a.inline-button-b {
  border-radius: 2px;
}

a.inline-button:hover{
  box-shadow: 9px 9px 40px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
  color: #35a9e0;
}
a.inline-button-b:hover{
  background-color: #35a9e0;
}


/* MAIN*/

.profile-submenu {
  align-self: center;
  justify-self: center;
  display: grid;
}

.profile-submenu ul {
  display: grid;
  width: 100%;
  max-width: 600px;
  justify-self: center;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.profile-submenu ul li{
  padding: 5px 10px 8px 10px;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 2px;
  white-space: nowrap;
  cursor: pointer;
}

.profile-submenu ul li:hover, .profile-submenu ul li.profile-submenu-link-active {
  background-color: aliceblue;
  color: #0b70c5;
  border-color: #35a9e0;
}

#profile-private {display: none;}
#user-main {font-size: 18px}

.user-profile-wrap, .employer-about-info {
  /*border: 1px solid #ddebf7;*/
  border-radius: 2px;
  padding: 10px;
  display: grid;
  grid-gap: 20px;
  background-color: #f1f5f8;
  position: relative;
  margin: 10px 0 30px;
}
.employer-about-info {
  grid-auto-rows: minmax(min-content, max-content);
}
.user-profile-wrap p {
  line-height: inherit;
  font-size: inherit;
}

.user-profile-title {
  font-weight: 600;
  margin: 0;
}

.user-profile-line-date {font-size: 14px;}

.user-profile-salary {
  color: #36a9e0;
  font-weight: 600;
  padding-right: 10px;
}
.user-profile-salary::before, .pic-salary::before {
  content: '\f650';
  font-family: 'font-aw';
  padding-right: 5px;
  font-weight: 300;
}

.user-profile-salary::before {
  color: #444;
}

.user-profile-local {
  padding-right: 10px;
}
.user-profile-local::before, .pic-local::before {
  content: '\f3c5';
  font-family: 'font-aw';
  padding-right: 5px;
}


.user-profile-exp {
  padding-right: 10px;
}
.user-profile-exp::before, .pic-exp::before {
  content: '\f627';
  font-family: 'font-aw';
  padding-right: 5px;
}

.user-profile-spec {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.user-profile-spec span {
  white-space: nowrap;
  background-color: #c8e7f6;
  color: #444;
  border-radius: 2px;
  padding: 3px 10px 7px 10px;
  line-height: 2;
}

.user-profile-info-area {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.user-profile-info-right, .user-profile-info-left {
  display: grid;
  grid-gap: 10px;
  align-self: start;
}

.user-secure-data {
 margin: 0 0 10px 0;
 padding: 10px 0;
 justify-self: left;
 background-color: #fff;
 padding: 10px;
 border: 1px solid #ddebf7;
 border-radius: 2px;
}

.user-secure-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-secure-soc {
  margin-bottom: 5px;
}
.soc-icon::before{
  right: 5px;
  cursor: pointer;
  color: #444;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
  display: inline-block;
  width: 30px;
}
.email-icon::before {content: '\f0e0';}
.phone-icon::before {content: '\f3ce';}
.linkedin-icon::before {content: '';}

.link-soc a{
  background-color: #0b70c5;
  color: #fff;
  padding: 4px 7px;
  border-radius: 2px;
}

a.button {
  background-color: transparent;
  color: #0b70c5;
  border: 1px solid #0b70c5;
  font-size: 14px;
}

a.button:hover {
  background-color: #0b70c5;
  color: #ddebf7;
}

@media screen and (max-width: 768px) {
  .user-profile-info-area {grid-template-columns: 1fr;}
}

.user-dash {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "left right";
}

.user-dash .user-dash-main {
  grid-area: left;
}
.user-dash aside {
  grid-area: right;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
}



.user-profile-info {
  line-height: 2;
}

.user-dash-empl-list {
  display: grid;
  grid-gap: 20px;
  padding: 0;
  margin: 0;
  margin-block: 0;
  margin-inline: 0;
  padding-inline: 0;
}

.user-dash-empl-list li {    
  padding-left: 30px;
  position: relative;
}

.user-dash-empl-list li::before {
  content: "\f007";
  font-family: 'font-aw';
  left: -9px;
  top: -3px;
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #c8e7f6;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}
.user-dash-empl-button {
  margin: 10px 0;
}
.user-dash-empl-button a::before {
  content: "\f0a9";
  font-family: 'font-aw';
  font-weight: 600;
  color: #0c71c5;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .user-dash aside {
    max-width: 200px;
    font-size: 14px;
  }

  .user-dash-empl-list li::before {
    left: -7px;
    top: -2px;
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 650px) {
  .user-dash {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    grid-template-areas:"right" "left";
  }
  .user-dash aside {
    width: unset;
    max-width: unset;
  }

  .user-dash-empl-list {  
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}





/*REGISTR*/


#form-registr {
  margin-top: 90px;
}

p.form-register-1st-text {
  font-size: 16px;
  margin-bottom: 20px !important;
}

.radio {
  margin: 10px 0;
}

#form-registr h1 {
  justify-self: center;
  color: #36a9e0;
}

.reg-slider-var {
  margin: 10px 0 30px 0;
}

#experience-slider-result {
  font-size: 18px;
  color: #0b70c5;
  border: 1px #c0c0c0 solid;
  padding: 0.3em;
  background-color: #fff;
}

.myForm .user-profile-wrap {
    grid-gap: 10px;
    margin: 0;
        margin-bottom: 10px;
} 

.reg-label {
  font-size: 18px;
  font-weight: 900;
  color: #0b70c5;
  margin-bottom: 5px;
}

#reg-spec-area, #reg-loc-area {
  display: grid;
  grid-gap: 10px;
}

#reg-spec-required, #reg-loc-required {
  width:0px;
  min-width: 0px;
  height: 0px;
  border: none;
  font-size: 1px;
}

ul.reg-loc-list, ul.reg-spes-list {
  /*border: 1px solid #ccc;*/
  border-radius: 2px;
  padding: 8px;
  list-style-type: none;
  /*margin: 10px 0;*/
  font-size: 16px;
}

ul.reg-loc-list li, ul.reg-spes-list li, ul.vac-cat-list li {
  display: inline-block;
  background: #f87a54;
  color: #fff;
  margin: 3px;
  padding: 3px 7px 5px 7px;
  border-radius: 2px;
  cursor: pointer;
}

ul.vac-cat-list li {background: #ccc;}
ul.vac-cat-list li.cat-selected {background: #0b70c5;}

ul.reg-loc-list li:hover, ul.reg-spes-list li:hover, ul.vac-cat-list li:hover{
  background-color: #0b70c5;
}

.reg-loc-del, .reg-spec-del {
  display: none;
}
.reg-loc-del::before, .reg-spec-del::before, .user-search-unset::before {
  content: '\f057';
  font-family: 'font-aw';
  color: #fff;
  padding-left: 10px;
  position: relative;
  top: 2px;
}


#reg-loc-select-result ul, #reg-spec-select-result ul{    
  border-color: transparent;
  padding: 0;
}

#reg-loc-select-result li, #reg-spec-select-result li{
  background-color: #0b70c5;
  color: #fff;
  border-color: transparent;
}

.reg-loc-gray-b, .reg-spec-gray-b {
/*  background: #f3f3f3 !important;
  color: #8d8d8d !important;
  border-color: #ccc !important;*/
}

.reg-spec-placeholder, .reg-loc-placeholder {
  padding: 10px 0;
  color: #f87a54;
}

.reg-group-button {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 10;
}

.reg-group-button span {
  position: absolute;
  top: 0;
}

span.reg-prev {left: 0;background-color: #bac9d4;border-color: #bac9d4;}
span.reg-next {right: 0;}

.register-profile-group.reg-group-valid {opacity: 0.5;}

.brn-reg-wrap{display: none;text-align: right;}

/*SUPPORTERS*/

.supporter {
  height: 150px;
  margin-top: 3rem;
  padding: 10px;
}

.supporter img {
  position: relative;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  img.gr {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  img.gr:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}



/*about*/

.section-about {
  width: 100%;
  max-width: 1200px;
  justify-self: center;
  border-radius: 5px;
}

.section-about.section-about2.grid {
  background-color: #f1f5f8;
  margin: 5px 0;
}

.section-about1 {
  background-image: url(../img/sect2-bg1.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .section-about1 {background-image: url(../img/sect2-bg1-2.jpg);}
}

@media screen and (max-width: 450px) {
  .section-about1 {background-image: url(../img/sect2-bg1-3.jpg);}
}

.section-about3 {
  background-image: url(../img/sect2-bg3.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section-about3 {background-image: url(../img/sect2-bg3-2.jpg);}
}

@media screen and (max-width: 450px) {
  .section-about3 {background-image: url(../img/sect2-bg3-3.jpg);}
}



.section-about0 .section-about-content {
  position: relative;
  padding: 30px 0 45px 0;
}

.section-about0 .section-about-content:after {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background-color: #35a9e0;
  transform: rotate(45deg);
  position: absolute;
  bottom: -14px;
  left: 35px;
  z-index: 100;
  outline: #ffffff solid 5px;
}

.section-about1 .section-about-content, .section-about3 .section-about-content {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 30px 15px;
}

.section-about3 .section-about-content {
  padding: 30px 15px 0 15px;
}

/*.section-about1 .section-about-content:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: 30px;
}
*/
/*.section-about1 .section-about-content:after {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -30px;
  left: 30px;
}*/

.section-about2 .section-about-content {
  position: relative;
  padding: 30px 0;
}

.section-about2 .section-about-content:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background-color: #35a9e0;
  transform: rotate(45deg);
  position: absolute;
  top: -35px;
  left: 21px;
  z-index: 100;
  outline: #ffffff solid 5px;
}

.section-about2 .section-about-content:after {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background-color: #35a9e0;
  transform: rotate(45deg);
  position: absolute;
  bottom: -35px;
  left: 20px;
  z-index: 100;
  outline: #ffffff solid 5px;
}

/*.section-about3 {
  background-color: #f1f5f8;
  margin-bottom: 30px;
}*/

/*.section-about3 .section-about-content {
  overflow: hidden;
  position: relative;
  padding: 30px 15px;
}*/

/*.section-about3 .section-about-content:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: 30px;
}*/

.sect-about-img {max-height: 350px}

.section-about h3 {    
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 300;
  /*color: #fff;*/
}

.section-about1 h3, .section-about3 h3 {
  justify-self: right;
  text-align: right;
  padding-left: 20px;
}

.section-about1 .section-about-content h3, .section-about3 .section-about-content h3 {
  padding: 20px;
  border-radius: 2px;
  background-color: rgb(255 255 255 / 78%);
  color: inherit;
}


.section-about2 h3 {
  color: #35a9e0;
  justify-self: left;
  text-align: left;
}

/*.section-about3 h3.center {color: #0b70c5;}*/


.section-about-digit1 {
  position: absolute;
  bottom: -10px;
  left: 46px;
  z-index: 101;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}
.section-about-digit2 {
  position: absolute;
  top: -35px;
  left: 31px;
  z-index: 101;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}

.section-about-digit3 {
  position: absolute;
  bottom: -31px;
  left: 31px;
  z-index: 101;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 650px) {

  .section-about h3 {
    justify-self: center !important;
    text-align: center !important;

  }
}


/*CANDIDATES*/

nav.candidates-nav {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
}

.user-filter {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  position: relative;
}

h3.user-filter-header {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}

h3.user-filter-header:hover {
  color: #36a9e0;
}

@media screen and (max-width: 450px) {
  nav.candidates-nav {grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));grid-gap: 5px;}
  h3.user-filter-header {font-size: 16px;}
}

/*h3.user-searches-saves {
  font-size: 25px;
  font-weight: 200;
  border-bottom: 1px solid #ccc;
}*/

.user-searches-area div a {
  /*margin-bottom: 20px;*/
  /*padding: 5px;*/
  display: inline-block;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.user-searches-area a.search-a-profile {
    display: grid;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #f1f5f8;
    padding: 10px;
    grid-template-columns: 40px 1fr;
    grid-gap: 5px;
    align-content: start;
    font-size: 17px;
    background-color: #f1f5f8;
}

.searchs-pofiles{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

}

.users-search-result-company h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #36a9e0;
}
.users-search-result-company h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #444;
}
/*.users-search-result-company h4::before {
  content: "\f2bb";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  padding-right: 10px;
  position: relative;
}*/
.users-search-separate {
  display: grid;
  grid-column: 1/3;
  /*align-items: center;*/
  justify-items: center;
  /*height: 40px;*/
  font-size: 18px;
  background-color: #c8e7f6;
  padding: 3px;
  grid-template-columns: 1fr 3fr;
}

.users-search-separate span.users-search-time {font-size: 14px;}

.user-searches-area div a:hover {
    /*transform: scale(1.01);*/
    /* box-shadow: 0px 0px 27px -5px rgb(0 0 0 / 30%); */
    /* border-color: #444; */
    /*background-color: aliceblue;*/
    border-bottom: 1px solid #ccc;
}

.user-searches-area div a.search-a-profile:hover {

    transform: scale(1.01);
    /*box-shadow: 0px 0px 27px -5px rgb(0 0 0 / 30%); */
    border-color: #444; 
    background-color: aliceblue;
    /*border-bottom: 1px solid #ccc;*/
}





.candidates-nav-active {color: #36a9e0 !important;} 
.icon-search, .icon-filters {
  width: 10px;
  height: 10px;
}

.user-searches-area .save-search-profile {
  display: inline-block;
  /*margin-left: 20px;*/
  font-size: 20px;
  font-weight: 100;
  cursor: pointer; 
  justify-self: center;
  align-self: center;

}


.user-searches-area .save-search-profile:hover {
  font-weight: 300;
}

.user-searches-area .user-searches-area-profile {
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.icon-spam::before {
  content: "\f674";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  position: relative;
}

.icon-search::before {
  content: "\f2c1";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  position: relative;
}
.icon-smart::before {
  content: "\f857";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  position: relative;
}

.icon-glass::before {
    content: "\f002";
    font-family: 'font-aw';
    font-weight: 300;
    color: #fff;
}

.icon-profile::before {
  content: "\f2bb";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  padding-right: 10px;
  position: relative;
}

.icon-profile-big::before {
  content: "\f2c2";
  font-size: 26px;
  font-weight: 100;
}
.icon-badge::before {
  content: "\f2c1";
  font-size: 23px;
  font-weight: 100;
}

.icon-salary::before {
  content: "\f652";
  font-size: 23px;
  font-weight: 100;
}

.icon-loc::before {
  content: "\f5a0";
  font-size: 23px;
  font-weight: 100;
}

.icon-exp::before {
  content: "\f625";
  font-size: 23px;
  font-weight: 100;
}
.icon-tools::before {
  content: "\f7d9";
  font-size: 23px;
  font-weight: 100;
}

/*#user-filter-area {display: none;}*/

.icon-filters::before {
  content: "\f888";
  font-family: 'font-aw';
  font-size: 22px;
  font-weight: 100;
  position: relative;
  cursor: pointer;
}

/*.user-filter-closed::before {content: "\f339" !important;}*/

button.filters {
    background-color: #ececec;
    border: none !important;
    color: inherit;
    margin-bottom: -20px;
}

button.user-filter-closed  {
    margin-bottom: 0px;
}
.filters .filters-hide {display: block;}
.filters .filters-show {display: none;}

.user-filter-closed .filters-hide {display: none;}
.user-filter-closed .filters-show {display: block;}

.users-filters {
  border-radius: 2px;
  padding: 10px;
  background-color: #ececec;
}

.users-filters:hover {
  border-color: #0b70c5;
}

.users-filters h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #898989;
}

.user-open {
  cursor: pointer;
}


a.users-filters-action-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 2px;
    background-color: #36a9e0;
    color: #fff;
}

.user-filter-result {
  display: grid;
  grid-gap: 10px;
}

.users-paginator {
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.5fr;
  margin-top: 10px;
}

.user-seens-before::before, .pic-seens::before {content: "\f06e"; font-family: 'font-aw';}
.user-seens-before::before {padding: 0 10px;color: #35a9e0;}

.user-unseens-before::before, .pic-unseens::before {content: "\f070"; font-family: 'font-aw';}
.user-unseens-before::before {padding: 0 10px;color: #ccc;}


a.users-paginator-prev, a.users-paginator-next {
  justify-self: right;
  background: #0b70c5;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
}

a.users-paginator-prev {
  justify-self: left;
}

span.nav-next::before, span.nav-prev::before {
  content: '\f32b';
  font-size: 1.2em;
  font-family: 'font-aw';
  padding: 0 5px;
  position: relative;
  top: 1px;
}
span.nav-prev::before {content: '\f32a';}


.users-filters input{
  font-size: 18px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  max-width: 150px;
  margin: 5px 0;
}

.users-filters select {
    font-size: 18px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    margin: 5px 0;
}

#salary-cur {
    max-width: 150px;
    margin: 5px 20px 5px 0;
}

/*
button.filter-submit {  
padding: 4px;
border-radius: 3px;
position: relative;
top: -2px;
background-color: #36a9e0;
}
*/

.button-apply::before{
  content: '\f090';
  font-family: 'font-aw';

}

.user-category {
  padding: 3px; 
  font-weight: 600;
  color: #898989;
  border: 1px solid #898989;
  border-radius: 2px;  
  margin: 5px;
  cursor: pointer;
}

.user-category-selected, .user-category:hover  {
  color: #fff;
  background: #0b70c5;
  border-color: #0b70c5;
}


.input-search {
  width: 100% !important;
  max-width: unset !important;
}

.user-chekbox::before {font-size: inherit;}

.user-textarea-form {
  width: 100%;
  height: auto;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.user-propose-dialog {
  display: none;
}

.slide-left {
  display: grid;
  position: relative;
  margin: 10px 0;
  /*grid-template-columns: 5fr min-content;*/
}

.templates-list-wrap{
  width: 100%;  
  max-width: 0px;
  transition: min-width 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #ccc;
}


i.templates-list-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  cursor: pointer;
}

ul.templates-list {
  padding: 10px;
  display: grid;
  grid-gap: 6px;
  padding-left: 24px;
}

ul.templates-list li {
  white-space: nowrap;
  position: relative;
  padding: 3px;
  cursor: pointer;
}
ul.templates-list li:hover {color: #000;}
ul.templates-list li:hover:before {
  content: '\f344';
  font-family: 'font-aw';
  position: absolute;
  left: -18px;
  top: 3px;
  font-size: 20px;
  color: #000;
}


button.button-templates {
    background-color: transparent !important;
    color: inherit;
    margin: 10px 0;
    /* border: none; */
    /* border-bottom: 1px solid #ccc; */
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 3px 5px;
}

.slide-left textarea {margin: 0;}
/*.slide-left textarea:hover + .teplates-list-wrap{
  min-width: 200px;
  width: 100%;
}
*/

section.user-messages-area {
  box-shadow: none;
  border-radius: 2px;
  background-color: #ddebf7;
  min-height: 100px;
}

.user-message-area {
  display: grid;
  grid-gap: 10px;
  border-bottom: 1px solid #ccc;
  grid-auto-rows: minmax(min-content, max-content);
}
.user-message-area:last-of-type {
  border-bottom: none;
}

.user-message-area p, .user-message-area small {
  padding: 10px;
}

.user-em-block, .user-mw-block {
  background: #99b0c4;
  color: #fff;
  justify-self: left;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

button.user-em-claim {
  background-color: #cccccc;
  border-color: #cccccc !important;
  color: #333;
  font-size: 13px;
  padding: 3px 5px 4px 5px;
}

.contact-is-open {
  margin-bottom: 20px;
  font-weight: 600;
}
.contacts-open-field {
  background-color: #c8e7f6;
  padding: 10px;
}

h5.user-em-title {
  margin: 0;
  align-self: end;
}

small.datetime {
  font-size: 14px;
  letter-spacing: .4px;
  padding: 0;
  align-self: end;
}

.user-mw-block {
  background: #83ccef;
}


.offers-table {
  display: grid;
  grid-gap: 15px;
}

.offers-table-row {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  grid-gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.offers-row-actions {
  display: grid;
  justify-self: right;
  grid-gap: 5px;
  height: 67px;
}

@media screen and (max-width: 650px) {
  .offers-table-row {grid-template-columns: 1fr;}
  .offers-row-actions {grid-template-columns: 1fr 1fr;justify-self: left}
  .user-em-block, .user-mw-block {grid-template-columns: 1fr;}
}

.offers-button-agree, .offers-button-degree {
  border-radius: 2px;
  display: block;
  justify-self: right;
  align-self: start;
}

.offers-button-agree:hover {
  background-color: #36a9e0;
  border-color: #36a9e0;
}

.offers-button-degree {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.offers-button-degree:hover {
  background-color: #f87a54;
  border-color: #f87a54;
}

.show_eployer, .show_dialog, .show-user-info {
  cursor: pointer;
}

.offers-row-text:hover {
  background-color: aliceblue;
}

.offers-row-from {
  display: grid;
  grid-gap: 10px;
}

.offers-row-from small {
  align-self: end;
}

.offers-row-open {
  background-color: #c8e7f6;
  font-size: 14px;
  padding: 4px 8px;
  justify-self: left;
  border-radius: 2px;
}

textarea.denial, .user-message-area.denial {
  background-color: #fbefdf;
}
.user-mw-block.denial, button.denial {
  background-color: #f87a54;
  border-color: #f87a54;
}
button.denial:hover {
  background-color: #d35e3b;
  border-color: #d35e3b;
}

.employer-info-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 4fr;
}

.employer-info-block-full {
  grid-template-columns: 1fr !important;
  grid-gap: 0 !important;
}

@media screen and (max-width: 1000px){
  .employer-info-block {grid-template-columns: 1fr 3fr;}
}

@media screen and (max-width: 768px){
  .employer-info-block {grid-template-columns: 1fr;}
}

.employer-about-info h3 {
  font-size: 20px;
  padding-top: 0;
  margin-top: 0;
}

.employer-about-info h3, .employer-about-info h5 {
  margin: 0;padding: 0;
}






.h2-header-wrapp {
  margin: 0 0 15px 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  max-height: 68px;
}

.h2-header-wrapp-left,.h2-header-wrapp-right  {
  background-color: rgb(255 255 255 / 90%);
  width: 100%;
}
.h2-header-wrapp-right  {background-color: transparent;}

.h2-header-wrapp-inner {
  width: 100%;   
  justify-self: center;
  display: grid;
  background: rgb(255 255 255 / 90%); 
  text-align: center;
}

.h2-header-wrapp-inner h2 {
  color: #ea5d29;
  font-weight: 300;
  font-size: 2em;
  padding: 15px;
  white-space: nowrap;
}


/*.section-content article {
  font-size: 1.3em;
  display: grid;
  margin-bottom: 15px;
}*/

#events .section-content article {margin-bottom: 30px;}




/*** contacts
********************/

section#contacts {
  background: url(../img/sect-contacts.jpg);    
  background-size: cover;
  padding-bottom: 30px;
  filter: grayscale(100%);
}

#contacts h2 {
  font-size: 2em;
  color: #fff;
  justify-self: left;
  align-self: start;
  margin: 10px 0 20px 0;
  padding: 0;
}

.contacts-info {
  display: grid;
  align-self: start;
  grid-gap: 10px;
}

.contact-box {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 650px){
  .contact-box {grid-template-columns: 1fr}
}

section#contacts .section-content {
  min-height: 300px;
}

a.contacts-info-phone, a.contacts-info-email {
  color: #fff;
}
a.contacts-info-phone::before, a.contacts-info-email::before {
  right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
  display: inline-block;
  width: 40px;
}
a.contacts-info-phone::before {
  content: '\f3ce';
}
a.contacts-info-email::before {
  content: '\f0e0';
}

#sendfromweb label {
  display: block;
  color: #fff;
  font-size: 18px;
}

.contacts-info div, .contacts-form-input {
  margin-bottom: 15px;

}

.contacts-info div {text-align: center;}


.contacts-social-links i {
  font-size: 50px;
  color: #fff;
}


.contacts-social-links {
  justify-self: center;
  display: grid;
  grid-gap: 20px;
  width: 60%;
  grid-template-columns: repeat(3, 1fr);
}

.contacts-social-links div {justify-self: center;}


.contacts-form-input input, .contacts-form-input textarea {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: 3px 7px 4px 7px;
  border: 1px solid #ea5d29;
  border-left: 32px solid #dad9d9;
  border: none;
}
.contacts-form-input textarea {
  min-height: 100px;
}

.profile-warning button {
  background-color: #f87a54;
  border-color: #f87a54;
}

.profile-warning {
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #f87a54;
  align-self: center;
  justify-self: center;
  padding: 5px;
  border: 1px solid #f87a54;
}

button.profile-disabled {
  background-color: #f87a54;
  border-color: #f87a54;
  margin: 5px 0;
  font-size: 20px;
}

.button-acc-disable {
  background-color: transparent;
  color: #0b70c5;
  border: 1px solid transparent;
  padding: 5px 7px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.button-acc-disable:hover {
  border-bottom: 1px solid #0b70c5;
}

.jconfirm .jconfirm-box {
  width: 100%;
  max-width: 400px;
}

.grecaptcha-badge {
  bottom: -300px !important;
}


/**************************************vacancies*/

.offer-view-wrap {
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 20px;
}

.offer-view-title {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
}

.offer-view-subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  color: #0b70c5;
}

.menu-top-land {
  grid-template-columns: repeat( auto-fill, minmax(153px, 1fr) );
  white-space: nowrap;
}

.menu-top-land a {align-self: start; justify-self: center;}

section#first-hires {
  background-color: lightgrey;
  background-image: url(../img/hire-top.svg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 56px;
  min-height: 700px;
}


#first-hires button {
  background-color: #01366e;
  font-size: 22px;
  font-weight: 200;
}

h1.hires {

  font-size: 30px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

@media screen and (max-width: 650px) {
  section#first-hires {background-image: url(../img/hire-top1.svg);}
  h1.hires {font-size: 22px; font-weight: 200;}
}


section#chart {
  min-height: 419px;
  /*background-color: #f1f5f8;*/
  background-image: url(../img/chart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section#chart-counter {
  grid-gap: 20px;
  background: #f1f5f8;
  background: -moz-linear-gradient(0deg, rgb(241 245 248) 0%, rgb(255 255 255) 100%);
  background: -webkit-linear-gradient(0deg, rgb(241 245 248) 0%, rgb(255 255 255) 100%);
  background: linear-gradient(0deg, rgb(241 245 248) 0%, rgb(255 255 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f5f8",endColorstr="#ffffff",GradientType=1);
}

.top-logo img {
  max-width: 150px;
  align-self: center;
  justify-self: center;
}

.sections-chart-digits, .sections-chart-digits-bottom {font-size: 18px;}

.chart-digits-counts {
  font-size: 27px;
  color: #36a9e0;
  font-weight: 900;
  margin-top: 5px;
}
#counter img {max-height: 300px;}
#counter h3{font-size: 30px;}
#counter .section-content {border-topc: 1px solid rgb(56 171 224 / 41%);}

.counter-add-text {font-size: 20px; text-transform: uppercase;}
.section-count-right .counter-img{text-align: right;}

span.chart-digits-small {color: #0c71c5;}

section#advantage {
  /*padding-top: 30px;*/
  /*background-color: #cdd2d6;*/
      background-color: #01366e;
    background-color: lightgrey;
    background-image: url(../img/hire-top3.svg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;

}

section#advantage h3 {
  color: #4f5d63;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

section.adv-profile {
  margin-top: 30px;
  background-image: url('../img/adv-doct-profile.jpg');
  background-size: cover;
}

.adv-profile-text {
  margin: 150px 40px 0 40px;
  padding: 20px;
  border-radius: 2px;
  font-size: 20px;
  background-color: rgb(255 255 255 / 80%);
}

section#advantage small {
  margin: 10px 0;
  display: block;
  border-top: 1px solid #ccc;
  font-size: 16px;
}

.advantage-warning, .advantage-goal{
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  font-size: 20px;
}

.advantage-warning::before, .advantage-goal::before {
  content: '\f071';
  font-family: 'font-aw';
  font-size: 50px;
  font-weight: 100;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0;
}
.advantage-goal::before {content: '\f7d9';}

.adv-points {
  min-height: 300px;
  font-size: 20px;
}

.adv-backs {
  background-size: cover;
  background-position: center;
  min-height: 300px;
} 

.adv-back-1 {background-image: url(../img/adv1.jpg);}
.adv-back-2 {background-image: url(../img/adv2.jpg);}
.adv-back-3 {background-image: url('../img/adv3.jpg');}
.adv-back-4 {background-image: url('../img/adv4.jpg');}

.adv-text.adv-col-left {text-align: right;}

@media screen and (max-width: 750px) {
  .adv-backs {margin-left: -15px;margin-right: -15px;grid-area: adv-back; } 
  .adv-text {grid-area: adv-text;}
  .adv-points {
    grid-template-columns: 1fr;
    grid-template-areas:"adv-back" "adv-text";
  }
  .adv-text.adv-col-left {text-align: inherit;}
}

.adv-points h5 {
  font-size: 30px;
  font-weight: 300;
}

.adv-points ul {grid-gap: 20px;}

section#subscription {
  background-image: url(../img/packs-back.svg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

a.menu-item-employers {background-color: #aab3bb;}
a.menu-item-employers span{color: #fff;}

a.menu-item-employers:hover {
  background: #aab3bb;
  background: -moz-linear-gradient(0deg, #aab3bb 0%, #cdd2d6 100%);
  background: -webkit-linear-gradient(0deg, #aab3bb 0%, #cdd2d6 100%);
  background: linear-gradient(0deg, #aab3bb 56%, #cdd2d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aab3bb",endColorstr="#cdd2d6",GradientType=1);
}


h2.header-hire {color: #0b70c5}

/*

  PRICING

*/


.picing-wrap {
  display: grid;
  text-align: center;
  justify-content: center;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, max-content));
  margin: 30px 0;
}

.pricing-box {
  display: grid;
  margin: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  grid-gap: 10px;
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 17%);
  position: relative;
  width: 100%;
  max-width: 200px;
  justify-self: center;
}



.pricing-box::before {
  content: '';
  background-color: #ccc;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 120%;
  top: -10%;
  left: 5%;
  border-radius: 5px;
}



.pricing-box:hover {
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 20%);
}

.pricing-box:hover:before {
  background-color: #b7b7b7;
}

.pricing_recomended::before {background-color: #36a9e0}
.pricing_recomended:hover:before {background-color: #2595ca}

.pricing-box-button button {
  background: #36a9e0;
  border-color: #36a9e0;
  border-radius: 2px;
  font-size: 18px;
  margin: 10px 0;
}

.pricing-box-button button:hover {background-color: #2595ca; border-color: #2595ca;}

.pricing-box-head {
  font-size: 20px;
  position: relative;
  width: 120%;
  left: -10%;
  border-radius: 5px;
  background: #36a9e0;
  padding: 10px;
  color: #fff;
}

.pricing-box:hover .pricing-box-head{
  background: #2b96c9;
}
.pricing-box-price span {
  display: block;
  font-size: 25px;
  font-weight: 900;
  color: #0c71c5;
}

.subs-package-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 100;
}


.subscription h3 {
  font-size: 22px;
  font-weight: 300;
  color: #36a9e0;
  text-align: center;
  text-transform: uppercase;
}

.package-subs-open, .package-subs-close {
  min-height: 150px;
  background-image: url(../img/packet-open.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.package-subs-close {background-image: url(../img/packet-close.png);}
.package-subs-close:hover {background-image: url(../img/packet-open.png);}

.subs-package-wrap div {align-self: center;}

.pricing-box-days {font-size: 14px;}

@media screen and (max-width: 650px) {
  .picing-wrap { grid-template-columns: 1fr;grid-gap: 30px;}
  .subs-package-wrap { grid-template-columns: 1fr; text-align: center;}
  .package-subs-open, .package-subs-close {background-position: center center;}
}

.sub-form-select.grid {
  justify-content: center;
  padding: 15px;
  grid-gap: 10px;
  text-align: center;
}

span.price-box-oldprice {
  font-weight: 300;
  color: #ccc;
  text-decoration: line-through;
}

.pricing-box-warning {
  color: #0c71c5;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
}

.pricing-box-added {
  font-size: 18px;
  font-weight: 400;
}

.user-em-lastsearches div {
  margin: 10px 0;
  background-color: #eaeaea;
  padding: 10px;
}


section.section-searches h3, .user-em-lastsearches h3 {
  font-size: 20px;
  font-weight: 300;
  color: #48b1e3;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}


.public-search-time {
  border-bottom: 1px solid #aab3bb;
  /*margin-top: 30px;*/
}

.public-search-time div {
  margin-left: 5px;
  border-radius: 4px 4px 0 0;
  background-color: #aab3bb;
  display: inline-block;
  padding: 5px;
}

.public-search-time span {
  font-size: 14px;
  padding-left: 10px;
  color: #fff;
}

.public-searches-preview {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 650px) {
  .public-searches-preview {
    grid-template-columns: 1fr;
  } 
}

section#last-searches {
  background: #f1f5f8;
}

.searchs-pofiles-public {
    display: grid;
    grid-gap: 30px;
}

section#last-searches .users-search-result-spec, 
section#last-searches-all .users-search-result-spec {
    background-color: #fff;
    padding: 10px;
}

section#last-searches strong, section#last-searches-all strong {color: #787878;}
section#last-searches h2, section#last-searches-all h2 {color: #aab3bb;}
section#last-searches h3, section#last-searches-all h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
}

section#last-searches button, .button-more {background-color: #aab3bb;border: 1px solid #aab3bb;}

section#mailing {margin: 30px 0 0 40px;grid-gap: 10px;}

h3.mailing-template-added {
    font-size: 25px;
    font-weight: 300;
    color: #8a8a8a;
    margin: 0;
    padding: 0;
    margin-left: -40px;
}

h3.mailing-template-added span {
    display: inline-grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    margin-right: 10px;
    justify-content: center;
    align-content: center;
    font-size: 20px;
}

.users-search-result-spec, .users-search-result-locs {  
  max-height: 111px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.users-search-result-locs {font-size: 16px;}


.cookiealert {
  position: fixed;
  text-align: center;
  white-space: normal;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #aab3bb;
  background: -moz-linear-gradient(180deg, #aab3bb 0%, #cdd2d6 100%);
  background: -webkit-linear-gradient(180deg, #aab3bb 0%, #cdd2d6 100%);
  background: linear-gradient(180deg, #aab3bb 56%, #cdd2d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdd2d6",endColorstr="#aab3bb",GradientType=1);
  padding: 0.75rem 1.25rem;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
    margin: 5px;
    vertical-align: baseline;
}

.btn-primary {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
    color: #ffffff !important;
    background-color: #8a949d !important;
    border-color: #8a949d !important;
    text-transform: capitalize;
}



/******************************************loader*/
.loader-main {position: fixed; overflow: hidden;min-height: 100%;min-width: 100%;top: 0;left: 0;z-index: 10000;display: grid;background-color: rgb(240 248 255 / 90%);}
.fading-circle {width: 4em;height: 4em;position: relative;margin: auto;align-self: center;justify-self:center;}
.fading-circle .circle {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.fading-circle .circle:before {content: '';display: block;margin: 0 auto;width: 15%;height: 15%;background-color: #8dcfed;border-radius: 100%;-webkit-animation: fading-circle-delay 1.2s infinite ease-in-out both;animation: fading-circle-delay 1.2s infinite ease-in-out both;}
.fading-circle .circle-2 {-webkit-transform: rotate(30deg);transform: rotate(30deg);}
.fading-circle .circle-3 {-webkit-transform: rotate(60deg);transform: rotate(60deg);}
.fading-circle .circle-4 {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.fading-circle .circle-5 {-webkit-transform: rotate(120deg);transform: rotate(120deg);}
.fading-circle .circle-6 {-webkit-transform: rotate(150deg);transform: rotate(150deg);}
.fading-circle .circle-7 {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.fading-circle .circle-8 {-webkit-transform: rotate(210deg);transform: rotate(210deg);}
.fading-circle .circle-9 {-webkit-transform: rotate(240deg);transform: rotate(240deg);}
.fading-circle .circle-10 {-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.fading-circle .circle-11 {-webkit-transform: rotate(300deg);transform: rotate(300deg);}
.fading-circle .circle-12 {-webkit-transform: rotate(330deg);transform: rotate(330deg);}
.fading-circle .circle-2:before {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.fading-circle .circle-3:before {-webkit-animation-delay: -1s;animation-delay: -1s;}
.fading-circle .circle-4:before {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.fading-circle .circle-5:before {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
.fading-circle .circle-6:before {-webkit-animation-delay: -0.7s;animation-delay: -0.7s;}
.fading-circle .circle-7:before {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}
.fading-circle .circle-8:before {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.fading-circle .circle-9:before {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}
.fading-circle .circle-10:before {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}
.fading-circle .circle-11:before {-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}
.fading-circle .circle-12:before {-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}

@-webkit-keyframes fading-circle-delay {0%, 39%, 100% {opacity: 0;}40% {opacity: 1;}}
@keyframes fading-circle-delay {0%, 39%, 100% {opacity: 0;}40% {opacity: 1;}}

/**************************************************loader*/