
      .p-header-view__contents .globalnav-all label,
      .p-header-view__contents .globalnav-all label div {
        pointer-events: none;
      }
      .num-list {
        list-style: decimal;
        margin: 0;
        padding-left: 1.5em;
        font-family: inherit;
        font-size: 1rem;
        color: inherit;
      }

      .num-list li {
        margin: 0 0 0.5em 0;
        padding: 0;
      }

      p a,
      .info__text-text a {
        color: #007fff !important;
        text-decoration: underline;
      }

      .reg__list {
        /* margin: 0; */
        /* width: 650px; */
        max-width: 100%;
      }

      a:hover,
      .info__text-text a:hover {
        color: #e11229 !important;
        text-decoration: underline;
      }

      .button-link:hover {
        color: white !important;
      }
      .layout-contents__sidebar #sidebar_ranking_access label {
        cursor: unset;
      }

      .layout-contents {
        max-width: 1056px;
        width: 100%;
        gap: 10px;
      }

      .layout-contents__main {
        max-width: 724px;
        width: 100%;
      }

      .p-footer {
        max-width: 1280px;
        width: 100%;
        box-sizing: border-box;
      }

      @media (min-width: 600px) and (max-width: calc(1088px)) {
        .layout-contents {
          margin: 0;
          padding: 0 16px;
        }
      }
      .check__bot-grid {
        grid-template-columns: auto 5fr 1fr 1fr 1fr;
      }
      .swiper-slide img {
        max-width: 100%;
        height: auto;
      }

      .swiper-slide {
        display: flex;
        justify-content: center;
      }

      #slider2 {
        height: 400px;
      }

      .swiper {
        margin-bottom: 20px;
        --swiper-pagination-color: indigo;
        --swiper-navigation-color: indigo;
      }
    

  .custom-dropdown-wrapper {
    position: relative;
    width: 100%;
  }

  .custom-dropdown-selected {
    padding-right: 32px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    height: auto;
    box-sizing: border-box;
    font-size: 17px !important;
  }

  .custom-dropdown-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #555;
    line-height: 1;
    height: 1em;
    display: flex;
    align-items: center;
  }

  .custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 4px;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 0;
    list-style: none;
  }
  
  .custom-dropdown-list::-webkit-scrollbar {
    width: 4px;
  }
  .custom-dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ddd;
  }
  .custom-dropdown-option {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .custom-dropdown-option:hover {
    background: #f2f2f2;
  }
  .custom-dropdown-option {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s ease;

    /* Совпадает с .iti-aio__flag-box и .iti-aio__country-name */
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
  }
  input.custom-dropdown-selected::placeholder {
    font-size: 14px !important;
  }

  @media(max-width: 1200px) {
    input.custom-dropdown-selected::placeholder {
    font-size: 13px !important;
  }
    .custom-dropdown-selected {
    font-size: 13px !important;
    }
  }

  @media(max-width: 991px) {
    input.custom-dropdown-selected::placeholder {
    font-size: 12px !important;
  }

    .custom-dropdown-selected {
    font-size: 12px !important;
    }
  }

