@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-medium-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium-webfont.svg#../fonts/helveticaneuecyr/helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyrthin';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-thin-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-thin-webfont.svg#../fonts/helveticaneuecyr/helveticaneuecyrthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-light-webfont.svg#../fonts/helveticaneuecyr/helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body 
{
	font-family: helveticaneuecyrlight, arial;
}

h1
{
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 34px;
	font-family: helveticaneuecyrthin;
}

h2
{
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 34px;
	font-family: helveticaneuecyrthin;
}

h3
{
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 34px;
	font-family: helveticaneuecyrthin;
}

p
{
	margin: 0 0 20px;
	line-height: 25px;
	font-size: 15px;
}

p.small
{
	margin: 0 0 14px;
	line-height: 24px;
	font-size: 13px;
}

b,strong
{
	font-family: helveticaneuecyrmedium;
	font-weight: normal;
}

a
{
	color: #0066cc;
	text-decoration: underline;
}

a:hover
{
	color: #0066cc;
	text-decoration: none;
}

.roman
{
	font-family: georgia;
	font-size: 13px;
}

.green_info
{
	height: 14px;
	padding: 0 8px;
	font-size: 11px;
	color: #ffffff;
	display: inline-block;
	background: #54ce5f;
	border-radius: 2px;
	line-height: 14px;
}

.wl_container .text-center
{
	text-align: center;
}

select.select
{
	height: 34px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	border-radius: 4px;
	border: 1px solid #88b8e8;
}

input::-ms-clear {
    display: none;
}

ul.ul_clear {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ul_clear li {
    margin-bottom: 6px;
}

.ftw-16 {
    font-size: 16px;
}

img {
    max-width: 100%;
}

table.table-clear {
    margin: 0 !important;
}

table.table-clear tr,
table.table-clear tr td {
    border: 0 !important;
}