.golden-bg-gradient {
  background: #f6c217;
  background: -moz-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -webkit-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -o-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -ms-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: linear-gradient(to right, #f6c217 0%, #fdd961 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c217', endColorstr='#fdd961', GradientType=1 ); }

.transition-300, .careers-list-item .toggle-description-btn .more, .careers-list-item .toggle-description-btn .less {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

section.top-title {
  background-image: url("../img/careers/careers-top-title-background.jpg"); }
  section.top-title .content-wrap .text {
    line-height: 1.71; }
  section.top-title .categories-menu .category-item {
    height: auto;
    padding-left: 0.5em;
    padding-right: 0.5em; }

section.product-info-block .line4 {
  background-color: #DADADA;
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  height: 100%;
  z-index: -1; }
section.product-info-block .content {
  display: block; }

section.line-3-end {
  overflow: visible; }
  section.line-3-end .line3 {
    height: 78%; }
  section.line-3-end .line-dot,
  section.line-3-end .dashed-round {
    top: 100%; }

.section-title {
  line-height: 1;
  padding: 2.7em 1.8em;
  text-transform: uppercase;
  position: relative;
  font-family: Saira, serif;
  font-weight: 600;
  width: 100%;
  color: #f7c92b;
  margin-bottom: 2em; }
  .section-title .section-title-sub {
    margin-top: 0.8em;
    margin-bottom: 1em; }
    .section-title .section-title-sub a {
      padding-left: 0.5em;
      text-transform: none;
      text-decoration: underline;
      font-family: "Work Sans", sans-serif;
      font-weight: 500; }
  .section-title:before {
    background-color: #f7c92b; }
  .section-title .text {
    font-size: 3.65em; }
  .section-title:before {
    content: "";
    display: block;
    height: 8.5em;
    width: 3px;
    position: absolute;
    top: 51%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-title.blue {
    color: #3540a1; }
    .section-title.blue:before {
      background-color: #3540a1; }

section.profile .content {
  padding-top: 3em; }
section.profile .section-title {
  margin-bottom: -2em; }
section.profile .padding-content {
  width: 70%; }

.profile-image-desk {
  width: 100%; }

.profile-image-mob {
  display: none; }

.padding-content {
  padding: 1.8em; }

.text-part1,
.text-part2 {
  margin-bottom: 1.5em; }

.profile-subtitle {
  color: #757575;
  text-transform: uppercase;
  font-size: 1.25em; }

.arrowed-text {
  position: relative;
  margin: 1.5em 0; }

.triangle-left {
  width: 0.3em;
  height: 0.6em;
  position: absolute;
  top: 0.4em;
  left: -0.8em; }
  .triangle-left.gold polygon {
    fill: #F5BF08; }

.svg-triangle-down {
  width: 0.4em;
  height: 0.6em; }
  .svg-triangle-down.gold polygon {
    fill: #F5BF08; }
  .svg-triangle-down.blue polygon {
    fill: #3540a1; }

.careers-list-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 3em 0 3em 2em;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  font-weight: 600;
  color: #3540a1;
  margin-top: 4.5em;
  cursor: pointer; }
  .careers-list-item.unactive {
    cursor: auto; }
  .careers-list-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40%;
    right: 12em;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-top-right-radius: 0.2em; }
  .careers-list-item .dotted-bg {
    z-index: 1;
    top: 1px;
    bottom: 1px;
    right: 12em; }
  .careers-list-item .item-numeration {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #DADADA;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .careers-list-item .item-numeration span {
      font-size: 3em; }
  .careers-list-item .col {
    width: 25%;
    text-align: center;
    z-index: 1;
    -webkit-align-self: flex-start;
    align-self: flex-start; }
    .careers-list-item .col.first {
      text-align: left;
      -webkit-align-self: center;
      align-self: center; }
    .careers-list-item .col.last {
      font-weight: 300;
      -webkit-align-self: center;
      align-self: center; }
  .careers-list-item .feature-block {
    max-width: 11.1em;
    margin-left: auto;
    margin-right: auto; }
  .careers-list-item .title-text {
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.1; }
  .careers-list-item .gray-cell {
    background-color: #f5f5f5;
    padding: 0.5em 1em;
    margin-bottom: 1em; }
    .careers-list-item .gray-cell span {
      font-size: 1.24em; }
  .careers-list-item .feature-text {
    text-transform: uppercase;
    color: #757575;
    font-size: 0.97em; }
  .careers-list-item .toggle-description-btn {
    display: inline-block;
    cursor: pointer;
    line-height: 1; }
    .careers-list-item .toggle-description-btn.active .less {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .careers-list-item .toggle-description-btn.active .more {
      -webkit-transform: translateY(1em);
      -moz-transform: translateY(1em);
      -ms-transform: translateY(1em);
      -o-transform: translateY(1em);
      transform: translateY(1em);
      opacity: 0; }
    .careers-list-item .toggle-description-btn.active .svg-triangle-down {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .careers-list-item .toggle-description-btn > span {
      position: relative;
      padding-left: 2em; }
    .careers-list-item .toggle-description-btn .see-wrap {
      position: absolute;
      top: 0;
      left: 0; }
    .careers-list-item .toggle-description-btn .change-text-block {
      position: relative;
      padding-left: 3em; }
    .careers-list-item .toggle-description-btn .more {
      position: absolute;
      left: 0;
      top: 0; }
    .careers-list-item .toggle-description-btn .less {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transform: translateY(-1em);
      -moz-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
      -o-transform: translateY(-1em);
      transform: translateY(-1em);
      pointer-events: none; }
    .careers-list-item .toggle-description-btn .svg-triangle-down {
      margin-bottom: 0.1em; }

.careers-list-description {
  padding-right: 12em;
  display: none; }
  .careers-list-description .bordered-content {
    padding: 1.8em;
    border-right: 1px solid #DADADA;
    border-bottom: 3px solid #c5c9e9;
    background-color: #FFF; }
  .careers-list-description .careers-subtitle {
    font-size: 1.11em;
    color: #f7c92b;
    text-transform: uppercase;
    margin-bottom: 0.6em;
    font-weight: 600; }
  .careers-list-description ul {
    list-style: none;
    padding-left: 2em;
    margin: 0 0 1.5em; }
    .careers-list-description ul ul {
      margin: 0; }
  .careers-list-description .semibold {
    font-weight: 600; }
  .careers-list-description .arrowed-text {
    margin: 0; }
  .careers-list-description .send-cv {
    color: #3540a1;
    font-weight: 600; }
  .careers-list-description .privacy-text {
    padding-top: 1em; }

section.jobs .line4 {
  height: 75%; }
section.jobs .line-dot,
section.jobs .dashed-round {
  top: 100%; }

section.product-info-block.with-clouds {
  margin-top: -19em;
  z-index: -1; }
  section.product-info-block.with-clouds .end-lines {
    height: 34em; }

.tablet section.top-title,
.mobile section.top-title {
  background-image: url("../img/careers/careers-top-title-background-tablet.jpg"); }
  .tablet section.top-title .content-wrap .text,
  .mobile section.top-title .content-wrap .text {
    line-height: 1.42; }
.tablet .section-title .text,
.mobile .section-title .text {
  font-size: 2.85em; }
.tablet section.product-info-block .line4,
.mobile section.product-info-block .line4 {
  left: inherit;
  right: 10px; }
.tablet section.product-info-block .content,
.mobile section.product-info-block .content {
  padding-left: 11px;
  padding-right: 11px; }
.tablet section.product-info-block.with-clouds,
.mobile section.product-info-block.with-clouds {
  margin-top: -10em; }
  .tablet section.product-info-block.with-clouds .end-lines,
  .mobile section.product-info-block.with-clouds .end-lines {
    height: 20em; }
.tablet section.profile .padding-content,
.mobile section.profile .padding-content {
  width: 100%; }
.tablet .careers-list-item,
.mobile .careers-list-item {
  padding-left: 4em;
  padding-right: 1em; }
  .tablet .careers-list-item:before,
  .mobile .careers-list-item:before {
    left: 0;
    right: 0;
    border-left: 0; }
  .tablet .careers-list-item .dotted-bg,
  .mobile .careers-list-item .dotted-bg {
    right: 0; }
  .tablet .careers-list-item .item-numeration,
  .mobile .careers-list-item .item-numeration {
    left: 0.5em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .tablet .careers-list-item .col.last,
  .mobile .careers-list-item .col.last {
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 0.5em;
    width: auto; }
  .tablet .careers-list-item .title-text,
  .mobile .careers-list-item .title-text {
    font-size: 1.4em; }
  .tablet .careers-list-item .feature-text,
  .mobile .careers-list-item .feature-text {
    font-size: 0.93em; }
  .tablet .careers-list-item .toggle-description-btn .svg-triangle-down,
  .mobile .careers-list-item .toggle-description-btn .svg-triangle-down {
    margin-bottom: 0; }
.tablet .careers-list-description,
.mobile .careers-list-description {
  padding-right: 0; }
.tablet section.jobs .line4,
.mobile section.jobs .line4 {
  height: 10em; }
.tablet section.jobs .dashed-round,
.mobile section.jobs .dashed-round {
  width: 1.6em;
  height: 1.6em; }

.tablet.portrait section.top-title .content-wrap .text {
  width: 100%; }
.tablet.portrait .section-title .text {
  font-size: 2.85em; }

.mobile .line4 {
  display: none; }
.mobile .padding-content {
  padding: 10px 0 10px 20px; }
.mobile .profile-image-mob {
  display: block;
  position: relative;
  left: -20px;
  margin-bottom: 1.5em;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }
.mobile .text-part1,
.mobile .text-part2 {
  width: 100%; }
.mobile section.top-title {
  background-image: url("../img/careers/careers-top-title-background-mobile.jpg"); }
.mobile section.line-3-end {
  display: none; }
.mobile .section-title {
  padding: 1.8em 20px;
  margin-bottom: 0.5em; }
  .mobile .section-title:before {
    height: 3em; }
  .mobile .section-title .text {
    font-size: 35px; }
.mobile section.product-info-block .content {
  padding-top: 10px; }
.mobile section.product-info-block .dotted-bg {
  top: 0; }
.mobile section.profile .arrowed-text {
  width: 100%; }
.mobile section.profile .section-title {
  margin-bottom: -1em; }
.mobile .careers-list-item {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5em 3em 15px; }
  .mobile .careers-list-item.first {
    margin-top: 0; }
  .mobile .careers-list-item .item-numeration {
    bottom: inherit; }
  .mobile .careers-list-item .col {
    width: 100%;
    margin-bottom: 1em; }
    .mobile .careers-list-item .col.first {
      text-align: center;
      margin-bottom: 2em; }
  .mobile .careers-list-item .feature-block {
    max-width: 12em; }
  .mobile .careers-list-item .gray-cell {
    margin-bottom: 0.5em; }
.mobile .careers-list-description .bordered-content {
  padding: 15px;
  padding-top: 40px; }
.mobile section.jobs .section-title:before {
  height: 7em; }
.mobile .commitment-subtitle.active .svg-triangle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.mobile .commitment-hideable {
  display: none; }

@media screen and (max-width: 767px) {
  .tablet .line4,
  .desktop .line4 {
    display: none; }
  .tablet .padding-content,
  .desktop .padding-content {
    padding: 10px 0 10px 20px; }
  .tablet .profile-image-mob,
  .desktop .profile-image-mob {
    display: block;
    position: relative;
    left: -20px;
    margin-bottom: 1.5em;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }
  .tablet .text-part1,
  .tablet .text-part2,
  .desktop .text-part1,
  .desktop .text-part2 {
    width: 100%; }
  .tablet section.top-title,
  .desktop section.top-title {
    background-image: url("../img/careers/careers-top-title-background-mobile.jpg"); }
  .tablet section.line-3-end,
  .desktop section.line-3-end {
    display: none; }
  .tablet .section-title,
  .desktop .section-title {
    padding: 1.8em 20px;
    margin-bottom: 0.5em; }
    .tablet .section-title:before,
    .desktop .section-title:before {
      height: 3em; }
    .tablet .section-title .text,
    .desktop .section-title .text {
      font-size: 35px; }
  .tablet section.product-info-block .content,
  .desktop section.product-info-block .content {
    padding-top: 10px; }
  .tablet section.product-info-block .dotted-bg,
  .desktop section.product-info-block .dotted-bg {
    top: 0; }
  .tablet section.profile .arrowed-text,
  .desktop section.profile .arrowed-text {
    width: 100%; }
  .tablet section.profile .section-title,
  .desktop section.profile .section-title {
    margin-bottom: -1em; }
  .tablet .careers-list-item,
  .desktop .careers-list-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em 3em 15px; }
    .tablet .careers-list-item.first,
    .desktop .careers-list-item.first {
      margin-top: 0; }
    .tablet .careers-list-item .item-numeration,
    .desktop .careers-list-item .item-numeration {
      bottom: inherit; }
    .tablet .careers-list-item .col,
    .desktop .careers-list-item .col {
      width: 100%;
      margin-bottom: 1em; }
      .tablet .careers-list-item .col.first,
      .desktop .careers-list-item .col.first {
        text-align: center;
        margin-bottom: 2em; }
    .tablet .careers-list-item .feature-block,
    .desktop .careers-list-item .feature-block {
      max-width: 12em; }
    .tablet .careers-list-item .gray-cell,
    .desktop .careers-list-item .gray-cell {
      margin-bottom: 0.5em; }
  .tablet .careers-list-description .bordered-content,
  .desktop .careers-list-description .bordered-content {
    padding: 15px;
    padding-top: 40px; }
  .tablet section.jobs .section-title:before,
  .desktop section.jobs .section-title:before {
    height: 7em; }
  .tablet .commitment-subtitle.active .svg-triangle-down,
  .desktop .commitment-subtitle.active .svg-triangle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .tablet .commitment-hideable,
  .desktop .commitment-hideable {
    display: none; } }
@media screen and (max-width: 320px) {
  .mobile .padding-content,
  .desktop .padding-content {
    padding-left: 10px; }
  .mobile .section-title,
  .desktop .section-title {
    padding-left: 10px; }
    .mobile .section-title .text,
    .desktop .section-title .text {
      font-size: 32px; }
  .mobile .download-btn,
  .desktop .download-btn {
    padding-left: 0.5em;
    padding-right: 0.5em; } }

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