.person-promises h1,
.person-promises h2,
.person-news h1,
.person-news h2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 19.375em) {
  .headline .smenu {
    margin: 1rem 0 1.5rem;
    text-transform: uppercase;
    text-align: center;
  }

  .headline .smenu li {
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0 1rem 0 0;
  }

  .headline .smenu li:last-child {
    padding: 0;
  }

  .headline .smenu li a {
    text-decoration: none;
    color: #576377;
  }

  .headline .smenu li a:hover {
    text-decoration: underline;
  }

  .headline .smenu li span {
    display: block;
    background-color: #303f9f;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.1rem 0.5rem;
  }

  .person-promises h1,
  .person-news h1 {
    font-size: 1.25rem;
    width: 75%;
    margin: 0 0 0 4.75rem;
  }

  .person-promises h2,
  .person-news h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .person-promises .headline,
  .person-news .headline {
    position: relative;
  }

  .person-promises .headline .image,
  .person-news .headline .image {
    position: absolute;
    width: 3.4375rem;
    height: 3.4375rem;
    top: 0.3rem;
    left: 0.5rem;
    border-radius: 50%;
    background: #dcdcdc 50% 50% no-repeat;
    background-size: cover;
  }

  .person-promises .headline .position,
  .person-news .headline .position {
    display: block;
    /* font-family: "PT Sans Narrow", sans-serif; */
    width: 75%;
    margin: 0.3rem 0 0 4.85rem;
    /* font-size: 1rem; */
    font-size: .875rem;
  }

  .person-promises .headline .title-wrap,
  .person-news .headline .title-wrap {
    min-height: 3.5rem;
  }

  .person-promises .info,
  .person-news .info {
    overflow: hidden;
    position: relative;
    border-top: 0.0625rem solid #e3e3e3;
    border-bottom: 0.0625rem solid #e3e3e3;
    min-height: 2.5rem;
    margin-bottom: 1.3rem;
    line-height: 1.1;
  }

  .person-promises .info .current,
  .person-news .info .current {
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 3.4;
    margin-right: 0.7rem;
    cursor: pointer;
  }

  .person-promises .info .arrow,
  .person-promises .info .arrow-m,
  .person-news .info .arrow,
  .person-news .info .arrow-m {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0.25rem 0 0;
    cursor: pointer;
    background: url("/user/img/slovo/m-arr-d.svg") 50% 50% no-repeat;
    background-size: 0.6875rem 0.375rem;
    transition-duration: 0.3s;
  }

  .person-promises .info .arrow,
  .person-news .info .arrow {
    display: none;
  }

  .person-promises .info .submenu,
  .person-news .info .submenu {
    float: left;
    min-height: 2.5rem;
    transition: min-height 0.3s ease-in-out;
  }

  .person-promises .info .submenu .body,
  .person-news .info .submenu .body {
    display: inline-block;
  }

  .person-promises .info .submenu .body ul,
  .person-news .info .submenu .body ul {
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 2.8;
    text-transform: uppercase;
    text-align: center;
  }

  .person-promises .info .submenu .body ul li,
  .person-news .info .submenu .body ul li {
    border-top: 0.0625rem dashed #e3e3e3;
  }

  .person-promises .info .submenu .body ul li.sm-succeed span,
  .person-news .info .submenu .body ul li.sm-succeed span {
    background-color: #4caf50;
  }

  .person-promises .info .submenu .body ul li.sm-failed span,
  .person-news .info .submenu .body ul li.sm-failed span {
    background-color: #f44336;
  }

  .person-promises .info .submenu .body ul li.sm-performed span,
  .person-news .info .submenu .body ul li.sm-performed span {
    background-color: #ffb300;
  }

  .person-promises .info .submenu .body ul li.sm-all span,
  .person-promises .info .submenu .body ul li.sm-archived span,
  .person-news .info .submenu .body ul li.sm-all span,
  .person-news .info .submenu .body ul li.sm-archived span {
    background-color: #576377;
  }

  .person-promises .info .submenu .body ul a,
  .person-news .info .submenu .body ul a {
    text-decoration: none;
    color: #576377;
  }

  .person-promises .info .submenu .body ul a:hover,
  .person-news .info .submenu .body ul a:hover {
    text-decoration: underline;
  }

  .person-promises .info .submenu .body ul span,
  .person-news .info .submenu .body ul span {
    background-color: #303f9f;
    color: #fff;
    padding: 0.075rem 0.5rem;
    border-radius: 0.6rem;
  }

  .person-promises .info .submenu.ropen,
  .person-news .info .submenu.ropen {
    min-height: 13.15rem;
  }

  .person-promises .info .submenu.ropen .arrow-m,
  .person-news .info .submenu.ropen .arrow-m {
    transform: rotate(180deg);
  }

  .person-promises .info .social-shares,
  .person-news .info .social-shares {
    float: right;
  }

  .person-promises .item,
  .person-news .item {
    position: relative;
    overflow: hidden;
    font-family: "PT Sans Narrow", sans-serif;
    border-top: 0.0625rem solid #e3e3e3;
    margin: 1rem 0;
    padding-top: 1rem;
  }

  .person-promises .item > time,
  .person-news .item > time {
    display: block;
    color: #999;
    float: left;
    font-size: 0.6875rem;
    width: 100%;
    line-height: 1.2;
  }

  .person-promises .item .story-heading,
  .person-news .item .story-heading {
    display: block;
    float: left;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
  }

  .person-promises .item .story-heading a,
  .person-news .item .story-heading a {
    text-decoration: none;
    color: #22243a;
  }

  .person-promises .item .story-heading a:hover,
  .person-news .item .story-heading a:hover {
    text-decoration: underline;
  }

  .person-promises .item .story-heading .title,
  .person-news .item .story-heading .title {
    display: block;
    font-weight: 700;
    color: #22243a;
    font-size: 1.375rem;
    line-height: 1.2;
  }

  .person-promises .item .story-heading .lead,
  .person-news .item .story-heading .lead {
    color: #3d4658;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .person-promises .item .story-heading .date,
  .person-news .item .story-heading .date {
    font-size: 0.9rem;
    color: #999;
  }

  .person-promises .item .story-heading .state,
  .person-news .item .story-heading .state {
    display: inline-block;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-size: 0.65rem;
    padding: 0 0.15rem;
    margin-right: 0.5rem;
    line-height: 1.3;
  }

  .person-promises .item .story-heading .state.performed,
  .person-news .item .story-heading .state.performed {
    background-color: #ffb300;
  }

  .person-promises .item .story-heading .state.succeed,
  .person-news .item .story-heading .state.succeed {
    background-color: #4caf50;
  }

  .person-promises .item .story-heading .state.failed,
  .person-news .item .story-heading .state.failed {
    background-color: #f44336;
  }

  .person-promises .item:first-child,
  .person-promises .item:nth-child(2),
  .person-news .item:first-child,
  .person-news .item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }

  .person-promises .item .story-heading .title {
    font-size: 1rem;
  }

  .person .headline {
    position: relative;
  }

  .person .headline h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.5625rem;
    width: 75%;
    text-align: center;
    margin: 0 auto;
  }

  .person .headline .info-wrap {
    position: relative;
  }

  .person .headline .info {
    position: absolute;
    width: 2.1875rem;
    top: 0;
    right: 0;
  }

  .person .headline .info .social-shares span:first-child {
    margin-top: 0;
  }

  .person .main-info .image {
    width: 75%;
    margin: 0.625rem auto 0;
  }

  .person .main-info .image img {
    width: 100%;
  }

  .person .main-info .positions {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }

  .person .main-info .positions li {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.25;
    border-bottom: 0.0625rem dashed #22243a;
    padding: 0.625rem 0;
  }

  .person .main-info .positions li:last-child {
    border-bottom: 0;
  }

  .person .more {
    text-align: center;
    text-transform: uppercase;
    font-family: "PT Serif", times, serif;
    font-size: 0.8125rem;
    border-top: 0.0625rem solid #303f9b;
    padding: 0.25rem 0 0.1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
  }

  .person .more .arr {
    display: inline-block;
    width: 1.3125rem;
    height: 1.3125rem;
    margin-left: 0.4rem;
    background: url("/user/img/slovo/more-arr-d.svg") 50% 50% no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 0.1rem;
    transition-duration: 0.3s;
    cursor: pointer;
  }

  .person .more .arr:hover {
    background-image: url("/user/img/slovo/more-arr-d-h.svg");
  }

  .person .more.open .arr {
    transform: rotate(180deg);
  }

  .person .extra-info {
    display: none;
    margin: 0.7rem 0;
  }

  .person .extra-info h2 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #22243a;
    line-height: 1.3;
  }

  .person .extra-info h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #22243a;
    line-height: 1.3;
  }

  .person .extra-info p {
    /* font-family: "PT Serif", times, serif; */
    font-size: 1.15rem;
    line-height: 1.375;
    margin-bottom: 0.375rem;
    color: #586377;
  }

  .person .extra-info p strong {
    font-weight: 700;
  }

  .person .extra-info > dl {
    display: block;
    margin: 0.8rem 0;
    overflow: hidden;
  }

  .person .extra-info > dl dt {
    display: block;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #3d4658;
    width: 100%;
    vertical-align: top;
    float: left;
    clear: both;
  }

  .person .extra-info > dl dd {
    display: inline-block;
    font-family: "PT Serif", times, serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #586377;
    margin: 0 0 0.8rem;
    width: 100%;
    float: left;
  }

  .person .extra-info > dl dd p {
    margin-left: 0;
  }

  .person .extra-info > dl dd p:last-child {
    margin-bottom: 0;
  }

  .person .extra-info > dl dd a {
    color: #303f9b;
    text-decoration: underline;
  }

  .person .extra-info abbr {
    border-bottom: 0.0625rem dotted;
    cursor: help;
  }

  .person .extra-info abbr:active,
  .person .extra-info abbr:focus {
    border-bottom: 0;
  }

  .person .extra-info abbr:active:after,
  .person .extra-info abbr:focus:after {
    content: " (" attr(title) ")";
    color: #999;
    font-style: italic;
  }

  .person .rating {
    border-top: 0.0625rem solid #303f9b;
  }

  .person .rating h3 {
    /* font-family: "PT Sans Narrow", sans-serif; */
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    color: #22243a;
    line-height: 1.2;
    margin: 1.25rem 0 0.75rem;
  }

  .person .rating .diagram {
    position: relative;
    overflow: hidden;
    width: 13.125rem;
    height: 13.125rem;
    margin: 0 auto;
  }

  .person .rating .diagram .pie {
    position: absolute;
    width: 15.375rem;
    height: 15.375rem;
    left: -1.125rem;
    bottom: -1.125rem;
  }

  .person .rating .diagram .pie .resp-label {
    position: absolute;
    top: 40.5%;
    width: 26%;
    left: 37%;
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    color: #7a7d83;
    font-size: 0.95rem;
  }

  .person .rating .diagram .pie .resp-label span {
    font-size: 2rem;
  }

  .person .rating .amounts ul {
    overflow: hidden;
  }

  .person .rating .amounts li {
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 1.25rem;
    width: 55%;
  }

  .person .rating .amounts li:nth-child(2n) {
    width: 45%;
  }

  .person .rating .amounts li .label {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    color: #22243a;
    vertical-align: middle;
    margin-left: 0.4rem;
  }

  .person .rating .amounts li span {
    display: inline-block;
    min-height: 2.5rem;
    min-width: 2.5rem;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 2.5;
  }

  .person .rating .amounts li span.perform {
    background-color: #ffb300;
  }

  .person .rating .amounts li span.succeed {
    background-color: #4caf50;
  }

  .person .rating .amounts li span.failed {
    background-color: #f44336;
  }

  .person .rating .amounts li span.all {
    background-color: #576377;
  }
}

@media screen and (min-width: 34.875em) {
  .person-promises .headline .smenu,
  .person-news .headline .smenu {
    text-align: left;
  }

  .person .headline h1 {
    text-align: left;
    width: 100%;
    margin: 0;
  }

  .person .headline .smenu {
    text-align: left;
  }

  .person .headline .info {
    overflow: hidden;
    position: relative;
    border-top: 0.0625rem solid #e3e3e3;
    border-bottom: 0.0625rem solid #e3e3e3;
    min-height: 2.5rem;
    margin-bottom: 1.3rem;
    line-height: 1.1;
    width: auto;
    top: auto;
    left: auto;
  }

  .person .headline .info .social-shares span:first-child {
    margin-top: 0.3125rem;
  }

  .person .main-info {
    min-height: 25rem;
  }

  .person .main-info .image {
    width: 15rem;
    margin: 0;
  }

  .person .main-info .positions {
    margin: 0;
    width: 15rem;
    text-align: left;
  }

  .person .profile-info {
    position: relative;
  }

  .person .more {
    display: none;
  }

  .person .extra-info {
    display: block;
    border-top: 0.0625rem solid #dddede;
    border-bottom: 0.0625rem solid #dddede;
    padding: 1rem 0;
  }

  .person .rating {
    position: absolute;
    top: 0;
    right: 0;
    width: 15rem;
    border-top: 0;
  }

  .person .rating h3 {
    margin: 0 0 1rem;
    line-height: 0.7;
  }

  .person .rating .amounts {
    margin-top: 1.3rem;
    padding-top: 1rem;
    border-top: 0.0625rem solid #dddede;
  }

  .person .rating .amounts li {
    margin-bottom: 1rem;
  }

  .person .rating .amounts li span {
    min-height: 2.2rem;
    min-width: 2.2rem;
    line-height: 2.2;
  }

  .person .rating .amounts li .label {
    font-size: 0.9rem;
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 39.375em) {
  .person .main-info {
    min-height: 26rem;
  }

  .person .main-info .image {
    width: 17.5rem;
  }

  .person .main-info .positions {
    width: 17.5rem;
  }

  .person .rating {
    width: 17.5rem;
  }

  .person .rating .amounts li {
    margin-bottom: 1.25rem;
  }

  .person .rating .amounts li span {
    min-height: 2.5rem;
    min-width: 2.5rem;
    line-height: 2.5;
  }

  .person .rating .amounts li .label {
    font-size: 1rem;
    margin-left: 0.4rem;
  }
}

@media screen and (min-width: 41.0625em) {
  .person .main-info .image {
    width: 18.5rem;
  }

  .person .main-info .positions {
    width: 18.5rem;
  }

  .person .extra-info > dl dt {
    width: 25%;
  }

  .person .extra-info > dl dd {
    width: 72%;
    border-left: 0.0625rem solid #e3e3e3;
    padding: 0 0 0 0.7rem;
  }

  .person .rating {
    width: 18.5rem;
  }
}

@media screen and (min-width: 47.5em) {
  .person .main-info .image {
    width: 20.3125rem;
  }

  .person .main-info .positions {
    width: 20.3125rem;
  }

  .person .rating {
    width: 20.3125rem;
  }
}

@media screen and (min-width: 61.75em) {
  .person .headline h1 {
    font-size: 1.9rem;
  }

  .person .main-info .image {
    width: 18.25rem;
  }

  .person .main-info .positions {
    width: 18.25rem;
  }

  .person .rating {
    width: 18.25rem;
  }
}

@media screen and (max-width: 9999em) and (min-width: 76.25em) {
  .person-promises .info .submenu,
  .person-news .info .submenu {
    min-height: 2.5rem;
  }

  .person-promises .info .submenu .current,
  .person-news .info .submenu .current {
    display: none;
  }

  .person-promises .info .submenu .body,
  .person-news .info .submenu .body {
    min-height: 2.5rem;
  }

  .person-promises .info .submenu .body ul,
  .person-news .info .submenu .body ul {
    position: relative;
    top: 0.0625rem;
    font-size: 0.65rem;
    text-align: left;
    line-height: 3.5;
  }

  .person-promises .info .submenu .body ul li,
  .person-news .info .submenu .body ul li {
    display: inline-block;
    border: 0;
    margin-left: 1.21rem;
  }

  .person-promises .info .submenu .body ul li:first-child,
  .person-news .info .submenu .body ul li:first-child {
    margin-left: 0;
  }

  .person-promises .info .submenu .body .arrow-m,
  .person-news .info .submenu .body .arrow-m {
    display: none;
  }

  .person-promises .info .submenu .body .arrow,
  .person-news .info .submenu .body .arrow {
    display: none;
  }

  .person .main-info {
    min-height: 29.5rem;
  }

  .person .main-info .image {
    width: 19.875rem;
  }

  .person .main-info .positions {
    width: 19.875rem;
  }

  .person .rating {
    width: 25rem;
  }

  .person .rating .diagram {
    width: 16.75rem;
    height: 16.75rem;
  }

  .person .rating .diagram .pie {
    width: 19.25rem;
    height: 19.25rem;
    left: -1.25rem;
    bottom: -1.25rem;
  }

  .person .rating .diagram .pie .resp-label {
    top: 40%;
    font-size: 1.2rem;
  }

  .person .rating .diagram .pie .resp-label span {
    font-size: 2.5rem;
  }

  .person .rating .amounts ul {
    margin: 0 auto;
    width: 80%;
  }
}

.profile-info_warn {
  margin-bottom: 25px;
}

.submenu .body ul {
  /* display: flex !important; */
  flex-wrap: wrap;
  gap: 0.5rem;
}

.submenu .body ul > * {
  margin: 0 !important;
}

.submenu .body ul a,
.submenu .body ul span {
  /* font-size: .6rem; */
}

.profile-info_warn span {
  font-size: 12px;
  font-style: italic;
  width: 98.7%;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #303f9f;
  color: white;
}

.person.person-promises .js-edit {
  font-size: 20px;
}

.main-content .person-promises .info {
  position: relative;
  width: 100%;
}

.main-content .person-promises .info .social-shares span:first-child {
  margin: 0.3125rem 0 0 0.3125rem;
}

.publications-list .item .story-heading .thumbnail {
  float: right;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 19.375em) {
  .publications-list .item .story-heading .thumbnail {
    width: 7.125rem;
    height: 4.75rem;
    margin: 1.5rem 0 0.125rem 0.75rem;
  }
}

@media screen and (min-width: 34.875em) {
  .publications-list .item .story-heading .thumbnail {
    width: 12.5625rem;
    height: 8.4375rem;
    margin-top: 0.6rem;
  }
}

.desc-hide {
  display: none;
}

.desc-hide span:first-child {
  font-weight: 700;
  color: #22243a;
}

.desc-hide iframe + div > span {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: inherit;
}

.desc-hide + div {
  margin-bottom: 15px;
}

.desc-hide iframe + div {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

.desc-hide span {
  margin-bottom: 10px;
  font-size: 1.1rem;
  display: inline-block;
}

@media screen and (max-width: 61.75em) {
  .nosidebar .block-second iframe {
    margin-bottom: 10px;
  }

  .desc-hide {
    display: block;
    overflow: hidden;
  }

  .mob-hide {
    /* display: none */
    width: fit-content;
    max-width: 100%;
    margin: 1rem auto !important;
  }
}

@media screen and (max-width: 39.375em) {
  .nosidebar .block-second iframe {
    min-height: 250px;
  }
}

@media screen and (max-width: 29.375em) {
  .nosidebar .block-second iframe {
    min-height: 205px;
  }
}

@media screen and (max-width: 988px) {
  .desc-hide iframe {
    height: 100% !important;
    min-height: 352px !important;
  }
}

@media screen and (max-width: 656px) {
  .desc-hide iframe {
    min-height: 338px !important;
  }
}

@media screen and (max-width: 629px) {
  .desc-hide iframe {
    min-height: 300px !important;
  }
}

@media screen and (max-width: 557px) {
  .desc-hide iframe {
    min-height: 249px !important;
  }
}

@media screen and (max-width: 469px) {
  .desc-hide iframe {
    min-height: 190px !important;
  }
}

@media screen and (max-width: 364px) {
  .desc-hide iframe {
    min-height: 181px !important;
    margin-left: -2%;
    width: 107% !important;
  }

  .desc-hide iframe + div > span + div {
    width: 120px !important;
  }
}

.mob-hide {
  margin: 15px 0;
  overflow: hidden;
}

.mob-hide span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  color: #22243a;
}

.mob-hide iframe {
  width: 100%;
  margin-bottom: 10px;
}

.mob-hide iframe + div {
  display: flex;
  align-items: center;
}

.mob-hide iframe + div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mob-hide iframe + div > span {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
}

@media screen and (max-width: 1920px) {
  .mob-hide iframe {
    height: 100%;
    min-height: 196px !important;
  }
}

@media screen and (max-width: 1219px) {
  .mob-hide iframe {
    width: 107% !important;
    min-height: 181px !important;
    margin-left: -2%;
  }

  .mob-hide iframe + div > span + div {
    width: 100px !important;
  }
}

.subscribe-btn {
  background-image: url(/user/img/slovo/subscribe-btn-.png);
  width: 220px !important;
  margin-left: -16px !important;
  margin-top: 1px !important;
  padding: 16px 0 5px 20px !important;
  height: 16px !important;
  background-color: #fff !important;
  cursor: pointer !important;
  float: left !important;
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  margin-bottom: -12px;
}

.subscription {
  background-image: url(/user/img/slovo/subscription.png) !important;
  margin-top: 2px !important;
}

.promise .info .social-shares {
  float: none;
}

.subscribe-btn:hover {
  background-image: url(/user/img/slovo/subscribe-btn-hover-.png) !important;
}

.subscription:hover {
  margin-top: 1px !important;
  padding: 17px 0 5px 19px !important;
}

@media (max-width: 557px) {
  .gr-button {
    position: initial;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 7px;
  }

  .subscribe-btn {
    margin: 15px 0 0 -30px !important;
  }

  .headline .smenu {
    margin: 1rem 0 0.5rem;
  }
}

.person .rating h2 {
  font-family: "Arial", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
}

.rating .highcharts-container {
  position: relative;
  overflow: hidden;
  width: 308px;
  height: 308px;
  text-align: left;
  line-height: normal;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rating .pie svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  font-size: 12px;
}

.rating .pie svg g {
  font-weight: 500;
  color: #fff;
  cursor: default;
}

.rating .pie svg g text {
  color: #fff;
  fill: #fff;
}

.rating .diagram svg circle {
  stroke-width: 22;
}

.rating .bg {
  stroke: #f3f3f4;
}

.rating .resp-label {
  font-size: 1rem !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.rating .promises-amount li a:not(.label) {
  text-decoration: none !important;
}

@media (max-width: 1219px) {
  .rating .highcharts-container {
    width: 244px;
    height: 244px;
  }
  .person .rating h2,
  .person .rating h3 {
    font-size: 1rem;
  }
  .person .rating .diagram .pie .resp-label {
    font-size: 0.875rem !important;
  }
  .person .rating .diagram .pie .resp-label span {
    font-size: 1.6rem;
  }
  .person .rating .amounts li .label {
    margin-left: 0;
  }
}

@media (max-width: 656px) {
  .person .rating .amounts li span {
    min-height: 2.25rem;
    min-width: 2.25rem;
    line-height: 2.25;
  }
}

@media (max-width: 627px) {
  .person .rating h2,
  .person .rating h3 {
    font-size: 0.875rem;
  }
  .person .rating .amounts li .label {
    font-size: 0.8rem;
  }
  .person .rating .amounts li span {
    min-height: 1.875rem;
    min-width: 1.875rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 557px) {
  .person .rating {
    padding-top: 0.75rem;
  }
  .person .rating h2,
  .person .rating h3 {
    font-size: 1rem;
  }
  .person .rating .amounts li .label {
    font-size: 1rem;
  }
  .person .rating .amounts li span {
    min-height: 2.5rem;
    min-width: 2.5rem;
    line-height: 2.5;
    font-size: 1rem;
  }

  .extra-info_wrapper {
    position: relative;
    margin: 0.7rem 0;
    overflow: hidden;
    transition: height .4s ease-out;
    height: 300px;
  }

  .person .extra-info {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: top .4s ease-out;
  }

  .person .extra-info.open {
    animation: info_open .4s ease-out forwards;
  }
  @keyframes info_open {
    0% {
      bottom: 100%;
    }
    100% {
      bottom: 0;
    }
  }
}

@media (min-width: 1220px) {
  .person-promises .info-wrap .submenu li a, .person-promises .info-wrap .submenu li span {
    font-size: .6rem;
  }
  .person-promises .info-wrap .submenu ul li:not(:first-child) {
    margin-left: .5rem !important;
  }
}


.profile-info_restart {
  margin-bottom:25px;
}
.profile-info_restart  span {
  font-size:12px;
  font-style:italic;
  display:inline-block;
  padding:5px;
  margin-top:10px;
  margin-bottom:10px;
  background-color: #d66804;
  color:white;
}
.person-promises .item .story-heading .title {
  font-size: 1.1rem;
  font-weight: 400; 
}
.person-promises .item .story-heading .date, .person-news .item .story-heading .date {
  font-size: .8rem;
}
.person-promises .item .story-heading .state, .person-news .item .story-heading .state {
  font-size: .8rem;
}
.item_promise__status {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .375rem;
}
.item_promise__status .state {
  padding: .125rem .25rem 0 !important;
}

.main-content .person-promises .story-heading .title.news_title {
  font-weight: 700;
  font-size: 1.375rem;
}
