@media screen and (min-width: 1261px) {
  #colophon .footer-top .container {
    padding: 80px 0;
  }
  #colophon .footer-top .container .content-left {
    width: 173px;
    font-size: 14px;
    line-height: 24px;
  }
  #colophon .footer-top .container .content-right {
    width: calc(100% - 273px);
  }
  #colophon .footer-top .container .content-right .footer_menu .footer_widget_nav_menu .widget-title {
    font-size: 18px;
    line-height: 24px;
  }
  #colophon .footer-top .container .content-right .footer_menu .footer_widget_nav_menu ul li {
    margin-bottom: 16px;
  }
  #colophon .footer-bottom .container {
    padding: 15px 0;
  }
  #colophon .footer-bottom .container .content-left .copyright_info {
    font-size: 14px;
    line-height: 20px;
  }
  #colophon .footer-bottom .container .content-left .copyright_info a:hover {
    text-decoration: none;
  }
  #colophon .footer-bottom .container .content-right li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}