@media all {
  a {
    cursor: pointer;
  }

  a:focus {
    outline: none;
  }

  .itv-push-settings {
    max-width: 984px;
    width: 100%;
    background-color: white;
    padding: 30px 0;
  }

  @media (max-width: 732px) {
    .itv-push-settings {
      max-width: 100%;
    }
  }

  .itv-push-settings__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #0757a8;
    text-align: center;
  }

  @media (min-width: 733px) {
    .itv-push-settings__projects {
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

  .itv-push-settings__project {
    width: calc(33% - 20px);
    min-width: 280px;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  @media (max-width: 732px) {
    .itv-push-settings__project {
      width: calc(100% - 40px);
    }
  }

  .itv-push-settings__project:active .itv-push-settings__project_icon {
    background-image: url("bell-ding-gray-d8faa1f4a2738eaa58e365715b4829bba52b735b4ae6e8bff28ee95eb2b64d2e.svg");
  }

  .itv-push-settings__hover-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 8px;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
  }

  @media (min-width: 733px) {
    .itv-push-settings__hover-wrapper:hover {
      border-color: gray;
    }
  }

  .itv-push-settings__project_icon {
    min-width: 40px;
    height: 20px;
    background-image: url("bell-gray-15cdb12ea09d074428843552b2eec316d89da3da90eba45f21b7c7ec298bc379.svg");
    background-size: 25px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
  }

  .itv-push-settings__project_text {
    min-width: 228px;
    pointer-events: none;
  }

  .links {
    margin-top: 35px;
    padding-top: 20px;
    text-align: center;
  }

  .links > div {
    margin: 0 auto;
  }

  .links .logo {
    width: 50px;
    height: 50px;
    background-image: url("");
    background-repeat: no-repeat;
  }

  .links .channel-name {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #05519d;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .links .footer-menu {
    margin-top: 20px;
    max-width: 600px;
  }

  .links .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }

  .links .footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
  }

  .links .footer-menu ul li a {
    color: #1b354a;
    text-decoration: none;
  }

  .links .footer-menu ul li a:hover {
    text-decoration: underline;
  }

  .links .small-social-buttons {
    width: 240px;
    margin-top: 20px;
    text-align: center;
  }

  .links .small-social-buttons .social-buttons-compact {
    margin-left: 0;
  }

  .links .small-social-buttons .global {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #1b354a;
    font-size: 14px;
    line-height: 15px;
  }

  .links .small-social-buttons .global::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background: url("world-icon-35fb6b31f19e5c556c402e36d91a622996c07a45c07895ad046ee5282f6c1014.svg")
      no-repeat center center;
  }

  .links .small-social-buttons .itv-push-settings-link {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #1b354a;
    font-size: 14px;
    line-height: 15px;
  }

  .links .outtro {
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .social-buttons-compact {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
  }

  .social-buttons-compact > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-color: transparent;
    border-radius: 2px;
  }

  .social-buttons-compact > a:hover {
    background-color: #5296db;
  }

  .social-buttons-compact > a:active {
    background-color: #05519d;
  }

  .social-buttons-compact > a:last-child {
    margin-right: 0;
  }

  .social-buttons-compact > a > span {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }

  .social-buttons-compact > a .vk {
    background-image: url("");
  }

  .social-buttons-compact > a .vk:hover {
    background-image: url("");
  }

  .social-buttons-compact > a .ok {
    background-image: url("");
  }

  .social-buttons-compact > a .ok:hover {
    background-image: url("");
  }

  .social-buttons-compact > a .telegram {
    background-image: url("telegram-blue-c92c9d500c19a5ff892b6471e2872c5eedf3d649bb889c0634c60f029325caee.svg");
  }

  .social-buttons-compact > a .telegram:hover {
    background-image: url("telegram-white-4dd994579b971a52303a60258ac60ff66a8c513e78c9518c36fa73d1296594ba.svg");
  }

  .social-buttons-compact > a .rutube {
    background-image: url("");
  }

  .social-buttons-compact > a .rutube:hover {
    background-image: url("");
  }

  * {
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    color: #337ab7;
  }

  a:hover {
    color: #23527c;
    text-decoration: underline;
  }

  .hidden {
    display: none !important;
  }

  .toggle-desktop-version {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #1b354a;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
  }
}

.footer-logo {
  max-width: 80px;
}
