@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css");
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSansRegular.eot");
  src: local("☺"), url("../fonts/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSansRegular.ttf") format("truetype"), url("../fonts/MuseoSansRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSansBold.eot");
  src: local("☺"), url("../fonts/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold.ttf") format("truetype"), url("../fonts/MuseoSansBold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #2B2E31; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "MuseoSans"; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "MuseoSans"; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

.clr {
  clear: both;
  display: block; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.fa {
  font-family: inherit !important; }
  .fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1170px) {
  .container {
    max-width: 970px; } }

@media (max-width: 992px) {
  .container {
    max-width: 750px; } }

@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 10px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  z-index: 50; }

.header-table > .cell {
  vertical-align: bottom;
  padding: 10px 0 14px 0;
  height: 70px; }

.header-righttable > .cell {
  vertical-align: bottom; }
  .header-righttable > .cell:last-child {
    text-align: right; }

.header__logo {
  display: inline-block;
  width: 250px;
  position: relative;
  z-index: 20; }
  .header__logo img {
    max-width: 100%; }

.header-phone {
  white-space: nowrap;
  padding: 0px 0px 0px 50px; }

.header-phone__value {
  font-size: 18px;
  margin: 0px 0px 3px 0px; }

.header-phone__title {
  color: #666;
  font-size: 12px; }

.header-links {
  margin: 0px 0px 15px 0px; }

.header-links__item {
  font-size: 16px;
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
  color: #222; }

.header-links__item_ua {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 15px; }
  .header-links__item_ua:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/ukraine.svg") center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%; }

.header-menu__icon {
  display: none; }

.header-menu-list li {
  display: inline-block;
  margin: 0px 0px 0px 20px; }

.header-menu__link {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 1px; }

@media (max-width: 992px) {
  .header-table > .cell {
    vertical-align: middle;
    padding: 10px 0 14px 0;
    height: 70px; }
  .header__logo {
    display: inline-block;
    width: 200px; }
  .header-menu__icon {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 20; }
    .header-menu__icon span {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      top: 8px;
      left: 0px;
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #000; }
      .header-menu__icon span:first-child {
        top: 0px; }
      .header-menu__icon span:last-child {
        top: auto;
        bottom: 0px; }
    .header-menu__icon.active span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .header-menu__icon.active span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
      .header-menu__icon.active span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; }
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    left: -200%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: center;
    padding: 90px 0px 20px 0px;
    z-index: 19; }
    .header-menu.active {
      left: 0; }
  .header-menu-list li {
    display: block;
    margin: 0px 0px 25px 0px; }
  .header-menu__link {
    font-size: 18px; }
  .header-links {
    margin: 20px 0px 30px 0px; } }

@media (max-width: 767px) {
  .header-phone {
    padding: 0px 0px 0px 0px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.popup-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
  opacity: 0.2; }

.popup {
  display: none;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 30px;
  top: 100px;
  z-index: 100;
  background-color: #fff; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.popup-message__text {
  font-size: 24px;
  font-weight: 700;
  text-align: center; }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.content {
  padding: 70px 0px 0px 0px; }

.mainimage {
  background-color: #D3EAFA; }

.mainimage__text {
  position: absolute;
  left: 20px;
  bottom: 50px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1); }

.mainimage__bg img {
  max-width: 100%; }

@media (max-width: 767px) {
  .mainimage .container {
    padding: 0; }
  .mainimage__text {
    font-size: 20px;
    text-align: center;
    width: 100%;
    bottom: 15px;
    left: 0; } }

.slider {
  margin: 0px 0px 30px 0px; }

.slider__title {
  text-align: center;
  margin: 0px 0px 30px 0px; }

.slider-body .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slider__item {
  text-align: center; }
  .slider__item img {
    max-width: 150px; }

.uvod {
  padding: 80px 0px 50px 0px; }

.uvod__title.title {
  margin: 0px 0px 30px 0px; }

.uvod-body {
  margin: 0 -20px; }

.uvod__text {
  text-align: center;
  margin: 0px 0px 30px 0px;
  line-height: 20px; }
  .uvod__text p {
    margin: 0px 0px 15px 0px; }
    .uvod__text p:last-child {
      margin: 0px 0px 0px 0px; }

.uvod-table {
  text-align: center; }

.uvod-column {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 33.333%;
  margin: 0px 0px 30px 0px; }

.uvod-item__icon {
  height: 80px;
  font-size: 50px;
  font-weight: 700;
  color: #BCBEC0; }

.uvod-item__text {
  font-size: 16px;
  line-height: 20px; }

@media (max-width: 767px) {
  .uvod {
    padding: 40px 0px 10px 0px; }
  .uvod-column {
    width: 100%; }
  .uvod-item__icon {
    height: 60px; } }

.employer {
  padding: 80px 0;
  background: url("../img/bg_grey.jpg") 0 0 no-repeat;
  background-size: cover; }

.employer-body {
  margin: 0 -50px; }

.employer-column {
  width: 50%;
  padding: 0 50px; }

.employer__text {
  font-size: 16px;
  line-height: 30px; }
  .employer__text ul li:before {
    content: '-';
    margin: 0px 10px 0px 0px; }
  .employer__text p {
    margin: 0px 0px 20px 0px; }
    .employer__text p:last-child {
      margin: 0px 0px 0px 0px; }

.employer-contacts__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 20px 0px; }

.employer-contacts-line {
  margin: 0px 0px 30px 0px;
  font-size: 16px; }
  .employer-contacts-line p {
    margin: 0px 0px 5px 0px; }
    .employer-contacts-line p:last-child {
      margin: 0px 0px 0px 0px; }
  .employer-contacts-line a {
    color: #FF6D29; }
    .employer-contacts-line a:hover {
      text-decoration: underline; }

.employer-contacts__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 10px 0px; }

@media (max-width: 992px) {
  .employer-body {
    margin: 0 -20px; }
  .employer-column {
    width: 50%;
    padding: 0 20px; } }

@media (max-width: 767px) {
  .employer {
    padding: 40px 0; }
  .employer__text {
    line-height: 20px; }
  .employer-column.cell {
    display: block;
    width: 100%; }
    .employer-column.cell:first-child {
      margin: 0px 0px 30px 0px; } }

.candidate {
  padding: 80px 0;
  background: url("../img/bg_blue.jpg") top no-repeat;
  background-size: cover; }

.candidate-body {
  margin: 0 -50px; }

.candidate-column {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding: 0 50px; }

.candidate__text {
  font-size: 16px;
  line-height: 30px; }
  .candidate__text p {
    margin: 0px 0px 20px 0px; }
    .candidate__text p:last-child {
      margin: 0px 0px 0px 0px; }

.candidate-form-line {
  margin: 0px 0px 10px 0px; }

.candidate-form__btn {
  padding: 0 35px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  background-color: #2B2E31; }

@media (max-width: 992px) {
  .candidate-body {
    margin: 0 -20px; }
  .candidate-column {
    width: 50%;
    padding: 0 20px; } }

@media (max-width: 767px) {
  .candidate {
    padding: 40px 0; }
  .candidate__text {
    line-height: 20px; }
  .candidate-column {
    display: block;
    width: 100%; }
    .candidate-column:first-child {
      margin: 0px 0px 30px 0px; } }

.contacts {
  text-align: center;
  padding: 80px 0;
  background-color: #2B2E31; }

.contacts__title.title {
  color: #fff; }

.contacts-values {
  font-size: 20px;
  font-weight: 700;
  color: #fff; }
  .contacts-values a {
    color: #FF6D29; }
    .contacts-values a:hover {
      text-decoration: underline; }
  .contacts-values p {
    margin: 15px 0px 15px 0px; }

.btn {
  display: inline-block; }

.select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 29px;
    border: 1px solid #f3f3f3;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    width: 12px;
    height: 8px;
    background: url("../img/icons/select-arrow.png") 0 0 no-repeat; }
  .select .select-title__value {
    font-size: 14px;
    color: #0097ac;
    font-weight: 300;
    line-height: 27px;
    display: block;
    overflow: hidden;
    padding: 0 25px 0 10px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 28px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border: 1px solid #f3f3f3;
    border-top: none; }
  .select .select-options-inside {
    background-color: #fff;
    padding-bottom: 5px; }
  .select .select-options__value {
    color: #9b9b9b;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 10px; }
    .select .select-options__value:hover {
      color: #000; }

.input {
  width: 100%;
  display: block;
  padding: 0px 0px 0px 0px;
  color: #2B2E31;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  border: 1px solid #2B2E31;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .input.err {
    border: 1px solid red; }

textarea.input {
  resize: none;
  padding: 10px 15px;
  height: 100px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active:before {
    background: url("../img/icons/check.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 80px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("../img/bg_rating.png") 0 0 no-repeat;
  z-index: 1; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("../img/bg_rating_active.png") 0 0 no-repeat;
  z-index: 2; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.title {
  font-size: 44px;
  margin: 0px 0px 60px 0px;
  font-weight: 700;
  text-align: center;
  color: #2B2E31; }

@media (max-width: 767px) {
  .title {
    font-size: 30px;
    margin: 0px 0px 30px 0px; } }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }
