@font-face {
    font-family: "ptd-icons";
    src: url("fonts/ptd-icons.woff2") format("woff2"),
        url("fonts/ptd-icons.ttf") format("truetype"),
        url("fonts/ptd-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "ptd-icons" !important;
    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;
}
.icon-close:before {
    content: "\f006";
}
.icon-burger:before {
    content: "\f007";
}
.icon-phone:before {
    content: "\f003";
}
.icon-location:before {
    content: "\f004";
}
.icon-download:before {
    content: "\f005";
}
.icon-arrow-left:before {
    content: "\f001";
}
.icon-arrow-right:before {
    content: "\f002";
}
.icon-ptd:before {
    content: "\f000";
}