.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; }

.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; } }

