If you are happy not to use the command \url(i.e. you need to break the lines manually), you can do the following in regular LaTeX:
\ documentclass {article}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\texttt{http://www.pravoslavie.bg//---}
\end{document}
, XeTeX LuaTeX / . - XeTeX, - :(
\documentclass{article}
\usepackage{fontspec,hyperref}
\setmonofont{Arial Unicode MS}
\begin{document}
\url{http://www.pravoslavie.bg//---}
\end{document}