.noselect, .global-link {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.global-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0px;
  opacity: 0; }

.footer.footer-type-4 {
  padding: 30px 0px 19px 0px; }
  .footer.footer-type-4 .row .logo {
    text-align: left; }
    @media screen and (max-width: 1117px) {
      .footer.footer-type-4 .row .logo {
        text-align: center; } }
  .footer.footer-type-4 .row .footer-about {
    color: #C4C4C4;
    font-size: 12px;
    margin-top: 25px; }
    @media screen and (max-width: 1117px) {
      .footer.footer-type-4 .row .footer-about {
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
        margin-bottom: 40px; } }
  .footer.footer-type-4 .row .footer-menu-wrap {
    flex: initial; }
    @media screen and (max-width: 1117px) {
      .footer.footer-type-4 .row .footer-menu-wrap {
        flex: 0 0 100%;
        margin-bottom: 40px; } }
    .footer.footer-type-4 .row .footer-menu-wrap ul {
      text-align: right; }
      @media screen and (max-width: 1117px) {
        .footer.footer-type-4 .row .footer-menu-wrap ul {
          text-align: center; } }
      .footer.footer-type-4 .row .footer-menu-wrap ul li:last-child {
        padding-right: 0px; }
      .footer.footer-type-4 .row .footer-menu-wrap ul li:first-child {
        padding-left: 0px !important; }
      @media screen and (max-width: 1117px) {
        .footer.footer-type-4 .row .footer-menu-wrap ul li {
          padding: 0px 15px; } }
      @media screen and (max-width: 591px) {
        .footer.footer-type-4 .row .footer-menu-wrap ul li {
          padding: 0px 0px;
          width: 100%;
          margin-bottom: 10px; } }
  .footer.footer-type-4 .row .copyrights {
    text-align: left; }
    @media screen and (max-width: 1117px) {
      .footer.footer-type-4 .row .copyrights {
        text-align: center; } }
  .footer.footer-type-4 .row .footer-search-form {
    margin-top: 37px;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1117px) {
      .footer.footer-type-4 .row .footer-search-form {
        justify-content: center; } }
    .footer.footer-type-4 .row .footer-search-form .search-form {
      position: relative; }
      @media screen and (max-width: 1117px) {
        .footer.footer-type-4 .row .footer-search-form .search-form {
          width: 100%; } }
      .footer.footer-type-4 .row .footer-search-form .search-form form {
        padding-right: 40px; }
        .footer.footer-type-4 .row .footer-search-form .search-form form input {
          padding: 10px 10px;
          transition: all 0.3s;
          transform: initial;
          width: 100%;
          height: 30px;
          border-radius: 15px;
          border: solid 1px #C4C4C4;
          font-size: 14px;
          background: #F6F6F6;
          font-weight: normal;
          min-width: 213px;
          color: #C4C4C4; }
          @media screen and (max-width: 1117px) {
            .footer.footer-type-4 .row .footer-search-form .search-form form input {
              min-width: initial; } }
      .footer.footer-type-4 .row .footer-search-form .search-form .search-button {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 34px;
        text-align: center;
        color: #C4C4C4;
        background: none;
        border: none;
        padding: 0px;
        cursor: pointer;
        font-size: 18px;
        z-index: 11; }

.footer-colored .footer.footer-type-4 .row .footer-about {
  color: #fff; }

.footer-colored .footer.footer-type-4 .row .footer-search-form .search-form form input {
  color: #252B33;
  border-color: #fff;
  background: #fff; }

.footer-colored .footer.footer-type-4 .row .footer-search-form .search-form .search-button {
  color: #fff; }
