.experts .container {
  width: 100%; }
  @media (min-width: 1200px) {
    .experts .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }

.experts .professionals {
  width: 100%; }
  @media (min-width: 1200px) {
    .experts .professionals {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }

.experts_column {
  width: 100%; }
  @media (min-width: 1200px) {
    .experts_column {
      width: calc(50% - 35px);
      margin-bottom: 52px; } }
  @media (min-width: 1850px) {
    .experts_column {
      width: calc(50% - 75px); } }
  @media (min-width: 1200px) {
    .experts_column:nth-of-type(odd) {
      margin-right: auto; } }

.experts_item {
  width: 100%;
  border-bottom: 1px solid var(--grey-light);
  margin-bottom: 12px;
  text-decoration: none; }
  @media (min-width: 1200px) {
    .experts_item {
      margin-bottom: 52px; } }
  .experts_item_header {
    padding-bottom: 37px;
    background-image: url("../../assets/images/ico-accordion.svg");
    background-position: calc(100% - 6px) 16px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .experts_item_header {
        padding-bottom: 54px;
        background-size: 40px auto; } }
  .experts_item_name {
    color: var(--black);
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.16;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-align: left;
    margin-bottom: 6px; }
    @media (min-width: 1200px) {
      .experts_item_name {
        font-size: 20px;
        letter-spacing: 0.66px; } }
    @media (min-width: 1850px) {
      .experts_item_name {
        font-size: 28px;
        letter-spacing: 1.12px;
        margin-bottom: 9px; } }
  .experts_item_position {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1.16;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    max-width: 90%; }
    @media (min-width: 1200px) {
      .experts_item_position {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .experts_item_position {
        font-size: 26px; } }
  .experts_item_content {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    @media (min-width: 1200px) {
      .experts_item_content {
        padding-right: 43px; } }
    @media (min-width: 1850px) {
      .experts_item_content {
        padding-right: 86px; } }
  .experts_item_media {
    width: 118px;
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .experts_item_media {
        width: 205px; } }
    .experts_item_media img {
      display: block;
      width: 100%; }
  .experts_item_data {
    width: calc(100% - 131px);
    margin-left: auto;
    list-style: none; }
    @media (min-width: 1200px) {
      .experts_item_data {
        width: calc(100% - 232px);
        padding-top: 8px; } }
    @media (min-width: 1850px) {
      .experts_item_data {
        padding-top: 17px; } }
    .experts_item_data_item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: var(--real-black);
      font-size: 12px;
      line-height: 1.16;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-bottom: 11px; }
      @media (min-width: 1200px) {
        .experts_item_data_item {
          font-size: 14px;
          margin-bottom: 14px; } }
      @media (min-width: 1850px) {
        .experts_item_data_item {
          font-size: 20px; } }
      .experts_item_data_item a {
        text-decoration: none; }
      .experts_item_data_item img {
        width: 14px;
        min-width: 14px;
        margin-right: 15px; }
        @media (min-width: 1200px) {
          .experts_item_data_item img {
            width: 28px;
            min-width: 28px; } }
  .experts_item_text {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .experts_item_text {
        margin-top: 24px;
        margin-bottom: 24px; } }
    .experts_item_text,
    .experts_item_text * {
      color: var(--real-black);
      font-size: 12px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left; }
      @media (min-width: 1200px) {
        .experts_item_text,
        .experts_item_text * {
          font-size: 14px; } }
      @media (min-width: 1850px) {
        .experts_item_text,
        .experts_item_text * {
          font-size: 18px; } }
    .experts_item_text h1, .experts_item_text h2, .experts_item_text h3, .experts_item_text h4, .experts_item_text h5, .experts_item_text h6 {
      color: var(--red); }
    .experts_item_text ul {
      list-style: inside; }
      .experts_item_text ul li {
        margin-left: 20px; }
  .experts_item.active .experts_item_header {
    background-image: url("../../assets/images/ico-accordion-active.svg"); }
  .experts_item.active .experts_item_content {
    max-height: 1000px;
    transition: max-height 1s ease-in-out; }

.experts_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 38px auto 95px; }
  @media (min-width: 1200px) {
    .experts_pagination {
      margin-top: 20px; } }
  .experts_pagination_prev {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-prev.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-right: 2px; }
    @media (min-width: 1200px) {
      .experts_pagination_prev {
        background-size: 25px auto; } }
    .experts_pagination_prev.disabled {
      background-image: url("../../assets/images/ico-pagination-prev-disabled.svg"); }
  .experts_pagination_next {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-next.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-left: 2px; }
    @media (min-width: 1200px) {
      .experts_pagination_next {
        background-size: 25px auto; } }
    .experts_pagination_next.disabled {
      background-image: url("../../assets/images/ico-pagination-next-disabled.svg"); }
  .experts_pagination_number {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    margin-left: 19px;
    margin-right: 19px; }
    @media (min-width: 1200px) {
      .experts_pagination_number {
        font-size: 22px;
        margin-left: 9px;
        margin-right: 9px; } }
    .experts_pagination_number:hover {
      color: var(--real-black); }
    .experts_pagination_number.current {
      color: var(--red);
      font-weight: 700; }

.experts .btn-modal {
  cursor: pointer;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 200px;
  padding: 5px 20px;
  color: white;
  font-weight: 600; }
  @media (min-width: 567px) {
    .experts .btn-modal {
      padding: 10px 25px; } }

.experts .btn-modal:hover {
  background: var(--red-lighter);
  border: 1px solid var(--red);
  color: black; }

.experts .modal-experts img:not(.img-popup) {
  max-height: 250px;
  object-fit: contain; }

@media (min-width: 576px) {
  .experts .modal-experts {
    max-height: unset;
    object-fit: contain; } }

.experts .modal-experts .img-popup {
  height: 100%;
  object-fit: cover; }

.experts .modal-experts .expert-links {
  gap: 15px; }
  .experts .modal-experts .expert-links .experts_item_data_item img {
    margin-right: 5px; }

.experts .modal-experts .experts_item_text {
  margin-top: 21px;
  margin-bottom: 45px; }

.experts .modal-experts .linkedin img {
  margin-bottom: 7px; }

@media (min-width: 1400px) {
  .experts .modal-experts .experts_item_text {
    margin-top: 40px;
    margin-bottom: 60px; } }

@media (min-width: 1850px) {
  .experts .modal-experts .experts_item_data_item {
    font-size: 16px; }
  .experts .modal-experts .experts_item_text, .experts .modal-experts .experts_item_text * {
    font-size: 16px; } }

.experts .modal-experts .modal-body {
  padding: 2rem; }

@media (min-width: 1850px) {
  .experts .modal-experts .modal-title {
    font-size: 34px; } }

.filters {
  position: relative;
  z-index: 1; }
  .filters .container {
    display: flex;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 45px; }
    @media (min-width: 1200px) {
      .filters .container {
        padding-bottom: 76px; } }
  .filters_title {
    max-width: calc(100% - 121px);
    margin-right: auto; }
    @media (min-width: 1200px) {
      .filters_title {
        max-width: calc(100% - 178px); } }
    .filters_title * {
      color: var(--real-black);
      font-family: var(--font-secondary);
      font-size: 25px;
      line-height: 1.1;
      font-style: normal;
      font-weight: 200;
      letter-spacing: 1.75px;
      text-align: left;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .filters_title * {
          font-size: 50px;
          line-height: 1;
          letter-spacing: 2.5px; } }
      @media (min-width: 1850px) {
        .filters_title * {
          font-size: 60px;
          line-height: 1;
          letter-spacing: 3px; } }
  .filters_nav {
    width: a;
    max-width: 158px;
    position: relative;
    margin-left: auto; }
    .filters_nav_button {
      border-radius: 8px;
      border: 1px solid var(--red);
      background-color: rgba(249, 211, 209, 0.3);
      background-image: url("../../assets/images/ico-filters.svg");
      background-repeat: no-repeat;
      background-size: 15px auto;
      background-position: calc(100% - 14px) center;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 8px 40px 8px 16px;
      color: var(--real-black);
      font-size: 13px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .filters_nav_button {
          padding-top: 11px;
          padding-bottom: 11px; } }
      .filters_nav_button:hover {
        color: var(--real-black); }
    .filters_nav_content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      width: 341px;
      border-radius: 12px;
      background: var(--real-white);
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); }
      .filters_nav_content-large {
        width: calc(100vw - 50px);
        max-width: calc(var(--layout-lg) - 50px); }
        @media (min-width: 1200px) {
          .filters_nav_content-large {
            width: calc(100vw - 176px);
            max-width: calc(var(--layout-xl) - 176px);
            background-image: url("../../assets/images/bg-filters.webp");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: auto 100%;
            display: flex;
            flex-wrap: wrap; } }
        @media (min-width: 1850px) {
          .filters_nav_content-large {
            width: calc(100vw - 256px);
            max-width: calc(var(--layout-xxxl) - 256px); } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_tags {
            gap: 21px;
            padding-top: 36px;
            padding-left: 49px;
            padding-right: 49px;
            margin-bottom: 44px; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_tags_item {
            font-size: 14px; } }
        @media (min-width: 1850px) {
          .filters_nav_content-large .filters_nav_tags_item {
            font-size: 16px; } }
        .filters_nav_content-large .filters_nav_tags_item {
          cursor: pointer; }
          @media (min-width: 1200px) {
            .filters_nav_content-large .filters_nav_tags_item {
              padding-top: 6px;
              padding-bottom: 6px; } }
        .filters_nav_content-large .filters_nav_list_title {
          display: flex;
          align-items: center;
          width: 100%; }
          .filters_nav_content-large .filters_nav_list_title img {
            margin-right: 5px; }
            @media (min-width: 1200px) {
              .filters_nav_content-large .filters_nav_list_title img {
                width: 30px;
                margin-right: 10px; } }
          @media (min-width: 1200px) {
            .filters_nav_content-large .filters_nav_list_title {
              font-size: 33px;
              margin-bottom: 37px; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list {
            width: 50%;
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: auto;
            padding-left: 53px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            border-right: 1px solid #D2D2D2; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list + .filters_nav_list {
            border-right: none; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list_item {
            width: 50%;
            padding-left: 32px;
            margin-bottom: 17px; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list_text {
            font-size: 16px; } }
        @media (min-width: 1850px) {
          .filters_nav_content-large .filters_nav_list_text {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list_text:before {
            width: 17px;
            height: 17px;
            border-radius: 4px;
            top: 2px; } }
        @media (min-width: 1200px) {
          .filters_nav_content-large .filters_nav_list_text:after {
            left: 5px;
            top: 4px;
            width: 6px;
            height: 10px; } }
    .filters_nav.active .filters_nav_content {
      max-height: 10000px;
      transition: max-height 1s ease-in-out; }
      @media (min-width: 1200px) {
        .filters_nav.active .filters_nav_content-large {
          padding-bottom: 51px; } }
    .filters_nav_tags {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 26px 26px 0; }
      .filters_nav_tags_item {
        display: flex;
        border-radius: 200px;
        border: 0.2px solid var(--red);
        background-color: rgba(249, 211, 209, 0.3);
        background-image: url("../../assets/images/ico-remove.svg");
        background-repeat: no-repeat;
        background-size: 6px auto;
        background-position: calc(100% - 12px) center;
        padding: 9px 26px 9px 12px;
        color: var(--purple-light);
        font-size: 12px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0.24px; }
    .filters_nav_list {
      list-style: none;
      padding: 22px 26px 26px 42px; }
      .filters_nav_list_item {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        padding-left: 22px;
        position: relative; }
        .filters_nav_list_item:last-child {
          margin-bottom: 0; }
      .filters_nav_list_title {
        width: 100%;
        display: block;
        margin-top: 4px;
        margin-bottom: 9px;
        position: relative;
        color: var(--purple-light);
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-weight: 300;
        text-align: left; }
      .filters_nav_list_check {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .filters_nav_list_check:checked ~ .filters_nav_list_text:after {
          opacity: 1; }
        .filters_nav_list_check:checked ~ .filters_nav_list_text:before {
          border-color: var(--red);
          background-color: rgba(249, 211, 209, 0.3); }
      .filters_nav_list_text {
        color: var(--purple-light);
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-weight: 300;
        text-align: left; }
        .filters_nav_list_text:before {
          content: '';
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          height: 12px;
          width: 12px;
          background-color: var(--real-white);
          border: 1.5px solid var(--purple-lighter);
          transition: background-color 0.25s ease;
          border-radius: 2px; }
        .filters_nav_list_text:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 9px;
          width: 4px;
          height: 6px;
          border: solid var(--red);
          border-width: 0 1.5px 1.5px 0;
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity 0.25s ease; }
  .filters_checks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 25px; }
    @media (min-width: 1200px) {
      .filters_checks {
        max-height: 500px; } }

/*
  
  .checkbox.style-a:hover input ~ .filters_nav_list_text {
    background-color: #eee;
  }
  .checkbox.style-a:hover input:checked ~ .filters_nav_list_text {
    background-color: #fff;
  }
  */
