* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ix-html {
  height: 100%;
}

.ix-body {
  height: 100%;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ix-main {
  min-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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

.ix-content {
  background-color: #fff;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.ix-sidebar {
  max-width: 272px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ix-tg-block {
  padding: 32px;
  border: 1px solid #EFF1F5;
  border-radius: 4px;
  color: #333333;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
}
.ix-tg-block__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ix-tg-block__caption {
  padding-right: 40px;
  width: calc(100% - 120px);
}
.ix-tg-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.ix-tg-block__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #333333;
  max-width: 412px;
}
.ix-tg-block__desc p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.ix-tg-block__desc p:first-child {
  margin-top: 0;
}
.ix-tg-block__desc p:last-child {
  margin-bottom: 0;
}
.ix-tg-block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.ix-tg-block__link {
  display: block;
  text-decoration: none;
  background-color: #039BE5;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #ffffff;
  border-radius: 17px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, box-shadow;
}
.ix-tg-block__link:hover {
  color: #ffffff;
  background-color: #0068B1;
  text-decoration: none;
}
.ix-tg-block__link:active {
  color: #ffffff;
  background: #0068B1;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ix-tg-block__promo {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.02em;
  color: #777777;
  margin: 0;
}
.ix-tg-block__promo span {
  color: #0068b1;
  white-space: nowrap;
}
.ix-tg-block__img {
  width: 120px;
  height: 120px;
  position: relative;
}
.ix-tg-block__img-avatar {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #5FA7FB;
  position: relative;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-overflow-scrolling: touch;
}
.ix-tg-block__img-avatar img {
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ix-tg-block__img-tg {
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: -3px;
  left: -1px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.ix-tg-block__img-tg svg {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #20a0e1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .candidate-detail .ix-tg-block {
    padding: 21px 18px;
  }
  .candidate-detail .ix-tg-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .candidate-detail .ix-tg-block__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 108px;
    height: 108px;
    margin-bottom: 18px;
  }
  .candidate-detail .ix-tg-block__img img {
    width: 74px;
    height: 74px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .candidate-detail .ix-tg-block__img-tg {
    left: auto;
    right: -12px;
  }
  .candidate-detail .ix-tg-block__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .candidate-detail .ix-tg-block__caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
    width: auto;
  }
  .candidate-detail .ix-tg-block__desc {
    max-width: none;
  }
  .candidate-detail .ix-tg-block__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .candidate-detail .ix-tg-block__promo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .candidate-detail .ix-tg-block__promo span {
    display: block;
  }
  .candidate-detail .ix-tg-block__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .ix-tg-block {
    padding: 20px;
  }
  .ix-tg-block__caption {
    padding-right: 20px;
    width: calc(100% - 108px);
  }
  .ix-tg-block__img {
    width: 108px;
    height: 108px;
  }
  .ix-tg-block__img img {
    width: 74px;
    height: 74px;
  }
  .ix-tg-block__promo span {
    display: block;
  }
}
@media (max-width: 575px) {
  .ix-tg-block {
    padding: 21px 18px;
  }
  .ix-tg-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ix-tg-block__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 108px;
    height: 108px;
    margin-bottom: 18px;
  }
  .ix-tg-block__img img {
    width: 74px;
    height: 74px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .ix-tg-block__img-tg {
    left: auto;
    right: -12px;
  }
  .ix-tg-block__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .ix-tg-block__caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
    width: auto;
  }
  .ix-tg-block__desc {
    max-width: none;
  }
  .ix-tg-block__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ix-tg-block__promo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ix-tg-block__promo span {
    display: block;
  }
  .ix-tg-block__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.ix-tg-block-sidebar {
  padding: 21px 18px;
}
.ix-tg-block-sidebar .ix-tg-block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ix-tg-block-sidebar .ix-tg-block__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 108px;
  height: 108px;
  margin-bottom: 18px;
}
.ix-tg-block-sidebar .ix-tg-block__img img {
  width: 74px;
  height: 74px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.ix-tg-block-sidebar .ix-tg-block__img-tg {
  left: auto;
  right: -12px;
}
.ix-tg-block-sidebar .ix-tg-block__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ix-tg-block-sidebar .ix-tg-block__caption {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 0;
  width: auto;
}
.ix-tg-block-sidebar .ix-tg-block__desc {
  max-width: none;
}
.ix-tg-block-sidebar .ix-tg-block__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ix-tg-block-sidebar .ix-tg-block__promo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ix-tg-block-sidebar .ix-tg-block__promo span {
  display: block;
}
.ix-tg-block-sidebar .ix-tg-block__link {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

@media (max-width: 991px) {
  .ix-tg-block-sidebar {
    display: none;
  }
}