@charset "UTF-8";
body {
  font-family: Proxima Nova;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.container {
	width: 100%;
  max-width: 1290px;
  margin: 0 auto; }

.page-id-330 .service-landing .section-server {
  min-height: calc( 100vh - 385px ); }

.alert {
  position: fixed;
  top: 120px;
  right: 20px;
  color: #1D212B;
  background: #00DD9E;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(calc(-100% - 100px));
          transform: translateX(calc(-100% - 100px));
  z-index: 300;
  opacity: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 10rem; }
  .alert.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

.header {
  padding: 19px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .header.scroll {
    background-color: #fff; }
  .header.invert {
    background-color: #fff; }
    .header.invert .header__menu .btn-send, .header.invert .header__menu .btn-hire {
      color: #30386E; }
    .header.invert .header__menu .ellipse {
      background-color: #30386E; }
    .header.invert .header__menu ul li a {
      color: #30386E; }
    .header.invert .header__logo .log-main {
      display: none; }
    .header.invert .header__logo .log-menu {
      display: block; }
    .header.invert .header__logo a span {
      color: #30386E; }
  .header__logo .log-menu {
    display: none; }
  .header__logo a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__logo a img {
      margin-bottom: 5px; }
    .header__logo a span {
      padding-left: 4px;
      letter-spacing: 0.4px;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      color: #fff;
      opacity: 0.6; }
  .header__mobalMenu {
    display: none; }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__menu .btn-mobalMenu {
      display: none; }
    .header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .header__menu ul#primary_menu {
        padding-right: 40px; }
      .header__menu ul li {
        padding: 0 30px; }
        .header__menu ul li.current_page_item a:after, .header__menu ul li.current-menu-item a:after {
          position: absolute;
          bottom: -2px;
          content: '';
          width: 0;
          background: #00DD9E;
          height: 2px;
          left: 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          width: 100%; }
        .header__menu ul li a {
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 19px;
          color: #30386E;
          text-decoration: none;
          position: relative; }
          .header__menu ul li a:after {
            position: absolute;
            bottom: -2px;
            content: '';
            width: 0;
            background: #00DD9E;
            height: 2px;
            left: 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
          .header__menu ul li a:hover:after {
            width: 100%; }
    .header__menu .ellipse {
      width: 4px;
      height: 4px;
      background-color: #30386E;
      border-radius: 50%; }
    .header__menu .btn-hire {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #30386E;
      text-decoration: none;
      margin: 0 20px 0 0px;
      cursor: pointer;
      position: relative; }
      .header__menu .btn-hire:after {
        position: absolute;
        bottom: -2px;
        content: '';
        width: 100%;
        background: #00DD9E;
        height: 2px;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .header__menu .btn-send {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #30386E;
      text-decoration: none;
      margin: 0 0px 0 20px;
      cursor: pointer;
      position: relative; }
      .header__menu .btn-send:after {
        position: absolute;
        bottom: -2px;
        content: '';
        width: 100%;
        background: #00DD9E;
        height: 2px;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #ffffff; }
  .footer__container {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__logo {
    margin-right: 80px; }
  .footer__content {
    width: 100%; }
    .footer__content .label {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 26px;
      color: #00DD9E;
      margin-bottom: 50px; }
    .footer__content-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .footer__menu ul li {
    display: inline-block;
    padding: 0 25px; }
    .footer__menu ul li a {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 150%;
      text-align: right;
      color: #30386E;
      text-decoration: none;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .footer__menu ul li a:hover {
        color: #00DD9E; }
  .footer__social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0 0; }
    .footer__social .social img {
      padding: 0 14px;
      max-height: 15px; }
  .footer__social .email {
    margin-bottom: 21px; }
    .footer__social .email a {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .footer__social .email a:hover {
        color: #00DD9E; }
  .footer__social .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer__social .soc a {
      display: block;
      margin-right: 18px;
      text-decoration: none; }
      .footer__social .soc a svg path {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .footer__social .soc a:hover svg path {
        fill: #00DD9E; }
  .footer__sub {
    width: 375px; }
    .footer__sub .form label {
      display: block;
      margin-bottom: 5px;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF; }
    .footer__sub .form__group {
      position: relative; }
      .footer__sub .form__group input {
        width: 100%;
        padding: 9px 55px 9px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #F7F7F9;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #f7f7f933; }
      .footer__sub .form__group.error input {
        border-bottom: 1px solid #e0193e; }
      .footer__sub .form__group.error .error-label {
        display: block; }
      .footer__sub .form__group .error-label {
        color: #e0193e;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        position: absolute;
        bottom: -18px;
        left: 0;
        line-height: 14px;
        display: none; }
      .footer__sub .form__group .btn {
        background-color: transparent;
        border: 0;
        width: 49.1px;
        height: 49.1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .footer__copyright {
    border: 1px solid #E8E9EE;
    padding: 21px 0;
    width: 100%; }
    .footer__copyright .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .footer__copyright p {
      width: 100%;
      text-align: center;
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 26px;
      color: #8F92A7; }
      .footer__copyright p a {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 26px;
        color: #30386E;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .footer__copyright p a:hover {
          color: #00DD9E; }

@-webkit-keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.section-startScreen {
  background-color: #C4C4C4;
  height: 100vh;
  background-image: url(../image/startScreen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 87px 0 0;
  overflow: hidden; }
  .section-startScreen .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .section-startScreen__content {
    padding: 60px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 625px;
    margin: 0 auto 0 105px; }
    .section-startScreen__content h1 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 130%;
      margin-bottom: 25px;
      color: #2E324D; }
    .section-startScreen__content .description {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      margin-bottom: 50px;
      color: #434761; }
    .section-startScreen__content .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 625px;
      width: 100%;
      margin-left: -40px; }
      .section-startScreen__content .buttons .btn-find {
        background: url(../image/btn-find.png);
        width: 264px;
        height: 112px; }
      .section-startScreen__content .buttons .btn-use {
        background: url(../image/btn-use.png);
        width: 264px;
        height: 112px; }
    .section-startScreen__content .our-partners {
      border-top: 1px solid #C8CBD9;
      max-width: 630px;
      width: 100%;
      padding: 15px 0 0 0; }
      .section-startScreen__content .our-partners .title {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #8F92A7;
        padding-bottom: 10px; }
      .section-startScreen__content .our-partners .our-partners-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .section-startScreen__content .our-partners .our-partners-list .item {
          padding-right: 10px; }
          .section-startScreen__content .our-partners .our-partners-list .item .img img {
            max-height: 40px; }
  .section-startScreen__circle {
    position: absolute; }
    .section-startScreen__circle .box {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      font-family: Laca;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #30386E;
      position: relative;
      z-index: 2;
      cursor: pointer; }
      .section-startScreen__circle .box:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .section-startScreen__circle .box-circle {
      --size: 1022px;
      position: absolute;
      top: 50%;
      left: 50%;
      height: var(--size);
      width: var(--size);
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .section-startScreen__circle .box-circle > .circle {
        --duration: 4s;
        position: absolute;
        height: inherit;
        width: inherit;
        background: #ffffff19;
        border-radius: 50%;
        -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
                animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite; }
        .section-startScreen__circle .box-circle > .circle:nth-of-type(1) {
          -webkit-animation-delay: 0s;
                  animation-delay: 0s; }
        .section-startScreen__circle .box-circle > .circle:nth-of-type(2) {
          -webkit-animation-delay: calc(var(--duration) / -3);
                  animation-delay: calc(var(--duration) / -3); }
        .section-startScreen__circle .box-circle > .circle:nth-of-type(3) {
          -webkit-animation-delay: calc(var(--duration) / -6);
                  animation-delay: calc(var(--duration) / -6); }
    .section-startScreen__circle.style1 {
      right: 80%;
      bottom: 31%; }
      .section-startScreen__circle.style1 .box {
        color: #fff;
        background: #30386E; }
    .section-startScreen__circle.style2 {
      left: 80%;
      bottom: 18%; }
      .section-startScreen__circle.style2 .box {
        color: #30386E;
        background: #00DD9E; }

.section-vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 87px;
  border-top: 1px solid #F7F7F9; }
  .section-vacancies .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-vacancies .container .filters {
      max-width: 300px; }
  .section-vacancies__content {
    padding: 15px 0; }
    .section-vacancies__content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
      .section-vacancies__content ul li {
        margin: 0 50px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        position: relative;
        color: transparent; }
        .section-vacancies__content ul li a {
          display: block;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-decoration: none;
          color: #30386E;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          display: block;
          font-family: Proxima Nova;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 150%;
          z-index: 2; }
          .section-vacancies__content ul li a:hover {
            color: #00DD9E; }
        .section-vacancies__content ul li:after {
          content: '';
          position: absolute;
          background-color: #C8CBD9;
          opacity: 0.5;
          height: 18px;
          width: 1px;
          left: -50px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .section-vacancies__content ul li:last-child:before {
          content: '';
          position: absolute;
          background-color: #C8CBD9;
          opacity: 0.5;
          height: 18px;
          width: 1px;
          right: -50px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }

.section-search {
  min-height: calc( 100vh - 385px );
  background: #F7F7F9;
  position: relative;
  padding: 0 30px; }
  .section-search .container {
    padding: 30px 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .section-search .container .filters {
      border-right: 1px solid #E8E9EE;
      max-width: 300px;
      margin-bottom: 100px; }
      .section-search .container .filters div.asp_w.asp_sb .acc-filter {
        margin-bottom: 8px; }
      .section-search .container .filters div.asp_sb.asp_sb_4.searchsettings .asp_option_inner label {
        background: #F7F7F9;
        border: 1px solid #C8CBD9;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
      .section-search .container .filters div.asp_w.asp_sb.searchsettings fieldset legend {
        padding: 0;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #434761;
        padding-bottom: 6px;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: #2E324D; }
      .section-search .container .filters div.asp_w.asp_sb.searchsettings .asp_option_inner {
        margin: 0 15px 0 0; }
      .section-search .container .filters h2 {
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 140%;
        color: #2E324D;
        padding-bottom: 15px;
        padding-top: 25px; }
      .section-search .container .filters h3 {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: #2E324D; }
    .section-search .container .search-result {
      max-width: 100%;
      width: 100%;
      padding-left: 30px; }
      .section-search .container .search-result .asp_w_container {
        margin-bottom: 30px; }
      .section-search .container .search-result #ajaxsearchpro4_1 .probox .proclose {
        margin-top: -5px;
        margin-right: 5px;
        display: none !important; }
      .section-search .container .search-result div.asp_m.asp_m_4 .probox .prosettings {
        display: none !important; }
      .section-search .container .search-result #ajaxsearchpro4_1 .probox .proclose svg, .section-search .container .search-result #ajaxsearchpro4_2 .probox .proclose svg, .section-search .container .search-result div.asp_m.asp_m_4 .probox .proclose svg {
        background-color: rgba(200, 203, 217, 0.9); }

.section-talents {
  background-color: #F7F7F9;
  position: relative;
  background-image: url(../image/section-talents-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }
  .section-talents__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    height: 557px;
    position: relative;
    padding: 90px 0 0 105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .section-talents__content:after {
      content: '';
      width: 183.3px;
      height: 174.3px;
      top: 70px;
      left: 0;
      position: absolute;
      z-index: 1; }
    .section-talents__content h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #2E324D;
      max-width: 520px;
      width: 100%;
      padding-bottom: 25px; }
    .section-talents__content .description {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #434761;
      padding-bottom: 40px;
      max-width: 425px; }
    .section-talents__content a {
      font-family: Laca;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      color: #30386E;
      text-decoration: none;
      z-index: 2;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 17.5px 28px;
      width: 219px;
      height: 56px;
      background: #00DD9E;
      -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
              box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
      border-radius: 40px; }
      .section-talents__content a:hover {
        background: #1DECB1;
        color: #30386E; }
  .section-talents__listImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 2;
    bottom: -65px;
    right: 0px;
    overflow: hidden; }
    .section-talents__listImage .box {
      width: 295px;
      height: 295px;
      border-radius: 50%;
      background: #00DD9E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 10px;
      margin-right: -70px; }

.section-findTalents {
  background: url(../image/bg-find-talent.png) #fff;
  z-index: 1;
  position: relative; }
  .section-findTalents__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 125px 0; }
  .section-findTalents__title {
    margin-right: 52px;
    padding-left: 90px; }
    .section-findTalents__title .label {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      color: #8F92A7; }
    .section-findTalents__title .label:before {
      content: "•";
      font-size: 18px;
      padding-right: 10px;
      line-height: 140%;
      top: -3px;
      position: relative; }
    .section-findTalents__title .label:after {
      content: "•";
      font-size: 18px;
      padding-left: 10px;
      line-height: 140%;
      top: -3px;
      position: relative; }
    .section-findTalents__title h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      text-align: center;
      color: #2E324D;
      max-width: 630px;
      padding-bottom: 25px; }
  .section-findTalents__desc {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #434761;
    max-width: 505px; }
  .section-findTalents__list {
    background: #30386E;
    border-radius: 0; }
    .section-findTalents__list .container {
      padding: 90px 105px 120px 105px; }
      .section-findTalents__list .container h2 {
        font-family: Laca;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
        padding-bottom: 55px; }
      .section-findTalents__list .container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -30px; }
        .section-findTalents__list .container ul li {
          width: 25%;
          padding: 0 30px; }
          .section-findTalents__list .container ul li:nth-child(1) .title {
            max-width: 135px; }
          .section-findTalents__list .container ul li:nth-child(1) .icon svg {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
          .section-findTalents__list .container ul li:nth-child(2) .icon svg {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          .section-findTalents__list .container ul li:nth-child(3) .icon svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .section-findTalents__list .container ul li:nth-child(4) .icon svg {
            -webkit-transform: rotate(270deg);
                    transform: rotate(270deg); }
          .section-findTalents__list .container ul li .icon {
            margin-bottom: 20px;
            height: 17px;
            width: 17px;
            position: relative; }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
            .section-findTalents__list .container ul li .icon svg {
              -webkit-transition: all .3s ease;
              transition: all .3s ease;
              position: absolute; }
          .section-findTalents__list .container ul li .title {
            font-family: Laca;
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 140%;
            color: #FFFFFF;
            max-width: 205px;
            padding-bottom: 16px; }
          .section-findTalents__list .container ul li .text {
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 150%;
            color: #C8CBD9;
            max-width: 205px; }

.section-magnetizeTalent {
  position: relative; }
  .section-magnetizeTalent__content {
    padding: 90px 0;
    max-width: 1080px;
    margin: 0 auto; }
    .section-magnetizeTalent__content h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #30386E;
      margin-bottom: 55px; }
  .section-magnetizeTalent__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-magnetizeTalent__tab .tab-nav {
      min-width: 320px; }
      .section-magnetizeTalent__tab .tab-nav ul li {
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        color: #30386E;
        margin-bottom: 32px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        position: relative; }
        .section-magnetizeTalent__tab .tab-nav ul li .box-circle {
          display: none; }
        .section-magnetizeTalent__tab .tab-nav ul li.active {
          color: #00DD9E; }
          .section-magnetizeTalent__tab .tab-nav ul li.active .box-circle {
            --size: 154px;
            display: block;
            position: absolute;
            top: 50%;
            left: -112px;
            height: var(--size);
            width: var(--size);
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .section-magnetizeTalent__tab .tab-nav ul li.active .box-circle > .circle {
              --duration: 4s;
              position: absolute;
              height: inherit;
              width: inherit;
              background: #50505019;
              border-radius: 50%;
              -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
                      animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
              display: none; }
              .section-magnetizeTalent__tab .tab-nav ul li.active .box-circle > .circle:nth-of-type(1) {
                -webkit-animation-delay: 0s;
                        animation-delay: 0s; }
              .section-magnetizeTalent__tab .tab-nav ul li.active .box-circle > .circle:nth-of-type(2) {
                -webkit-animation-delay: calc(var(--duration) / -3);
                        animation-delay: calc(var(--duration) / -3); }
              .section-magnetizeTalent__tab .tab-nav ul li.active .box-circle > .circle:nth-of-type(3) {
                -webkit-animation-delay: calc(var(--duration) / -6);
                        animation-delay: calc(var(--duration) / -6); }
          .section-magnetizeTalent__tab .tab-nav ul li.active:after {
            content: '';
            width: 23px;
            height: 23px;
            background-image: url(../image/icon-link.svg);
            background-size: cover;
            position: absolute;
            top: 50%;
            left: -46px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .section-magnetizeTalent__tab .tab-nav ul li:hover {
          color: #00DD9E; }
    .section-magnetizeTalent__tab .tab-content {
      width: 100%; }
      .section-magnetizeTalent__tab .tab-content__item {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -11px; }
        .section-magnetizeTalent__tab .tab-content__item.svg {
          margin-right: -90px; }
        .section-magnetizeTalent__tab .tab-content__item.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .section-magnetizeTalent__tab .tab-content__item .item {
          width: calc(25% - 22px);
          margin: 0 11px 22px;
          background: #FAFAFA;
          border-radius: 68px;
          height: 88px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          font-family: Laca;
          font-style: normal;
          font-weight: normal;
          font-size: 22px;
          line-height: 30px;
          color: #30386E; }
          .section-magnetizeTalent__tab .tab-content__item .item.itemSvg {
            height: 125px; }
          .section-magnetizeTalent__tab .tab-content__item .item img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            max-height: 57px; }
          .section-magnetizeTalent__tab .tab-content__item .item svg {
            margin-bottom: 11px; }
            .section-magnetizeTalent__tab .tab-content__item .item svg path {
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
          .section-magnetizeTalent__tab .tab-content__item .item .text {
            font-family: Laca;
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 140%;
            text-align: center; }
          .section-magnetizeTalent__tab .tab-content__item .item a {
            text-decoration: none;
            color: #30386E;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .section-magnetizeTalent__tab .tab-content__item .item a .text {
              font-family: Laca;
              font-style: normal;
              font-weight: 600;
              font-size: 20px;
              line-height: 140%;
              text-align: center; }
            .section-magnetizeTalent__tab .tab-content__item .item a:hover {
              color: #00DD9E; }
          .section-magnetizeTalent__tab .tab-content__item .item p {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #000000;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
          .section-magnetizeTalent__tab .tab-content__item .item.more {
            background: transparent; }
          .section-magnetizeTalent__tab .tab-content__item .item__more {
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-family: Laca;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 30px;
            background: transparent;
            color: #30386E; }
          .section-magnetizeTalent__tab .tab-content__item .item__text {
            font-family: Laca;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 30px;
            color: #1D212B;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
          .section-magnetizeTalent__tab .tab-content__item .item:hover svg path {
            fill: #00DD9E; }
          .section-magnetizeTalent__tab .tab-content__item .item:hover .item__more {
            color: #00DD9E; }
          .section-magnetizeTalent__tab .tab-content__item .item:hover .item__text {
            color: #00DD9E; }
          .section-magnetizeTalent__tab .tab-content__item .item:hover p {
            color: #00DD9E; }
          .section-magnetizeTalent__tab .tab-content__item .item:hover img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  .section-magnetizeTalent__looking {
    position: relative;
    background: #F7F7F9; }
    .section-magnetizeTalent__looking .container {
      position: relative;
      padding: 90px 0 90px 105px; }
      .section-magnetizeTalent__looking .container .title {
        font-family: Laca;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 52px;
        color: #2E324D;
        margin-bottom: 25px;
        max-width: 620px; }
      .section-magnetizeTalent__looking .container p {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: #434761;
        padding-bottom: 40px; }
      .section-magnetizeTalent__looking .container a {
        font-family: Laca;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #30386E;
        text-decoration: none;
        z-index: 2;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 17.5px 28px;
        width: 219px;
        height: 56px;
        background: #00DD9E;
        -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
        box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
        border-radius: 40px; }
        .section-magnetizeTalent__looking .container a:hover {
          background: #1DECB1;
          color: #30386E; }
      .section-magnetizeTalent__looking .container .link {
        font-family: Laca;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #1D212B;
        text-decoration: none;
        position: relative; }
        .section-magnetizeTalent__looking .container .link:after {
          position: absolute;
          bottom: -2px;
          content: '';
          width: 100%;
          background: #00DD9E;
          height: 2px;
          left: 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .section-magnetizeTalent__looking .container .link:before {
          opacity: 0;
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../image/icon-link.svg);
          background-size: contain;
          position: absolute;
          top: 50%;
          right: -27px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .section-magnetizeTalent__looking .container .link:hover {
          background: #1DECB1;
          color: #30386E; }
      .section-magnetizeTalent__looking .container .anim-circle {
        position: absolute;
        bottom: -40px;
        right: 0px;
        -webkit-animation: rotateAnim 18s infinite linear;
        z-index: 1; }
@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
      .section-magnetizeTalent__looking .container .looking-bg {
        position: absolute;
        background: url(../image/looking-bg.png);
        background-repeat: no-repeat;
        width: 784px;
        height: 427px;
        bottom: 2px;
        right: -260px;
        display: block; }

.section-simple {
  background: #F7F7F9;
  padding-top: 180px;
  padding-bottom: 431px; }
  .section-simple__step {
    padding-bottom: 120px; }
    .section-simple__step h2 {
      margin-bottom: 90px;
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 52px;
      text-align: center;
      color: #30386E; }
    .section-simple__step ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-simple__step ul li {
        padding-top: 73px;
        position: relative;
        width: 20%; }
        .section-simple__step ul li:after {
          content: '';
          width: calc(100% - 70px);
          position: absolute;
          top: 17px;
          left: 49px;
          border-top: 1px dashed #00DD9E; }
        .section-simple__step ul li:last-child:after {
          display: none; }
        .section-simple__step ul li .numb {
          position: absolute;
          top: 0;
          left: 0;
          background: #00DD9E;
          border-radius: 50%;
          width: 32px;
          height: 32px;
          font-family: Laca;
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          line-height: 48px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #FFFFFF; }
        .section-simple__step ul li .text {
          font-family: Laca;
          font-style: normal;
          font-weight: 500;
          font-size: 22px;
          line-height: 30px;
          color: #30386E;
          max-width: 229px; }
        .section-simple__step ul li .box-circle {
          display: none; }
        .section-simple__step ul li.finish .box-circle {
          display: block;
          --size: 150px;
          position: absolute;
          top: -59px;
          left: -59px;
          height: var(--size);
          width: var(--size); }
          .section-simple__step ul li.finish .box-circle > .circle {
            --duration: 4s;
            position: absolute;
            height: inherit;
            width: inherit;
            background: #50505030;
            border-radius: 50%;
            -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
                    animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite; }
            .section-simple__step ul li.finish .box-circle > .circle:nth-of-type(1) {
              -webkit-animation-delay: 0s;
                      animation-delay: 0s; }
            .section-simple__step ul li.finish .box-circle > .circle:nth-of-type(2) {
              -webkit-animation-delay: calc(var(--duration) / -3);
                      animation-delay: calc(var(--duration) / -3); }
            .section-simple__step ul li.finish .box-circle > .circle:nth-of-type(3) {
              -webkit-animation-delay: calc(var(--duration) / -6);
                      animation-delay: calc(var(--duration) / -6); }
        .section-simple__step ul li.finish .numb {
          background: #30386E; }
        .section-simple__step ul li.finish .text {
          background: #FFFFFF;
          border-radius: 0px 54.5px 54.5px 54.5px;
          padding: 26px 27px 40px 24px; }
          .section-simple__step ul li.finish .text a {
            font-family: Laca;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #30386E;
            text-decoration: none;
            position: relative; }
            .section-simple__step ul li.finish .text a:after {
              position: absolute;
              bottom: -2px;
              content: '';
              width: 100%;
              background: #30386E;
              height: 2px;
              left: 0;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
            .section-simple__step ul li.finish .text a:before {
              opacity: 0;
              content: '';
              width: 18px;
              height: 18px;
              background-image: url(../image/icon-link.svg);
              background-size: contain;
              position: absolute;
              top: 50%;
              right: -27px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
            .section-simple__step ul li.finish .text a:hover:after {
              background-color: #00DD9E; }
            .section-simple__step ul li.finish .text a:hover:before {
              opacity: 1; }
  .section-simple__company {
    background: #30386E;
    border-radius: 0px 170px 182px 0px;
    min-height: 340px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 107px; }
    .section-simple__company:after {
      content: '';
      width: 340px;
      height: 340px;
      border-radius: 50%;
      background: #00DD9E;
      position: absolute;
      top: 0;
      left: -340px; }
    .section-simple__company h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 52px;
      color: #FFFFFF;
      width: 381px;
      min-width: 381px;
      margin-right: 55px; }
    .section-simple__company ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .section-simple__company ul li {
        padding: 20px 40px; }

.section-testimonials {
  margin-top: -281px;
  padding-bottom: 317px;
  overflow: hidden; }
  .section-testimonials .label {
    font-family: Laca;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #00DD9E;
    margin-bottom: 14px; }
  .section-testimonials__top {
    padding-right: 108px;
    position: relative;
    margin-bottom: 48px; }
    .section-testimonials__top h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 52px;
      color: #30386E;
      padding-right: 24px; }
    .section-testimonials__top .slider__nav {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 108px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .section-testimonials__top .slider__nav-btn {
        width: 42px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #30386e66;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .section-testimonials__top .slider__nav-btn svg path {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .section-testimonials__top .slider__nav-btn:hover {
          border: 1px solid  #00dd9e66; }
          .section-testimonials__top .slider__nav-btn:hover svg path {
            fill: #00DD9E; }
        .section-testimonials__top .slider__nav-btn.slick-disabled {
          cursor: default;
          opacity: 0.5;
          border: 1px solid #30386E !important; }
          .section-testimonials__top .slider__nav-btn.slick-disabled svg path {
            fill: #30386E !important; }
  .section-testimonials__slider {
    margin: 0 -15px;
    max-width: 1100px; }
    .section-testimonials__slider .slick-list {
      overflow: visible; }
    .section-testimonials__slider .slick-slide {
      padding: 0 15px; }
    .section-testimonials__slider .slide {
      background-color: #fff;
      border-radius: 5px;
      padding: 46px 63px 56px 47px; }
      .section-testimonials__slider .slide p {
        position: relative;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        color: #1D212B;
        margin-bottom: 26px; }
        .section-testimonials__slider .slide p:after {
          content: '';
          background-image: url(../image/icon-text.svg);
          width: 9px;
          height: 7px;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: -12px;
          top: 6px; }
      .section-testimonials__slider .slide .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .section-testimonials__slider .slide .author__avatar {
          width: 67px;
          height: 67px;
          margin-right: 18px; }
          .section-testimonials__slider .slide .author__avatar img {
            border-radius: 50%;
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; }
        .section-testimonials__slider .slide .author__name {
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 32px;
          color: #30386E; }
        .section-testimonials__slider .slide .author__position {
          margin-top: -6px;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 32px;
          color: #1D212B; }

.section-useTalents {
  position: relative;
  padding: 90px 0; }
  .section-useTalents .label {
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #8F92A7;
    text-align: center; }
    .section-useTalents .label:before {
      content: "•";
      font-size: 18px;
      padding-right: 10px;
      line-height: 140%;
      top: -3px;
      position: relative; }
    .section-useTalents .label:after {
      content: "•";
      font-size: 18px;
      padding-left: 10px;
      line-height: 140%;
      top: -3px;
      position: relative; }
  .section-useTalents h2 {
    font-family: Laca;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #2E324D;
    max-width: 630px;
    padding-bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .section-useTalents .desc {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #434761;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 60px; }
  .section-useTalents__listImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 2;
    top: -171px;
    right: 0px;
    overflow: hidden; }
    .section-useTalents__listImage .box {
      width: 314px;
      height: 314px;
      border-radius: 50%;
      background: #E0D2CC;
      margin-right: -159px; }
  .section-useTalents__iconText {
    position: absolute;
    bottom: -60px;
    left: 0px;
    z-index: -1; }
  .section-useTalents__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 70px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .section-useTalents__list ul li {
      max-width: 460px;
      width: 100%;
      border-top: 1px solid #30386e14;
      margin: 0 80px 0 0;
      padding: 30px 0 30px 20px; }
      .section-useTalents__list ul li:nth-child(1), .section-useTalents__list ul li:nth-child(2) {
        border: 0; }
      .section-useTalents__list ul li .name {
        position: relative;
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 140%;
        color: #2E324D; }
        .section-useTalents__list ul li .name:after {
          content: '';
          position: absolute;
          left: -18px;
          top: 10px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #00DD9E; }
      .section-useTalents__list ul li p {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #434761; }
  .section-useTalents__list .btn-send {
    text-decoration: none;
    font-family: Laca;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    background: #00DD9E;
    border-radius: 40px;
    color: #1D212B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 188px;
    height: 57px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .section-useTalents__list .btn-send:hover {
      background: #1DECB1;
      color: #30386E; }

.section-factor {
  background: url("../image/meet-bg.png") #F7F7F9;
  background-position: bottom;
  background-repeat: repeat-x; }
  .section-factor__content {
    padding: 90px 105px 90px 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-factor__info .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #8F92A7;
    padding-bottom: 10px; }
    .section-factor__info .label svg {
      margin: 0 15px; }
  .section-factor__info h2 {
    font-family: Laca;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    color: #2E324D; }
    .section-factor__info h2 span {
      color: #00DD9E; }
  .section-factor__list {
    width: 660px; }
    .section-factor__list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .section-factor__list ul li {
        margin: 0 0 30px 30px;
        width: 300px;
        height: auto;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 35px;
        position: relative;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
        box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
        border-radius: 32px; }
        .section-factor__list ul li:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          border-radius: 50%;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .section-factor__list ul li:hover:after {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
                  transform: translate(-50%, -50%) scale(1.1); }
        .section-factor__list ul li .category {
          font-family: Proxima Nova;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 150%;
          color: #8F92A7; }
          .section-factor__list ul li .category a {
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 150%;
            color: #8F92A7;
            text-decoration: none;
            padding-bottom: 10px; }
        .section-factor__list ul li .name {
          font-family: Laca;
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 140%;
          color: #2E324D;
          padding-bottom: 15px;
          border-bottom: 1px solid #E8E9EE;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          min-height: 85px;
          padding-right: 15px; }
        .section-factor__list ul li .links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: relative;
          z-index: 2; }
          .section-factor__list ul li .links a {
            text-decoration: none;
            display: block;
            margin: 0;
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 150%;
            color: #30386E;
            padding: 16px 0 0 0;
            margin: 0 12px 0 0; }
          .section-factor__list ul li .links .action-link {
            position: relative; }
            .section-factor__list ul li .links .action-link:after {
              position: absolute;
              bottom: -2px;
              content: '';
              width: 0;
              background: #00DD9E;
              height: 2px;
              left: 0;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
            .section-factor__list ul li .links .action-link:hover:after {
              width: 100%; }
          .section-factor__list ul li .links span {
            padding: 0;
            margin: 16px 12px 0 0;
            background: #00DD9E;
            width: 4px;
            height: 4px;
            border-radius: 50%; }
        .section-factor__list ul li.color1:after {
          background-color: #00DD9E; }
        .section-factor__list ul li.color2:after {
          background-color: #65B0E4; }
        .section-factor__list ul li.color3:after {
          background-color: #30386E; }
        .section-factor__list ul li.color3 .name {
          color: #fff; }
        .section-factor__list ul li.color3 .links a {
          color: #fff; }
        .section-factor__list ul li.color3 .links span {
          background: #fff; }
        .section-factor__list ul li.color4:after {
          background-color: #E0D2CC; }

.section-contacts {
  padding: 90px 0 90px 0;
  background: url(../image/contact-bg1.png) 90% 80px, url(../image/contact-bg2.png) 100% 80px #fff;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative; }
  .section-contacts.invert {
    background: #FFFFFF; }
    .section-contacts.invert .section-contacts__info-avatar:after {
      background: #F7F7F9; }
    .section-contacts.invert .section-contacts__form .form__group input {
      background-color: #fff; }
  .section-contacts__content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 105px; }
  .section-contacts__info {
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-contacts__info-avatar {
      margin-bottom: 27px;
      position: relative; }
      .section-contacts__info-avatar img {
        width: 291px;
        height: 261px;
        border-radius: 130.5px 130.5px 132.5px 0px;
        -o-object-fit: cover;
           object-fit: cover; }
      .section-contacts__info-avatar:before {
        content: '';
        background: #F7F7F9;
        border-radius: 50%;
        width: 261px;
        height: 261px;
        position: absolute;
        left: calc(100% + 269px); }
      .section-contacts__info-avatar:after {
        content: '';
        background: #F7F7F9;
        border-radius: 0px 130.5px 130.5px 0px;
        width: 269px;
        height: 261px;
        position: absolute;
        left: 100%; }
    .section-contacts__info-subtitle {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      color: #2E324D;
      padding-bottom: 25px; }
    .section-contacts__info-position {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1D212B;
      margin-bottom: 15px; }
      .section-contacts__info-position a {
        display: block;
        text-decoration: none;
        margin-right: 9px; }
    .section-contacts__info-link {
      padding-right: 25px; }
      .section-contacts__info-link a {
        position: relative;
        font-family: Laca;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #1D212B;
        text-decoration: none; }
        .section-contacts__info-link a:after {
          content: '';
          width: 100%;
          height: 2px;
          background: #00DD9E;
          position: absolute;
          bottom: -5px;
          left: 0; }
        .section-contacts__info-link a:before {
          opacity: 0;
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../image/icon-link.svg);
          background-size: contain;
          position: absolute;
          top: 50%;
          right: -27px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .section-contacts__info-link a:hover:before {
          opacity: 1; }
    .section-contacts__info .contact-meet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-contacts__info .contact-meet .link {
        min-width: 190px; }
      .section-contacts__info .contact-meet .position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        color: #434761; }
    .section-contacts__info .contact-on-email {
      padding-bottom: 25px; }
      .section-contacts__info .contact-on-email a {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        text-decoration: none;
        color: #30386E;
        padding-right: 20px; }
        .section-contacts__info .contact-on-email a:hover {
          text-decoration: underline; }
      .section-contacts__info .contact-on-email label {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #434761; }
    .section-contacts__info .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-contacts__info .social .list {
        min-width: 190px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .section-contacts__info .social .list .img {
          margin-right: 16px; }
          .section-contacts__info .social .list .img img {
            max-height: 15px; }
      .section-contacts__info .social label {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #434761; }
  .section-contacts__form {
    max-width: 50%;
    width: 100%;
    border-right: 1px solid #E8E9EE; }
    .section-contacts__form h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #2E324D;
      margin-bottom: 24px;
      max-width: 410px; }
    .section-contacts__form .form__btn {
      border: 0;
      width: 144px;
      height: 57px;
      font-family: Laca;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #1D212B;
      background: #00DD9E;
      border-radius: 40px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .section-contacts__form .form__btn:hover {
        background: #1DECB1;
        color: #30386E; }
    .section-contacts__form .form__group {
      max-width: 410px;
      margin-bottom: 28px;
      position: relative; }
      .section-contacts__form .form__group.error input {
        border-bottom: 1px solid #e0193e; }
      .section-contacts__form .form__group.error .error-label {
        display: block; }
      .section-contacts__form .form__group .error-label {
        color: #e0193e;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        position: absolute;
        bottom: -18px;
        left: 0;
        line-height: 14px;
        display: none; }
      .section-contacts__form .form__group input {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #C8CBD9;
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #1D212B;
        padding: 10px 12px 9px 12px; }
      .section-contacts__form .form__group select {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #C8CBD9;
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #1D212B;
        padding: 10px 12px 9px 12px; }
    .section-contacts__form .form__text {
      margin-bottom: 16px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 30px;
      color: #1D212B; }
      .section-contacts__form .form__text a {
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #1D212B; }
        .section-contacts__form .form__text a:hover {
          color: #00DD9E; }

.section-subscribe {
  background: #30386E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .section-subscribe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-line-pack: start;
    max-width: 410px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .section-subscribe__content label {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #FFFFFF;
      padding-bottom: 25px; }
    .section-subscribe__content .form__group {
      position: relative; }
      .section-subscribe__content .form__group .btn {
        background-color: transparent;
        border: 0;
        width: 49.1px;
        height: 49.1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .section-subscribe__content .form__group input {
        width: 100%;
        padding: 9px 55px 9px 12px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #E8E9EE;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #E8E9EE; }

.popups {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: -1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .popups.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 222; }
  .popups__bgClose {
    background: #2E324D;
    opacity: 0.56;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .popups__content {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 850px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 32px;
    padding: 80px 0; }
    .popups__content .close {
      position: absolute;
      right: 29px;
      top: 29px;
      border-radius: 50%;
      border: 0;
      width: 14px;
      height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .popups__content .close svg path {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .popups__content .close:hover svg path {
        fill: #00DD9E; }
    .popups__content-info {
      margin-right: 25px; }
      .popups__content-info-avatar {
        margin-bottom: 27px;
        position: relative; }
        .popups__content-info-avatar img {
          width: 291px;
          height: 261px;
          border-radius: 130.5px 130.5px 132.5px 0px;
          -o-object-fit: cover;
             object-fit: cover; }
      .popups__content-info-name {
        font-weight: 800; }
      .popups__content-info strong {
        font-weight: 800; }
      .popups__content-info-position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        color: #434761;
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .popups__content-info-position a {
          display: block;
          text-decoration: none;
          margin-right: 9px; }
      .popups__content-info-link a {
        position: relative;
        font-family: Laca;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #1D212B;
        text-decoration: none; }
        .popups__content-info-link a:after {
          content: '';
          width: 100%;
          height: 2px;
          background: #00DD9E;
          position: absolute;
          bottom: -5px;
          left: 0; }
        .popups__content-info-link a:before {
          opacity: 0;
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../image/icon-link.svg);
          background-size: contain;
          position: absolute;
          top: 50%;
          right: -27px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .popups__content-info-link a:hover:before {
          opacity: 1; }
    .popups__content-form h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 140%;
      color: #2E324D;
      margin-bottom: 32px;
      max-width: 410px; }
    .popups__content-form .form {
      max-width: 410px; }
      .popups__content-form .form__btn {
        border: 0;
        width: 144px;
        height: 57px;
        font-family: Laca;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #1D212B;
        background: #00DD9E;
        border-radius: 40px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer; }
        .popups__content-form .form__btn:hover {
          color: #fff;
          background: #30386E; }
      .popups__content-form .form__group {
        margin-bottom: 28px;
        position: relative; }
        .popups__content-form .form__group.error input {
          border-bottom: 1px solid #e0193e; }
        .popups__content-form .form__group.error .error-label {
          display: block; }
        .popups__content-form .form__group .error-label {
          color: #e0193e;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          position: absolute;
          bottom: -18px;
          left: 0;
          line-height: 14px;
          display: none; }
        .popups__content-form .form__group input {
          background: #fff;
          border: 0;
          border-bottom: 1px solid #30386e33;
          width: 100%;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 30px;
          color: #1D212B;
          padding: 10px 12px 9px 12px; }
      .popups__content-form .form__text {
        margin-bottom: 16px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
        color: #1D212B; }
        .popups__content-form .form__text a {
          text-decoration: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          color: #1D212B; }
          .popups__content-form .form__text a:hover {
            color: #00DD9E; }

.section-aboutPage {
  padding: 100px 0 90px;
  background: #F7F7F9; }
  .section-aboutPage__content {
    position: relative;
    padding: 0px 0 0 105px; }
  .section-aboutPage__imageAbout {
    position: absolute;
    top: -40px;
    right: -55px; }
  .section-aboutPage__desc {
    padding-bottom: 150px; }
    .section-aboutPage__desc h1 {
      margin-bottom: 35px;
      max-width: 600px;
      font-family: Laca;
      font-style: normal;
      font-weight: 570;
      font-size: 48px;
      line-height: 130%;
      color: #2E324D; }
      .section-aboutPage__desc h1 span {
        color: #00DD9E; }
    .section-aboutPage__desc p {
      max-width: 630px;
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #434761; }
  .section-aboutPage__listYear {
    padding: 0px 105px 0 105px; }
    .section-aboutPage__listYear ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-aboutPage__listYear ul li {
        width: calc(50% - 25px);
        position: relative; }
        .section-aboutPage__listYear ul li:before {
          content: '';
          position: absolute;
          right: -34px;
          top: 1px;
          width: 21px;
          height: 21px;
          background-image: url(../image/listYear-1.svg);
          background-size: contain;
          background-repeat: no-repeat; }
        .section-aboutPage__listYear ul li:after {
          content: '';
          position: absolute;
          right: -25px;
          top: 30px;
          border-left: 1px dashed #00DD9E;
          height: calc(100% - 38px); }
        .section-aboutPage__listYear ul li:last-child:after {
          display: none; }
        .section-aboutPage__listYear ul li:last-child:before {
          content: '';
          position: absolute;
          right: -44px;
          top: 7px;
          width: 39px;
          height: 39px;
          background-image: url(../image/listYear-2.svg);
          background-size: contain;
          background-repeat: no-repeat; }
        .section-aboutPage__listYear ul li.box {
          background-color: #fff; }
        .section-aboutPage__listYear ul li.last {
          padding: 6px 51px 30px 113px; }
          .section-aboutPage__listYear ul li.last .name {
            margin-bottom: 18px;
            font-family: Laca;
            font-style: normal;
            font-weight: bold;
            font-size: 40px;
            line-height: 52px;
            text-align: right;
            color: #00DD9E; }
          .section-aboutPage__listYear ul li.last p {
            padding-right: 0;
            font-style: normal;
            font-weight: bold;
            font-size: 22px;
            line-height: 40px;
            color: #30386E; }
            .section-aboutPage__listYear ul li.last p span {
              color: #fff;
              background: #30386E;
              padding: 2px 6px;
              border-radius: 5px;
              white-space: normal;
              display: inline-block;
              line-height: 29px; }
        .section-aboutPage__listYear ul li.left {
          -ms-flex-item-align: start;
              align-self: flex-start;
          padding: 30px 30px 60px 40px;
          border-radius: 32px 0px 32px 32px; }
          .section-aboutPage__listYear ul li.left .name {
            font-family: Laca;
            font-style: normal;
            font-weight: bold;
            font-size: 40px;
            line-height: 52px;
            text-align: right;
            color: #2E324D; }
          .section-aboutPage__listYear ul li.left p {
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 150%;
            text-align: right;
            color: #434761; }
        .section-aboutPage__listYear ul li.right {
          padding: 30px 30px 60px 40px;
          border-radius: 0px 32px 32px 32px;
          -ms-flex-item-align: end;
              align-self: flex-end; }
          .section-aboutPage__listYear ul li.right:after {
            right: inherit;
            left: -26px;
            top: 30px; }
          .section-aboutPage__listYear ul li.right:before {
            right: inherit;
            left: -36px;
            top: 1px; }
          .section-aboutPage__listYear ul li.right .name {
            font-family: Laca;
            font-style: normal;
            font-weight: bold;
            font-size: 40px;
            line-height: 52px;
            text-align: left;
            color: #2E324D; }
          .section-aboutPage__listYear ul li.right p {
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 150%;
            text-align: left;
            color: #434761; }

.section-magnetizeBest {
  padding: 90px 0;
  position: relative; }
  .section-magnetizeBest__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 105px; }
  .section-magnetizeBest__desc {
    max-width: 50%;
    width: 100%; }
    .section-magnetizeBest__desc .label {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      color: #8F92A7; }
      .section-magnetizeBest__desc .label:before {
        content: "•";
        font-size: 18px;
        padding-right: 10px;
        line-height: 140%;
        top: -3px;
        position: relative; }
      .section-magnetizeBest__desc .label:after {
        content: "•";
        font-size: 18px;
        padding-left: 10px;
        line-height: 140%;
        top: -3px;
        position: relative; }
      .section-magnetizeBest__desc .label .dot {
        content: "•";
        font-size: 18px;
        padding: 0 10px;
        line-height: 140%;
        top: -3px;
        position: relative;
        display: inline-block; }
    .section-magnetizeBest__desc h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #2E324D;
      max-width: 520px;
      padding-bottom: 25px; }
    .section-magnetizeBest__desc .desc {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #434761;
      max-width: 520px; }
  .section-magnetizeBest__image {
    max-width: 50%;
    width: 100%;
    position: relative; }
    .section-magnetizeBest__image img {
      position: absolute;
      top: -40px;
      right: -55px; }
  .section-magnetizeBest__list h2 {
    font-family: Laca;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #00DD9E;
    text-align: right;
    margin-bottom: 52px;
    padding-right: 74px; }
  .section-magnetizeBest__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section-magnetizeBest__list ul li {
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px; }
      .section-magnetizeBest__list ul li svg {
        margin-bottom: 14px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-animation: rotate 4s linear infinite;
                animation: rotate 4s linear infinite;
        position: relative; }
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      .section-magnetizeBest__list ul li .text {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: #30386E; }
      .section-magnetizeBest__list ul li.item-1 {
        margin-top: 11px;
        width: 203px;
        height: 203px;
        border: 1px solid #30386E; }
      .section-magnetizeBest__list ul li.item-2 {
        margin-top: 68px;
        width: 241px;
        height: 241px;
        border: 1px solid #65B0E4; }
      .section-magnetizeBest__list ul li.item-3 {
        width: 259px;
        height: 259px;
        border: 1px solid #E0D2CC; }
      .section-magnetizeBest__list ul li.item-4 {
        margin-top: 47px;
        width: 215px;
        height: 215px;
        border: 1px solid #00DD9E; }

.section-server {
  background: #F7F7F9;
  padding: 90px 0 90px;
  position: relative;
  background: url("../image/server-bg.png") 100% 0 #F7F7F9;
  background-repeat: repeat-y; }
  .section-server__header {
    padding: 0 0 0 105px;
    position: relative; }
    .section-server__header .image-first {
      top: -15px;
      position: absolute;
      right: 267px; }
    .section-server__header .image-last {
      top: 99px;
      position: absolute;
      right: -15px; }
    .section-server__header h2 {
      margin-bottom: 21px;
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #2E324D;
      max-width: 520px;
      padding-bottom: 25px; }
    .section-server__header p {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      color: #434761;
      max-width: 530px;
      padding-bottom: 65px; }
    .section-server__header .btn-send {
      text-decoration: none;
      font-family: Laca;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      background: #00DD9E;
      border-radius: 40px;
      color: #1D212B;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 188px;
      height: 57px;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      /* left: 0; */
      /* right: 0; */
      /* margin: 0 auto; */
      margin-bottom: 65px; }
      .section-server__header .btn-send:hover {
        background: #1DECB1;
        color: #30386E; }
  .section-server__tabs {
    position: relative;
    padding: 0 105px 0 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .section-server__tabs .tab-nav {
      min-width: 355px;
      padding-right: 25px;
      position: relative;
      z-index: 1; }
      .section-server__tabs .tab-nav ul li {
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: #30386E;
        margin-bottom: 32px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        position: relative; }
        .section-server__tabs .tab-nav ul li .box-circle {
          display: none; }
        .section-server__tabs .tab-nav ul li.active {
          color: #00DD9E;
          font-weight: bold; }
          .section-server__tabs .tab-nav ul li.active .box-circle {
            --size: 154px;
            display: block;
            position: absolute;
            top: 50%;
            left: -112px;
            height: var(--size);
            width: var(--size);
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            display: none; }
            .section-server__tabs .tab-nav ul li.active .box-circle > .circle {
              --duration: 4s;
              position: absolute;
              height: inherit;
              width: inherit;
              background: #50505019;
              border-radius: 50%;
              -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
                      animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite; }
              .section-server__tabs .tab-nav ul li.active .box-circle > .circle:nth-of-type(1) {
                -webkit-animation-delay: 0s;
                        animation-delay: 0s; }
              .section-server__tabs .tab-nav ul li.active .box-circle > .circle:nth-of-type(2) {
                -webkit-animation-delay: calc(var(--duration) / -3);
                        animation-delay: calc(var(--duration) / -3); }
              .section-server__tabs .tab-nav ul li.active .box-circle > .circle:nth-of-type(3) {
                -webkit-animation-delay: calc(var(--duration) / -6);
                        animation-delay: calc(var(--duration) / -6); }
          .section-server__tabs .tab-nav ul li.active:after {
            content: '';
            width: 23px;
            height: 23px;
            background-image: url(../image/icon-link.svg);
            background-size: cover;
            position: absolute;
            top: 50%;
            left: -46px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .section-server__tabs .tab-nav ul li:hover {
          color: #00DD9E; }
    .section-server__tabs .tab-content {
      width: 100%;
      position: relative;
      z-index: 1; }
      .section-server__tabs .tab-content__item {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .section-server__tabs .tab-content__item.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .section-server__tabs .tab-content__item .row {
          background: #FFFFFF;
          border-radius: 20px;
          padding: 25px 35px;
          margin-bottom: 30px; }
          .section-server__tabs .tab-content__item .row:last-child {
            margin-bottom: 0; }
          .section-server__tabs .tab-content__item .row h3 {
            margin-bottom: 8px;
            font-family: Laca;
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 140%;
            color: #434761; }
          .section-server__tabs .tab-content__item .row p {
            font-family: Proxima Nova;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 150%;
            color: #434761; }
  .section-server:after {
    content: '';
    width: 276px;
    height: 179px;
    background-image: url(../image/section-server-bottom.svg);
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 2px;
    z-index: 0; }

.section-reviews {
  padding: 50px 0 90px;
  background: #F7F7F9;
  min-height: calc( 100vh - 385px );
  position: relative; }

.section-vacancy {
  background: url(../image/vacancy-bg.svg) 100% 85% #F7F7F9;
  background-repeat: no-repeat;
  padding: 16px 0 90px;
  position: relative;
  min-height: calc( 100vh - 385px);
  /*Vacancies inner SImilar*/ }
  .section-vacancy .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 105px;
    background: url(../image/vacancy-bg.svg) 195% 100% no-repeat; }
    .section-vacancy .container .breadcrump {
      padding-bottom: 40px; }
      .section-vacancy .container .breadcrump a {
        font-family: Proxima Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #30386E;
        text-decoration: none;
        padding-right: 8px; }
        .section-vacancy .container .breadcrump a:hover {
          color: #00DD9E; }
      .section-vacancy .container .breadcrump span {
        padding-left: 8px;
        color: #8F92A7; }
    .section-vacancy .container h3 {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #8F92A7;
      padding-bottom: 8px; }
      .section-vacancy .container h3 span {
        color: #434761; }
    .section-vacancy .container h1 {
      font-family: Laca;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 140%;
      color: #2E324D; }
    .section-vacancy .container .date {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      color: #8F92A7;
      padding: 8px 0 30px; }
      .section-vacancy .container .date svg {
        margin-right: 4px;
        margin-bottom: -3px; }
    .section-vacancy .container .advanced-desc {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #434761;
      padding-bottom: 50px; }
      .section-vacancy .container .advanced-desc h3 {
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: #2E324D;
        padding-bottom: 16px; }
    .section-vacancy .container .btn-send {
      text-decoration: none;
      font-family: Laca;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      background: #00DD9E;
      border-radius: 40px;
      color: #1D212B;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 188px;
      height: 57px;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0; }
      .section-vacancy .container .btn-send:hover {
        background: #1DECB1;
        color: #30386E; }
  .section-vacancy .section-vacancy .vacancies.type-vacancies {
    max-width: 100%;
    width: 100%;
    padding-right: 80px; }
  .section-vacancy .single-vacancies #secondary {
    border-left: 1px solid #E8E9EE;
    max-width: 371px;
    padding-left: 70px; }
  .section-vacancy .single-vacancies #secondary .section-factor__list {
    width: auto; }
  .section-vacancy .section-vacancy #secondary .similar-widget-custom h3 {
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #2E324D;
    margin-bottom: 24px;
    margin-top: 60px; }
  .section-vacancy .similar-widget-custom .item {
    margin: 0px 0px 12px 0px;
    width: 300px;
    height: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 24px;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    border-radius: 32px; }
  .section-vacancy .similar-widget-custom ul li .category {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #8F92A7; }
    .section-vacancy .similar-widget-custom ul li .category span {
      color: #434761; }
  .section-vacancy .similar-widget-custom ul li .category a {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #8F92A7;
    text-decoration: none; }
  .section-vacancy .similar-widget-custom ul li .name {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #30386E;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 28px;
    padding-right: 0px;
    text-decoration: none; }
  .section-vacancy .similar-widget-custom ul li .name:hover {
    color: #00DD9E; }
  .section-vacancy .similar-widget-custom .allvacancies {
    position: relative;
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #30386E;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px; }
  .section-vacancy .similar-widget-custom .allvacancies:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #00DD9E;
    position: absolute;
    bottom: -5px;
    left: 0; }

.section-thank {
  background: #F7F7F9;
  position: relative; }
  .section-thank .container {
    background: url(../image/thank-bg.png) 50% 5% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    position: relative;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-thank .container h1 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 130%;
      text-align: center;
      color: #2E324D; }
    .section-thank .container p {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      color: #434761;
      padding-bottom: 40px; }
    .section-thank .container a {
      font-family: Laca;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      color: #30386E;
      text-decoration: none;
      z-index: 2;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 17.5px 28px;
      width: 219px;
      height: 56px;
      background: #00DD9E;
      -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
      box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
      border-radius: 40px; }
      .section-thank .container a:hover {
        background: #1DECB1;
        color: #30386E; }

.section-blog {
  padding: 50px 0 90px;
  min-height: calc( 100vh - 385px ); }
  .section-blog .navigation {
    left: 0;
    right: 0;
    margin: 45px auto 0; }
    .section-blog .navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-blog .navigation ul li {
        margin: 0 12px; }
        .section-blog .navigation ul li a {
          font-family: Proxima Nova;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 150%;
          text-align: center;
          color: #30386E;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .section-blog .navigation ul li.active {
          width: 32px;
          height: 32px;
          background: #00DD9E;
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none; }
        .section-blog .navigation ul li.prev-link {
          min-width: 70px;
          margin-right: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .section-blog .navigation ul li.prev-link img {
            width: 18px;
            height: 18px;
            margin-right: 16px; }
        .section-blog .navigation ul li.next-link {
          min-width: 70px;
          margin-left: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .section-blog .navigation ul li.next-link img {
            width: 18px;
            height: 18px;
            margin-left: 16px; }

.section-404 {
  background: url(../image/404.png) 100% -5px, url(../image/404-small.png) 0 65%, url(../image/404-left.png) 0 101% #F7F7F9;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: relative;
  min-height: calc( 100vh - 385px ); }
  .section-404 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 160px 0px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-404 .container .error-images {
      margin-bottom: 35px; }
      .section-404 .container .error-images img {
        padding: 0 10px; }
    .section-404 .container h1 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 68px;
      line-height: 130%;
      text-align: center;
      color: #2E324D; }
    .section-404 .container h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 130%;
      color: #2E324D;
      margin-bottom: 8px; }
    .section-404 .container p {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      color: #434761;
      padding-bottom: 40px; }
    .section-404 .container a {
      font-family: Laca;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      color: #30386E;
      text-decoration: none;
      z-index: 2;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 17.5px 28px;
      width: 219px;
      height: 56px;
      background: #00DD9E;
      -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
      box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
      border-radius: 40px; }
      .section-404 .container a:hover {
        background: #1DECB1;
        color: #30386E; }

.form-wrapper {
  background: #f7f7f9;
  position: relative;
  min-height: calc( 100vh - 385px ); }
  .form-wrapper:after {
    content: '';
    width: 275px;
    height: 303px;
    background-image: url(../image/hire-bg.png);
    background-size: contain;
    position: absolute;
    bottom: -120px;
    right: 2px;
    z-index: 0; }
  .form-wrapper__header {
    padding-top: 27px;
    margin-bottom: 75px;
    max-width: 820px; }
  .form-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-wrapper__content h1 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 130%;
      text-align: center;
      color: #2E324D;
      margin: 0;
      padding: 65px 0 40px; }
    .form-wrapper__content .form-content {
      background: #FFFFFF;
      border-radius: 32px;
      max-width: 850px;
      width: 100%;
      margin-bottom: 90px; }
      .form-wrapper__content .form-content .radio-group input[type="radio"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 7px; }
        .form-wrapper__content .form-content .radio-group input[type="radio"]:checked + span {
          border: 1px solid #00DD9E;
          font-weight: 600; }
      .form-wrapper__content .form-content .radio-group .wpcf7-list-item-label {
        position: relative;
        cursor: pointer;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 16px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 44px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #1D212B; }
  .form-wrapper__tabs .tab-nav {
    background: #FFFFFF;
    border-radius: 50px 50px 50px 0px;
    margin-bottom: 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .form-wrapper__tabs .tab-nav ul {
      padding: 0 42px 0 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .form-wrapper__tabs .tab-nav ul li {
        padding: 8px 0;
        margin-right: 51px;
        font-family: Laca;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 52px;
        color: #1D212B;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .form-wrapper__tabs .tab-nav ul li:hover {
          color: #00DD9E; }
        .form-wrapper__tabs .tab-nav ul li:last-child {
          margin-right: 0; }
        .form-wrapper__tabs .tab-nav ul li.active {
          color: #00DD9E; }
          .form-wrapper__tabs .tab-nav ul li.active:after {
            content: '';
            width: 100%;
            position: absolute;
            bottom: 0;
            height: 3px;
            left: 0;
            background-color: #00DD9E; }
          .form-wrapper__tabs .tab-nav ul li.active:before {
            content: '';
            width: 18px;
            height: 18px;
            background-image: url(../image/icon-link.svg);
            background-size: cover;
            position: absolute;
            left: -31px;
            top: 24px; }
  .form-wrapper__tabs .tab-content__box {
    display: none; }
    .form-wrapper__tabs .tab-content__box.active {
      display: block; }
  .form-wrapper__tabs .stepBox {
    display: none; }
    .form-wrapper__tabs .stepBox.active {
      display: block; }
  .form-wrapper__tabs .label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 52px;
    color: #1D212B;
    margin-bottom: 16px; }
  .form-wrapper__tabs .form {
    max-width: 410px; }
    .form-wrapper__tabs .form__groupRadio ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px;
      max-width: 316px; }
      .form-wrapper__tabs .form__groupRadio ul li {
        padding: 0 15px;
        width: 50%;
        margin-bottom: 30px; }
    .form-wrapper__tabs .form__groupRadio .radio {
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin: 10px 0 0 7px; }
    .form-wrapper__tabs .form__groupRadio .radio + label {
      position: relative;
      cursor: pointer;
      background: #FFFFFF;
      border: 1px solid #DCDCDC;
      border-radius: 16px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 44px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 30px;
      color: #1D212B; }
    .form-wrapper__tabs .form__groupRadio .radio:checked + label {
      border: 1px solid #00DD9E;
      font-weight: 600; }
    .form-wrapper__tabs .form__next {
      max-width: 520px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .form-wrapper__tabs .form__next .btnNext {
        width: 42px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #30386e66;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .form-wrapper__tabs .form__next .btnNext svg path {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .form-wrapper__tabs .form__next .btnNext:hover {
          border: 1px solid #00dd9e66; }
          .form-wrapper__tabs .form__next .btnNext:hover svg path {
            fill: #00DD9E; }
    .form-wrapper__tabs .form__btn {
      border: 0;
      width: 144px;
      height: 57px;
      font-family: Laca;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #1D212B;
      background: #00DD9E;
      border-radius: 40px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .form-wrapper__tabs .form__btn:hover {
        color: #fff;
        background: #30386E; }
    .form-wrapper__tabs .form__group {
      margin-bottom: 28px;
      position: relative; }
      .form-wrapper__tabs .form__group.error input {
        border-bottom: 1px solid #e0193e; }
      .form-wrapper__tabs .form__group.error .error-label {
        display: block; }
      .form-wrapper__tabs .form__group .error-label {
        color: #e0193e;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        position: absolute;
        bottom: -18px;
        left: 0;
        line-height: 14px;
        display: none; }
      .form-wrapper__tabs .form__group input {
        background: #F7F7F9;
        border: 0;
        border-bottom: 1px solid #30386e33;
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #1D212B;
        padding: 10px 12px 9px 12px; }
    .form-wrapper__tabs .form__text {
      margin-bottom: 16px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 30px;
      color: #1D212B; }
      .form-wrapper__tabs .form__text a {
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #1D212B; }
        .form-wrapper__tabs .form__text a:hover {
          color: #00DD9E; }
    .form-wrapper__tabs .form__groupSelect {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
      .form-wrapper__tabs .form__groupSelect .text {
        margin-right: 13px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 52px;
        color: #000000; }
      .form-wrapper__tabs .form__groupSelect .select2-container {
        width: 330px !important; }
        .form-wrapper__tabs .form__groupSelect .select2-container--default .select2-selection--single {
          background-color: transparent;
          border: 0;
          border-radius: 0;
          height: 49px;
          border-bottom: 1px solid #30386e33; }
          .form-wrapper__tabs .form__groupSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 49px; }
          .form-wrapper__tabs .form__groupSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 49px; }
    .form-wrapper__tabs .form__groupFile input {
      opacity: 0;
      z-index: -1;
      position: absolute; }
    .form-wrapper__tabs .form__groupFile label {
      cursor: pointer;
      width: 100%;
      background: #FFFFFF;
      border: 1px dashed #E5E5E5;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 13px;
      height: 71px;
      margin-bottom: 21px; }
      .form-wrapper__tabs .form__groupFile label svg {
        margin-right: 10px; }
      .form-wrapper__tabs .form__groupFile label span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #30386E; }

.select2-dropdown {
  background: #FFFFFF;
  border-radius: 5px;
  border: 0; }
.select2-container--default .select2-results__option--selected {
  background: #F7F7F9;
  color: #00DD9E; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px; }
.select2-results__option {
  padding: 6px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1D212B; }

.home .section-vacancies {
  margin-top: 0; }

/*Front buttons*/
.section-startScreen__content .buttons {
  margin-left: 0px;
  margin-bottom: 40px; }

.section-startScreen__content .buttons a + a {
  margin-left: 16px; }

.section-startScreen__content .buttons .btn-find {
  width: 216px;
  height: 64px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 40px 40px 0px 40px;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #30386E;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 15px; }

.section-startScreen__content .buttons .btn-find svg {
  margin-right: 16px;
  display: inline-block; }

.section-startScreen__content .buttons .btn-find:hover svg path {
  fill: #00DD9E; }

.section-startScreen__content .buttons .btn-find:hover {
  color: #00DD9E; }

.section-startScreen__content .buttons .btn-use {
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 216px;
  height: 64px;
  left: 232px;
  top: 0px;
  background: #00DD9E;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 0px 40px 40px 40px;
  padding: 15px;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E; }

.section-startScreen__content .buttons .btn-use svg {
  margin-left: 16px;
  display: inline-block; }

.section-startScreen__content .buttons .btn-use:hover {
  background: #1DECB1; }

/*END Buttons*/
/*section-vacancies*/
#stuckNav {
  position: fixed;
  top: 84px;
  z-index: 10;
  margin-top: 0px;
  background-color: #fff; }

.section-vacancies .section-vacancies__content ul li {
  position: relative; }

.section-vacancies .section-vacancies__content ul li:hover a + ul {
  display: block !important; }

.section-vacancies .section-vacancies__content > ul > li:hover:before {
  content: '';
  background: transparent;
  position: absolute;
  top: 99%;
  width: 100%;
  height: 45px;
  display: block !important;
  left: 0;
  margin: 0px;
  opacity: 0;
  z-index: 2; }

.section-vacancies .section-vacancies__content ul li ul {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 44px 20px 24px;
  min-width: 258px;
  width: 100%;
  z-index: 3;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*height: 340px;*/
  height: auto;
  margin: 0px; }

.section-vacancies .section-vacancies__content ul li ul a {
  width: 100%;
  text-align: left; }

.section-vacancies .section-vacancies__content ul li ul li {
  margin: 0px auto 8px;
  list-style: none;
  width: 100%;
  max-width: 100%; }

.section-vacancies .section-vacancies__content ul li ul li::marker {
  display: none; }

.section-vacancies .section-vacancies__content ul li ul li:after {
  display: none; }

.section-vacancies .section-vacancies__content ul li ul a:after {
  display: none; }

/*fakescroll*/
.fakeScroll {
  overflow: visible !important; }

.fakeScroll__wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1; }

.fakeScroll__content {
  height: 100%;
  width: 100%;
  /* padding         : 0 32px 0 0; */
  /* right           : -18px; */
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: none; }

.fakeScroll__content::-webkit-scrollbar {
  display: none; }

.fakeScroll__track {
  position: absolute;
  right: 4px;
  top: 12px;
  bottom: 12px;
  width: 5px;
  background: #F7F7F9;
  cursor: default;
  border-radius: 8px; }

.fakeScroll__bar {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  border-radius: 4px;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  cursor: -webkit-grab;
  background: #E8E9EE;
  border-radius: 8px; }

.fakeScroll__bar:hover {
  background: rgba(255, 255, 255, 0.55); }

.fakeScroll__bar.fakeScroll--grabbed {
  cursor: -webkit-grabbing;
  background: white; }

body.fakeScroll--grabbed {
  cursor: -webkit-grabbing;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

/*END section-vacancies*/
.attach-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px;
  height: 40px;
  position: relative; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: #434761;
  padding-left: 0px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #434761 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

div.asp_w.asp_sb.searchsettings form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.asp_filter_id_1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.asp_filter_id_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.asp_filter_id_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.asp_filter_id_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.section-magnetizeTalent__tab.mobile-version {
  display: none; }

.section-server__tabs.mobile-version {
  display: none; }

.mobile-version {
  display: none; }

.faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-body {
  display: none; }

/*Reviews*/
.section-reviews .section-server__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  padding: 0; }

.section-reviews .section-server__tabs .tab-nav {
  background: #FFFFFF;
  border-radius: 32px;
  text-align: center;
  height: 95px;
  width: 100%;
  max-width: 100%;
  clear: both;
  padding: 0px; }

.section-reviews .section-server__tabs .tab-nav ul {
  width: 1070px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: auto;
  margin-right: auto; }

.section-reviews .section-server__tabs .tab-nav ul li {
  width: 49%;
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #2E324D;
  height: 95px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.section-reviews .section-server__tabs .tab-nav ul li.active {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #2E324D; }

.section-reviews .section-server__tabs .tab-nav ul li.active:after {
  content: '';
  width: 314px;
  max-width: 100%;
  height: 3px;
  background: #00DD9E;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.section-reviews .section-server__tabs .tab-content {
  padding-top: 0px; }

.section-reviews .section-server__tabs .tab-content .review-popactivartor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 100%;
  padding: 32px 15px;
  text-align: center;
  border-bottom: 1px solid #E8E9EE;
  margin: 0 15px 15px; }

.section-reviews .section-server__tabs .tab-content .review-popactivartor p {
  margin-right: 40px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #434761;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.section-reviews .section-server__tabs .tab-content .review-popactivartor a {
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  text-decoration: none;
  z-index: 2;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17.5px 28px;
  width: 219px;
  height: 56px;
  background: #00DD9E;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 40px; }

.section-reviews .section-server__tabs .tab-content .tab-content__item {
  display: none;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px; }

.section-reviews .section-server__tabs .tab-content .tab-content__item.active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.section-reviews .section-server__tabs .tab-content .tab-content__item .coll-reviews {
  width: 33.3333%;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.section-reviews .section-server__tabs .tab-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 24px 32px 40px;
  width: 100%;
  min-height: 292px;
  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 15px 0px;
  position: relative; }

.section-reviews .section-server__tabs .tab-content .item .meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%; }

.section-reviews .section-server__tabs .tab-content .item .meta .avatar {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 56px;
  height: 56px;
  background-color: transparent;
  background-image: url("/wp-content/themes/talentica/image/ico-avatar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 56px;
  overflow: hidden; }

.section-reviews .section-server__tabs .tab-content .item .meta .rate {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section-reviews .section-server__tabs .tab-content .item .meta .date {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  color: #8F92A7;
  text-align: right; }

.section-reviews .section-server__tabs .tab-content .item .body h3 {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #2E324D;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 3px 0px 8px; }

.section-reviews .section-server__tabs .tab-content .item .body p {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 0px 0px;
  /*height: 96px;
  overflow: hidden;*/
  min-height: 96px; }

.section-reviews .section-server__tabs .tab-content .item .body .toggle-text-content span {
  display: none; }

.section-reviews .section-server__tabs .tab-content .item .body .toggle-text-link {
  display: block;
  /*  margin: 20px 0;*/ }

.section-reviews .section-server__tabs .tab-content .item .body {
  /*position: relative;*/ }

.section-reviews .section-server__tabs .tab-content .item .body .toggle-text-link {
  position: absolute;
  right: 32px;
  bottom: 32px;
  margin: 0px; }

/*END Reviews*/
/*Blog page post
===========================*/
.section-blogpost {
  padding: 10px 0 35px;
  background: #E5E5E5; }
  .section-blogpost .breadcrump {
    padding: 15px 15px 15px 105px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #8F92A7;
    clear: both; }
    .section-blogpost .breadcrump a {
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      color: #30386E;
      display: inline-block;
      text-decoration: none;
      padding-right: 8px; }
    .section-blogpost .breadcrump span {
      padding-left: 8px; }
  .section-blogpost .img-wraper-date {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px; }
    .section-blogpost .img-wraper-date img {
      width: 100%;
      height: auto;
      margin: 0px; }
    .section-blogpost .img-wraper-date .date svg {
      margin-right: 10px;
      width: 12px;
      height: 15px; }
    .section-blogpost .img-wraper-date .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 16px;
      position: absolute;
      min-width: 135px;
      height: 37px;
      left: 105px;
      top: 0px;
      z-index: 1;
      background: #FFFFFF;
      border-radius: 0px 0px 4px 4px;
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      color: #8F92A7;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -ms-flex-positive: 0;
          flex-grow: 0;
      margin: 0px 0px;
      white-space: nowrap; }

.section-blogpost .entry-header {
  padding-left: 105px;
  padding-right: 105px; }

.section-blogpost .entry-header h1 {
  font-family: Laca;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #2E324D;
  margin-top: 25px;
  margin-bottom: 25px; }

.section-blogpost .entry-content {
  padding-left: 105px;
  padding-right: 105px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761; }

.section-blogpost .entry-content p img {
  display: inline-block; }

.section-blogpost .entry-content p img:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  width: 100%;
  display: inline-block; }

/* two items */
.section-blogpost .entry-content p img:first-child:nth-last-child(2),
.section-blogpost .entry-content p img:first-child:nth-last-child(2) ~ li {
  width: calc( 50% - 20px ); }

.section-blogpost .entry-content p img:nth-child(2) {
  margin-left: 20px;
  width: calc( 50% - 20px ); }

/*END Blog page post
===========================*/
/*FAq
============================*/
.faq-bottom-section {
  padding: 0px 0px 80px;
  background: #E5E5E5; }
  .faq-bottom-section .container {
    padding-left: 105px;
    padding-right: 105px; }
  .faq-bottom-section .faq-wrapper {
    padding: 40px 0px 0px;
    border-top: 1px solid #E8E9EE; }
    .faq-bottom-section .faq-wrapper h2 {
      font-family: Laca;
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 140%;
      color: #2E324D;
      text-transform: uppercase;
      margin: 0px 0px 24px; }
    .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item {
      background: #FFFFFF;
      border-radius: 20px;
      padding: 25px 32px;
      font-family: Proxima Nova;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #434761;
      margin-bottom: 15px; }
      .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item h3 {
        font-family: Laca;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: #30386E;
        margin-bottom: 0px;
        margin-top: 0px;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
                order: 0;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-right: 15px;
        width: calc( 100% - 32px ); }
      .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
                align-items: stretch; }
        .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header .arrow {
          -ms-flex-order: 0;
          -webkit-box-ordinal-group: 1;
                  order: 0;
          -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
                  flex: 0 1 auto;
          -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
          align-self: flex-start;
          border: 1px solid #C8CBD9;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 32px;
          height: 32px;
          background-color: #fff;
          text-align: center;
          border-radius: 32px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          background-image: url("../image/acc-arrow.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 14px 8px; }
          .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header .arrow.arrow-animate {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg);
            opacity: 1; }
        .faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header:hover .arrow {
          opacity: 0.8; }

.faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header
.faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-header .arrow
.faq-bottom-section .faq-wrapper .acardion-wrapper .acc-item .acc-body {
  display: none; }

/*navigation post-navigation*/
.navigation.post-navigation {
  padding: 0px 0px 90px;
  background: #E5E5E5;
  max-width: 100%;
  width: 100%; }

.navigation.post-navigation .nav-links {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 0px; }

.navigation.post-navigation .nav-links .nav-previous {
  max-width: 50%;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #30386E; }

.navigation.post-navigation .nav-links .nav-next {
  max-width: 50%;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #30386E; }

.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #30386E;
  text-decoration: none; }

.navigation.post-navigation .nav-links .nav-previous a {
  padding-left: 35px;
  background-image: url("/wp-content/themes/talentica/image/prev-bl.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  display: inline-block; }

.navigation.post-navigation .nav-links .nav-next a {
  padding-right: 35px;
  background-image: url("/wp-content/themes/talentica/image/next-bl.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 18px;
  display: inline-block; }

/* Step Form*/
.form-wrapper .form-content .tab-nav ul {
  margin: 0px;
  text-align: center;
  border-bottom: 1px solid #E8E9EE;
  list-style: none; }

.form-wrapper .form-content .tab-nav ul li {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #2E324D;
  position: relative;
  padding: 30px 5px 30px;
  list-style: none;
  width: 315px;
  display: inline-block;
  height: 94px;
  max-width: 100%; }

.form-wrapper .form-content .tab-nav ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  height: 3px;
  background: #00DD9E;
  width: 100%; }

.form-wrapper .form-content .tab-nav ul li a {
  text-decoration: none;
  color: inherit; }

.form-wrapper .form-content .entry-content {
  padding: 29px 00px 0px; }

.form-wrapper .form-content .entry-content form > * {
  padding-left: 110px;
  padding-right: 110px; }

.form-wrapper .form-content .entry-content form p {
  padding-bottom: 12px; }

.form-wrapper .form-content .entry-content .wpcf7-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px; }

.form-wrapper .form-content .entry-content label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
  content: '';
  display: none;
  border-radius: 50%;
  background-color: #00DD9E;
  width: 24px;
  height: 24px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-image: url(/wp-content/themes/talentica/image/check-arrow.png);
  margin-right: 10px; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
  display: inline-block; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  background: #F7F7F9;
  border: 1px solid #F7F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  padding: 16px 20px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #434761;
  height: 56px;
  position: relative; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  border: 1px solid #00DD9E; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px; }

.form-wrapper .form-content .entry-content .form-footer {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #E8E9EE;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  height: 70px; }

.form-wrapper .form-content .entry-content .form-footer .ajax-loader {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

.form-wrapper .form-content .entry-content .form-footer .prev {
  grid-area: 1 / 1 / 2 / 2;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center; }

.form-wrapper .form-content .entry-content .form-footer .steps {
  grid-area: 1 / 2 / 2 / 3;
  text-align: center;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  /*21px;*/
  text-align: center;
  color: #C8CBD9;
  -ms-flex-item-align: center;
      align-self: center; }

.form-wrapper .form-content .entry-content .form-footer .next {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-wrapper .form-content .entry-content .form-footer .next input[type="submit"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/next-arrow.png);
  padding: 0px 35px 0px 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-wrapper .form-content .entry-content .form-footer .prev input[type="button"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/prev-active-arrow.png);
  padding: 0px 2px 0px 35px;
  cursor: pointer; }

.form-wrapper .form-content .entry-content .form-footer .prev.first-step-f input[type="button"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #C8CBD9;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/prev-arrow.png);
  padding: 0px 2px 0px 35px;
  cursor: not-allowed;
  display: block !important; }

.form-wrapper .form-content .entry-content .form-footer.last-step {
  padding-top: 5px;
  padding-bottom: 19px; }

.form-wrapper .form-content .entry-content .form-footer.last-step .next input[type="submit"] {
  width: 124px;
  height: 56px;
  background: #00DD9E;
  color: #30386E;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 40px;
  text-align: center;
  background-image: none;
  padding: 10px;
  position: inherit; }

.form-wrapper .form-content .entry-content form .wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.form-wrapper .form-content .entry-content form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 12px; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance label {
  position: relative;
  padding-left: 25px; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 1.5px;
  background: #FFFFFF;
  border: 1px solid #C8CBD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: block; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 1.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-image: url(/wp-content/themes/talentica/image/checked.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-wrapper .form-content .entry-content form input[type="text"],
.form-wrapper .form-content .entry-content form input[type="email"],
.form-wrapper .form-content .entry-content form input[type="url"],
.form-wrapper .form-content .entry-content form input[type="password"],
.form-wrapper .form-content .entry-content form input[type="search"],
.form-wrapper .form-content .entry-content form input[type="number"],
.form-wrapper .form-content .entry-content form input[type="tel"],
.form-wrapper .form-content .entry-content form input[type="range"],
.form-wrapper .form-content .entry-content form input[type="date"],
.form-wrapper .form-content .entry-content form input[type="month"],
.form-wrapper .form-content .entry-content form input[type="week"],
.form-wrapper .form-content .entry-content form input[type="time"],
.form-wrapper .form-content .entry-content form input[type="datetime"],
.form-wrapper .form-content .entry-content form input[type="datetime-local"],
.form-wrapper .form-content .entry-content form input[type="color"],
.form-wrapper .form-content .entry-content form textarea {
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px;
  /*opacity: 0.6;*/ }

.form-wrapper .form-content .entry-content form div.radio-group + div {
  margin-bottom: 25px; }

.form-wrapper .form-content .entry-content form .select-group.stp2 .wpcf7-form-control-wrap {
  width: 410px;
  max-width: 100%;
  display: block; }

.form-wrapper .form-content .entry-content form .select-group.stp2 .wpcf7-form-control-wrap select {
  width: 100% !important;
  max-width: 100%; }

.form-wrapper .form-content .entry-content form .textarea-group .wpcf7-form-control-wrap input[type="text"] {
  width: 410px;
  max-width: 100%; }

.form-wrapper .form-content .entry-content form .textarea-group .wpcf7-form-control-wrap + span {
  display: block;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #C8CBD9;
  width: 410px;
  max-width: 100%;
  padding-right: 12px; }

.form-wrapper .form-content .entry-content .select-group.stp2 {
  margin-bottom: 20px; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-radius: 0px 0px 16px 16px; }

.select2-container--open .select2-dropdown .select2-results {
  display: block;
  -webkit-filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
          filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  padding-bottom: 10px; }

.select2-results__option {
  padding: 1px 1px 1px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #434761; }

.select2-container--default .select2-results__option--selected {
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

@media screen and (min-width: 768px) {
  .form-wrapper .form-content .entry-content .select-group.stp2 .select2-container {
    min-width: 410px; } }
.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox {
  position: absolute;
  top: 10px;
  left: 425px;
  width: 24px;
  height: 24px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox,
.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox {
  left: 465px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  background-color: #00DD9E;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0px;
  color: #00DD9E;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0px;
  position: relative;
  height: 32px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '+';
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '-';
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '-';
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px;
  height: 40px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: #434761;
  padding-left: 0px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #434761 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.form-wrapper .form-content .entry-content form h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  margin-bottom: 16px; }

.form-wrapper .form-content .entry-content form .st-3 .wpcf7-form-control-wrap {
  width: 410px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  position: relative; }

.form-wrapper .form-content .entry-content form .st-3 .wpcf7-form-control-wrap input {
  width: 100%;
  max-width: 100%; }

/*Stiky Second menu*/
#stuckNav {
  position: fixed;
  top: 70px;
  z-index: 10;
  margin-top: 0px;
  background-color: #fff;
  width: 100%; }

/*acceptance section-contacts */
.section-contacts__form .form__group input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  left: 0; }

.section-contacts form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px; }

.section-contacts form .wpcf7-acceptance label {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  display: inline-block;
  min-height: 18px; }

.section-contacts form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
  line-height: inherit; }

.section-contacts form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #C8CBD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: block; }

/* Step Form*/
.form-wrapper .form-content .tab-nav ul {
  margin: 0px;
  text-align: center;
  border-bottom: 1px solid #E8E9EE;
  list-style: none; }

.form-wrapper .form-content .tab-nav ul li {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #2E324D;
  position: relative;
  padding: 30px 5px 30px;
  list-style: none;
  width: 315px;
  display: inline-block;
  height: 94px;
  max-width: 100%; }

.form-wrapper .form-content .tab-nav ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  height: 3px;
  background: #00DD9E;
  width: 100%; }

.form-wrapper .form-content .tab-nav ul li a {
  text-decoration: none;
  color: inherit; }

.form-wrapper .form-content .entry-content {
  padding: 29px 00px 0px; }

.form-wrapper .form-content .entry-content form > * {
  padding-left: 110px;
  padding-right: 110px; }

.form-wrapper .form-content .entry-content .wpcf7-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px; }

.form-wrapper .form-content .entry-content label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
  content: '';
  display: none;
  border-radius: 50%;
  background-color: #00DD9E;
  width: 24px;
  height: 24px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-image: url(/wp-content/themes/talentica/image/check-arrow.png);
  margin-right: 10px; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
  display: inline-block; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  background: #F7F7F9;
  border: 1px solid #F7F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  padding: 16px 20px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #434761;
  height: 56px;
  position: relative; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  border: 1px solid #00DD9E; }

.form-wrapper .form-content .entry-content .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px; }

.form-wrapper .form-content .entry-content .form-footer {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #E8E9EE;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

.form-wrapper .form-content .entry-content .form-footer .ajax-loader {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

.form-wrapper .form-content .entry-content .form-footer .prev {
  grid-area: 1 / 1 / 2 / 2;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center; }

.form-wrapper .form-content .entry-content .form-footer .steps {
  grid-area: 1 / 2 / 2 / 3;
  text-align: center;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  /*21px;*/
  text-align: center;
  color: #C8CBD9;
  -ms-flex-item-align: center;
      align-self: center; }

.form-wrapper .form-content .entry-content .form-footer .next {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center; }

.form-wrapper .form-content .entry-content .form-footer .next input[type="submit"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/next-arrow.png);
  padding: 0px 35px 0px 2px;
  cursor: pointer; }

.form-wrapper .form-content .entry-content .form-footer .prev input[type="button"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/prev-active-arrow.png);
  padding: 0px 2px 0px 35px;
  cursor: pointer; }

.form-wrapper .form-content .entry-content .form-footer .prev.first-step-f input[type="button"] {
  border: none;
  background-color: transparent;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #C8CBD9;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-image: url(/wp-content/themes/talentica/image/prev-arrow.png);
  padding: 0px 2px 0px 35px;
  cursor: not-allowed;
  display: block !important; }

.form-wrapper .form-content .entry-content .form-footer.last-step {
  padding-top: 5px;
  padding-bottom: 19px; }

.form-wrapper .form-content .entry-content .form-footer.last-step .next input[type="submit"] {
  width: 124px;
  height: 56px;
  left: 616px;
  top: 537px;
  background: #00DD9E;
  color: #30386E;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 40px;
  text-align: center;
  background-image: none;
  padding: 10px; }

.form-wrapper .form-content .entry-content form .wpcf7-form-control-wrap {
  position: relative;
  display: block; }

.form-wrapper .form-content .entry-content form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 0; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance label {
  position: relative;
  padding-left: 25px; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 1.5px;
  background: #FFFFFF;
  border: 1px solid #C8CBD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: block; }

.form-wrapper .form-content .entry-content form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 1.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-image: url(/wp-content/themes/talentica/image/checked.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-wrapper .form-content .entry-content form input[type="text"],
.form-wrapper .form-content .entry-content form input[type="email"],
.form-wrapper .form-content .entry-content form input[type="url"],
.form-wrapper .form-content .entry-content form input[type="password"],
.form-wrapper .form-content .entry-content form input[type="search"],
.form-wrapper .form-content .entry-content form input[type="number"],
.form-wrapper .form-content .entry-content form input[type="tel"],
.form-wrapper .form-content .entry-content form input[type="range"],
.form-wrapper .form-content .entry-content form input[type="date"],
.form-wrapper .form-content .entry-content form input[type="month"],
.form-wrapper .form-content .entry-content form input[type="week"],
.form-wrapper .form-content .entry-content form input[type="time"],
.form-wrapper .form-content .entry-content form input[type="datetime"],
.form-wrapper .form-content .entry-content form input[type="datetime-local"],
.form-wrapper .form-content .entry-content form input[type="color"],
.form-wrapper .form-content .entry-content form textarea {
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px;
  /*opacity: 0.6;*/ }

.form-wrapper .form-content .entry-content form div.radio-group + div {
  margin-bottom: 25px; }

.form-wrapper .form-content .entry-content form .select-group.stp2 .wpcf7-form-control-wrap {
  width: 410px;
  max-width: 100%;
  display: block; }

.form-wrapper .form-content .entry-content form .select-group.stp2 .wpcf7-form-control-wrap select {
  width: 100% !important;
  max-width: 100%; }

.form-wrapper .form-content .entry-content form .textarea-group .wpcf7-form-control-wrap input[type="text"] {
  width: 410px;
  max-width: 100%; }

.form-wrapper .form-content .entry-content form .textarea-group .wpcf7-form-control-wrap + span {
  display: block;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #C8CBD9;
  width: 410px;
  max-width: 100%;
  padding-right: 12px; }

.form-wrapper .form-content .entry-content .select-group.stp2 {
  margin-bottom: 20px; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-radius: 0px 0px 16px 16px; }

.select2-container--open .select2-dropdown .select2-results {
  display: block;
  -webkit-filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
          filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  padding-bottom: 10px; }

.select2-results__option {
  padding: 1px 1px 1px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #434761; }

.select2-container--default .select2-results__option--selected {
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

@media screen and (min-width: 768px) {
  .form-wrapper .form-content .entry-content .select-group.stp2 .select2-container {
    min-width: 410px; } }
.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox {
  position: absolute;
  top: 10px;
  left: 425px;
  width: 24px;
  height: 24px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox,
.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox {
  left: 465px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  background-color: #00DD9E;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0px;
  color: #00DD9E;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0px;
  position: relative;
  height: 32px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '+';
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '-';
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.form-wrapper .form-content .entry-content .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '-';
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #2E324D;
  font-weight: 700; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px;
  height: 40px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: #434761;
  padding-left: 0px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.form-wrapper .form-content .entry-content .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #434761 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.form-wrapper .form-content .entry-content form h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  margin-bottom: 16px; }

.form-wrapper .form-content .entry-content form .st-3 .wpcf7-form-control-wrap {
  max-width: 410px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block; }

.form-wrapper .form-content .entry-content form .st-3 .wpcf7-form-control-wrap input {
  width: 100%;
  max-width: 100%; }

/*Stiky Second menu*/
#stuckNav {
  position: fixed;
  top: 70px;
  z-index: 10;
  margin-top: 0px;
  background-color: #fff;
  width: 100%; }

/*acceptance section-contacts */
.section-contacts__form .form__group input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  left: 0; }

.section-contacts form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px; }

.section-contacts form .wpcf7-acceptance label {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  display: inline-block;
  min-height: 18px; }

.section-contacts form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
  line-height: inherit; }

.section-contacts form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #C8CBD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: block; }

.section-contacts form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 18px;
  left: 1px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-image: url(/wp-content/themes/talentica/image/checked.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*Contact Forms*/
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #EF3C7C;
  position: absolute;
  left: 10px; }
.wpcf7 .wpcf7-response-output {
  border-color: transparent !important;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #EF3C7C;
  background: #FFE7EF;
  border-radius: 0px 8px 0px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 !important; }
  .wpcf7 .wpcf7-response-output:before {
    content: url(../image/icon-cf7-error.png);
    background-size: contain;
    width: 22px;
    height: 19px;
    position: relative;
    margin-right: 7px;
    top: 3px; }
.wpcf7 .wpcf7-not-valid {
  border-bottom: 1px solid #EF3C7C !important; }
  .wpcf7 .wpcf7-not-valid .select2-selection--single {
    border-bottom: 1px solid #EF3C7C !important; }
.wpcf7 .wpcf7-not-valid + .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #EF3C7C !important; }
.wpcf7 .section-subscribe__content .form__group .btn svg:hover path {
  stroke: #fce57e !important; }

/*Search*/
.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h4 span {
  color: #434761; }

fieldset.asp_filter_id_1 div.categoryfilter div.asp_option_cat_level-0 {
  margin: 0 !important; }

div.asp_w.asp_sb.searchsettings .asp_option, div.asp_w.asp_s.searchsettings .asp_option {
  margin: 0 0 8px 0 !important; }

div.asp_w.asp_sb.searchsettings .asp_option.asp_option_cat_level-0 {
  margin: 0 !important; }

div.asp_w.asp_sb.searchsettings fieldset .acc-filter .drop-label {
  padding: 0 !important; }

#ajaxsearchprores4_1 span.highlighted, #ajaxsearchprores4_2 span.highlighted, div.asp_r.asp_r_4 span.highlighted {
  color: #00DD9E !important; }

/*latest-news*/
.section-blog {
  padding-top: 48px; }

.section-blog .latest-news {
  padding-left: 105px;
  padding-right: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  position: relative; }

.section-blog .latest-news .search-from {
  position: absolute;
  right: 105px;
  top: 6px;
  height: 48px; }

.latest-news h1 {
  font-family: Laca;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #2E324D;
  width: 100%;
  margin-bottom: 32px; }

.latest-news .latestnews-item-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-auto-rows: 1fr;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "big second" "big third" "big fourth";
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin-bottom: 48px; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child {
  grid-area: big; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(2) {
  grid-area: second; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(3) {
  grid-area: third; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(4) {
  grid-area: fourth; }

.latest-news .latestnews-item-wrap .latestnews-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 143px;
  -o-object-fit: fill;
     object-fit: fill; }

.latest-news .latestnews-item-wrap .latestnews-item a {
  text-decoration: none; }

.latest-news .latestnews-item-wrap .latestnews-item a:hover h3 {
  color: #00DD9E; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child a:hover h3 {
  color: #00DD9E; }

.list-news .news-item a:hover h3 {
  color: #00DD9E; }

.latest-news .latestnews-item-wrap .latestnews-item .img-link {
  overflow: hidden;
  border-radius: 16px;
  display: block;
  margin-bottom: 15px; }

.latest-news .latestnews-item-wrap .latestnews-item a h3 {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #30386E; }

.latest-news .latestnews-item-wrap .latestnews-item .date {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8F92A7;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 15px; }

.latest-news .latestnews-item-wrap .latestnews-item .date svg {
  margin-right: 10px; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child .img-link {
  width: 100%;
  height: auto; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child .img-link img {
  max-width: 100%;
  height: auto;
  width: 100% !important;
  height: 296px;
  -o-object-fit: fill;
     object-fit: fill; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child a h3 {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #30386E;
  margin-bottom: 24px; }

.latest-news .latestnews-item-wrap .latestnews-item:first-child .text-part p {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(2),
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(3),
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(2) .img-link,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(3) .img-link,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(4) .img-link {
  width: 47%;
  margin-bottom: 0px; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(2) .img-link img,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(3) .img-link img,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(4) .img-link img {
  width: 100% !important; }

.latest-news .latestnews-item-wrap .latestnews-item:nth-child(2) .text-part,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(3) .text-part,
.latest-news .latestnews-item-wrap .latestnews-item:nth-child(4) .text-part {
  width: 53%;
  padding-left: 30px; }

/*list-news*/
.section-blog .list-news {
  padding-left: 105px;
  padding-right: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.list-news h1 {
  padding-top: 48px;
  border-top: 1px solid #E8E9EE;
  font-family: Laca;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #2E324D;
  width: 100%;
  margin-bottom: 32px; }

.list-news .news-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%; }

.list-news .news-item-wrap .news-item {
  width: calc( (100% - 90px) / 3 );
  margin: 0px 15px 45px; }

.list-news .news-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill; }

.list-news .news-item a {
  text-decoration: none; }

.list-news .news-item .img-link {
  overflow: hidden;
  border-radius: 16px;
  display: block;
  margin-bottom: 15px; }

.list-news .news-item a h3 {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #30386E;
  text-decoration: none; }

.list-news .news-item .date {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8F92A7;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 15px; }

.list-news .news-item .date svg {
  margin-right: 10px; }

/*Vacancies
========================================*/
.post-type-archive-vacancies #ajaxsearchprores4_1.horizontal,
.post-type-archive-vacancies div.asp_r.asp_r_4.horizontal {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: none; }

.post-type-archive-vacancies div.asp_w.asp_r.horizontal .results {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.post-type-archive-vacancies div.asp_r.asp_r_4.horizontal .results .resdrg {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.post-type-archive-vacancies #ajaxsearchprores4_1.horizontal .results .item,
.post-type-archive-vacancies div.asp_r.asp_r_4.horizontal .results .item {
  height: auto;
  width: calc( 50% - 30px );
  margin: 15px 15px;
  background: #FFFFFF;
  border-radius: 32px;
  padding: 24px 32px;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  /*min-height: 261px;*/
  min-height: 230px; }

.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h4 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8F92A7;
  margin-bottom: 8px; }

.post-type-archive-vacancies #ajaxsearchprores4_1 .results .item .asp_content h3,
.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3 {
  margin-bottom: 15px; }

.post-type-archive-vacancies #ajaxsearchprores4_1 .results .item .asp_content h3 a,
.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3,
.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3 a {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #30386E; }

.post-type-archive-vacancies #ajaxsearchprores4_1 .results .item .asp_content h3 a:hover,
.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3 a:hover {
  font-family: Laca;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #00DD9E; }

.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content .asp_res_text {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  padding-bottom: 51px; }

.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h5 {
  border-top: 1px solid #E8E9EE;
  padding-top: 14px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8F92A7;
  margin-top: 24px;
  position: absolute;
  width: calc( 100% - 60px );
  height: 60px;
  bottom: 0; }

.post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h5 {
  /*content: '';
  display: inline-block;
  width: 20px;
  height: 14px;*/
  padding-left: 30px;
  background-size: 20px 14px;
  background-image: url(/wp-content/themes/talentica/image/coolicon.png);
  background-repeat: no-repeat;
  background-position: left 18px; }

.post-type-archive-vacancies #ajaxsearchprores4_1 p.showmore,
.post-type-archive-vacancies div.asp_r.asp_r_4 p.showmore {
  text-align: center;
  margin-top: 30px; }

.post-type-archive-vacancies #ajaxsearchprores4_1 p.showmore a.asp_showmore,
.post-type-archive-vacancies div.asp_r.asp_r_4 p.showmore a.asp_showmore {
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #30386E;
  text-decoration: none;
  z-index: 2;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17.5px 28px;
  width: 219px;
  height: 56px;
  background: #00DD9E;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto; }
  .post-type-archive-vacancies #ajaxsearchprores4_1 p.showmore a.asp_showmore:hover,
  .post-type-archive-vacancies div.asp_r.asp_r_4 p.showmore a.asp_showmore:hover {
    background: #1DECB1;
    color: #30386E; }

/*Search vacancies*/
.post-type-archive-vacancies #ajaxsearchpro4_1,
.post-type-archive-vacancies #ajaxsearchpro4_2,
.post-type-archive-vacancies div.asp_m.asp_m_4 {
  height: 64px;
  max-height: none;
  border-radius: 32px;
  background: #fff;
  padding: 20px 32px; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .proinput input.orig,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .proinput input.orig,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .proinput input.orig {
  height: 24px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #31396f;
  padding-left: 0px; }

.post-type-archive-vacancies div.asp_m.ajaxsearchpro .probox .proinput {
  margin: 0 0 0 0px;
  /*padding: 0 0px;*/ }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .proinput input.orig::-webkit-input-placeholder,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .proinput input.orig::-webkit-input-placeholder,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .proinput input.orig::-webkit-input-placeholder {
  color: #C8CBD9;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .proinput input.orig:-ms-input-placeholder,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .proinput input.orig:-ms-input-placeholder,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .proinput input.orig:-ms-input-placeholder {
  color: #C8CBD9;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .proinput input.orig::-ms-input-placeholder,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .proinput input.orig::-ms-input-placeholder,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .proinput input.orig::-ms-input-placeholder {
  color: #C8CBD9;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .proinput input.orig::placeholder,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .proinput input.orig::placeholder,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .proinput input.orig::placeholder {
  color: #C8CBD9;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .promagnifier,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .promagnifier,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .promagnifier {
  background: transparent;
  height: 24px; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .promagnifier div.innericon,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .promagnifier div.innericon,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .promagnifier div.innericon {
  height: 24px; }

.post-type-archive-vacancies #ajaxsearchpro4_1 .probox .promagnifier .innericon svg,
.post-type-archive-vacancies #ajaxsearchpro4_2 .probox .promagnifier .innericon svg,
.post-type-archive-vacancies div.asp_m.asp_m_4 .probox .promagnifier .innericon svg {
  fill: #C8CBD9; }

html body span.asp_single_highlighted_4 {
  display: inline !important;
  color: #00DD9E !important; }

/*Checkbox-filter*/
.asp_filter_id_1 .asp_option_cat_level-0 .asp_option_inner {
  display: none !important; }

fieldset.asp_filter_id_1 div.categoryfilter div.asp_option_cat_level-0 {
  /*pointer-events: none;*/ }

fieldset.asp_filter_id_1 div.categoryfilter div.asp_option_cat_level-0 div.asp_option_label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  line-height: 24px !important;
  color: #434761;
  padding-right: 25px;
  position: relative;
  min-height: 24px !important;
  width: calc( 100% - 32px);
  display: none !important;
  visibility: hidden; }

.asp_filter_id_1 .asp_option_cat_level-0 .asp_option_label:before {
  content: '+';
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #8F92A7;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 0px; }

.asp_filter_id_1 .asp_option_cat_level-0 .asp_option_label.open:before {
  content: '-';
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 22px;
  color: #8F92A7;
  font-weight: 400; }

div.asp_w.asp_s.searchsettings fieldset.asp_filter_id_1 .asp_option_cat_level-1,
div.asp_w.asp_sb.searchsettings fieldset.asp_filter_id_1 .asp_option_cat_level-1 {
  margin-left: 0px; }

div.asp_w.asp_sb.searchsettings fieldset .asp_option div.asp_option_label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #434761; }

.section-search .container .filters div.asp_w.asp_sb.searchsettings fieldset.asp_filter_id_1 legend {
  display: none; }

.section-search .container div.filters div.asp_w.asp_sb.searchsettings div.asp_option_inner {
  width: 18px;
  height: 18px;
  margin: 3px 15px 0px 0px; }

#ajaxsearchprobsettings4_1.searchsettings fieldset .asp_option_inner label,
div.asp_sb.asp_sb_4.searchsettings fieldset .asp_option_inner label {
  width: 18px;
  height: 18px;
  background: #F7F7F9;
  border: 1px solid #C8CBD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden; }

#ajaxsearchprobsettings4_1.searchsettings fieldset .asp_option_inner input[type="checkbox"] + label:after,
div.asp_sb.asp_sb_4.searchsettings fieldset .asp_option_inner input[type="checkbox"] + label:after {
  content: '';
  display: none;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-size: 13px 10px;
  background-image: url(../image/checbox-filter.png);
  background-repeat: no-repeat;
  background-position: center; }

#ajaxsearchprobsettings4_1.searchsettings fieldset .asp_option_inner input[type="checkbox"]:checked + label,
div.asp_sb.asp_sb_4.searchsettings fieldset .asp_option_inner input[type="checkbox"]:checked + label {
  background: #00DD9E;
  border: 1px solid #00C18A; }

#ajaxsearchprobsettings4_1.searchsettings fieldset .asp_option_inner input[type="checkbox"]:checked + label:after,
div.asp_sb.asp_sb_4.searchsettings fieldset .asp_option_inner input[type="checkbox"]:checked + label:after {
  display: block; }

div.asp_w.asp_sb.searchsettings fieldset .acc-filter .drop-label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #434761;
  padding-right: 25px;
  position: relative;
  min-height: 24px !important;
  width: calc( 100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 8px 0 4px 0;
  cursor: pointer;
  position: relative; }

.asp_filter_id_1 .acc-filter .drop-label:before {
  content: '+';
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #8F92A7;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 0px; }

.asp_filter_id_1 .acc-filter .drop-label.open:before {
  content: '-';
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 22px;
  color: #8F92A7;
  font-weight: 400; }

form {
  /* Step Form*/ }
  form .form-wrapper .form-content .tab-nav ul {
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid #E8E9EE;
    list-style: none; }
  form .form-wrapper .form-content .tab-nav ul li {
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #2E324D;
    position: relative;
    padding: 30px 5px 30px;
    list-style: none;
    width: 315px;
    display: inline-block;
    height: 94px;
    max-width: 100%; }
  form .form-wrapper .form-content .tab-nav ul li.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #00DD9E;
    width: 100%; }
  form .form-wrapper .form-content .tab-nav ul li a {
    text-decoration: none;
    color: inherit; }
  form .wpcf7-radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px; }
  form label {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #434761; }
  form .wpcf7-radio .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
    content: '';
    display: none;
    border-radius: 50%;
    background-color: #00DD9E;
    width: 24px;
    height: 24px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
    background-image: url(/wp-content/themes/talentica/image/check-arrow.png);
    margin-right: 10px; }
  form .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
    display: inline-block; }
  form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    background: #F7F7F9;
    border: 1px solid #F7F7F9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    padding: 16px 20px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #434761;
    height: 56px;
    position: relative; }
  form .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    border: 1px solid #00DD9E; }
  form .wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0px; }
  form .form-footer {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #E8E9EE;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative; }
  form .form-footer .ajax-loader {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  form .form-footer .prev {
    grid-area: 1 / 1 / 2 / 2;
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center; }
  form .form-footer .steps {
    grid-area: 1 / 2 / 2 / 3;
    text-align: center;
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /*21px;*/
    text-align: center;
    color: #C8CBD9;
    -ms-flex-item-align: center;
        align-self: center; }
  form .form-footer .next {
    grid-area: 1 / 3 / 2 / 4;
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center; }
  form .form-footer .next input[type="submit"] {
    border: none;
    background-color: transparent;
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #30386E;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px 19px;
    background-image: url(/wp-content/themes/talentica/image/next-arrow.png);
    padding: 0px 35px 0px 2px;
    cursor: pointer; }
  form .form-footer .prev input[type="button"] {
    border: none;
    background-color: transparent;
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #30386E;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 19px;
    background-image: url(/wp-content/themes/talentica/image/prev-active-arrow.png);
    padding: 0px 2px 0px 35px;
    cursor: pointer; }
  form .form-footer .prev.first-step-f input[type="button"] {
    border: none;
    background-color: transparent;
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #C8CBD9;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 19px;
    background-image: url(/wp-content/themes/talentica/image/prev-arrow.png);
    padding: 0px 2px 0px 35px;
    cursor: not-allowed;
    display: block !important; }
  form .form-footer.last-step {
    padding-top: 19px;
    padding-bottom: 19px; }
  form .form-footer.last-step .next input[type="submit"] {
    width: 124px;
    height: 56px;
    left: 616px;
    top: 537px;
    background: #00DD9E;
    color: #30386E;
    -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
            box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    border-radius: 40px;
    text-align: center;
    background-image: none;
    padding: 10px; }
  form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
  form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 0; }
  form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px; }
  form .wpcf7-acceptance label {
    position: relative;
    padding-left: 30px; }
  form .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 1.5px;
    background: #FFFFFF;
    border: 1px solid #C8CBD9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    display: block; }
  form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 1.5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 9px;
    background-image: url(/wp-content/themes/talentica/image/checked.png);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form input[type="password"],
  form input[type="search"],
  form input[type="number"],
  form input[type="tel"],
  form input[type="range"],
  form input[type="date"],
  form input[type="month"],
  form input[type="week"],
  form input[type="time"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="color"],
  form textarea {
    border: none;
    border-bottom: 1px solid #C8CBD9;
    padding: 8px 12px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #434761;
    border-radius: 0px;
    /*opacity: 0.6;*/ }
  form div.radio-group + div {
    margin-bottom: 25px; }
  form .select-group.stp2 .wpcf7-form-control-wrap {
    width: 410px;
    max-width: 100%;
    display: block; }
  form .select-group.stp2 .wpcf7-form-control-wrap select {
    width: 100% !important;
    max-width: 100%; }
  form .textarea-group .wpcf7-form-control-wrap input[type="text"] {
    width: 410px;
    max-width: 100%; }
  form .textarea-group .wpcf7-form-control-wrap + span {
    display: block;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    color: #C8CBD9;
    width: 410px;
    max-width: 100%;
    padding-right: 12px; }
  form .select-group.stp2 {
    margin-bottom: 20px; }
  form .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-radius: 0px 0px 16px 16px; }
  form .select2-container--open .select2-dropdown .select2-results {
    display: block;
    -webkit-filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
            filter: drop-shadow(0px 8px 12px rgba(48, 56, 110, 0.04));
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    padding-bottom: 10px; }
  form .select2-results__option {
    padding: 1px 1px 1px 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #434761; }
  form .select2-container--default .select2-results__option--selected {
    background-color: #fff; }
  form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white; }
  @media screen and (min-width: 768px) {
    form .select-group.stp2 .select2-container {
      min-width: 410px; } }
  form .select-group.stp2 .wpcf7-checkbox {
    position: absolute;
    top: 10px;
    left: 425px;
    width: 24px;
    height: 24px; }
  form .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox,
  form .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox {
    left: 465px; }
  form .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    background-color: #00DD9E;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 0px;
    color: #00DD9E;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px; }
  form .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item {
    margin: 0px;
    position: relative;
    height: 32px; }
  form .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '+';
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #2E324D;
    font-weight: 700; }
  form .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: '-';
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #2E324D;
    font-weight: 700; }
  form .select-group.stp2 .checkbox-remove-more3 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
  form .select-group.stp2 .checkbox-remove-more2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '-';
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #2E324D;
    font-weight: 700; }
  form .select-group.stp2 .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #C8CBD9;
    padding: 8px 12px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #434761;
    border-radius: 0px;
    height: 40px; }
  form .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    color: #434761;
    padding-left: 0px; }
  form .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
  form .select-group.stp2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #434761 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
  form h3 {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #434761;
    margin-bottom: 16px; }
  form .st-3 .wpcf7-form-control-wrap {
    width: 410px;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block; }
  form .st-3 .wpcf7-form-control-wrap input {
    width: 100%;
    max-width: 100%; }
  form input[type="submit"] {
    font-family: Laca;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #30386E;
    text-decoration: none;
    z-index: 2;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17.5px 28px;
    width: 191px;
    height: 56px;
    background: #00DD9E;
    -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    border-radius: 39px;
    border: 0; }
  form input[type="submit"]:hover {
    background: #1DECB1;
    color: #30386E; }
  form input[type="text"] {
    max-width: 410px;
    width: 100%; }
  form .textarea-group .wpcf7-form-control-wrap + span {
    display: block;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    color: #C8CBD9;
    width: 410px;
    max-width: 100%;
    padding-right: 12px; }

/*Mobile vacancies*/
.section-search .container .filters .toggle-filter {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #00DD9E;
  border: 2px solid #00DD9E;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

@media screen and (max-width: 767px) {
  .section-search .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 98px 0 90px; }

  .section-search .container .filters {
    border-right: none;
    border-bottom: 1px solid #E8E9EE;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0px 15px 24px; }

  .section-search .container .search-result {
    padding-right: 15px;
    padding-left: 15px; }

  .section-search .container .filters .toggle-filter {
    /*display: block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .section-search .container .filters .wrapp-filter {
    display: none;
    position: absolute;
    z-index: 8;
    left: 0px;
    top: 100%;
    width: 100%;
    max-width: 100%; }

  .section-search .container .filters .wrapp-filter {
    background: #f7f7f9;
    padding: 8px 15px 24px;
    background: #F7F7F9;
    -webkit-box-shadow: 0px 8px 12px rgba(48, 56, 110, 0.04);
            box-shadow: 0px 8px 12px rgba(48, 56, 110, 0.04); }

  .post-type-archive-vacancies #ajaxsearchprores4_1.horizontal .results .item,
  .post-type-archive-vacancies div.asp_r.asp_r_4.horizontal .results .item {
    height: auto;
    width: calc( 100% - 30px );
    margin: 15px 15px 2px;
    background: #FFFFFF;
    /* border-radius: 32px;*/
    padding: 16px 16px;
    /*-webkit-box-shadow: 0px 12px 24px rgb(48 56 110 / 8%);
    box-shadow: 0px 12px 24px rgb(48 56 110 / 8%);*/
    min-height: 240px;
    -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
            box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
    border-radius: 20px; }

  .post-type-archive-vacancies #ajaxsearchprores4_1 .results .item .asp_content h3 a,
  .post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3,
  .post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3 a {
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%; }

  .post-type-archive-vacancies #ajaxsearchprores4_1 .results .item .asp_content h3,
  .post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content h3 {
    margin-bottom: 12px; }

  .post-type-archive-vacancies #ajaxsearchprores4_1 .results .item div.asp_content .asp_res_text,
  .post-type-archive-vacancies div.asp_r.asp_r_4 .results .item div.asp_content .asp_res_text {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%; }

  .post-type-archive-vacancies div.asp_w.asp_r.horizontal .results {
    padding-bottom: 30px; }

  .post-type-archive-vacancies #ajaxsearchpro4_1,
  .post-type-archive-vacancies #ajaxsearchpro4_2,
  .post-type-archive-vacancies div.asp_m.asp_m_4 {
    position: absolute;
    top: -74px;
    z-index: 99;
    right: 0px;
    width: calc( 100% - 64px );
    height: 48px;
    max-height: none;
    border-radius: 32px;
    background: #fff;
    padding: 12px 16px; }

  .section-search .container .filters h2 {
    padding-top: 0px;
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #2E324D; }

  .section-search .container .search-result .asp_w_container {
    position: relative;
    margin-bottom: 0px; }

  .post-type-archive-vacancies #ajaxsearchprores4_1.horizontal,
  .post-type-archive-vacancies div.asp_r.asp_r_4.horizontal {
    padding-top: 8px; }

  #ajaxsearchprobsettings4_1.searchsettings fieldset .asp_option_inner label,
  div.asp_sb.asp_sb_4.searchsettings fieldset .asp_option_inner label {
    width: 22px;
    height: 22px; }

  .section-search .container div.filters div.asp_w.asp_sb.searchsettings div.asp_option_inner {
    width: 22px;
    height: 22px;
    margin: 2px 16px 0px 0px; }

  .post-type-archive-vacancies #ajaxsearchprobsettings4_1.searchsettings fieldset,
  .post-type-archive-vacancies #ajaxsearchprobsettings4_2.searchsettings fieldset,
  .post-type-archive-vacancies div.asp_sb.asp_sb_4.searchsettings fieldset {
    width: 100%; }

  .asp_filter_id_1 .acc-filter .drop-label:before {
    content: '+';
    display: block;
    width: 24px;
    height: 24px;
    font-size: 28px;
    line-height: 26px;
    color: #8F92A7;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right; }

  .asp_filter_id_1 .acc-filter .drop-label.open:before {
    content: '-';
    font-size: 34px;
    text-align: right; }

  div.asp_w.asp_sb.searchsettings fieldset .acc-filter .drop-label {
    width: calc( 100% - 10px ); }

  .toggle-filter svg.closed-f {
    display: block;
    margin-top: 2px; }

  .toggle-filter svg.open-f {
    display: none; }

  .toggle-filter.open svg.closed-f {
    display: none; }

  .toggle-filter.open svg.open-f {
    display: block; }

  .section-search .container .filters {
    max-width: 100%; } }
.page-id-330 .section-server {
  background: url(../image/referral-bg.png) 100% 112% #F7F7F9;
  background-repeat: no-repeat; }

.page-id-330 .section-server:after {
  display: none; }

.wpcf7-spinner {
  display: none !important; }

.text-hours {
  padding-bottom: 50px; }

/**/
.form-wrapper .form-content .entry-content form > .textarea-group {
  margin-bottom: 20px; }

.attach-cv {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.attach-cv > p > span {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #8F92A7; }

.wpcf7-form .typefile {
  width: 180px;
  height: 73px; }

.form-wrapper .form-content .entry-content form .url-cv {
  width: 410px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block; }

.form-wrapper .form-content .entry-content form .url-cv input[type="url"] {
  width: 100%;
  max-width: 100%; }

.wpcf7-form .typefile input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  background: transparent;
  z-index: 1;
  outline: none;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 73px; }

.wpcf7-form .typefile .file-return {
  width: 180px;
  height: 73px;
  width: 100%;
  border: 2px solid #F7F7F9;
  background: #F7F7F9;
  border-radius: 8px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #30386E;
  text-align: left;
  padding-left: 55px;
  background-image: url(/wp-content/themes/talentica/image/cvfile.png);
  background-repeat: no-repeat;
  background-position: 24px center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }

.wpcf7-form .typefile .file-return span {
  text-align: left; }

.wpcf7-form .typefile .file-return span span {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #C8CBD9;
  position: absolute;
  bottom: 10px;
  left: 55px; }

.wpcf7-form .typelink {
  width: 180px;
  height: 73px;
  position: relative; }

.wpcf7-form .typelink input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  background: transparent;
  z-index: 1;
  outline: none;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 73px;
  margin: 0px;
  cursor: pointer; }

.wpcf7-form .typelink .wpcf7-list-item {
  margin: 0px; }

.wpcf7-form .typelink .wpcf7-list-item-label {
  width: 180px;
  height: 73px;
  border: 2px solid #F7F7F9;
  background: #F7F7F9;
  border-radius: 8px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #30386E;
  text-align: left;
  padding-left: 55px;
  background-image: url(/wp-content/themes/talentica/image/linkcv.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: 24px center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer; }

.wpcf7-acceptance .wpcf7-list-item-label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #434761; }

.wpcf7-acceptance .wpcf7-list-item-label a {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #434761;
  text-decoration: none; }

.starratingawesome > input ~ label {
  font-size: 33px !important;
  margin-right: 7px !important; }

.starratingawesome > input:checked + label:hover, .starratingawesome > input:checked + label:hover ~ label, .starratingawesome > input:checked ~ label:hover, .starratingawesome > input:checked ~ label:hover ~ label, .starratingawesome > label:hover ~ input:checked ~ label {
  font-size: 33px;
  margin-right: 7px; }

#freelancersReviews .popups__content,
#customerReviews .popups__content {
  background: url(../image/popup-review-bg.png) right bottom no-repeat #FFFFFF; }

#freelancersReviews h4,
#customerReviews h4 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  padding-left: 0px; }

.wpcf7-starratingawesome.starratingawesome {
  margin: 5px 12px 10px; }

#freelancersReviews .attach-cv,
#customerReviews .attach-cv {
  margin-bottom: 8px; }

#freelancersReviews .agree-role input,
#customerReviews .agree-role input {
  width: 0; }

#freelancersReviews .field_image,
#customerReviews .field_image {
  margin-bottom: 0; }

.popups .textarea-group .wpcf7-form-control-wrap input[type="text"] {
  width: 410px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #C8CBD9;
  padding: 8px 12px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  border-radius: 0px; }

.popups .textarea-group .wpcf7-form-control-wrap + span {
  display: block;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #C8CBD9;
  width: 410px;
  max-width: 100%;
  padding-right: 12px; }

#popupGetInTouch .textarea-group {
  margin-top: 28px; }

.asp_nores_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px !important; }
  .asp_nores_header h2 {
    font-family: Laca;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    padding: 7px; }
  .asp_nores_header p {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center; }

.single-post .entry-content {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  padding-bottom: 50px; }
  .single-post .entry-content img {
    max-width: 100%;
    height: auto; }
  .single-post .entry-content h2, .single-post .entry-content div, .single-post .entry-content p, .single-post .entry-content ul {
    padding-bottom: 24px; }
  .single-post .entry-content h3 {
    padding-bottom: 16px; }

.category-blog div#ajaxsearchpro7_1 {
  height: 64px;
  max-height: none;
  border-radius: 32px;
  background: #fff;
  padding: 20px 32px;
  width: 422px; }

.category-blog #ajaxsearchpro7_1 .probox .promagnifier {
  background: transparent;
  height: 24px; }

.category-blog #ajaxsearchpro7_1 .probox .proinput input.orig,
.category-blog #ajaxsearchpro7_2 .probox .proinput input.orig,
.category-blog div.asp_m.asp_m_7 .probox .proinput input.orig {
  height: 24px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #31396f; }

.category-blog #ajaxsearchpro7_1 .probox .promagnifier .innericon svg,
.category-blog #ajaxsearchpro7_2 .probox .promagnifier .innericon svg,
.category-blog div.asp_m.asp_m_7 .probox .promagnifier .innericon svg {
  fill: #C8CBD9; }

.category-blog #ajaxsearchpro7_1 .probox .promagnifier div.innericon,
.category-blog #ajaxsearchpro7_2 .probox .promagnifier div.innericon,
.category-blog div.asp_m.asp_m_7 .probox .promagnifier div.innericon {
  height: 24px; }

.category-blog div.asp_m.asp_m_7 .probox .proinput {
  margin: 0 0 0 0px; }

.category-blog #ajaxsearchpro7_1 .probox .proclose,
.category-blog div.asp_m.asp_m_7 .probox .proclose {
  height: 24px; }

.category-blog #ajaxsearchprores7_1 .results .item .asp_content h3 a:hover,
.category-blog #ajaxsearchprores7_2 .results .item .asp_content h3 a:hover,
.category-blog div.asp_r.asp_r_7 .results .item .asp_content h3 a:hover {
  color: #00DD9E !important; }

#ajaxsearchpro7_1 .probox .proclose svg, #ajaxsearchpro7_2 .probox .proclose svg, div.asp_m.asp_m_7 .probox .proclose svg {
  background-color: rgba(200, 203, 217, 0.9) !important; }

#ajaxsearchprores7_1.vertical, #ajaxsearchprores7_2.vertical, div.asp_r.asp_r_7.vertical {
  background-color: rgba(200, 203, 217, 0.9) !important; }

#ajaxsearchprores7_1 .results .item .asp_content h3 a, #ajaxsearchprores7_2 .results .item .asp_content h3 a, div.asp_r.asp_r_7 .results .item .asp_content h3 a {
  color: #30386e !important; }

#ajaxsearchprores7_1 .asp_res_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.entry-content {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #434761;
  padding-bottom: 50px; }

.btn-apply {
  text-decoration: none;
  z-index: 2;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 17.5px 28px;
  height: 56px;
  background: #00DD9E;
  -webkit-box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
          box-shadow: 0px 12px 24px rgba(48, 56, 110, 0.08);
  border-radius: 40px;
  font-family: Laca;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #30386E;
  display: none !important;
  width: 100%; }

/*# sourceMappingURL=main.css.map */

form.wpcf7-form.invalid .typefile {
  border: 1px solid #EF3C7C;
  border-radius: 5px;
  height: 75px;
}

form.wpcf7-form.invalid .typefile p > span {
  color: #ef3c7c;
}

.section-thank .container.reviewcontainer {
  background: url(/wp-content/uploads/2022/02/thank-bg2.png) 50% 80% no-repeat;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 100px;
}

li.rechange-lang a {
    position: relative;
}

li.rechange-lang a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #00DD9E;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.section-startScreen__content .our-partners .our-partners-list .item .img img {
    width: 100%;
    filter: opacity(0.65);
}

.section-startScreen__content .our-partners .our-partners-list .item:hover .img img {
    width: 100%;
    filter: opacity(1);
}

@media screen and (max-width: 1024px) {
	.section-startScreen {
		height: auto !important;
	}
}



@media screen and (max-width: 992px) {
	.header_lang {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.attach-cv {
		display: flex;
		align-items: center;
		flex-flow: column wrap;
		align-items: flex-start;
		align-content: flex-start !important;
	}

	.form-wrapper .form-content .entry-content .select-group.stp2 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
		z-index: 1;
	}

	ul#mobile_menu li#menu-item-658 {
	  display: none;
	}
	
	.section-vacancy {
		background: #f7f7f9 !important;
	}
	
	.section-startScreen__content .our-partners {
		border-top: 1px solid #C8CBD9;
		max-width: 630px;
		width: 100%;
		padding: 15px 0px 15px 0px;
		border-bottom: 1px solid #C8CBD9;
	}
	
	.section-startScreen {
		background-color: #C4C4C4;
		height: auto;
	}

}



/* Gravity Forms */
/****************/
 
.gform_wrapper .gform_fields {
	row-gap: 36px !important;
}  
.gform_wrapper .gform_validation_errors {
	margin-left: auto;
    margin-right: auto;
	max-width: 410px;
} 
@media screen and (max-width: 768px) {
	.gform_wrapper .gform_validation_errors {
		margin-left: auto;
		margin-right: auto;
		max-width: 410px;
	} 
}

.gform_wrapper .gf_progressbar_percentage {
	background-color: #00DD9E !important;
}

.gform_wrapper .gfield--type-text,
.gform_wrapper .gfield--type-select,
.gform_wrapper .gfield--type-email,
.gform_wrapper .gfield--type-checkbox,
.gform_wrapper .gfield--type-textarea,
.gform_wrapper .gfield--type-website,
.gform_wrapper .gfield--type-list,
.gform_wrapper .gfield--type-multiselect {
	max-width: 410px !important;
}
.gform_wrapper .ginput_container_textarea textarea {
	height: 72px;
	min-block-size: 4rem !important;
}
.gform_wrapper legend {
	font-size: 16px !important;
}

.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_email input,
.gform_wrapper .ginput_container_website input,
.gform_wrapper .ginput_container_select select,
.gform_wrapper .gfield_list_cell input,
.gform_wrapper .ginput_container_textarea textarea {
	border: none !important;
    border-bottom: 1px solid #C8CBD9 !important;
	box-shadow: none !important;
}

.gform_wrapper .ginput_container_text input::placeholder,
.gform_wrapper .ginput_container_email input::placeholder,
.gform_wrapper .ginput_container_website input::placeholder,
.gform_wrapper .ginput_container_textarea textarea::placeholder {
	color: #C8CBD9;
}


.gform_wrapper .gfield_description {
	font-size: 12px !important;
    text-align: right;
    color: #C8CBD9 !important;
    padding-right: 12px;
}
.gform_wrapper .gfield_validation_message {
	color: #EF3C7C !important;
}

.gform_wrapper .gfield_radio {
	flex-direction: row !important;
	flex-wrap: wrap;
}

.gform_wrapper .gfield_radio input {
	position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.gform_wrapper .gfield_radio label {
	display: flex;
	margin-left: 0px;
	background: #F7F7F9;
	border: 1px solid #F7F7F9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 16px 20px;
	font-weight: 600 !important;
	font-size: 16px;
	text-align: center;

	height: 56px;
	position: relative;
	cursor: pointer;
}

.gform_wrapper .gfield_radio label::before {
	display: none;
	content: '';
    border-radius: 50%;
    background-color: #00DD9E;
    width: 24px;
    height: 24px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
    background-image: url(/wp-content/themes/talentica/image/check-arrow.png);
    margin-right: 10px;
}

.gform_wrapper .gfield_radio input:checked + label {
	border: 1px solid #00DD9E !important;
}

.gform_wrapper .gfield_radio input:checked + label::before {
	display: inline-block;
}

.gform_wrapper .form-terms label {
	font-size:14px !important;
	cursor: default;
}
.gform_wrapper .form-terms a {
	color: #434761;
	font-weight: 600;
    text-decoration: none;
}
.gform_wrapper .form-terms .gfield-choice-input {
	opacity: 1 !important;
	width: 20px !important;
    height: 20px !important;
    position: static !important;
	border-color: #C8CBD9;
}
.gform_wrapper .form-terms .gfield-choice-input::before {
	color: #20E1AA !important;
}
.gform_wrapper .form-terms .gfield-choice-input:focus {
	box-shadow: none !important;
	border-color: #c8cbd9 !important;
}

.gform_wrapper .gform_drop_area {
	width: 180px !important;
	height: 73px !important;
	padding: 0px !important;
	border: 2px solid #F7F7F9 !important;
	background: #F7F7F9 !important;
	border-radius: 8px !important;
	
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	
	overflow: hidden;
	position: relative;
	
	
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #30386E;
	text-align: left;
	padding-left: 55px;
	background-image: url(/wp-content/themes/talentica/image/cvfile.png) !important;
	background-repeat: no-repeat !important;
	background-position: 22px center !important;
	box-shadow: none !important;
	
}
.gform_wrapper .gform_drop_area::before {
	display: none !important;
}
.gform_wrapper .gform_drop_instructions {
	font-size: 12px;
	margin: 16px 0px 0px 30px !important;
}
.gform_wrapper .gform_drop_area button {
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: Proxima Nova !important;
    align-self: start;
	padding: 0px !important;
    margin-left: 30px !important;
}

.gform_wrapper .cv-file {
	width: 177px;
    grid-column: auto !important;
}
.gform_wrapper .cv-file .gfield_description {
	text-align: left;
	padding: 0px 4px 0px 10px;
}
.gform_wrapper .cv-link {
	display: flex;
    align-items: start;
}

@media screen and (max-width: 768px) {
	.gform_wrapper .cv-link {
		flex-direction: column;
	}
	.gform_wrapper .cv-or {
		margin: 0px 17px 8px 4px !important;
	}
}


.gform_wrapper .cv-or {
	margin: 24px 17px 0px 4px;
}

.gform_wrapper .cv-label {
	width: 180px;
	height: 73px;
	border: 2px solid #F7F7F9;
	background: #F7F7F9;
	border-radius: 8px;

	font-weight: 600;
	font-size: 14px;
	text-align: left;
	padding-left: 55px;
	background-image: url(/wp-content/themes/talentica/image/linkcv.png);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: 24px center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	overflow: hidden;
	justify-content: flex-start;
	position: relative;
	cursor: pointer;
}






.gform_wrapper .gform_page_footer {
	justify-content: start;
    border-top: 1px solid #E8E9EE;
	margin-top: 58px !important;
    padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.gform_wrapper .gform-theme-button {
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
	font-family: Laca !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
    color: #30386E !important;
	background-repeat: no-repeat !important;
    background-size: 18px 19px !important;
	cursor: pointer !important;
}
	
.gform_wrapper .gform_next_button {
    background-position: right center !important;
    background-image: url(/wp-content/themes/talentica/image/next-arrow.png) !important;
	padding: 0px 35px 0px 2px !important;
	margin-right: 12px !important;
}
.gform_wrapper .gform_previous_button {
	order: 1;
    background-position: left center !important;
    background-image: url(/wp-content/themes/talentica/image/prev-arrow.png) !important;
	padding: 0px 2px 0px 35px !important;
	margin-right: 12px !important;
}
.gform_wrapper .gform_next_button:focus {
	border-color: #fff !important;
}
.gform_wrapper .gform_previous_button:focus {
	border-color: #fff !important;
}

.gform_wrapper .gform-loader {
	order: 2;
}

.gform_wrapper .gform_button {
	order: 3;
    margin-left: auto !important;
	width: 124px !important;
    height: 56px !important;
    background: #00DD9E !important;
    color: #30386E !important;
    -webkit-box-shadow: 0px 12px 24px rgb(48 56 110 / 8%) !important;
    box-shadow: 0px 12px 24px rgb(48 56 110 / 8%);
    border-radius: 40px !important;
   
    padding: 10px !important;
	font-family: Laca !important;
	font-size: 18px !important;
}
.gform_wrapper .gform_button:focus {
	border-color: #fff !important;
}



/*** Select2 ***/
/**************/

.select2-results__option {
	padding: 6px 1px 6px 12px;
}
.select2-results__option::before {
	margin-top: -3px;
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #F7F7F9;
    border: 1px solid #C8CBD9;
    border-radius: 2px;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 8px;
}
.select2-container--default .select2-results__option--selected:before {
    background: url(https://talentica.agency/wp-content/uploads/2023/08/check_box33.svg);
    border: 0px solid #00DD9E;
    background-size: cover;
    width: 18px;
    height: 18px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F7F7F9;
	color: #00DD9E;
}

.select2-container--default .select2-selection--multiple {
	border: 0px !important;
    outline: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    width: 410px !important;
    border-bottom: 1px solid #c9cbd9 !important;
    border-radius: 0px !important;
	background: url(/wp-content/uploads/2023/09/arrow_drop_down.png) no-repeat !important;
    background-position: right top !important;
    background-size: auto !important;
	cursor: text !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    position: relative !important;
	display: block !important;
    min-height: 32px !important;
    -webkit-user-select: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: inline-block !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    padding-left: 20px !important;
    position: relative !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    vertical-align: bottom !important;
    white-space: nowrap !important;
	height: 26px !important;
	border-radius: 50px !important;
    background: #fff !important;
    border: 1px solid #E8E9EE !important;
    padding-right: 6px !important;
    padding-bottom: 26px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	align-items: start !important;
	padding: 0 7px !important;
	border: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	
    color: #999 !important;
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background-color: #f1f1f1 !important;
    color: #333 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove > span {
    color: #434761 !important;
    font-family: Proxima Nova !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default !important;
    padding-left: 2px !important;
    padding-right: 5px !important;
    font-family: Proxima Nova !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
}

.select2-search {
	display: none !important;
}


/*** if Safari browser ***/

.safari .select2-dropdown {
  width: 410px !important;
}
.safari .select2-dropdown--below {
  position: absolute;
  top: 36px !important;
  
}
