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

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    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-info:before {
    content: "\e90a";
}

.icon-bottom-sight:before {
    content: "\f078";
}

.icon-play:before {
    content: "\e909";
}

.icon-arrow-down:before {
    content: "\e908";
}

.icon-check2:before {
    content: "\e907";
}

.icon-close:before {
    content: "\e906";
}

.icon-burger:before {
    content: "\e903";
}

.icon-phone:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e905";
}

.icon-check-reg:before {
    content: "\e902";
}

.icon-circle-arrow-right:before,
.icon-circle-arrow-bottom:before,
.icon-circle-arrow-up:before {
    content: "\e901";
}

.icon-circle-arrow-left:before {
    content: "\e899";
}

.icon-check:before {
    content: "\e900";
}