
.main {
    display: grid;
    grid-template-columns: 230px calc(100% - 230px);
    background: #f3f2ef;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .btn_white img {
    width: 16px;
    height: 16px;
  }
  
  .btn_white {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #27747a;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    padding: 0.5em 0.9em;
    background: #fff;
    text-decoration: none;
  }
  
  .header_results {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header_results .header-brand {
    margin: 0;
  }
  
  .header-social {
    margin-right: 27px;
  }
  
  .header-social__link {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    background: #27747a;
    border-radius: 50%;
    margin-right: 7px;
  }
  
  .header-social__link svg {
    width: 12px;
    height: 12px;
  }
  
  .header-social__link:last-child {
    margin-right: 0;
  }
  
  .header-date {
    display: flex;
    margin-left: 35px;
  }
  
  .header-date b {
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
  }
  
  .header_results-links {
    margin-left: auto;
    margin-right: 15px;
  }
  

  
  .content-wrapper-n {
    padding-top: 20px;
    margin: 0;
  }
  
  .info-block {
    background: #fff;
    padding: 20px 21px;
  }
  
  .info-profile__top {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-gap: 10px;
  }
  
  .info-row {
    display: grid;
    grid-template-columns: 4.2fr 6.82fr;
    grid-gap: 16px;
  }
  
  .info-profile__top-about {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: calc(21 / 14);
  }
  
  .info-profile__graph {
    position: relative;
  }
  
  .info-profile__graph p {
    position: absolute;
    top: 0;
    left: 54px;
    font-size: 2.7rem;
    line-height: calc(40 / 27);
    font-weight: 600;
  }
  
  .info-profile__graph span {
    color: #e18a54;
    font-weight: 600;
  }
  
  .info-profile__capacities h4 {
    color: #330033;
  }
  
  .info-profile__capacities span {
    font-size: 1.3rem;
    line-height: calc(18 / 13);
  }
  
  .info-profile__capacity {
    margin-bottom: 4px;
  }
  
  .info-additional__icon .progress-round {
    border-radius: 50%;
  }
  
  .progress-res_orange {
    color: #e18a54;
    font-size: 2.3rem;
    line-height: calc(35 / 23);
  }
  
  .info-additional__icon-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: calc(18 / 13);
    color: #330033;
    text-align: center;
  }
  
  .info-additional__top {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 120px 1fr;
  }
  
  .info-additional__content-title {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    font-weight: 700;
    color: #000;
  }
  
  .info-additional__content-text p {
    font-size: 1.4rem;
    line-height: calc(28 / 14);
  }
  
  .info-additional__score {
    margin-top: 18px;
    /* display: grid; */
    /* grid-template-columns: 1.8fr 4.53fr; */
  }
  
  .info-additional__graph svg {
    width: 100%;
  }
  
  .info-additional__graph .title {
    margin-bottom: 13px;
    padding-left: 8px;
  }
  
  .info-additional__text {
    position: absolute;
    max-width: calc(100% * (1.8 / 4.53));
    top: 0;
    left: 0;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3px;
    height: calc(181 / 203 * 100%);
    text-align: right;
  }
  
  @media screen and (max-width: 2000px) {
    .info-additional__text {
      padding-top: 0;
      height: calc(184 / 203 * 100%);
      max-width: calc(100% * (1.9 / 4.53));
    }
  }
  
  .info-additional__text span {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
  }
  
  .efficiency-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-top: 50px;
  }
  
  .efficiency-card {
    background: #fff;
  }
  
  .efficiency-card__img svg {
    max-width: 100%;
  }
  
  .efficiency-card header {
    text-align: center;
    width: 100%;
    padding: 14px 16px 10px;
    color: #fff;
    background: #e18a54;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    margin-bottom: 15px;
  }
  
  .efficiency-card__percenrage {
    font-size: 3rem;
    line-height: calc(45 / 30);
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .efficiency-card__body {
    padding: 34px 13px;
    padding-top: 0;
    text-align: center;
  }
  
  .reasoning-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 16px;
    margin-top: 50px;
  }
  
  .reasoning-card {
    background: #fdf6f0;
    padding: 22px 15px;
    padding-top: 0;
  }
  
  .reasoning-card__header {
    width: calc(100% + 30px);
    background: #27747a;
    padding: 14px 10px;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 -15px;
  }
  
  .reasoning-card__overall {
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    color: #303030;
    font-weight: 600;
    text-align: center;
  }
  
  .reasoning-card .progress-round {
    width: 182px;
    height: 182px;
  }
  
  .reasoning-card .progress-res {
    font-size: 4.2rem;
    line-height: calc(63 / 42);
  }
  
  .compare-block__title {
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    font-weight: 600;
    text-align: center;
    color: #303030;
  }
  
  .reasonong-card__description p {
    font-size: 1.4rem;
    line-height: 2;
  }
  
  .score-block {
    margin-top: 50px;
    background: #fdf6f0;
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 6.6fr 4.02fr;
    grid-gap: 16px;
  }
  
  .score-block__img img {
    width: 100%;
  }
  
  .score-block__content .title {
    color: #303030;
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    font-weight: 600;
  }
  
  .score-block__content p {
    font-size: 1.4rem;
    line-height: 2;
  }
  
  .score-block__description {
    padding-left: 8.3333%;
  }
  
  .score-block__description .score-block__description-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: calc(19 / 12.5);
    min-width: 60px;
  }
  
  .score-block__description span {
    font-size: 1.1rem;
    line-height: calc(17 / 11);
    margin-right: 13px;
  }
  
  .marker {
    position: relative;
    padding-left: 15px;
  }
  
  .marker::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  
  .marker[data-color='green']::before {
    background: #27747a;
  }
  
  .marker[data-color='orange']::before {
    background: #e18a54;
  }
  
  .marker[data-color='gray']::before {
    background: #30303080;
  }
  
  .score-calculation {
    margin-top: 50px;
  }
  
  .score-table tbody {
    background: #fff;
  }
  
  .score-table tbody,
  .score-table td {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
  }
  
  .score-table td,
  .score-table th {
    text-align: center;
    padding: 1.125em 1em 1em;
  }
  
  .score-table th {
    padding-bottom: 0.375em;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    padding-top: 0;
  }
  
  .score-table td:first-child,
  .score-table th:first-child {
    text-align: left;
  }
  
  .score-table td:first-child {
    font-weight: 600;
    color: #27747a;
  }
  
  .score-table .total td {
    background: #fdf6f0;
  }
  
  .score-table .total td {
    color: #e18a54;
    text-align: center;
    font-weight: 600;
  }
  
  .score-calculation__note {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
  }
  
  .score-calculation__note p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
  }
  
  .score-calculation__note b {
    font-weight: 600;
  }
  
  .score-calculation__note p:last-child {
    font-size: 1.8rem;
    line-height: calc(27 / 18);
  }
  
  .link_orange {
    font-weight: 600;
    color: #e18a54;
  }
  
  .results .content-section-title {
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    color: #303030;
    font-weight: 600;
  }
  
  .results .btn-orange {
    min-width: 230px;
    padding: 0.8em 1.2em;
    border-radius: 7px;
  }
  
  .footer {
    padding: 43px 12.08% 56px;
    background: #27747a;
  }
  
  .footer-nav__link {
    font-size: 1.8rem;
    line-height: calc(27 / 18);
    font-weight: 600;
    margin-right: 74px;
    color: #fff;
    text-decoration: none;
  }
  
  .footer-nav__link:last-child {
    margin-right: 0;
  }
  
  .footer-nav__link:hover {
    color: #fff;
    opacity: 0.8;
  }
  
  .info-profile__capacity span {
    font-size: 1.3rem;
    line-height: calc(18 / 13);
  }
  
  .score-table__wrapper {
    width: 100%;
  }
  
  .content-card-col {
    max-width: none;
  }
  
  .content-card-col:last-child {
    max-width: 210px;
  }
  
  @media screen and (max-width: 1400px) {
    .header_results {
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-end;
    }
    .header-date {
      min-width: 55%;
      flex-grow: 1;
    }
    .header_results-links {
      margin-top: 0;
      margin-left: 0;
    }
    .header-social {
      margin-right: auto;
    }
    .header-social__link {
      width: 26px;
      height: 26px;
    }
    .info-additional__score {
      grid-template-columns: 2.2fr 4.53fr;
    }
    .info-additional__text {
      max-width: calc(100% * (2.2 / 4.53));
    }
    .info-additional__text span {
      font-size: 1rem;
      line-height: 1;
    }
    .reasoning-card__header {
      font-size: 2rem;
      line-height: calc(26 / 22);
    }
  }
  
  @media screen and (max-width: 1200px) {
    .reasoning-card .progress-round {
      width: 120px;
      height: 120px;
    }
    .reasoning-card .progress-round p {
      font-size: 2.2rem;
      line-height: calc(27 / 22);
    }
    .info-profile__bottom span {
      font-size: 1.1rem;
      line-height: 1.3;
    }
  }
  
  @media screen and (max-width: 991px) {
    .header-svg{
      font-size: 1.9rem;
    }
    .content-wrapper-n {
      padding-top: 0px;
      margin: 0;
    }
    .content {
      width: 100vw;
    }
    .info-row {
      grid-template-columns: 100%;
    }
    .info-additional__text span {
      font-size: 1.2rem;
    }
    .reasoning-card__header {
      font-size: 1.8rem;
      line-height: calc(27 / 18);
      padding: 8px 12px 5px;
    }
    .content-wrapper-n {
      padding-bottom: 70px;
    }
    .footer-nav__link {
      margin-right: 45px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .efficiency-card__img {
      margin-bottom: -40px;
      margin-top: -40px;
    }
    .reasoning-row {
      grid-template-columns: 100%;
    }
    .reasoning-card {
      max-width: 500px;
      margin: 0 auto;
    }
    .score-block {
      grid-template-columns: 100%;
    }


    .score-table__wrapper {
      overflow-x: scroll;
      max-width: 100%;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }
    .score-table__wrapper::-webkit-scrollbar {
      display: none;
    }
    .score-table td,
    .score-table th {
      padding: 7px 16px;
      font-size: 1.4rem;
      line-height: calc(21 / 14);
    }
    .score-calculation__subtitle {
      text-align: center;
      font-size: 1.6rem;
      line-height: calc(24 / 16);
    }
    .footer {
      padding: 18px 20px;
    }
    .footer-nav {
      display: block;
    }
    .footer-nav__link {
      margin: 0;
      margin-bottom: 10px;
      font-size: 1.6rem;
      line-height: calc(24 / 16);
    }
    .info-additional__text span {
      font-size: 1rem;
    }
  }
  
  @media screen and (max-width: 576px) {
    .efficiency-row {
      grid-template-columns: 100%;
      margin-top: 70px;
    }
    .efficiency-card__img {
      margin: 0;
    }
    .info-additional__text span {
      font-size: 0.8rem;
      line-height: calc(9 / 8);
    }
    .info-additional__text {
      height: calc(186 / 203 * 100%);
      padding: 7px 0;
    }
    .info-additional__score {
      grid-template-columns: 2fr 4.53fr;
      margin-top: 12px;
    }
    .info-additional__top {
      grid-template-columns: 100%;
    }
    .info-additional__icon-title {
      margin: 0;
      text-align: left;
      margin-left: 16px;
    }
    .efficiency-card header {
      font-size: 1.8rem;
      line-height: calc(27 / 18);
      padding-top: 8px;
      padding-bottom: 5px;
    }
    .efficiency-card__percenrage {
      font-size: 1.8rem;
      line-height: calc(27 / 18);
    }
    .efficiency-card__body {
      padding-bottom: 20px;
    }
    .reasoning-row {
      margin-top: 70px;
    }
    .reasoning-card__overall,
    .compare-block__title {
      font-size: 1.6rem;
      line-height: calc(24 / 16);
    }
    .info-profile__bottom span {
      font-size: 0.8rem;
      line-height: calc(10 / 8);
    }
  
    .progress-res span {
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      color: #330033;
      display: inline-block;
    }
    .reasoning-card .progress-res {
      text-align: center;
      transform: translateY(-4px);
    }
    .score-block__description {
      padding: 0;
    }
    .score-block__description span,
    .score-block__description .score-block__description-title {
      font-size: 0.8rem;
      line-height: calc(12 / 8);
    }
    .score-block__description .score-block__description-title {
      min-width: 42px;
    }
    .score-block {
      padding: 20px 14px;
    }
    .score-block__content .title,
    .results .content-section-title {
      font-size: 1.8rem;
      line-height: calc(27 / 18);
    }
    .score-calculation__note p,
    .score-calculation__subtitle,
    .score-calculation__note p:last-child {
      font-size: 1.4rem;
      line-height: calc(21 / 14);
    }
    .results .btn-orange {
      min-width: 240px;
      font-size: 1.6rem;
      line-height: calc(24 / 16);
    }
    .header-date {
      min-width: 100%;
      margin: 0;
      margin-top: 14px;
    }
    .header-social {
      margin-top: 12px;
    }
  }

  .btn_white{
    height:3.5rem;
  }


  @media screen and (max-width: 450px) {
    .info-additional__text {
      padding: 3px 0;
    }
    .efficiency-card__percenrage {
      margin-bottom: -20px;
    }
    .info-profile__graph p {
      font-size: 1.6rem;
      line-height: calc(24 / 16);
      left: 34px;
    }


  }
  
  svg text tspan{
    fill: rgb(48,48,48)!important;
  }
  .progress-res{
    font-size:2.1rem;
    color: #e18a54;
  }

  .btn-svg{
    width:20px;
    height:20px;
  }