% Dear authors please try to avoid using unnecessary packages or commands. If it is inevitably necessary to use extra packages or commands please point out that fact and list them separately from mentioned in the offered pattern.
% The bibliography should be drawn up with the use of special amsbib.sty package. The requirements on how to use the package could be found by the link \url{http://www.mathnet.ru/poffice/mirefmodule.phtml?wshow=mirefmodule&option_lang=eng}
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage{indentfirst}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{array}
\usepackage{float}
\usepackage{url}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage[title]{appendix}
\usepackage{titling}
\usepackage{longtable}
%
\usepackage{amsbib}
%
%---------------------------------------------------------
%
\usepackage{geometry}
\geometry{left=2.5cm}
\geometry{right=2.5cm}
\geometry{top=2.5cm}
\geometry{bottom=2.5cm}
%
%---------------additional packages------------------------------
%
% \usepackage{}
%
%---------------------------------------------------------
%
\renewcommand{\labelitemi}{\normalfont \bfseries{--}}
%
\parindent=0.75cm
%
%---------------------------------------------------------
%
\frenchspacing
\sloppy
\hyphenpenalty=50
%
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{statement}{Statement}
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{example}{Example}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\newtheorem{problem}{Problem}
%
%---------------------------------------------------------
%
\newcommand{\NN}{\mathbb{N}}
\newcommand{\ZZ}{\mathbb{Z}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\CC}{\mathbb{C}}
\newcommand{\GG}{\mathbb{G}}
\newcommand{\FF}{\mathbb{F}}
%
%---------------additional commands------------------------------
%
% \newcommand{}{}
%
%---------------------------------------------------------
%
\providecommand{\keywords}[1]{
	\begin{flushleft}
	\small\textbf{Keywords: } #1
	\end{flushleft}
	}
%
\providecommand{\affili}[1]{
	\begin{center} 
	\small #1
	\end{center}
	\vspace{.1cm}}
%
%----------------------------------------------------------------
%----------------------------------------------------------------
%----------------------------------------------------------------
%----------------------------------------------------------------
%----------------------------------------------------------------
%----------------------------------------------------------------
%----------------------------------------------------------------
%
% !!!!! Do not fill the field in the submission
% \title{No title in the submission}
% !!!!! Do not fill the field in the submission
% \author{\normalfont The Author\_1$^1$ and The Author\_2$^2$}
\date{}
%
%======================================================================
%======================================================================
%======================================================================
%
\begin{document}
%
\large
%
%----------------------------------------------------------------
%
% \maketitle
%
%----------------------------------------------------------------
%
\par\vspace{-60pt}
%
%----------------------------------------------------------------
%
% !!!!! Do not fill the field in the submission
% \affili{
% 	$^1$The Company\_1, Country\\
% 	$^2$The Company\_2, Country\\
% 	\texttt{author\_1@email.com, author\_2@email.com}
% }
%
%----------------------------------------------------------------
%
\begin{abstract}
The abstract.
\end{abstract}
%
%----------------------------------------------------------------
%
\keywords{key words.}
%
%======================================================================
%======================================================================
%
\section{Section}

Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text

%
%======================================================================
%======================================================================
%
\def\refname{References}
\begin{thebibliography}{99}

\bibitem{ref1}
\by Chen S., Steinberger J. 
\paper Tight Security Bounds for Key-Alternating Ciphers
\ed Nguyen P.Q., Oswald E.
\proc EUROCRYPT 2014. 
\inbook LNCS
\vol 8441
\publ Springer
\publaddr Berlin, Heidelberg
\pages 327--350
\yr 2014

\bibitem{GOST} 
\preprint GOST 28147. Cryptographic Protection for Information Processing Systems.
Government Standard of the USSR. Government Committee of the USSR for Standards
\yr 1989
\finalinfo In Russian

\end{thebibliography}
%
%======================================================================
%
\end{document}

