.tag {
  font-size: 14px;
  line-height: 103%;
  text-align: center;
  border-radius: 30px;
  font-weight: 800;
  cursor: pointer; }
  .tag-clicked {
    background-color: #55c5ff;
    color: #fff; }
  .tag-not-clicked {
    background-color: #fff;
    color: #b6beca; }
    .tag-not-clicked:hover {
      opacity: 0.5; }
  .tag-vacancy {
    background-color: #ddf3ff;
    border-radius: 32px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #101010;
    margin-bottom: 16px; }
    .tag-vacancy:hover {
      opacity: 1 !important; }
    .tag-vacancy p {
      padding: 2px 12px; }
  .tag p {
    padding: 10px 16px; }

.tags-vacancy {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .tags-vacancy-tag {
    margin-right: 16px; }

.say-hello-header {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .say-hello-header-text {
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 16px;
    font-weight: 800; }

.text_default {
  color: #101010; }

.text_invert {
  color: #fff; }

.services-big-header {
  display: flex;
  /*   padding: 48px 0; */
  flex-direction: column;
  /*   @media screen and (max-width: 768px) {
    padding: 84px 0;
  }

  @media screen and (max-width: 374px) {
    padding: 104px 0;
  } */ }
  @media screen and (max-width: 1024px) {
    .services-big-header {
      height: auto; } }
  .services-big-header__title {
    padding-left: 20%;
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    padding-right: 15%; }
    @media screen and (max-width: 1024px) {
      .services-big-header__title {
        padding-right: 10%;
        margin-top: 120px; } }
    @media screen and (max-width: 769px) {
      .services-big-header__title {
        padding-left: 50px;
        padding-right: 5%;
        margin-top: 50px; } }
    @media screen and (max-width: 420px) {
      .services-big-header__title {
        padding-left: 15px; } }
    .services-big-header__title-text {
      padding-bottom: 80px; }
      @media screen and (max-width: 1024px) {
        .services-big-header__title-text {
          padding-bottom: 50px; } }
      .services-big-header__title-text:after {
        content: ".";
        color: #55c5ff; }
    .services-big-header__title-grey {
      align-self: flex-end;
      font-weight: 300;
      font-size: 14px;
      line-height: 180%;
      color: #101010;
      max-width: 80%; }
      @media screen and (max-width: 1120px) {
        .services-big-header__title-grey {
          padding-left: 40px;
          max-width: 90%; } }
      @media screen and (max-width: 769px) {
        .services-big-header__title-grey {
          max-width: 100%; } }
      @media screen and (max-width: 420px) {
        .services-big-header__title-grey {
          padding-left: 25px; } }
      .services-big-header__title-grey-text {
        padding-bottom: 15px; }
      .services-big-header__title-grey_custom1 {
        width: 100%; }
      .services-big-header__title-grey .HeaderText-Content {
        line-height: 170%; }
      .services-big-header__title-grey .HeaderText-Content_strong {
        font-weight: 800;
        font-size: 16px;
        color: #002394; }
      .services-big-header__title-grey .HeaderText-Content_wide {
        min-width: 398px; }

.NoDot-Wrapper {
  font-size: 36px;
  line-height: 130%;
  max-width: 530px; }
  .NoDot-Wrapper_text-right {
    text-align: right; }
  @media screen and (max-width: 769px) {
    .NoDot-Wrapper {
      font-size: 35px; } }
  @media screen and (max-width: 420px) {
    .NoDot-Wrapper {
      font-size: 36px;
      padding-left: 5px; } }

.NoDotText {
  font-weight: 800;
  color: #002394; }
  @media screen and (max-width: 769px) {
    .NoDotText {
      font-size: 20px; } }

