@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
.nearest_list-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.nearest_list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 220px;
  min-height: 220px;
}
.nearest_item {
  display: none;
  overflow: hidden;
}
.nearest_item__active {
  display: inline-block;
  -webkit-animation: nearest-fade 0.5s;
  animation: nearest-fade 0.5s;
}
.nearest_image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: block;
  float: left;
}
.nearest_title {
  display: table;
  width: calc(100% - 100px);
  color: #048fd8;
  font: 15px/20px "PT Sans", sans-serif;
  height: 90px;
}
.nearest_title:hover {
  text-decoration: none;
}
.nearest_description-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  width: 100%;
}
.nearest_description-item {
  width: 100%;
}
.nearest_nav {
  text-align: center;
  margin: 8px 0 0 0;
}
.nearest_nav:after {
  content: "";
  display: table;
  clear: both;
}
.nearest_nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.nearest_nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nearest_nav-item {
  display: block;
  float: left;
  margin: 0 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  font: 16px/20px "PT Sans", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nearest_nav-item:hover {
  background: #aaa;
}
.nearest_nav-item__active {
  background: #048fd8;
}
.nearest_nav-item__active:hover {
  background: #048fd8;
}
.nearest_view-all {
  display: inline-block;
  margin: 0 0 0 30px;
}
.nearest_view-all:hover {
  text-decoration: none;
}
@-webkit-keyframes nearest-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes nearest-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module {
  position: relative;
  margin: 0 0 30px 0;
}
.module + .module {
  margin-top: 60px;
}
.module_title {
  color: #000;
  font: 22px/22px "PT Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #95d4f4;
  position: relative;
  padding: 0 0 10px 0;
}
.module_title:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  height: 5px;
  width: 90%;
  background: #95d4f4;
}
.module_content {
  margin-top: 24px;
}
body {
  position: relative;
  font-family: "PT Sans", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
header .uk-list {
  border-left: 1px solid #211f1f;
  text-align: right;
}
.slogan {
  font-size: 20px;
  padding-top: 10px;
}
.uk-container {
  max-width: 1140px;
  margin: 0 auto;
}
.num-title {
  font-size: 18px;
}
.num-vacancies {
  color: #d78105;
  font-family: "Verdana";
  font-size: 14px;
}
.num-companies {
  color: #d78105;
  font-family: "Verdana";
  font-size: 14px;
}
.num-vacancies:after {
  content: " ";
  padding-right: 3px;
}
.search-container {
  position: relative;
  background: #024b71;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#03a0f1),
    to(#024b71)
  );
  background: -webkit-linear-gradient(top, #03a0f1, #024b71);
  background: -webkit-linear-gradient(270deg, #03a0f1, #024b71);
  background: linear-gradient(180deg, #03a0f1, #024b71);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#03a0f1', EndColorStr='#024b71');
}
.search-container .uk-container {
  padding-top: 50px;
  padding-bottom: 35px;
  background: url(../images/bg-target.png) no-repeat 620px top;
}
.search-container .uk-container form {
  color: #fff;
}
@media screen and (max-width: 479px) {
  .search-container .uk-container input {
    margin-top: 10px;
  }
}
.search-container .uk-container input[placeholder] {
  height: auto;
  font-style: italic;
  font-size: 16px;
  padding: 10px 5px;
  color: #000;
}
.search-container .uk-container .vacancy {
  border-radius: 5px 0 0 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .search-container .uk-container .vacancy {
    border-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .search-container .uk-container .vacancy {
    border-radius: 5px;
  }
}
.search-container .uk-container .city {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .search-container .uk-container .city {
    border-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .search-container .uk-container .city {
    border-radius: 5px;
  }
}
#search {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  padding: 10px 15px;
  background-color: #ffba00;
  border-radius: 5px;
  box-shadow: 3px 4px 0 #8a6502;
}
@media screen and (max-width: 479px) {
  #search {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #search {
    width: 100%;
    margin-top: 20px;
  }
}
#search:hover {
  background-color: #f10d28;
  box-shadow: 3px 4px 0 #8a0202;
}
#search:active {
  box-shadow: 1px 2px 0 #8a0202;
  text-shadow: 1px 1px 0 #333;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.search-title {
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
}
.sample-vacancy,
.sample-city {
  color: #fff;
  display: inline-block;
  font-style: italic;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 479px) {
  .sample-vacancy,
  .sample-city {
    font-size: 16px;
  }
}
.sample-vacancy:hover,
.sample-city:hover {
  color: #95d4f4;
  text-decoration: none;
  border-color: #95d4f4;
}
.sample-vacancy:active,
.sample-city:active {
  text-shadow: 1px 1px 0 #333;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.qualification-container {
  background: url(../images/crossword.png) repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .qualification-container {
    padding-bottom: 0;
  }
}
.qualification-container .title {
  color: #a73838;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .qualification-container .title {
    text-align: center;
    padding-bottom: 25px;
    font-size: 17px;
    font-weight: bold;
  }
}
.qualification-container .pass-the-test {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #9c0f06;
  color: #fff;
  font-size: 20px;
  padding: 16px 0;
  text-transform: uppercase;
  -webkit-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
@media screen and (max-width: 479px) {
  .qualification-container .pass-the-test {
    font-size: 15px;
  }
}
.qualification-container .pass-the-test:hover {
  background-color: #0294e0;
  box-shadow: 2px 2px 0 #205898;
}
.qualification-container .pass-the-test:active {
  opacity: 0.8;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-transition: all, 0.1s, ease;
  transition: all, 0.1s, ease;
}
.qualification-container .pass-the-test span {
  font-weight: bold;
}
.check-list li {
  background: url(../images/icon-check__gray.png) no-repeat top left;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .check-list li {
    font-size: 14px;
    background-position: 0px 5px;
  }
}
.main-content {
  margin-top: 50px;
}
.jobs-by-city,
.jobs-by-positions,
.jobs-by-company {
  font-size: 18px;
  color: #048fd7;
}
@media screen and (max-width: 479px) {
  .jobs-by-city,
  .jobs-by-positions,
  .jobs-by-company {
    font-size: 16px;
  }
}
.jobs-by-city a,
.jobs-by-positions a,
.jobs-by-company a {
  display: inline-block;
  color: #048fd7;
  -webkit-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  text-decoration: none;
}
.jobs-by-city a:hover,
.jobs-by-positions a:hover,
.jobs-by-company a:hover {
  color: #d78105;
}
.jobs-by-city a:active,
.jobs-by-positions a:active,
.jobs-by-company a:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.jobs-by-city li,
.jobs-by-positions li,
.jobs-by-company li {
  margin-bottom: 15px;
}
.jobs-by-city span,
.jobs-by-positions span,
.jobs-by-company span {
  font-weight: bold;
  color: #464646;
}
.jobs-by-city li:first-child,
.jobs-by-positions li:first-child,
.jobs-by-company li:first-child {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
  color: #000;
}
.jobs-by-city li:first-child:before,
.jobs-by-positions li:first-child:before,
.jobs-by-company li:first-child:before {
  content: " ";
  position: absolute;
  border: 1px solid #95d4f4;
  width: 100%;
  bottom: -15px;
}
.jobs-by-city li:first-child:after,
.jobs-by-positions li:first-child:after,
.jobs-by-company li:first-child:after {
  content: " ";
  position: absolute;
  border: 2px solid #95d4f4;
  width: 80%;
  bottom: -19px;
}
.articles {
  background: #024b71;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#03a0f1),
    to(#024b71)
  );
  background: -webkit-linear-gradient(top, #03a0f1, #024b71);
  background: -webkit-linear-gradient(270deg, #03a0f1, #024b71);
  background: linear-gradient(180deg, #03a0f1, #024b71);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#03a0f1', EndColorStr='#024b71');
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.articles .header {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 479px) {
  .articles .header {
    margin-bottom: 0;
  }
}
.articles .header:before {
  content: " ";
  display: block;
  position: absolute;
  right: 365px;
  bottom: -6px;
  width: 181px;
  height: 5px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .articles .header:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .articles .header:before {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .articles .header:before {
    display: none;
  }
}
.article {
  margin-top: 25px;
}
.article img {
  border-radius: 5px;
}
.article .title {
  display: block;
  color: #95d3f3;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 479px) {
  .article .title {
    text-decoration: underline;
  }
}
.article .title:hover {
  color: #fff;
}
.article .introtext {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.article .publish {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}
.article .publish time {
  padding-right: 15px;
}

.copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.sidebar,
.search-results {
  padding-top: 38px;
}
.sidebar .title,
.search-results .title {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sidebar .title:before,
.search-results .title:before {
  content: " ";
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0;
  border: 1px solid #95d3f4;
}
.sidebar .title:after,
.search-results .title:after {
  content: " ";
  display: block;
  width: 70%;
  position: absolute;
  bottom: -4px;
  border: 3px solid #95d3f4;
}
.sidebar .qualification-container,
.search-results .qualification-container {
  padding-top: 0;
  margin-bottom: 0;
}
.sidebar .qualification-container ul,
.search-results .qualification-container ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar .qualification-container ul li,
.search-results .qualification-container ul li {
  margin-bottom: 5px;
}
.sidebar .qualification-container .pass-the-test,
.search-results .qualification-container .pass-the-test {
  margin: 0 auto;
  width: 70%;
}
.search-results {
  padding-bottom: 30px;
}
.subscribe-container,
.confirm-email {
  background-color: #e6e6e6;
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.subscribe-container .subscribe-title,
.confirm-email .subscribe-title {
  font-size: 17px;
  padding-bottom: 10px;
}
.subscribe-container input[type="text"],
.confirm-email input[type="text"] {
  font-size: 18px;
  padding: 20px 10px;
  border: 1px solid #999;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 479px) {
  .subscribe-container input[type="text"],
  .confirm-email input[type="text"] {
    border-radius: 5px;
  }
}
#subscribe-btn {
  background-color: #038fd7;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  min-height: 0;
  padding: 11px;
  margin-left: -4px;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 479px) {
  #subscribe-btn {
    margin-left: 0;
    margin-top: 10px;
    border-radius: 5px;
  }
}
#subscribe-btn:hover {
  background-color: #035885;
}
#subscribe-btn:active {
  opacity: 0.7;
}
.result-info {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.result-info .vacancy-num {
  font-weight: bold;
}
.result-info .vacancy-name,
.result-info .location {
  color: #048fd7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px dotted #048fd7;
}
.result-info .vacancy-name:hover,
.result-info .location:hover {
  color: #035885;
  text-decoration: none;
}
.vacancy-item {
  padding: 18px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.vacancy-item .vacancy-title {
  color: #048fd7;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.vacancy-item .vacancy-title:hover {
  cursor: pointer;
}
.vacancy-item .salary {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy-item .company-info {
  color: #999;
  padding-top: 14px;
  padding-bottom: 17px;
  font-size: 16px;
  font-style: italic;
}
.vacancy-item .company-info a {
  color: #999;
}
.vacancy-item .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.vacancy-item .publish-info {
  padding-top: 32px;
}
.vacancy-item .publish-info li {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .vacancy-item .publish-info li {
    display: block;
  }
}
.vacancy-item .publish-info li:first-child {
  padding-right: 20px;
}
.vacancy-item .publish-info .site-name {
  color: #999;
  font-style: italic;
}
.vacancy-item .publish-info .site-name a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vacancy-item .publish-info .site-name a:hover {
  text-decoration: none;
}
.vacancy-item .readmore {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #048fd7;
  font-size: 16px;
  font-style: italic;
  padding-left: 0;
  border-bottom: 1px dotted #048fd7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vacancy-item .readmore:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -22px;
  top: 5px;
  background: url(../images/icon-more__darkblue.png) no-repeat;
}
.vacancy-item .readmore:hover {
  color: #333;
  border-color: #035885;
  text-decoration: none;
}
.banner-h {
  margin-bottom: 10px;
}
.uk-pagination li {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 479px) {
  .uk-pagination li {
    line-height: 56px;
  }
}
.uk-pagination li a {
  color: #048fd7;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.uk-pagination li a:hover {
  background-color: #fff;
}
.uk-pagination li a:active {
  opacity: 0.7;
  background: #fff;
  background-color: #fff;
}
.uk-pagination li span {
  color: #048fd7;
}
.uk-pagination .uk-active {
  font-weight: bold;
}
.uk-pagination .uk-icon-caret-left {
  padding-right: 5px;
}
@media screen and (max-width: 479px) {
  .uk-pagination .uk-icon-caret-left {
    padding-right: 20px;
    font-size: 50px;
  }
}
.uk-pagination .uk-icon-caret-right {
  padding-left: 5px;
}
@media screen and (max-width: 479px) {
  .uk-pagination .uk-icon-caret-right {
    padding-left: 20px;
    font-size: 50px;
  }
}
.job-tabs {
  background-color: #f2f1f1;
  padding-top: 34px;
}
.job-tabs .swicher-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.confirm-email {
  display: none;
}
.confirm-email .confirm-title {
  font-size: 24px;
  padding-bottom: 20px;
}
.confirm-email .confirm-text {
  font-size: 16px;
}
.confirm-email .usermail {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #048fd7;
}
.confirm-email .usermail:hover {
  text-decoration: none;
}
.seo-item {
  padding-top: 20px;
  padding-bottom: 30px;
}
.mini {
  max-width: 800px;
}
.group-title {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 45px;
  color: #fff;
  background: #024b71;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#03a0f1),
    to(#024b71)
  );
  background: -webkit-linear-gradient(top, #03a0f1, #024b71);
  background: -webkit-linear-gradient(270deg, #03a0f1, #024b71);
  background: linear-gradient(180deg, #03a0f1, #024b71);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#03a0f1', EndColorStr='#024b71');
}
.group-title h1 {
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.group-title p {
  font-size: 17px;
}
.usermail-container {
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}
.usermail-container .usermail {
  color: #048fd7;
  font-size: 26px;
  font-weight: 700;
}
.thead-table {
  margin-bottom: 10px;
}
#accordion .item {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #e6e6e6;
  margin-bottom: 5px;
}
#accordion .item:focus {
  outline: 0;
}
#accordion .item:hover {
  cursor: pointer;
}
#accordion .item .city {
  text-align: center;
}
#accordion .item .icon-btn {
  padding-top: 5px;
}
#accordion .item .confirm-icon {
  position: absolute;
  left: -15px;
  top: 0;
  color: #adadad;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#accordion .item .confirm-icon:hover {
  color: #333;
}
#accordion .item .unconfirmed {
  color: red;
}
#accordion input[placeholder] {
  font-style: italic;
}
#accordion .edit-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
#accordion .options {
  text-align: right;
}
#accordion .uk-button-group {
  text-align: right;
}
#accordion .save {
  color: #fff;
  font-size: 13px;
  border: 1px solid #5daf37;
  border-radius: 3px;
  margin-right: 5px;
  background: #76c74f;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5aad34),
    to(#76c74f)
  );
  background: -webkit-linear-gradient(top, #5aad34, #76c74f);
  background: -webkit-linear-gradient(270deg, #5aad34, #76c74f);
  background: linear-gradient(180deg, #5aad34, #76c74f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5AAD34', EndColorStr='#76C74F');
}
#accordion .save:hover {
  background: #5aad34;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#76c74f),
    to(#5aad34)
  );
  background: -webkit-linear-gradient(top, #76c74f, #5aad34);
  background: -webkit-linear-gradient(270deg, #76c74f, #5aad34);
  background: linear-gradient(180deg, #76c74f, #5aad34);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#76C74F', EndColorStr='#5AAD34');
}
#accordion .uk-icon-edit,
#accordion .uk-icon-trash-o {
  border-radius: 3px;
  margin-right: 5px;
  font-size: 17px;
  color: #048fd7;
  border: 1px solid #d9d9d9;
}
#accordion .uk-icon-trash-o {
  color: #dc0303;
}
.create-agent {
  color: #fff;
  display: block;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0;
  margin-bottom: 10px;
  min-height: 0;
  background-color: #038fd7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.create-agent:hover {
  background-color: #024b71;
  color: #fff;
}
.save-settings {
  margin-top: 15px;
  margin-bottom: 100px;
  text-align: center;
}
.save-settings .btn-settings {
  color: #fff;
  background-color: #6dcc3e;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.save-settings .btn-settings:hover {
  background-color: #282828;
}
.example-random {
  color: #048fd7;
  font-style: italic;
  border-bottom: 1px dotted #048fd7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.example-random:hover {
  color: #024e76;
  cursor: pointer;
}
.articles-category {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.articles-category span {
  padding-bottom: 3px;
  border-bottom: 4px solid #95d3f3;
}
.articles-category span:after {
  content: " ";
  display: block;
  margin-top: 5px;
  height: 1px;
  width: 100%;
  background-color: #95d3f4;
}
.article-item {
  margin-bottom: 20px;
}
.article-item .article-title {
  display: block;
  color: #048fd7;
  font-size: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-item .article-title:hover {
  color: #d78105;
  text-decoration: none;
}
.article-item .article-intro {
  font-size: 16px;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
  padding-bottom: 20px;
}
.article-item .publish-information {
  padding-top: 10px;
  font-style: italic;
  font-size: 16px;
  color: #999;
}
.article-fulltext {
  padding-top: 38px;
}
.article-fulltext h1 {
  color: #048fd7;
  font-family: "PT Sans";
  font-size: 38px;
  font-weight: 400;
}
.article-fulltext h2 {
  color: #048fd7;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}
.article-fulltext p,
.article-fulltext div {
  font-size: 15px;
}
.article-fulltext div {
  background-color: #e0eff7;
  border-left: 2px solid #038fd7;
  padding: 20px;
}
.article-fulltext ul li {
  list-style-type: none;
  padding-left: 25px;
  background: url(../images/blue-check.png) no-repeat 0 3px;
}
#search,
.sample-vacancy,
.sample-city {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.font-bold,
.num-title,
.num-vacancies,
.num-companies {
  font-weight: bold;
}
.contacts-container {
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
.contacts-container a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: underline;
}
.contacts-container address {
  margin-top: 0;
  margin-bottom: 50px;
}
.contacts-container h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  color: #000;
}
.contacts-container .city {
  color: #048fd7;
}
.contacts-container .phone {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-container {
  max-width: 800px;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.form-container .form-title {
  font-size: 22px;
}
.form-container .form-text {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-container label {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-container label .error-message {
  font-size: 14px;
  color: red;
  text-shadow: 1px 1px 0 #fff;
}
.form-container label i {
  color: red;
}
.form-container label input {
  border-radius: 3px;
}
.form-container .send-btn {
  color: #fff;
  border: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  padding: 15px 35px;
  border-radius: 3px;
  background-color: #038fd7;
}
.form-container .send-btn:hover {
  opacity: 0.9;
}
.form-container .send-btn:focus {
  outline: 0;
  opacity: 0.7;
}
.uk-dropdown {
  position: absolute;
  left: initial !important;
  top: initial !important;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.add-agent .uk-icon-plus {
  padding-right: 15px;
}
.add-agent:hover {
  cursor: pointer;
}
.add-agent:focus {
  outline: 0;
}
.create-agent {
  text-align: center;
}
.confirm-container .confirm-message {
  margin: 50px auto;
  border: 2px solid #048fd7;
  padding: 25px;
  border-radius: 15px;
  font-size: 17px;
  line-height: 30px;
}
.confirm-container .confirm-message:first-letter {
  color: #048fd7;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .more10 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .more10 {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .more5 {
    display: none;
  }
}
#tab-content li > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-container {
  display: none;
}
.social-container .uk-icon-button {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
}
.social-container .uk-icon-button:hover {
  color: #fff;
  background: #333;
}
.social-container .uk-icon-button:active {
  color: #039bea;
}
.social-container .uk-icon-button:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .social-container {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 0 0 0 10px;
  }
}
/* TEST CATEGORY */

.test-category-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;

  margin-bottom: 30px;

  color: #048fd7;
}

.test-category .test-item {
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 162px;
  padding: 12px;

  border: 1px solid #e5e5e5;
}

.test-category a:hover {
  text-decoration: none;

  color: #333;
  border-color: #035885;
}

.test-list li {
  margin-bottom: 13px;
}

.test-category .test-item .item-name {
  overflow: hidden;

  width: 100%;
  margin-bottom: 12px;

  white-space: nowrap;
  text-overflow: ellipsis;

  color: #00a8e6;
}

.test-category .test-item .item-name a {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;

  color: #00a8e6;
}

.test-category .test-item .item-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;

  overflow: hidden;

  max-height: 45px;

  color: #585858;
}

.test-category .test-item .item-button,
.test-item .test-button {
  font-size: 16px;
  font-style: italic;

  position: absolute;
  right: 18px;
  bottom: 18px;

  padding-left: 0;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

  color: #048fd7;
  border-bottom: 1px dotted #048fd7;
}

.test-item .test-button {
  position: relative;
  bottom: 5px;
  right: -22px;
}

.test-category .test-item .item-button:before,
.test-item .test-button:before {
  position: absolute;
  top: 5px;
  left: -22px;

  display: block;

  width: 15px;
  height: 15px;

  content: " ";

  background: url(../images/icon-more__darkblue.png) no-repeat;
}

/* TEST ITEM */

.test-category .test-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid #e5e5e5;
  /*height: 245px;*/
  padding: 12px;
  position: relative;
  margin-bottom: 45px;
}

.test-category .test-container img {
  max-width: 102px;
  /*height: 102px;*/
}

.test-category .test-container span > img,
.test-category .test-container span picture > img {
  max-width: 100%;
  height: 100%;
  float: none;
}

.test-category .test-container .test-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;

  overflow: hidden;

  max-height: 60px;
  margin-bottom: 20px;

  color: #000;
}

.test-category .test-container .test-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;

  color: #585858;
}

.test-category .test-container .test-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin: 0 auto;

  width: 266px;
  height: 50px;

  color: #fff;
  background-color: #00a8e6;
  transition: all 0.3s ease;
}

.test-category .test-container .test-button:hover {
  background-color: #333;
}

.test-category .tests-list .list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 104px;
  width: 100%;
  padding-right: 12px;
}

.test-category .tests-list li {
  margin-bottom: 12px;
}

.test-category .tests-list .list-item img {
  max-width: 200px;
  margin-right: 20px;
}

.test-category .list-item .test-name {
  margin-top: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.test-category .list-item .test-name a {
  width: 100%;
  color: #585858;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.test-category .list-item .test-button {
  position: relative;
  font-size: 16px;
  font-style: italic;

  padding-left: 0;
  margin-left: 22px;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

  color: #048fd7;
  border-bottom: 1px dotted #048fd7;
}

.test-category .list-item .test-button:before {
  position: absolute;
  top: 5px;
  left: -22px;

  display: block;

  width: 15px;
  height: 15px;

  content: " ";

  background: url(../images/icon-more__darkblue.png) no-repeat;
}

.test-category .other-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
  margin-bottom: 16px;

  color: #010101;
}

/* QUESTIONS */

.questions-container {
  border: 1px solid #ccc;
  padding-top: 21px;
  padding-bottom: 42px;
}

.question-wrapper {
  width: 590px;
  margin: 0 auto;
}

.qheader {
  color: #b2b2b2;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 10px;
}

.questions-title {
  color: #000;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
}

.questions-list li {
  /*width: 30px;
  height: 30px;*/
  /*padding-top: 7px;*/

  display: inline-block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.questions-list div {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background-color: #b2b2b2;
  border: 2px solid #b2b2b2;
  transition: background-color 0.5s ease, color 0.5s ease,
    border-radius 0.5s ease;

  padding-top: 7px;

  width: 30px;
  height: 30px;
  cursor: pointer;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.questions-list a:hover {
  text-decoration: none;
}

#tab-questions .question-body {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 576px) {
  #tab-questions .question-body {
    overflow: scroll;
  }
}
#tab-questions .question-body .question {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: default;
}
#tab-questions .question-body .options {
  color: #585858;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.line {
  border: 0;
  width: 80%;
  margin: 25px auto;
  background: #00a8e6;
  height: 1px;
}

.options input {
  /*margin-right: 25px;*/
  /*display: table-cell;*/
  float: left;
  opacity: 0;
}

.options label {
  position: relative;
}

.options label span {
  /*display: table-cell;*/
}

.options .radio {
  /*  position: absolute;
  top: 0;
  left: -2px;*/

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 21px;
  height: 21px;

  float: left;

  transition: all 0.1s ease;

  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.options .option-text {
  display: table;
  padding-left: 15px;
  padding-top: 4px;
}

.options label:hover {
  cursor: pointer;
}

.options label:hover .radio {
  border-color: #00a8e6;
}

.options input:checked + div {
  background: #00a8e6 url(../images/option-check.png) no-repeat center center;
  border-color: #00a8e6;
}

.questions-list .uk-active {
  /*padding-top: 10px;*/
}

.questions-list .uk-active > div {
  padding-top: 10px;

  color: #b2b2b2;
  border: 2px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.questions-list .uk-active,
.questions-list .uk-active > div {
  font-size: 20px;

  width: 40px;
  height: 38px;
}

/*.questions-list .blue {
  color: #fff;
  border-color: #00a8e6 !important;
  background-color: #00a8e6 !important;
}*/

.questions-list .red {
  color: #fff;
  border-color: #cb3939 !important;
  background-color: #cb3939 !important;
}

.questions-list .uk-active > div.blue {
  color: #00a8e6;
  background-color: #fff !important;
}

.questions-list .uk-active > div.red {
  color: #cb3939;
  background-color: #fff !important;
}

.options-container .uk-form-row {
  margin-top: 0;
  padding: 10px;
}

.options-container .uk-form-row.answer {
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.answer.correct-answer {
  border: 2px solid #00a8e6;
}

.answer.correct-answer > label > .radio {
  background: #333;
  background: #00a8e6 url(../images/option-check.png) no-repeat center center;
  border-color: #00a8e6;
}

.options-container .uk-form-row.wrong-answer .radio {
  background: #d55e5e url(../images/option-false.png) no-repeat center center;
  border-color: #d55e5e;
}

.question-body .button-container {
  text-align: center;
  margin-top: 30px;
}

.question-body .next-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;

  width: 266px;
  height: 50px;

  text-align: center;

  color: #fff;
  background-color: #00a8e6;
}

/* FORM */

.form-wrapper {
  border: 1px solid #ccc;
  padding-top: 21px;
  padding-bottom: 42px;
}

.form-wrapper .form-title {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.form-wrapper .form-container {
  width: 330px;
  margin: 0 auto;
}

.form-wrapper .form-container p {
  color: #585858;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.form-wrapper .form-container .show-results {
  display: block;
  margin: 0 auto;
  width: 266px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  background-color: #00a8e6;
}

/* TEST RESULTS */

.results-wrapper {
  border: 1px solid #ccc;
  padding-top: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
}

.results-container {
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 560px;
  height: 400px;
  margin: 15px auto;
  //padding-left: 225px;

  border: 1px solid #ccc;
  //background: url(../images/bg-results.png) no-repeat bottom left;
}

.blockwithimage {
  width: 220px;
  float: left;
  max-width: 225px;
  height: 365px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.blockwithimage > img,
.blockwithimage picture > img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.results-container .social-wrapper {
  position: absolute;
  bottom: 10px;
  right: 30px;
  /*width: 116px;*/
  height: 36px;
}

.results-container .social-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  width: 235;
  height: 63px;
  left: -70%;
  background: url(/templates/yoo_master/cdnfinrabota/img-test/rez/share-text.png)
    no-repeat;
  z-index: 1;
  width: 253px;
  bottom: 70%;
}

.results-container .social-wrapper .social {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/icon-social.png) no-repeat;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.results-container .social-wrapper .social + .social {
  margin-left: 10px;
}

.results-container .social-wrapper .social > .label {
  font-size: 10px;
  line-height: 13px;

  position: absolute;
  top: -10px;
  left: calc(100% - 8px);

  min-width: 13px;
  height: 13px;
  padding: 1px;

  text-align: center;

  color: #fff;
  border-radius: 15px;
  background-color: #f00;
}

.results-container .social-wrapper .social > .label:empty {
  display: none;
}

.results-container .social-wrapper .social.fb {
  background-position: -45px 0;
}
.results-container .social-wrapper .social.od {
  background-position: -90px 0;
}

.results-container .result-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
}

.results-title {
  color: #000;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
}

.results-container .result-wrapper .result-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;

  margin-bottom: 25px;

  text-align: center;

  color: #585858;
}

.results-container .result-wrapper .result-number {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;

  text-align: center;

  color: #585858;
}

.results-container .result-wrapper hr {
  width: 250px;
  margin: 5px auto;
}

.results-container .result-wrapper .result-text {
  font-size: 16px;
  font-weight: 700;
  padding-left: 240px;
  color: #8d8d8d;
}

.recommendation-container {
  width: 560px;
  margin: 15px auto;
}

.recommendation-container .recommendation-title {
  color: #048fd7;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  margin-left: 30px;
}

.recommendation-container .recommendation-title::before {
  content: " ";
  width: 27px;
  height: 27px;
  background: url(../images/icon-star.png) left center;
  position: absolute;
  left: -30px;
  top: 5px;
}

.recommendation-container .recommendation-text {
  font-size: 16px;
  font-weight: 400;

  color: #585858;
}

.recommendation-container .show-results {
  display: block;
  margin: 25px auto;
  width: 266px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  background-color: #00a8e6;
}

#tab-questions li {
  list-style-type: none !important;
}

.searchheader {
  text-align: center;
  margin-top: 10px;
}

.width15percent {
  width: 15%;
}

.searchheader h1 {
  font-size: 20px;
  text-align: center;
}

.leave-resume {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  text-decoration: underline;
}

.leave-resume:hover {
  color: #fff;
  text-decoration: none;
}

/* subscribtion container */
.subscribe-container,
.confirm-email {
  padding: 0;

  background-color: transparent;
}

#subscribe-btn {
  margin-top: 15px;
  margin-left: 0;
}

.subscribe-container form {
  padding: 10px;
}

.subscribe-container .subscribe-title {
  text-align: center;
}

.subscribe-container .module_title:before {
  width: 60%;
}

.subscribe-container input[type="text"],
.confirm-email input[type="text"],
#subscribe-btn {
  border-radius: 5px;
}

.leave-results-container {
  padding: 25px;

  border-radius: 3px;
  background-color: #faf8f9;
}

.leave-results-container p {
  font-size: 20px;

  margin: 0;

  color: #262626;
}

.leave-results-container p + p {
  margin-top: 10px;
}

.leave-results-container a {
  font-size: 18px;
  line-height: 50px;

  display: inline-block;

  width: 100%;
  height: 50px;

  text-align: center;
  text-decoration: none;

  color: #fff;
  border-radius: 5px;
  background: #ffba27;
}

.leave-results-container ul > li + li {
  padding-left: 0 !important;
}

.module_title {
  font-weight: 700;
  margin-top: 50px;
}

.new-test-wrap .uk-grid .test-category .test-container {
  padding: 40px;
}

.test-category .test-container .test-button {
  border:0;
  margin-top:30px;
}
.test-category .test-container .test-button:hover {
  cursor:pointer;
}
.new-test-wrap ul.tests-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.test-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.test-category .test-container .test-description {
  width:calc(100% - 150px)
}
@media screen and (max-width: 479px) {
  .test-category .test-container img {
    display:none;
  }
  .test-category .test-container .test-description {
    width:100%;
  }
}
.new-test-wrap #tab-questions .question-body .question p img {
  max-width: 100%;
}