﻿@font-face{
	font-family:'iconfontcustom';
	src:url('../fonts/iconfontcustom/iconfontcustom.eot?jzaet');
	src:url('../fonts/iconfontcustom/iconfontcustom.eot?#iefixjzaet') format('embedded-opentype'),
	url('../fonts/iconfontcustom/iconfontcustom.woff?jzaet') format('woff'),
	url('../fonts/iconfontcustom/iconfontcustom.ttf?jzaet') format('truetype'),
	url('../fonts/iconfontcustom/iconfontcustom.svg?jzaet#iconfontcustom') format('svg');font-weight:normal;font-style:normal;
}


[class^="ifc-"], [class*=" ifc-"] {
    font-family: 'iconfontcustom';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body{
	height: 100%;
	font-family: sans-serif,Tahoma,Arial;
}

table,
img{max-width: 100%;}

.st_width{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	/*width: 100%;*/
	/*min-width: 992px;
	max-width: 1263px;*/
}

.nowrap{white-space: nowrap;}

.container{
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.container:after {
	height: 80px;
	content: '';
	display: block;
}


.header{overflow:hidden;}
.header-tbl{width:100%;}
.header .contacts{float:right;}
.header-cell-left{text-align: left;}
.header-cell-right{text-align: right;padding-right: 30px;}


.header-line{
	overflow: hidden;
    left: 0;
    right: 0;
    background: #f7f7f9;
    border-bottom: 1px solid #fff;
    /*height: 39px;*/
    padding:0px 25px;
}

.header-line__auth,
.header-line__basket{
	float:right;
}
.header-line__auth{		min-width:160px;text-align:right;}
.header-line__basket{	min-width:150px;margin-left:30px;margin-right:15px;}
.header-line__contacts{text-align:right;}

.header-line__auth,
.header-line__basket,
.header-line__contacts{
	line-height: 39px;
	color: #888;
	font-size: 13px;
}

.tmpl-logo{
	display:block;
	margin:0 auto;
	width:100px;
	height:100px;
	background: url(/bank/logo/logo_120.png) no-repeat 50% 50%;
	background-size:contain; 
}
.tmpl-logo-wrap{
	padding:10px 20px 10px;
	width:240px;
}

.head_h1{font-size:30px;line-height: 1.2;padding:0;}

.site-title-text{font-size: 24px;}

.m_block{
	background-color:#ffffff;
	padding: 20px 15px;
}

.body_wrap::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.body_wrap .l_block {
	width: 280px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l_block_label{
	position: fixed;
	top: 250px;
	left: -28px;
	transform: rotate(90deg);
	background: #1294e8;
	color: #ffffff;
	padding: 0 10px;
	height: 25px;
	width: 80px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border-radius: 7px 7px 0 0;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	display: none;
	z-index: 10;
}

.body_wrap.twocol_left	.m_block {
    overflow: hidden;
    margin-left: 280px;
}

.b_block{
	margin: 25px 0 10px;
	padding: 10px 15px;
	border-top: 1px solid #e1e1e1;
}
.t_block .bx-viewport{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}


/*Цветовая схема*/
body{
	background-color:#fff;
	color: #484c51;
}
.header{
	padding-left: 15px;
	padding-right: 15px;	
}
.hmenu *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a{color:#59ae3e;}

a div{
	color: #484c51;
}

.btn{
	line-height: 16px;
	padding:9px 30px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height:auto;
	cursor: pointer;
	border:none;
	background: #555;
	color:#fff;
	border-radius:2px;
	outline: none;
}


/*top-menu*/
#nav-trigger{
	display: none;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 15px;
	position: relative;
	cursor: pointer;
}

#nav-trigger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	margin: 10px 0 0 0;
	background: #ffe894;
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
}

#nav-trigger span:before,
#nav-trigger span:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffe894;
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
}

#nav-trigger span:before { margin: -10px 0 0 0; }

#nav-trigger span:after { margin: 10px 0 0 0; }

#nav-trigger.open span { background-color: transparent; }

#nav-trigger.open span:before,
#nav-trigger.open span:after {
	margin: 0;
	background: #9b9b99;
}

#nav-trigger.open span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-trigger.open span:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.toggle-text {
	font-family: arial;
	font-size: 18px;
	color: #ffe894;
}

.nav{
	text-align: left;
	line-height: 0;
	background-color: #1294e8;
	margin-left: 294px;
	margin-top:10px;
	margin-bottom:10px;
}

.nav__list_lvl0{width: auto;}

.nav__item_lvl0{width:auto; border-left: 1px solid #13a5ee;}
.nav__item_lvl0:first-child {border-left: 0px solid transparent;}

.nav__link{line-height:14px;} 
.nav__link_lvl0{
	color: #fff;
	padding:7px 20px;
	line-height:20px;
}
.nav__link_active,
.nav__item:hover>.nav__link{
	color: #fff;
	background-color: #3aaaf3;
}


/*left-menu*/
.vmenu{
	margin-top: 15px;
	margin-bottom: 20px;
}

.vmenu__list_sub{
	display: none;
	margin-left: 10px; 
}
.vmenu__item{position: relative;}

.vmenu__link{
	min-height: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 30px;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	color: #484c51;
}


.vmenu__link_lvl0{
	color: #484c51;
	font-weight: bold;
	border-bottom: 1px solid #dfe7ec;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding-left: 0px;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.vmenu__link_lvl1{padding-left:0px;}
.vmenu__link_lvl2{padding-left:15px;}
.vmenu__link_lvl3{padding-left:30px;}

.vmenu__link_current,
.vmenu__item:hover>.vmenu__link{
	color: #59ae3e;
}

.vmenu__item_open>.vmenu__list_sub{
	display: block;
}

.vmenu__openmarker{top:0;}
.vmenu__openmarker_lvl0{top:8px;}

/*footer*/
.footer{
	height:50px;
	padding:20px 15px 10px;
	display:table;
	/*width:100%;*/
	position:relative;
	margin-top: -100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        
	color: #484c51;
	border-top: 5px solid #1294e8;
}
.footer>div,.almalogo-wrap{vertical-align:middle;display:table-cell;padding:0 10px;box-sizing:border-box;width:20%;}
.almalogo-wrap{text-align:right;padding-right:0;vertical-align:top;position:relative;}

div.f_namecompany{text-align:left;padding-left:0;width:25%;}
div.f_counters{text-align:left;padding-left:70px;}


/*переопределения и фиксы*/

.badsee-link__box .link_seeversion{
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #1294e8 url(../i/ic-eyes.png) no-repeat center center;
	background-size: cover;
	cursor: pointer;
	z-index:100;
	font-size:0;
	line-height:0;
}

.bxslider_wrap .bx-wrapper{margin-bottom:0px;}



/*Разные стили*/
.demo{
	position: absolute;
	top: 0;
	left: 279px;
	right: 0;
	text-align: left;
	line-height: 35px;
	color: red;
	font-size: 14px;
	padding: 0 15px;
}

.text-green{color:#59ae3e;}


.move_up{
	position: fixed;
	z-index: 99;
	left:auto;
	top:auto;
	right: -40px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	background-color: #3b3e43;
	border-radius:0;
	color: #fafafa;
	font-size: 24px;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.move_up:before{
	background:none;
	font-family: 'iconfontcustom';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 40px;
	height:40px;
	width:40px;
	font-weight: normal;
	display:inline-block;
	vertical-align: top;
	text-align:center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	content:"\e66d";
	left:0;
	top:0;
}

.move_up.visible{right:40px;opacity: 0.5;}

.contentblock{max-width: 100%;}
.contentblock_id_263{max-width: calc(100% - 20px);}

.one_video iframe{max-width: 100%;}
.mm-page{height: 100%;}


.header__basket{
	position: absolute;
	width:115px;
	right:260px;
	top:20px;
}