.block_address_tab {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px; }
  @media screen and (min-width: 1460px) {
    .block_address_tab {
      grid-gap: 2.083vw;
      margin-top: 3.125vw; } }
  @media screen and (max-width: 768px) {
    .block_address_tab {
      grid-gap: 30px;
      grid-template-columns: repeat(1, 1fr);
      margin-top: 0px; } }
  .block_address_tab .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .block_address_tab .item .svg {
      width: 65px;
      height: 65px;
      background: #000;
      border-radius: 50%;
      position: relative;
      margin-top: 5px; }
      @media screen and (min-width: 1460px) {
        .block_address_tab .item .svg {
          width: 3.646vw;
          height: 3.646vw; } }
      @media screen and (max-width: 400px) {
        .block_address_tab .item .svg {
          display: none; } }
      .block_address_tab .item .svg svg {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        fill: var(--main-color);
        stroke: var(--main-color); }
        @media screen and (min-width: 1460px) {
          .block_address_tab .item .svg svg {
            width: 2.344vw;
            height: 2.344vw; } }
    .block_address_tab .item .text {
      width: calc(100% - 90px); }
      @media screen and (min-width: 1460px) {
        .block_address_tab .item .text {
          width: calc(100% - 5.208vw); } }
      @media screen and (max-width: 768px) {
        .block_address_tab .item .text {
          width: calc(100% - 80px); } }
      @media screen and (max-width: 400px) {
        .block_address_tab .item .text {
          width: calc(100% - 0px); } }
      .block_address_tab .item .text .title {
        font-size: 20px;
        font-weight: 700;
        color: var(--black-color); }
        @media screen and (min-width: 1460px) {
          .block_address_tab .item .text .title {
            font-size: 1.250vw;
            margin-bottom: 0.260vw; } }
        @media screen and (max-width: 768px) {
          .block_address_tab .item .text .title {
            font-size: 18px; } }
      .block_address_tab .item .text .address {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 5px; }
        @media screen and (min-width: 1460px) {
          .block_address_tab .item .text .address {
            font-size: 0.938vw;
            margin-bottom: 0.521vw; } }
        @media screen and (max-width: 768px) {
          .block_address_tab .item .text .address {
            font-size: 14px; } }
      .block_address_tab .item .text .button {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        color: #1c5499;
        text-decoration: underline;
        padding-right: 25px; }
        @media screen and (min-width: 1460px) {
          .block_address_tab .item .text .button {
            font-size: 0.833vw;
            padding-right: 1.302vw; } }
        @media screen and (max-width: 768px) {
          .block_address_tab .item .text .button {
            font-size: 14px; } }
        .block_address_tab .item .text .button::before {
          content: "";
          background: url('data:image/svg+xml,<svg fill="%231c5499" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M17.707,17.707a1,1,0,0,1-1.414-1.414L19.586,13H2a1,1,0,0,1,0-2H19.586L16.293,7.707a1,1,0,0,1,1.414-1.414l5,5a1,1,0,0,1,0,1.414Z"></path></g></svg>');
          top: 50%;
          right: 0px;
          width: 15px;
          height: 15px;
          transform: translateY(-50%);
          position: absolute; }
          @media screen and (min-width: 1460px) {
            .block_address_tab .item .text .button::before {
              width: 0.781vw;
              height: 0.781vw; } }

/*# sourceMappingURL=list.css.map */
