/* body a img {
    border: none;
  }
  body .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  body *:focus {
    outline: none;
  }
  * {
    box-sizing: border-box;
  }
  *::before, *::after {
    box-sizing: border-box;
  }
  ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  a {
    text-decoration: underline;
    color: #0050f9;
  }
  a:hover {
    color: #0037ad;
  }
  img {
    vertical-align: middle;
  } */

footer .row > * {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    flex-shrink: 0;
}

footer .col-12 {
    width: 100%;
	flex: 0 0 auto;
}

footer .social_network {
    display: flex;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    background: white;
    border-radius: 12px;
}

footer .social_network li {
    display: block;
    margin-bottom: 0;
}

footer .social_network img {
    width: 32px;
    height: 32px;
}

@media (min-width: 768px) {
	footer .col-md-4 {
		width: 33.3333333333%;
		flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
    footer .col-lg-3 {
		width: 25%;
		flex: 0 0 auto;
    }
}

@media screen and (max-width: 767px) {
    footer .social_network {
		margin-top: 10px;
		justify-content: center;
    }
}

/*   @media all {
    body .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    body .row > * {
      padding-right: 15px;
      padding-left: 15px;
    }
    body *:focus {
      outline: none;
    }
    body .labelM {
      font-weight: 600;
      font-size: 12px;
      line-height: 24px;
    }
    .container-fluid {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .row {
      display: flex;
      margin-top: calc(var(--bs-gutter-y) * -1);
      margin-right: calc(var(--bs-gutter-x) / -2);
      margin-left: calc(var(--bs-gutter-x) / -2);
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      flex: 1 0 100%;
      flex-wrap: wrap;
    }
    .row > * {
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      margin-top: var(--bs-gutter-y);
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2);
      flex-shrink: 0;
    }
    .col-12 {
      width: 100%;
      flex: 0 0 auto;
    }
    * {
      box-sizing: border-box;
    }
    *::before, *::after {
      box-sizing: border-box;
    }
    p {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    a {
      text-decoration: underline;
      color: #0050f9;
    }
    a:hover {
      color: #0037ad;
    }
    img {
      vertical-align: middle;
    }
    .bottom_bar {
      line-height: 26px;
      padding-top: 15px;
      padding-right: 9px;
      padding-bottom: 15px;
      padding-left: 9px;
      color: #f9fafe !important;
      background: #2f2f2f;
    }
    .bottom_bar .inner_ber {
      align-items: center;
    }
    .bottom_bar .inner_ber img {
      width: 100%;
      max-width: 218px;
      height: auto;
      max-height: 64px;
      border-radius: 4px;
    }
    .bottom_bar .info {
      margin-bottom: 8px;
    }
    .bottom_bar a {
      color: #f9fafe !important;
    }
    .bottom_bar p {
      margin: 0;
    }
    .bottom_bar .rew {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 16px;
    }
  }
  @media (min-width: 768px) {
    .col-md-5 {
      width: 41.6666666667%;
      flex: 0 0 auto;
    }
    .col-md-7 {
      width: 58.3333333333%;
      flex: 0 0 auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .bottom_bar br {
      display: none;
    }
  }
  @media screen and (min-width: 1440px) {
    body .labelM {
      font-size: 14px;
    }
    .bottom_bar {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .bottom_bar {
      padding: 16px 0;
      transform: none;
      text-align: center;
    }
    .bottom_bar .rew {
      margin-top: 10px;
      justify-content: center;
    }
  }
  @media screen and (max-width: 1440px) and (min-width: 1234.2857142857px) {
    body .labelM {
      font-size: calc(0.0097222222 * 100vw);
    }
  }
  @media screen and (max-width: 1440px) and (min-width: 1080px) {
    .bottom_bar {
      padding-top: calc(0.0138888889 * 100vw);
      padding-bottom: calc(0.0138888889 * 100vw);
    }
  }
  body *:focus {
    outline: none;
  }
  body .labelM {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
  }
  * {
    box-sizing: border-box;
  }
  *::before, *::after {
    box-sizing: border-box;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .bottom_bar .info {
    margin-bottom: 8px;
  }
  .bottom_bar p {
    margin: 0;
  }
  @media only screen and (min-width: 768px) {
    .bottom_bar br {
      display: none;
    }
  }
  @media screen and (min-width: 1440px) {
    body .labelM {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1440px) and (min-width: 1234.2857142857px) {
    body .labelM {
      font-size: calc(0.0097222222 * 100vw);
    }
  }
   */