/* =============================================================================
   File:            common.css
   Description:     Common styles for a whole site
   Project:         PromSvyazBank Site
   Author:          Eugene Moiseenko & Pavel Buramenski
   ========================================================================== */

/* --------------------------------------- Common fonts, styles and reset */ 
.scChromeData
{
    display:none;
}

html {height:100%;}

body {
	background:#fff;
	color:#333333;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:16px;
	/*text-align:left;*/
	height:100%;
	min-height:100%;
	/*min-width: 1000px;*/
	margin:0;
	padding:0;
}



header, footer, article, section, nav, figure, address, hgroup, abbr, figcaption, aside {
	margin:0;
	padding:0;
	display:block;
}

figure img {display:block;}

input {
	font-size:12px;
	line-height:16px;
}

abbr {border:none;}

address {font-style:normal;}

a {
	color:#f57b20;
	outline:none;
	cursor:pointer;
    transition:color .2s ease-out;
    -moz-transition:color .2s ease-out;
    -webkit-transition:color .2s ease-out;
    -o-transition:color .2s ease-out;
    -ms-transition:color .2s ease-out;
	text-decoration: none;
}

a:hover {text-decoration:underline;}

p {
	margin:0;
	padding:0;
}

table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

td, 
th, 
tr {
	padding:0;
	margin:0;
}

ol, 
ul, 
li, 
dl, 
dt, 
dd {
	padding:0;
	margin:0;
}

ol, 
ul {margin:0;}

ol, ul {list-style-position:inside;}

li {list-style:none;}

img {
	padding:0;
	border:0;
}

a img {
	border:0;
	display:block;
}

select, option {
	background:none;
	border:none;
}

.preloader {
	background:url(https://www.psbank.ru/images/loader.gif) 50% 50% no-repeat;
	display:block;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
}

div {
	/*text-align:left;*/
	margin:0;
	padding:0;
}

blockquote, 
code, 
input, 
textarea {
	padding:0;
	margin:0;
}

object, 
video, 
audio, 
embed, 
canvas {display:block;}

form {
	border:none;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	display:block;
	margin:0;
	padding:0;
}

input {
	border:0;
	background:none;
	outline:none;
}

textarea {
	background:none;
	border:0;
	overflow:hidden;
	outline:none;
	resize:none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin:0;
	padding:0;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {text-decoration:none; font-style:inherit;}

h1 {
	font-family:'Open Sans', arial;
	color:#00146d;
	font-size:36px;
	line-height:48px;
}

h2 {
	color:#274193;
	font-family:'Open Sans', arial;
	font-size:26px;
	line-height:32px;
	font-weight:normal;
}

h3 {
	font-family: arial, arial; /* Z2; B - font-family: 'Open Sans Semibold', arial;*/
	font-weight: 800;
	font-size:18px; /* Z2; B - font-size:16px;	*/
	line-height:24px;
	/*text-transform:uppercase;*/
}

h4 {
	font-family:'Open Sans Light', arial; /* Z2; B - font-family:'Open Sans', arial;*/
	color:#152778;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
}

h5 {
	font-family:'Open Sans Light', arial;  /* Z2; B - font-family:'Open Sans Semibold', arial; */
	color:#2a4d92;
	font-size:17px;  /* Z2; B - font-size:18px; */
	font-weight:normal;
	line-height:24px;
}

h6 {
	font-family:'Open Sans Light', arial; /* Z2; B - font-family:'Open Sans Semibold', arial; */
	color:#062341;
	font-size:13px;
}

small {font-size:12px;}

.cl {clear:both;}

.ovh {overflow:hidden;}

.fl {float:left;}

.fr {float:right;}

.align_left {
	float:left;
	margin-right:16px;
}

.align_right {
	float:right;
	margin-left:16px;
}

#page {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

 /*--------------------------------------------- Dark overlay for modal forms */  
.dark_overlay {
	background:rgba(0, 0, 0, .15);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	/*z-index: 100;*/
}

.ymaps-balloon-overlay{
    z-index: 10000 !important;
}