@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?wbtl2s') format('truetype'),
    url('fonts/icomoon.woff?wbtl2s') format('woff'),
    url('fonts/icomoon.svg?wbtl2s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-mobile:before {
  content: "\e900";
}
.icomoon-angle-double-down:before {
  content: "\e901";
}
.icomoon-angle-double-up:before {
  content: "\e902";
}
.icomoon-angle-double-right:before {
  content: "\e903";
}
.icomoon-angle-double-left:before {
  content: "\e904";
}
.icomoon-check:before {
  content: "\e905";
}
.icomoon-angle-down:before {
  content: "\e906";
}
.icomoon-angle-up:before {
  content: "\e907";
}
.icomoon-angle-right:before {
  content: "\e908";
}
.icomoon-angle-left:before {
  content: "\e909";
}
.icomoon-phone:before {
  content: "\e90a";
}
.icomoon-home:before {
  content: "\e90b";
}
.icomoon-x:before {
  content: "\e919";
}
.icomoon-facebook:before {
  content: "\e91a";
}
.icomoon-line:before {
  content: "\e91c";
}
.icomoon-youtube:before {
  content: "\e91d";
}
.icomoon-twitter:before {
  content: "\e91e";
}
.icomoon-instagram:before {
  content: "\e91f";
}


@media screen and (min-width: 1024px) {
  #footer .footer_contactWrap .footer_form {
    width: calc(100% / 3);
  } 
}
