@charset "UTF-8";

/*
Project css styles.
Media screen. Layout, fonts, colors.
-------------------------------------------------------------*/


/* Layout
----------------------------------------*/

/*html {
	background:url(../images/back_new_year.jpg) no-repeat center top;
}*/

body {background-color:transparent !important;}


.page {
	width: 980px;
	margin: 0 auto;
        position: relative;
}

/* Header -----------------------------*/

.header {
	padding: 10px 0 0 10px;
	min-height: 164px;
	position:relative;
        z-index: 855;
}
.header.image_short{
        padding: 10px 0px 0 10px;
        /*padding: 10px 30px 0 10px;*/
}
@-moz-document url-prefix() {
	.header {margin-left:-1px;}
}

.h-link1,
.h-link2,
.h-link3 {
	display:none;
}

body.h-spring .h-link1,
body.h-spring .h-link2,
body.h-spring .h-link3,
body.h-summer .h-link1,
body.h-summer .h-link2,
body.h-summer .h-link3,
body.h-autumn .h-link1,
body.h-autumn .h-link2,
body.h-autumn .h-link3,
body.h-winter .h-link1,
body.h-winter .h-link2,
body.h-winter .h-link3 {
	display: block;
	position: absolute;
	text-decoration: none;
}

body.h-spring .header-house {
	background: url("/images/header-spring-house.jpg") no-repeat 432px 10px;

}

body.h-spring .header-tree {
	background: url("/images/header-spring-tree.jpg") no-repeat 268px 47px;
}

body.h-spring .header-family {
	background: url("/images/header-spring-family.jpg") no-repeat 346px 116px;
}




body.h-summer .header-house {
	background: url("/images/header-summer-house.jpg") no-repeat 437px 9px;

}

body.h-summer .header-tree {
	background: url("/images/header-summer-tree.jpg") no-repeat 171px 45px;
}

body.h-summer .header-family {
	background: url("/images/header-summer-family.jpg") no-repeat 333px 109px;
}



body.h-autumn .header-house {
	background: url("/images/header-autumn-house.jpg") no-repeat 402px 9px;

}

body.h-autumn .header-tree {
	background: url("/images/header-autumn-tree.jpg") no-repeat 136px 45px;
}

body.h-autumn .header-family {
	background: url("/images/header-autumn-family.jpg") no-repeat 267px 70px;
}



body.h-winter .header-house {
	background: url("/images/header-winter-house.jpg") no-repeat 390px 0px;
}
@-moz-document url-prefix() {
	body.h-winter .header-house {
		background: url("/images/header-winter-house.jpg") no-repeat 391px 0px;
	}
}

body.h-winter .header-tree {
	background: url("/images/header-winter-tree.jpg") no-repeat 192px 51px;
}
@-moz-document url-prefix() {
	body.h-winter .header-tree {
		background: url("/images/header-winter-tree.jpg") no-repeat 193px 51px;
	}
}

body.h-winter .header-family {
	background: url("/images/header-winter-family.jpg") no-repeat 222px 99px;
}
@-moz-document url-prefix() {
	body.h-winter .header-family {
		background: url("/images/header-winter-family.jpg") no-repeat 223px 99px;
	}
}



.h-link1 span,
.h-link2 span,
.h-link3 span {
	display:none;
	position: absolute;		
	left:100%;
	top:0;
	z-index: 10;
	padding: 12px 13px;
	line-height: 1.1;
	background: #F6F6F6;
	border:1px solid #D4D4D4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	font-family: Arial, Helvetica sans-serif;
	color:#000;
	font-size:14px;
	letter-spacing: -1px;
	white-space: nowrap;
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow:2px 2px 1px rgba(0,0,0,0.5);
}

.h-link1 span i,
.h-link2 span i,
.h-link3 span i {
	position:absolute;
	z-index: 11;
	width:17px;
	height:23px;
	background: url(/images/tooltip-arrow.png) no-repeat;
	display:block;
	margin-left:-30px;
	top:7px;
}

.h-link1 span {
	top:40px;
}

.h-link1 strong,
.h-link2 strong,
.h-link3 strong {
	position:relative;
	display: block;
	font-weight:normal;
}

.h-link1:hover span,
.h-link2:hover span,
.h-link3:hover span {
	display:block;
}

.h-link1 {
	width: 240px;
	height: 140px;
	left: 440px;
	z-index: 2;
}

.h-link2 {
	width: 80px;
	height: 50px;
	left: 345px;
	top: 120px;
	z-index: 3;
}

.h-link3 {
	width: 50px;
	height: 105px;
	left: 180px;
	top: 55px;
}

body.h-spring .h-link2 {
	left: 355px;
}

body.h-spring .h-link3 {
	left: 275px;
}

body.h-autumn .h-link1 {
	left: 400px;
}

body.h-autumn .h-link2 {
	width: 86px;
	height: 92px;
	left: 275px;
	top: 80px;
}

body.h-autumn .h-link3 {
	width: 55px;
	height: 110px;
	left: 140px;
	top: 55px;
}

/**/

body.h-winter .h-link1 {
	width: 240px;
	height: 150px;
	left: 410px;
	z-index: 2;
	top: 10px;
}

body.h-winter .h-link2 {
	width: 85px;
	height: 60px;
	left: 240px;
	top: 110px;
}

body.h-winter .h-link3 {
	width: 50px;
	height: 105px;
	left: 205px;
	top: 65px;
}



body.internal .header .h-link1,
body.internal .header .h-link2,
body.internal .header .h-link3 {
	display:none !important;
}



.header-left {
	float: left;
	width: 309px;
        padding-top:7px;
}
.header-left-big {
	float: left;
	width: 437px;
        padding-top: 28px;
        /*padding-left: 92px;*/
        text-align: center;
}

.header-right {
	float: right;
	max-width: 40em;
	padding:8px 0 0;
}
.image_short .header-right {
        padding:2px 0 0;
}

.header-right.mart8 {
        padding-top: 20px;
        position: relative;
        z-index: 860;
}

.logo {
	display: block;
	width:309px;
	height:28px;	
}
.logo {
	display: block;
	width:309px;
	height:28px;
        background: url('/images/logo.png') no-repeat left top;
}
.logo-en {
	display: block;
	width:309px;
	height:28px;
        background: url('/images/logo-en.png') no-repeat left top;
        
}

.header-left-big .logo {
        width:437px;
	height:92px;
        /*background: url('/images/logo_8marta.png') no-repeat left top;*/
        /*background: url('/images/logo_white_yellow.png') no-repeat center top;*/
        background: url('/images/logo25.png') no-repeat center top;
        /*background: url('/images/logo_white_yellow1.png') no-repeat center top;*/
}
.header-left-big .logo-en {
        width:437px;
	height:92px;
        /*background: url('/images/logo_8marta-en.png') no-repeat left top;*/
        /*background: url('/images/logo_white_yellow-en.png') no-repeat center top;*/
        background: url('/images/logo25-en.png') no-repeat center top;
        /*background: url('/images/logo_white_yellow1-en.png') no-repeat center top;*/
}



/* Search & lang */

.lang-wr {
	list-style: none;
	float: left;
	margin: 4px 10px 0 0;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
}
.image_short .lang-wr {
        background-color: #FFF8B8;
}

.lang-wr li {
	float: left;
	margin-right:2px;
}

.lang-wr li a {
	display:inline-block;
	text-decoration: underline;
	color:#3c4c55;
	font-size: 11px;
	padding:2px 3px 3px 4px;
	position:relative;
}

.lang-wr li a:hover {
	color:#000;
}

.lang-wr li.active a {
	background: #ff8200;
	/*cursor: default;*/
	color:#fff;
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.image_short .lang-wr li.active a {
        background: #3C4C54;
}
.lang-wr li.active a:hover{
        color:#fff;
}


.font-wr {
	list-style: none;
	float: left;
	margin: 4px 0px 0 0;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
}
.image_short .font-wr {
        background-color: #FFF8B8;
}
.font-wr li {
	float: left;
	margin-right:0px;
}

.font-wr li a {
	display:inline-block;
	text-decoration:none;
	color:#3c4c55;
	font-size: 13px !important;
        font-family: Open Sans;
	/*padding:0px 3px 2px 4px;*/
	position:relative;
        width: 19px;
        height: 19px;
        padding: 0px;
        text-align: center;
}
.font-wr li a:hover {
	color:#000;
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
}
.font-wr li.active a {
	background: #ff8200;
	/*cursor: default;*/
	color:#fff;
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.image_short .font-wr li.active a {
        background: #3C4C54;
}
.font-wr li.active a:hover{
        color:#fff;
}

.call136 {
        float: right;
        margin-top: 25px;
        margin-right: 5px;
}
.image_short .call136 {
        margin-top: 35px;
}
.btn-homepage{
        float:left;
        margin:0 20px 6px 0;
        font-size:12px;
        text-transform:capitalize;
        color:#3C4C55;
        background: url(../images/btn-home.png) no-repeat left top;
        padding: 2px 0 0 20px;
}
.btn-sitemap{
        float:left;
        margin:0 0 6px 0;
        font-size:12px;
        text-transform:capitalize;
        color:#3C4C55;
        background: url(../images/btn-sitemap.png) no-repeat left top;
        padding: 2px 0 0 20px;
}
.btn-homepage a, .btn-sitemap a,.btn-homepage a:hover, .btn-sitemap a:hover{
        color:#3C4C55;
}
/* Header buttons */
.header-icons {
        float: left;
	width: 147px;
        padding-top: 7px;
        /*padding-left: 26px;*/
        padding-left: 6px;
}
.header-icons .btn-homepage-br {
        font-size: 12px;
        color: #696A6D;
        background: url(../images/btn-home-br.png) no-repeat left top;
        /*background: url(../images/btn-home-white.png) no-repeat left top;*/
        padding: 0 0 0 20px;
        margin-top: 20px;
}
.header-icons .btn-sitemap-br {
        font-size: 12px;
        color: #696A6D;
        background: url(../images/btn-sitemap-br.png) no-repeat left top;
        /*background: url(../images/btn-sitemap-white.png) no-repeat left top;*/
        padding: 0 0 0 20px;
        margin-top: 20px;
}
.header-icons .btn-print-br {
        font-size: 12px;
        color: #696A6D;
        background: url(../images/btn-print-br.png) no-repeat left top;
        /*background: url(../images/btn-print-white.png) no-repeat left top;*/
        padding: 0 0 0 20px;
        margin-top: 20px;
}
.btn-homepage-br a, .btn-sitemap-br a, .btn-print-br a, .btn-homepage-br a:hover, .btn-sitemap-br a:hover, .btn-print-br a:hover {
        /*color: #3C4C54; color: #ffffff;*/
        color: #696A6D;
}

/* Search */

.search-wr {
	float: left;
	margin-right: 11px;
}

.field-search {
	border: 1px solid #abb1b7;
	border-right: 0 !important;
	background: #fff;
	color:#999999;
	font-size: 12px;
	padding:4px 0 5px 8px;
	width: 148px;
	height:15px;
	vertical-align: top;
	outline: none;
	float:left;
}
.image_short .field-search {
        border: 1px solid #ABB1B7;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
        .field-search { height:26px; }
 }

.btn-search {
	border-top: 1px solid #abb1b7;
	border-right: 1px solid #abb1b7;
	border-bottom: 1px solid #abb1b7;
	border-left:0;
	background:#fff url("../images/search-arrow.png") no-repeat center 7px;
	cursor: pointer;
	height: 26px;
	width: 26px;
	float:left;
	margin:0;
	padding:0;
}
.image_short .btn-search {
        border-top: 1px solid #ABB1B7;
	border-right: 1px solid #ABB1B7;
	border-bottom: 1px solid #ABB1B7;
}
.search-lang-wr{
        width:351px;
        float: right;
}

/* Navigation */


.nav-wr {
	margin: 0 0 11px 10px;	
        position: relative;
        z-index: 800;
}

.nav {
	list-style: none;
}
.nav>li:first-child {
	width: 95px;
}
.nav>li:nth-child(2){
	width: 160px;
}
.nav>li:nth-child(4) {
	width: 195px;
}
.nav li {
	float: left;
    position: relative;
	margin: 0 17px 0 0;
	padding-right:5px;
	width: 225px;
	height: 46px;
	background: url("../images/menu-r.png" ) no-repeat right top;
        z-index: 805;
}

.nav li.last {
	margin: 0;
	width:200px;
}

.nav li a {
	display: block;
	background:url(../images/menu-l.png) no-repeat left top;
	font-size: 14px;
	text-decoration: none;
	color: #3c4c55;
	font-weight: bold;
	text-shadow: 0 1px 0 #fffc00;
	height: 46px;
	line-height: 46px;
	padding:0 0 0 11px;
}

.nav li:hover{
	background-position:right -46px;
}

.nav li:hover a {
	background-position:left -46px;
	color: #704000;
}

.nav li.active {
	position: relative;
	z-index: 4;
	margin-bottom:-1px;
	background-position:right -92px;
	height: 52px;
}

.nav li.active a {
	color: #495860;
	text-shadow: 0 1px 1px #fff;
	background-position:left -92px;
	height: 52px;
}

.nav .menu-arrow {
    display: block;
    position: absolute;
    width: 20px;
    height: 21px;
    right: 7px;
    top:15px;
    background: url("../images/menu-punkt.png") no-repeat left top;
}

.nav .menu-arrow.drop {
    cursor: pointer;
}

.nav .menu-arrow.drop:hover {
    transform:scale(1.1);
}

.nav li.active .menu-arrow {
    background: url("../images/menu-punkt-active.png") no-repeat left top;
}

.menu-drop {
	z-index: 1;
	position: relative;
	border: 1px solid #cfc7c0;
	border-radius:0 0 5px 5px;
	background: #f4f1ee url(../images/menu-drop-back.png) repeat-x left bottom;
	padding: 0.125em;
	zoom:1;
}

.menu-drop-small {
	list-style: none;
	padding: 0.563em 0.750em;
}

.menu-drop-small li {
	float: left;
	width: 29%;
	padding: 0 0.5em 0 1.1em;
	background: url("../images/line-mdash.png") no-repeat left 0.6em;
	margin-bottom: 0.6em;

}

.menu-drop-small li a {
	font-size: 12px;
	color: #495860;
	text-decoration: none;
}

.menu-drop-big {
	list-style: none;
}

.menu-drop-big li {
	float:left;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	padding-bottom: 5px;
}

.menu-drop-big li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 9px;
}

.menu-drop-child {
	background: url(../images/punkt-arrow-bottom.png) no-repeat center bottom;
	font-weight: bold;
        position:relative;
}

*html .menu-drop-child {
margin-bottom:-5px;
margin-left:1px
}

.menu-drop-child a {
	background: #758085;
	border-radius:5px;
	color: #fff;
}
.menu-dc1{
        position:absolute;
        left:0;
        top:0;
}
.menu-dc2{
        position:absolute;
        right:0;
        top:0;
}

.menu-drop-parent {
	background: url(../images/punkt-arrow-left.png) no-repeat right top;
	padding-right: 15px;
	margin-right: 3px;
}

.menu-drop-parent a {
	border-radius: 5px 0 0 5px;
	background: #d9d2cc;
	color: #3c4c55 !important;
}
.menu-dp1{
        position:absolute;
        left:2px;
        top:2px;
}

.menu-dropdown {
    display: none;
}


/* Content
--------------------------------------*/

.content-wr {
	margin: 0 0 1.313em 0;
	padding:0 0 0 10px;
        /*padding:0 0 0 5px;*/
}

.content-left {
	float: left;
	width: 232px;
	margin-right: 16px;
	color: #626262;
	margin-bottom:25px;
}

.content-middle {
	width: 482px;
	float: left;
	margin-bottom:25px;
}

.content-right {
	float:right;
	width: 223px;
}

/* Service banners */

.service-bans {
	margin: 0 0 0.750em 0;
}

.service-bans a {
	display: block;
	height:63px;
	margin: 0 0 3px 0;
}

/* Votes */

.block-title {
	font-size: 24px;
	color: #000;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px 0;
	display:block;
}

.block-title-apend {
	font-size: 12px;
	margin: 0 0 0 0.5em;
	letter-spacing: 0;
}

.block-title-apend a {
	color: #3c4c55;
	margin-right: 0.833em;
}

.vote-block p {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.vote-table {
	width: 100%;
}

.vote-table td {
	vertical-align: top;
	padding: 0 0 15px 0;
	color: #000;
}

.vote-table td input {
	vertical-align: middle;
}

.vote-table td label {
	font-size: 13px;
}

.vote-table tbody tr td.first {
	width: 19px;
}

.vote-btns {
	margin: 0 0 11px 0;
}

.vote-links {
	color: #3c4c55;
	font-size: 12px;
	word-spacing: 12px;
}

.vote-links a {
	color: #3c4c55;
	word-spacing: 0;
}
.vote-home{
        width:210px;
}

/* Button */

.bt {
	border: 1px solid #fcb23a;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	background:#fba312 url("../images/bt.png") repeat-x left top;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	padding: 3px 15px;
	text-shadow: 0 -1px 0 #c47f00;
	cursor: pointer;
}
.bt-b {
	border: 1px solid #fcb23a;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	background:#fba312 url("../images/bt-b.png") repeat-x left top;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	padding: 5px 20px;
	text-shadow: 0 -1px 0 #c47f00;
	cursor: pointer;
}

/* Middle content */

.center-ban {
	margin: 0 0 7px 0;
}
.center-ban img{
	display:block;
}

.produts-wr {
	background:#f6f6f6 url(../images/products-back.png) no-repeat right bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	padding: 10px 0 2px;
	border: 1px solid #d4d4d4;
}

.produts-wr .block-title {
	padding-left: 0.833em;
	margin:5px 0 15px/*-3px*/;
}

.products-list {
	list-style: none;	
}

.products-list li {
	display: block;
	height: 58px;
	line-height: 58px;
	padding: 0;
	border-top: 1px solid #d8d8d8;
	color: #21323c;
    font-weight: bold;	
}

/*.products-list li:first-child {
	border-top: 0;
}*/

.products-list li a {
	display: block;
	padding: 0 0 0 0;
	height: 100%;
	color: #21323c;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	text-decoration:none;
	//cursor: pointer;
}

.products-list li a, x:-moz-any-link {display:-moz-inline-box;}
.products-list li a, x:-moz-any-link, x:default {display: block;}


.products-list li a[nohref]{
        text-decoration: none;
}

.products-list li a:hover span {
text-decoration: none;
}


.products-list li a span {
display: -moz-inline-block;
	display:inline-block;

	vertical-align: middle;
	width:370px;
	text-decoration:underline;
	
}


.products-list li a span.first {
	width: 83px !important;
	text-align: center;
	text-decoration:none;
}

.products-list li a span.first img {
vertical-align:middle;
}

.products-list .prod1 {
	background: url("../images/icons/ico-kred-potr.png") no-repeat 15px center;
}

.products-list .prod2 {
	background: url("../images/icons/ico-over-kred.png") no-repeat 21px center;
}

.products-list .prod3 {
	background: url("../images/icons/ico-kred-card.png") no-repeat 20px center;
}

.products-list .prod4 {
	background: url("../images/icons/ico-kred-auto.png") no-repeat 8px center;
}

.products-list .prod5 {
	background: url("../images/icons/ico-kred-hoz.png") no-repeat 16px center;
}

.products-list .prod6 {
	background: url("../images/icons/ico-20.png") no-repeat 22px center;
}

.products-list .prod7 {
	background: url("../images/icons/ico-start.png") no-repeat 10px center;
}

.products-list .prod8 {
	background: url("../images/icons/ico-line-rost.png") no-repeat 35px center;
}

.products-list .prod9 {
	background: url("../images/icons/ico-depos-kosh.png") no-repeat 15px center;
}

.products-list .prod10 {
	background: url("../images/icons/ico-pension.png") no-repeat 30px center;
}

.products-list .prod11 {
	background: url("../images/icons/ico-kred-realt.png") no-repeat 12px center;
}

.products-list .prod12 {
	background: url("../images/icons/ico-agro-tur.png") no-repeat 25px center;
}

.products-list .prod13 {
	background: url("../images/icons/ico-cards.png") no-repeat 25px center;
}

.products-list .prod14 {
	background: url("../images/icons/ico-zarplat.png") no-repeat 20px center;
}

.products-list .prod15 {
	background: url("../images/icons/ico-money-transfer.png") no-repeat 20px center;
}

.products-list .prod16 {
	background: url("../images/icons/ico-kred-ur-lica.png") no-repeat 26px center;
}

.products-list .prod17 {
	background: url("../images/icons/ico-dep-ur-lica.png") no-repeat 27px center;
}

.products-list .prod18 {
	background: url("../images/icons/ico-inet-bank.png") no-repeat 27px center;
}

.products-list .prod19 {
	background: url("../images/icons/ico-sms.png") no-repeat 28px center;
}

/* Right col
------------------------------------*/


/* Cours */

.cours-tabs {
	list-style: none;
	margin: -2px 0 0 0;
}

.cours-tabs li {
	float: left;
	margin: 0 3px 0 0;
	height: 35px;
	background:url("../images/tabs-grad-l.png") no-repeat left top;
	z-index: 2;
	position:relative;
	bottom:-2px;
}
.cours-tabs li.active {
	background-position:left -35px;
}
.cours-tabs li a {
	display:block;
	background:url(../images/tabs-grad-r.png) no-repeat right top;
	height: 35px;
	line-height:35px;
	padding: 0 11px;
	color: #3c4c55;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.cours-tabs li.active a {
	background-position:right -35px;
	font-weight: bold;
	color:#000;
}

.tabs-container {
/*	z-index: 1;
	position: relative;
	-webkit-border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	-webkit-box-shadow:inset #fff 0px 1px 0px;
	-moz-box-shadow:inset #fff 0px 1px 0px;
	box-shadow:inset #fff 0px 1px 0px;
	border: 1px solid #c9cdcf;
	padding: 13px 10px 9px;
	background: #fff7da;
	margin: 0 0 15px;
	width:201px;*/

        margin: 0px 0px 15px;
        z-index: 1;
        position: relative;
}

.tabs-container .tabs-content {
	/*display: none;*/
        
        position: relative;
}
.tabs-container #tab1.tabs-content{
	display: block;
}
.tabs-container .tabs-content .nbtn {
        background:url(../images/ntab-bg.png) no-repeat left top;
        width: 216px;
        height: 26px;
        font-size: 12px;
        font-family: Arial;
        color: #3C4C55;
        padding: 12px 0px 0px 8px;
        position: relative;
        z-index: 550;
        top: -3px;
}
.tabs-container .tabs-content .nbtn:hover {
        cursor: pointer;
        cursor: hand;
}
.tabs-container .tabs-content .nbtn a {
        color: #3C4C55;
        text-decoration: none;
}
.tabs-container .tabs-content .nbtn a:hover {
        text-decoration: none;
}
.tabs-container .tabs-content .ncont {
        display: none;
        background: #FFF7DA url(../images/ncont-bg.gif) repeat-x left top;
        border-left: #C9CDCF solid 1px;
        border-right: #C9CDCF solid 1px;
        padding: 12px;
        width: 198px;
        position: relative;
        z-index: 500;
}
.tabs-container .tabs-content .ncont.last {
        -webkit-border-radius-bottomright:7px;
        -moz-border-bottom-right-radius:7px;
        border-bottom-right-radius:7px;
        -webkit-border-radius-bottomleft:7px;
        -moz-border-bottom-left-radius:7px;
        border-bottom-left-radius:7px;
        border-bottom: #C9CDCF solid 1px;
        top: -3px;
}
.tabs-container .tabs-content .ncont .ttl {
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        padding-bottom: 5px;
}

.tabs-container .tabs-content .ncont #converterTab {
        display: block;
}
.tabs-container .tabs-content .ncont .converter-wr {
        display: block;
}
.tabs-container .tabs-content .ncont .tabs-archive-wr {
        border-bottom: 0px;
        font-size: 12px;
}

.tabs-table {
	width: 201px;
	font-size: 12px;
	color: #666666;
	margin: 0 0 7px 0;
}

.tabs-table td,
.tabs-table th {
	/*padding: 0.5em 0 0.5em 0.5em;*/ /*0.667em;*/
        padding: 7px 5px 4px 5px; 
}
.tabs-table td {
        font-size: 11px;
}

.tabs-table th {
	text-align: left;
	font-weight:bold;
}

.obligations th{
	text-transform: lowercase;
}

.tabs-table tr.second td {
	background-color: #e4e2d4;
}

.tabs-city-wr {
	margin:10px 0 0 6px;
        position: relative;
}

/*.tabs-city {
	float: left;
	margin-bottom:11px;
}*/
.tabs-city {
	margin-bottom:11px;
        /*text-decoration: underline;*/
        color: #e07210;
        font-size: 16px;
}
.tabs-city span {
        border-bottom: 1px solid #e07210;
}
.tabs-city:hover span {
        border-bottom: 0px;
        cursor: pointer;
        cursor: hand;
}
.tabs-city img {
        position: relative;
        bottom: 1px;
}
.tabs-city:hover {
        cursor: pointer;
        cursor: hand;
}
/*.tabs-city a {
	font-size: 16px;
	color: #e07210;
	text-decoration: underline;
}*/

.tabs-city-select {
	float: left;
	margin:3px 0 11px;
}

.tabs-city-select a {
	font-size: 12px;
	color: #3c4c55;
	border-bottom: 1px dashed #3c4c55;
	text-decoration: none;
	display:inline-block;
}

.tabs-archive-wr {
	border-bottom: 1px solid #c8c8bc;
	font-size: 12px;
	/*padding: 0 0 0.833em 0.667em;*/
        padding: 3px 0 5px 0;
}
.rates_region_list {
        position: absolute;
        top: -10px;
        left: -11px;
        display: none;
        background: #fff8d4 url("../images/rates_w_bg.gif") repeat-x left top;
        border: 1px solid #C9CDCF;
        width: 209px;
        /*height: 204px;*/
        height: 233px;
}
.rates_region_list .tabs-city {
        padding: 9px 10px 9px;
        margin-bottom: 0px;
}
.rates_region_list ul {
        margin: 0px;
        padding: 0px;
}
.rates_region_list li {
        border-top: 1px solid #E4E3D1;
        padding: 6px 10px;
        background: url("../images/rates_a3.png") no-repeat 194px 10px;
        list-style: none;
        margin: 0px;
        font-size: 12px;
}
.rates_region_list li:hover {
        background: url("../images/rates_a4.png") no-repeat 194px 10px;
        color: #E07210;
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
}
.rates_cities_list {
        position: absolute;
        top: -10px;
        left: -11px;
        display: none;
        background: url("../images/rates_w_bg.gif") repeat-x left top;
        border: 1px solid #C9CDCF;
        width: 209px;
        height: 204px;
}
.rates_cities_list .tabs-city {
        padding: 9px 10px 9px;
        margin-bottom: 0px;
}

.cities_by_region {
        border-top: 1px solid #C9CDCF;
        width: 209px;
        height: 166px;
        overflow-y: scroll;
}
.cities_by_region ul {
        margin: 0px;
        padding: 0px;
}
.cities_by_region li {
        border-bottom: 1px solid #E4E3D1;
        padding: 6px 10px;
        list-style: none;
        margin: 0px;
        font-size: 12px;
}
.cities_by_region li:hover {
        color: #E07210;
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
}


#tab2 .tabs-archive-wr, #tab3 .tabs-archive-wr, #tab9 .tabs-archive-wr{
	border-bottom: 0px none;
	padding: 0 0 0 0.667em;
}

.tabs-archive {
	float: left;
	margin-right: 2.9em;
}

.tabs-archive-more {
	float: left;
}
.tabs-details-more {
	float: right;
}
.tabs-details-more a {
        text-decoration: underline;
}
.tabs-details-more a:hover {
        text-decoration: none;
}
.tabs-archive-wr a {
	color: #3c4c55;
}

.tabs-converter-title {
	font-size: 12px;
	padding: 5px 0 0 0;
	border-top:1px solid #fff;
}

.tabs-converter-title a {
	color: #666666;
	font-weight: bold;
	display: inline-block;
	background: url("../images/ico-arrow-down.png") no-repeat right center;
	padding: 0 1.083em 0 0;
}

.converter-wr {
	display: none;
	font-size: 12px;
	padding: 0.833em 0 0 0;	
}

.converter-wr.active {
	display: block;
}

.converter-line {
	text-align: right;
	margin: 0 0 0.625em 0;
}

.converter-line .field-txt,
.converter-line select {
	border: 1px solid #9da197;
	background: #fff;
	color:#666666;
	font-size: 1em;
}

.converter-line .field-txt {
	width: 8em;
	padding: 0.2em 0.5em;
}


/*.converter-line ::-webkit-input-placeholder {
	font-style: italic;
}

.converter-line :-moz-placeholder {
	font-style: italic;
}*/

.converter-line select {
	width: 14em;
}

/* Calculators block */
.calc-block {
	list-style: none;
	margin-bottom:-15px;
}
.calc-block.on_main {
	margin: 15px 0px;
        width: 480px;
}

.calc-block li {
	padding: 0 0 0 103px;
	margin: 0 0 1.125em 0;
}
.calc-block.on_main li {
	padding: 25px 0 0 100px;
        width: 140px;
        float: left;
}

.calc-block li a {
	color: #3c4c55;
	font-size: 13px;
	display: block;
	background: url("../images/line-mdash.png") no-repeat left 0.6em;
	padding: 0 0 0 21px;
}

.calc-block .calc-cred {
	min-height: 43px;
	padding-top: 19px;
	background: url("../images/icons/ico-credblock-calc.png") no-repeat 14px top;
}
.calc-block.on_main .calc-cred {
        margin-top: 4px;
}

.calc-block .calc-dep {
	background: url("../images/icons/ico-credblock-dep.png") no-repeat 26px top;
	min-height: 46px;
	padding-top: 25px;
        /*padding-bottom: 15px;*/
}
.calc-block.on_main .calc-dep {
        padding-bottom: 0px;
}
.calc-block .calc-inv {
	background: url("../images/icons/ico-credblock-inv.png") no-repeat 16px 7px;
	min-height: 46px;
	padding-top: 11px;
	margin-bottom:50px;
}

.calc-block .calc-open-info {
	min-height: 43px;
	padding-top: 19px;
        padding-bottom: 15px;
	background: url("../images/open_info.png") no-repeat 19px 3px;
}
.calc-block.on_main .calc-open-info {
        padding-bottom: 0px;
}

.calc-block .work-info {
	min-height: 60px;
	padding-top: 2px;
        padding-bottom: 15px;
	background: url("../images/work_info.png") no-repeat 19px 3px;
}
.calc-block.on_main li.work-info {
        padding: 9px 0 0 100px !important;
}
.calc-block.on_main .work-info {
        padding-bottom: 0px;
}

.calc-block .first-info {
	min-height: 70px;
	padding-top: 2px;
        padding-bottom: 15px;
	background: url("../images/first_info.jpg") no-repeat 19px 3px;
	background-size: 30%;
}

.calc-block.on_main .acquiring-services {
        padding-bottom: 0px;
}

.calc-block .acquiring-services {
	min-height: 70px;
	padding-top: 2px;
	padding-bottom: 15px;
	background: url("../images/acquiring_services.jpg") no-repeat 19px 3px;
	background-size: 30%;
}

.calc-block.on_main .first-info {
	padding-bottom: 0px;
}


.calc-block .deno-info {
        min-height: 58px;
	padding-top: 19px;
        padding-bottom: 15px;
	background: url("../images/games_shares.jpg") no-repeat 12px 16px;
}
.calc-block.on_main .deno-info {
        padding-bottom: 0px;
}
.calc-block .zhurnal-info {
        min-height: 58px;
	padding-top: 19px;
        padding-bottom: 15px;
	background: url("../images/agrobank_zhurnal.jpg") no-repeat 12px 16px;
}
.calc-block.on_main .zhurnal-info {
        padding-bottom: 0px;
}

/* News block
-----------------------------------*/

.news-block-wr {
	margin: 0 0 1.875em;
}

.ico-rss {
	background: url("../images/icons/ico-rss.png") no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: text-bottom;
}

/* News wide */

.news-block-wide-wr {
	margin: 0 0 1.855em 0;
	padding:4px 0 0;
}

.news-block-date {
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.news-block-img {
	float: left;
	margin: 2px 15px 0 0;
}

.news-block-img img {
	border: 1px solid #ebebeb;
}

.news-block-txt {
	overflow: hidden;
}
.news-block-txt a {
        color: #626262;
}


.news-block-title a {
	color: /*#fbb034*/#626262;
	font-weight: bold;
}

.news-block-descr {
	color: #000;
	width:95%;
}

.news-block-descr p {
	margin-bottom: 21px;
	line-height:normal;
}

/* News short */

.news-block-short {
	list-style: none;
	margin: 0 0 1.875em 0;
}

.news-block-short li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

*html .news-block-short li {
width: 30%;
}

.news-block-short li.first {
	margin-left: 0;
}
*+html .news-block-short li.first {
	width: 31%;
}
*html .news-block-short li.first {
	width: 31%;
}
.news-short-date {
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:7px;
}

.news-short-title {
	font-size: 13px;
	line-height:18px;
}

.news-short-title a {
	color: /*#fbb034*/#626262;;
	font-weight:bold;
}


/* Rotate banners */

.rotate-code {
	width: 970px;
	margin: 0 auto;
	height: 96px;
	overflow: hidden;
}

.rotate-code .viewport {
	float: left;
	width: 907px;
	height: 96px;
	overflow: hidden;
	position: relative;
}

.rotate-code .buttons {
	display: block;
	margin: 38px 18px 0 0;
	float: left;
	background: url(../images/rotate-left.png) no-repeat left top;
	width: 13px;
	height: 20px;
}

.rotate-code .next {
	float: right;
	margin: 38px 0 0 18px;
	background: url(../images/rotate-right.png) no-repeat left top;
}

.rotate-code .disable {
	visibility: hidden;
}

.rotate-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.rotate-code .overview li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	height: 96px;
	width: 290px;
}

.rotate-code .overview li img {
	display: block;
}


.rotate-top {
	width: 482px;
	margin: 0 auto;
	height: 113px;
	/*overflow: hidden;*/
}

.rotate-top .viewport {
	float: left;
	width: 482px;
	height: 113px;
	overflow: hidden;
	position: relative;
}

.rotate-top .disable {
	visibility: hidden;
}

.rotate-top .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.rotate-top .overview li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	height: 113px;
	width: 482px;
}

.rotate-top .overview li img {
	display: block;
}



/* Footer
-------------------------------*/

.footer {
	margin: 4em 0 0 0;
	border-top: 1px solid #72828b;
	padding: 1.313em 0.750em;
        position: relative;
}

.footer-table {
	width: 100%;
}

.call-bank {
	min-width: 221px;
	width: 31em;
	font-size: 0.625em;
}

.call-bank p {
	padding-top: 1em;
}

.footer-right {
	color: #484848;
	width: 13.125em;
	padding: 0 0 0 2em;
}

.footer-right div {
	font-size: 10px;
	line-height: 1.4;
}

.footer-dev {
	margin: 0 0 0.5em 0;
}

.footer-dev a {
	color: #484848;
	text-decoration: none;
}

.footer-dev a img {
	display: block;
	margin: 4px 0 0 0;
}

/*
* Internal pages
*/

/* Content
-------------------------------*/


.internal .content-middle {
	width: 730px;
	margin-bottom:0;
}

.internal .nav-wr {
	margin: 0 0 2.125em 0;
	padding:0 0 0 10px;
}


.content {
}

.content .content-img {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	/*padding: 0 20px 20px 0;*/
	/*border: 1px solid transparent;*/
	border: 0px none;
}

.content ul,
.content ol {
	list-style-position: inside;
	line-height: 1.4;
	margin-bottom: 21px;
}

.content .list {
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 25px;
}

.content .list li {
	background: url(../images/line-mdash.png) no-repeat left 0.7em;
	padding-left: 1.667em;
	margin-bottom:8px;
}
.content .list2 {
	font-size: 13px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 25px;
}

.content .list2 li {
	background: url(../images/line-mdash2.gif) no-repeat left 0.7em;
	padding-left: 1.667em;
	margin-bottom:7px;
}
.content .list2 a{
	text-decoration:none;
}
.content .list2 a:hover{
	text-decoration:underline;
}

.note {
	display:inline-block;
	margin-left: -9px;
	margin-bottom: 21px;
	border-radius:5px;
	background-color: #ededed;
	background-image: url(../images/note-img.png);
	background-position: 15px 7px;
	background-repeat: no-repeat;
	padding: 15px 20px 15px 80px;
	min-height:30px;
        /*width: 620px;*/
}
.calculate-pad .note{
	margin-left:0;
}

.table-filter {
	margin-left: -9px;
	background: #ededed;
	font-size: 12px;
	border-radius: 3px;
	color: #666666;
	margin-bottom: 10px;
	padding-left:9px;
}
*html .table-filter{
	padding-left:18px;
}
.table-filter table{
	width:100%;
}
.table-filter td {
	padding: 0.583em 0px;
}

.table-filter td label {
	font-weight: bold;
	display: block;
	margin: 0 0 0.1em 0;
}

.table-filter select,
.table-filter .field-txt {
	border: 1px solid #949ca1;
	background: #fff;
	color: #666666;
	font-size: 1em;
	padding: 0.3em 0.3em 0.2em;
}

.bt-filter {
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background: #c0c0c0 url("../images/bt-filter.png") repeat-x left top;
	color: #efefef;
	font-size: 12px;
	font-weight:bold;
	padding: 3px 16px;
	text-shadow: 0 -1px 0 #a3a3a3;
	cursor: pointer;
}

.note-small {
	font-size:13px;
}

.note-info-wr {
	background: url(../images/note-arrow.png) no-repeat 26px top;
	padding: 8px 0 0 0;
	margin-bottom: 21px;
}

.note-info {
	border-radius: 5px;
	background: #f2f2f2;
	padding: 15px 20px 18px 59px;
	background-image: url(../images/note-info.png);
	background-position: 15px 9px;
	background-repeat: no-repeat;
	margin-left: -9px;
	/*font-size: 0.786em;*/
}
.note-info.italic {
        font-style: italic;
        padding-bottom: 15px;
}

/* Tarifs */

.table3cols {
	width: 100%;
}

.table3cols tbody tr th {
	width: 33%;
	font-size: 1.143em;
	font-weight: bold;
	text-align: center;
	padding: 0.625em 0 0.625em 1em;
}





.table-tarif {
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid #c8cdcf;
	/*border-top: 2px solid #495860;*/
}

.table-tarif tbody tr th {
	font-weight: bold;
	text-align: center;
	padding: 1em 0.5em;
	border: 1px solid #c8cdcf;
	background: #ededed;
}

.table-tarif tbody tr td {
	text-align: center;
	padding: 1em 0.5em;
	border: 1px solid #c8cdcf;
	vertical-align:middle;
}

.table-tarif tbody tr.second td {
	background: #fcfaf0;
}



/* Press list */

.list-press {
	list-style: none;
}

.list-press li {
	margin-bottom: 0.5em;
}

.list-press a {
	color: #e37d22;
}

.cours-tabs  li{
        margin-bottom: 0;
}

/* Awards */


.table-award {
	width: 100%;
	margin: 0 0 0 -18px;
}

.table-award .award {
	display: block;
	background: url(../images/award-back.png) no-repeat left top;
	width: 197px;
	height: 235px;
}

.award-img {
	display: block;
	width: 177px;
	height: 235px;
	background-repeat: no-repeat;
	background-position: 28px 18px;
}

/* Form */

.error-title {
	color: #cd1111;
}

.error-list {
	list-style: none;
	list-style-position: outside;
	margin-left: 25px;
	font-size: 0.929em;
}

.error-list li {
	padding: 0 0 3px 13px;
	background: url(../images/error-x.png) no-repeat left 0.4em;
}

<!----eReference----->
.table-form-er {
	font-size: 13px;
	background: #FFFFFF;
	width: 100%;
}
.table-form-er tbody tr td {
	padding: 0 1.385em 1.538em;
}

.table-form-er tbody tr td.first {
	text-align: right;
	width: 23%;
	padding-top: 0.4em;
}

.table-form-er.no-align tbody tr td.first {
	text-align: left;
	width: 23%;
	padding-top: 0.4em;
}

.table-form-er tbody tr.first-tr td {
	padding-top: 1.385em;
}

.table-form-er tbody tr.first-tr td.first {
	padding-top: 1.785em;
}

.table-form-er sup {
	color: #fc3001;
	font-size: 1.2em;
}
.table-form-er .form-input,
.table-form-er .form-select,
.table-form-er .form-text {
	width: 418px;
	border: 1px solid #949ca1;
	background: #fff;
	font-size: 1em;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.table-form-er .phone-mode .prefix {
        float: left;
        width: 15px;
        padding-top: 6px;
        color: #000000;
}
.table-form-er .phone-mode .form-input {
        float: left;
        width: 328px;
}
.table-form-er .phone-mode .form-select {
        float: left;
        width: 65px;
        margin-right: 10px;
        padding: 4px 3px 4px;
}
.table-form-er .bt {
	font-weight: bold;
}
<!----eReference----->

.table-form {
	font-size: 13px;
	background: #ededed;
	width: 100%;
}

.table-form tbody tr td {
	padding: 0 1.385em 1.538em;
}

.table-form tbody tr td.first {
	text-align: right;
	width: 23%;
	padding-top: 0.4em;
}

.table-form.no-align tbody tr td.first {
	text-align: left;
	width: 23%;
	padding-top: 0.4em;
}

.table-form tbody tr.first-tr td {
	padding-top: 1.385em;
}

.table-form tbody tr.first-tr td.first {
	padding-top: 1.785em;
}

.table-form sup {
	color: #fc3001;
	font-size: 1.2em;
}

.form-input,
.form-select,
.form-text {
	width: 95%;
	border: 1px solid #949ca1;
	background: #fff;
	font-size: 1em;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.table-form .form-input,
.table-form .form-select,
.table-form .form-text {
	width: 418px;
	border: 1px solid #949ca1;
	background: #fff;
	font-size: 1em;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.table-form .phone-mode .prefix {
        float: left;
        width: 15px;
        padding-top: 6px;
        color: #000000;
}
.table-form .phone-mode .form-input {
        float: left;
        width: 328px;
}
.table-form .phone-mode .form-select {
        float: left;
        width: 65px;
        margin-right: 10px;
        padding: 4px 3px 4px;
}
.form-text {
	height: 10.5em;
	overflow: auto;
}

.table-form .bt {
	font-weight: bold;
}

.btns {
	width: 95%;
	text-align: right;
}

/*::-webkit-validation-bubble-message {
	padding: 20px;
}*/

.form-note {
	background: url(../images/note-img.png) no-repeat left top;
	padding: 15px 20px 15px 67px;
	font-size:14px;
}


/* Paging */

.paging {
	margin-bottom: 21px;
	font-size: 0.929em;
}

.pag-left {
	float: left;
	width: 40%;
	padding-top: 10px;
}

.pag-left strong {
	color: #000;
}

.pag-right {
	float: right;
	width: 60%;
	text-align: right;
	white-space: nowrap;
}

.pag-right a,
.pag-right span {
	display: inline-block;
	vertical-align: middle;
	color: #495860;
	text-decoration: none;
}

.paging-middle a {
	margin: 0 0.3em;
}

.paging-left-more,
.paging-left,
.paging-right,
.paging-right-more {
	width: 36px;
	height: 30px;
	margin: 0 1px;
}

.paging-left-more {
	background: url(../images/arrow-left-more.png) no-repeat left top;
}

.paging-left {
	background: url(../images/arrow-left.png) no-repeat left top;
}

.paging-right {
	background: url(../images/arrow-right.png) no-repeat left top;
}

.paging-right-more {
	background: url(../images/arrow-right-more.png) no-repeat left top;
}

.pag-right .active {
	color: #000;
	font-weight:bold;
}

.footer-note {
	width: 40em;
	margin:0 0 0 10px;
}

.footer-note p {
	font-size: 11px;
}

.error-field {color:red !important;}

.credit-info{
	font-size:13px;
	line-height:18px;
}
.credit-info-name{
	color:#000;
	font-weight:bold;
}

.req{
	color:#fb9500;
}
/*faq*/
.faq{
	padding-bottom:13px;
}
.faq-item{
	border-bottom:1px solid #ededed;
	color:#a4abaf;
	padding-bottom:17px;
	margin-bottom:17px;
}
.faq-item.active{
	border-bottom:0;
	padding-bottom:0;
}
.faq-item .faq-date{
	font-size:12px;
	margin-bottom:4px;
}
.faq-item .faq-date span{
	margin-left:6px;
}
.faq-item a{
	text-decoration:none;
	border-bottom:1px dashed #fbb034;
}
.faq-item a:hover{
	border:0;
}
.faq-item .faq-answer{
	color:#495860;
	background:#fff7da;
	border-top:1px solid #d4cdb5;
	border-bottom:1px solid #ede6cb;
	padding:4px 15px 5px 20px;
	margin:9px 0 0;
	position:relative;
}
.faq-item .faq-answer .faq-arrow{
	position:absolute;
	left:22px;
	top:-7px;
}
.faq-item .faq-answer div{
	color:#a4abaf;
	font-size:12px;
	margin-bottom:2px;
}
.faq-item .faq-answer p{
	line-height:normal;
	margin:0 0 10px;
}
/*reclam game*/
.game{
	margin-bottom:22px;
}
.game .game-pic{
	width:270px;
	padding:4px 0 0;
}
.game .game-pic img{
	/*border:1px solid #758085;*/
}
.game .game-date{
	background:url(../images/ico-date.gif) no-repeat left top;
	padding:1px 0 0 22px;
	height:16px;
	margin-bottom:19px;
}
.game .list{
	font-size:14px;
	margin:0 0 19px;
	line-height:normal;
}
.game .list li{
	padding:0 0 0 19px;
	background-position:left 9px;
	margin:0 0 2px;
}
.game .game-present{
	background:url(../images/ico-present.png) no-repeat 2px top;
	padding:2px 0 0 48px;
	min-height:34px;
}
/*photo*/
.photo td{
	padding-bottom:36px;
	width:251px;
}
.photo td.last{
	width:228px;
}
.photo a{
	display:block;
	width:220px;
	font-size:12px;
	line-height:16px;
	cursor:pointer;
}
.photo a span{
	display:block;
	background:url(../images/photo-ramka.jpg) no-repeat left top;
	width:176px;
	height:149px;
	padding:18px 0 0 44px;
	margin-bottom:10px;
}
.photo a i{
	display:block;
	font-style:normal;
	padding:0 0 0 2px;
}
/*photo div*/
a.photo-div{
	display:block;
	float:left;
	width:220px;
	font-size:12px;
	line-height:16px;
	cursor:pointer;
	margin:0 23px 36px 0;
}
a.photo-div span{
	display:block;
	background:url(../images/photo-ramka.jpg) no-repeat left top;
	width:176px;
	height:149px;
	padding:18px 0 0 44px;
	margin-bottom:10px;
}
a.photo-div i{
	display:block;
	font-style:normal;
	padding:0 0 0 2px;
}
/*photo-big*/
.photo-big-pad{
	padding:8px 23px 0 20px;
}
.photo-big{
	background:url(../images/photo-ramka-b.jpg) no-repeat left top;
	width:698px;
	height:636px;
	padding:56px 0 0 150px;
	position:relative;
}
.photo-big .arrow-l{
	position:absolute;
	left:130px;
	top:299px;
}
.photo-big .arrow-r{
	position:absolute;
	right:13px;
	top:299px;
}

.overlay{
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	/*z-index:10;*/
        z-index:1005;
}
.minimize-window{
	position:absolute;
	right:16px;
	top:-5px;
	z-index:1103;
}
.close-window{
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:1103;
}
.minimize-window img, .close-window img{
	display:block;
}
.filial-pad{
	padding:6px 21px 0;
}
.filial-sel{
	margin-bottom:15px;
}
.filial-sel-reg{
	margin-right:13px;
	float:left;
}
.filial-sel-city{
	float:left;
	margin:0;
}

.filial-sel select{
	border: 1px solid #949ca1;
	background: #fff;
	color: #666666;
	font-size: 12px;
	padding: 0.3em 0.3em 0.2em;
}
.filial-map{
	margin-bottom:32px;
	position:relative;
}
.filial-type{
	margin-bottom:7px;
}
.filial-type a{
	display:block;
	float:left;
	color:#495860;
	font-size:16px;
	border-bottom:1px dashed #495860;
	text-decoration:none;
	position:relative;
	margin:5px 25px 0 9px;
	cursor:pointer;
}
.filial-type a i{
	display:block;
	position:absolute;
	right:-16px;
	top:1px;
	width:12px;
	height:19px;
}
.filial-type a i.ico-filial1{
	background:url(../images/ico-filial1.png) no-repeat left top;
}
.filial-type a i.ico-filial2{
	background:url(../images/ico-filial2.png) no-repeat left top;
}
.filial-type a i.ico-filial3{
	background:url(../images/ico-filial3.png) no-repeat left top;
}
.filial-type a span{
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filial-type a.active{
	background:url(../images/filial-type-arrow.gif) no-repeat center bottom;
	padding:0 0 6px;
	color:#fff;
	border:0;
	margin:0;
	cursor:default;
}
.filial-type a.active i{
	right:9px;
	top:6px;
}
.filial-type a.active span{
	display:block;
	background:#788389;
	padding:5px 25px 7px 9px;
}
/*table-filial*/
.table-filial {
	width: 95%;
	margin: 0 auto;
	font-size: 13px;
	border-left: 1px solid #c8cdcf;
	border-top: 2px solid #495860;
	border-collapse:separate;
}
.table-filial tbody tr th {
	font-weight: bold;
	text-align: center;
	padding: 12px 5px 19px 10px;
	border-right: 1px solid #c8cdcf;
	border-bottom: 1px solid #c8cdcf;
	background: #ededed;
	font-size:11px;
}
.table-filial tbody tr td {
	padding:11px 5px 11px 10px;
	border-right: 1px solid #c8cdcf;
	border-bottom: 1px solid #c8cdcf;
}
.table-filial tbody tr.second td {
	background: #fcfaf0;
}
.table-filial tbody tr.table-filial-select td{
	border-bottom:3px solid #ff9200;
	border-top:3px solid #ff9200;
}
.table-filial tbody tr.table-filial-select td.first{
	border-left:3px solid #ff9200;
}
.table-filial tbody tr.table-filial-select td.last{
	border-right:3px solid #ff9200;
}
.table-filial .s14{
	font-size:14px;
}
.table-filial .table-filial-name{
	position:relative;
	padding:0 0 0 11px;
}
.table-filial .table-filial-name img{
	position:absolute;
	left:-4px;
	top:-1px;
}
.table-filial .table-filial-day{
	display:inline-block;
	background:url(../images/day-arrow.gif) no-repeat right center;
	padding-right:7px;
	color:#fff;
	margin-right:6px;
	vertical-align:middle;
}
.table-filial .table-filial-day span{
	display:inline-block;
	background:#b8bdc0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 6px 4px;
	position:relative;
}
.table-filial ul{
	margin:0;
	font-size:11px;
	line-height:11px;
}
.mr9{
	margin-right:9px;
}
.mb10{
	margin-bottom:10px;
}
.mb25{
	margin-bottom:25px;
}
.remark{
	font-size:11px;
	font-weight:bold;
	margin:5px 0 21px 2px;
}
.fil-name{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:4px;
}
.fil-address{
	font-size:14px;
	color:#000;
	margin-bottom:7px;
}
.fil-cont{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin-bottom:8px;
}
.fil-pic{
	margin-bottom:2px;
}
.fil-pic img{
	border:1px solid #a0a684;
	margin-right:4px;
}
.fil-photo{
	font-size:11px;
	color:#000;
	border-bottom:1px solid #bbb;
	padding-bottom:11px;
	margin-bottom:3px;
}
.fil-photo a{
	text-decoration:none;
	color:#1A3DC1;
	border-bottom:1px dotted #1A3DC1;
}
.fil-photo a:hover{
	color:#f00;
	border-color:#f00;
}
a.fil-link{
	font-size:11px;
	text-decoration:none;
	color:#1A3DC1;
	border-bottom:1px dotted #1A3DC1;
}
a:hover.fil-link{
	color:#f00;
	border-color:#f00;
}
/*map belarus*/
.map{
	margin:0 auto 20px;
	width:667px;
}
.map .map-s{
	background:url(../images/map.png) no-repeat left top;
	width:667px;
	height:565px;
	position:relative;
}
.map .map-s-en{
	background:url(../images/map-en.png) no-repeat left top;
}
.map .map-s.brest{
	background-position:left -565px;
}
.map .map-s.vitebsk{
	background-position:left -1130px;
}
.map .map-s.gomel{
	background-position:left -1695px;
}
.map .map-s.grodno{
	background-position:left -2260px;
}
.map .map-s.minsk{
	background-position:left -2825px;

}
.map .map-s.mogilev{
	background-position:left -3390px;
}
.map .map-s .map-pic{
    left:0;
    position:absolute;
    top:0;
}
.map .map-point{
	position:absolute;
	color:#fff;
	background:url(../images/map-point-r.png) no-repeat right top;
	padding-right:4px;
}
.map .map-point span{
	display:block;
	background:url(../images/map-point-l.png) no-repeat left top;
	padding-left:4px;
}
.map .map-point span span{
	background:url(../images/map-point-arrow.png) no-repeat center 31px;
	height:27px;
	padding:9px 9px 0 8px;
}
.map .map-s.brest .map-point-b.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.brest .map-point-b.map-point span{
	background-position:left -68px;
}
.map .map-s.brest .map-point-b.map-point span span{
	background-position:center -63px;
}
.map .map-s.vitebsk .map-point-v.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.vitebsk .map-point-v.map-point span{
	background-position:left -68px;
}
.map .map-s.vitebsk .map-point-v.map-point span span{
	background-position:center -63px;
}
.map .map-s.gomel .map-point-g.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.gomel .map-point-g.map-point span{
	background-position:left -68px;
}
.map .map-s.gomel .map-point-g.map-point span span{
	background-position:center -63px;
}
.map .map-s.grodno .map-point-gr.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.grodno .map-point-gr.map-point span{
	background-position:left -68px;
}
.map .map-s.grodno .map-point-gr.map-point span span{
	background-position:center -63px;
}
.map .map-s.minsk .map-point-m.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.minsk .map-point-m.map-point span{
	background-position:left -68px;
}
.map .map-s.minsk .map-point-m.map-point span span{
	background-position:center -63px;
}
.map .map-s.mogilev .map-point-mo.map-point{
	background-position:right -68px;
	color:#445158;
	text-shadow:#fff33c 0 1px 0;
}
.map .map-s.mogilev .map-point-mo.map-point span{
	background-position:left -68px;
}
.map .map-s.mogilev .map-point-mo.map-point span span{
	background-position:center -63px;
}
.map .map-point-b{
	top:427px;
	left:12px;
}
.map .map-point-v{
	top:60px;
	left:438px;
}
.map .map-point-g{
	top:381px;
	left:504px;
}
.map .map-point-gr{
	top:256px;
	left:20px;
}
.map .map-point-m{
	top:226px;
	left:279px;
}
.map .map-point-mo{
	top:219px;
	left:468px;
}

/*calculate*/
.calculate-pad{
	padding:16px 16px 0;
}
.calculate-bg{
	background:url(../images/calc-bg.png) repeat-y left 85px;
	margin-bottom:21px;
}
.calculate-b{
	background:url(../images/calc-b.png) no-repeat left bottom;
}
.calculate{
	background:url(../images/calc-t.png) no-repeat left top;
	width:539px;
	padding:20px 0 29px 48px;
	position:relative;
}
.calc-pad{
	padding:0 4px;
}
.calc-pad p{
	line-height: 20px;
}
.calc-title{
	color:#373737;
	font-size:20px;
	margin:0 0 19px 6px;
	position:relative;
}
.calc-title span{
	display:block;
	position:absolute;
	left:0;
	top:1px;
	color:#fff;
}
.calc-field-name{
	font-size:13px;
	color:#919191;
	position:relative;
	margin:0 0 6px 7px;
}
.calc-field-name span{
	display:block;
	position:absolute;
	left:0;
	top:-1px;
	color:#000;
}
.calc-field{
	background:url(../images/calc-field.png) no-repeat left top;
	width:476px;
	/*height:59px;*/
	font-family: 'Crystal';
	padding:1px 0 0 16px;
	margin-bottom:12px;
        padding-top: 12px;
        height: 46px;
}
.calc-field.active{
	background-position:left -60px;
}
.calc-field.disabled{
	background-position:left -120px;
}
.calc-field input{
	background:none;
	border:0;
	padding:0;
	font-family: 'Crystal';
	font-size:27px;
	color:#000;
	width:460px;
}
.calc-field.disabled input{
	color:#000;
}
.calculate select{
	font-family: 'Crystal';
	font-size:27px;
	color:#000;
	width:460px;
}
.calc-btn{
	margin:11px 0 0 4px;
}
.orange{
	color:#ff9e00;
	font-size:18px;
	font-weight:bold;
        white-space: nowrap;
}

.minimized{
	position:fixed;
	left:10px;
	bottom:10px;
	background:#838c91;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#fff;
	text-shadow:#586368 0 -1px 0;
	padding:7px 70px 7px 10px
}
.minimized .expand-window{
	position:absolute;
	right:29px;
	top:8px;
}
.minimized .close-window{
	position:absolute;
	right:9px;
	top:8px;
}

.team-name{
	font-weight:bold;
	margin-bottom:7px;
}
.team-name span{
	display:block;
	font-size:16px;
	line-height:14px;
}
.team-post{
	display:inline-block;
	background:url(../images/team-post-l.png) no-repeat left top;
	font-size:12px;
	white-space:nowrap;
	margin-bottom:21px;
}
.team-post span{
	display:inline-block;
	background:url(../images/team-post-r.png) no-repeat right top;
	height:27px;
	padding:10px 14px 0 16px;
}
.team-post2{
	display:inline-block;
	background:url(../images/team-post-t.png) no-repeat left top;
	font-size:12px;
	margin-bottom:21px;
	width:178px;
}
.team-post2 span{
	display:inline-block;
	background:url(../images/team-post-b.png) no-repeat left bottom;
	padding:10px 14px 12px 14px;
	width:150px;
}
.team-time-ttl{
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
.team-day{
	font-size:12px;
	background:url(../images/ico-date.gif) no-repeat 2px top;
	padding:2px 0 0 23px;
	min-height:15px;
	margin-bottom:10px;
}

.team-tlphone{
	font-size:12px;
	background:url(../images/ico-telephone.png) no-repeat 5px top;
	padding:2px 0 0 23px;
	min-height:15px;
	margin-bottom:10px;
	margin-top: 10px;
}


.team-time{
	font-size:12px;
	background:url(../images/ico-time.gif) no-repeat 0 top;
	padding:0 0 0 23px;
	min-height:17px;
}
.team-txt{
	font-size:12px;
}
.team-txt p{
	line-height:normal;
}
.team-txt .list{
	margin-left:0;
	margin-top:1px;
	line-height:18px;
}
.team-txt .list li{
	margin-bottom:0;
	background-position:left 0.8em;
}
.team-gallery{
	height:438px;
	overflow:hidden;
}

.ctext {
    clear: both;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.histogramme table{
	margin-bottom:15px;
}
.histogramme td {
    padding: 2px 5px 2px 0;
    vertical-align: bottom;
	font-size:14px;
}
.histogramme td.answer {
    text-align: left;
    white-space: nowrap;
}
.histogramme .bar {
    background:#FBAD18;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    text-align: right;
}

.tabs2 {
	list-style: none;
	margin: -2px 0 0 0;
}

.tabs2 li {
	float: left;
	margin: 0 3px 0 0;
	height: 35px;
	background:url(../images/tabs-grad-l2.png) no-repeat left top;
	z-index: 2;
	position:relative;
	bottom:-2px;
}
.tabs2 li.active {
	background-position:left -35px;
}
.tabs2 li a {
	display:block;
	background:url(../images/tabs-grad-r2.png) no-repeat right top;
	height: 35px;
	line-height:35px;
	padding: 0 11px;
	color: #3c4c55;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.tabs2 li.active a {
	background-position:right -35px;
	font-weight: bold;
	color:#000;
}
.tabs-container2 {
	z-index: 1;
	position: relative;
	-webkit-border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	-webkit-box-shadow:inset #fff 0px 1px 0px;
	-moz-box-shadow:inset #fff 0px 1px 0px;
	box-shadow:inset #fff 0px 1px 0px;
	border: 1px solid #c9cdcf;
	padding: 10px;
	background: #f9f9f9;
	margin: 0 0 15px;
}
.tabs-container2 .tabs-content2 {
	display: none;
}
.tabs-container2 .tabs-content2#tab3 {
	display: block;
}
.tabs2-date{
	color:#666;
	font-size:12px;
	border-bottom:1px solid #c5c9cb;
	-webkit-box-shadow:#fff 0px 1px 0px;
	-moz-box-shadow:#fff 0px 1px 0px;
	box-shadow:#fff 0px 1px 0px;
	padding:0 0 9px 6px;
}
.tabs-container2 .tabs-table {
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin:0;
}
.tabs-container2 .tabs-table tr.second td {
	background-color: #e1e3e4;
}
.tabs-table2 {
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin: 0 0 5px 0;
}

.tabs-table2 td,
.tabs-table2 th {
	padding: 0.5em 0 0.5em 0.5em; /*0.667em;*/
}

.tabs-table2 th {
	text-align: left;
	font-weight:bold;
}

.tabs-table2 tr.second td {
	background-color: #e1e3e4;
}
.tabs2-link{
	font-size:12px;
/*	border-top:1px solid #c5c9cb;*/
	-webkit-box-shadow:inset #fff 0px 1px 0px;
	-moz-box-shadow:inset #fff 0px 1px 0px;
	box-shadow:inset #fff 0px 1px 0px;
/*	padding:7px 0 0 6px;*/
}
.tabs2-link a{
	color:#3c4c55;
}

.content .internet-list{
	list-style-type:none;
	margin:9px 0 0;
}
.content .internet-list li{
	margin-bottom:5px;
}
.content .internet-list a{
	display:inline-block;
	position:relative;
	padding:1px 0 3px 45px;
}
.content .internet-list a img{
	position:absolute;
	left:13px;
	top:0;
}

.rotate-bans-wr{
	width:980px;
	height:136px;
	overflow:hidden;
}
#rotate-code .jcarousel-clip{
	height:96px;
}
#rotate-code .jcarousel-list{
	position:absolute !important;
}

.no-border { border: 0px none;}

.btn-calc-clear{
	background:url(../images/calc-clear.png) no-repeat left top;
	width:233px;
	height:90px;
	border:0;
	cursor:pointer;
}
.btn-calc-clear-en{
	background:url(../images/calc-clear-en.png) no-repeat left top;
	width:233px;
	height:90px;
	border:0;
	cursor:pointer;
}
.btn-calc-calculate{
	background:url(../images/calc-calculate.png) no-repeat left top;
	width:233px;
	height:90px;
	border:0;
	cursor:pointer;
}
.btn-calc-calculate-en{
	background:url(../images/calc-calculate-en.png) no-repeat left top;
	width:233px;
	height:90px;
	border:0;
	cursor:pointer;
}

.bold { font-weight: bold !important;}

.checkbox-calcIE{
	float:left;
}
*+html .checkbox-calcIE{
	position:relative;
	top:-4px;
        
}

.a_menu_drop {
        height: auto !important;
        background: transparent !important;
        background-image: none !important;
}

.tabs-table.cours td {
        font-size: 12px;
        font-weight: bold;
}
.tabs-table.cours td:first-child {
        padding-right: 9px;
}
.tabs-table.cours th {
        text-transform: lowercase;
}   
.tabs-table.nbrb td {
        font-size: 11px;
}




/*popup browsers*/
.overlay-ie{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	z-index:100;
}
.popup-ie{
	position:absolute;
	left:50%;
	top:50%;
	margin:0 0 0 -339px;
	z-index:1000;
	width:678px;
}
.popup-ie-bg{
	background:#eaecee;
}
.popup-ie img{
	display:block;
}
.popup-ie .popup-ie-close{
	position:absolute;
	right:30px;
	top:30px;
}
.popup-ie-c{
	padding:31px 46px 16px 38px;
}
.popup-ie h1{
	color:#495860;
	font:24px/24px Arial, Helvetica, sans-serif;
	margin:0 0 26px;
}
.popup-ie-note{
	background:#d9dbdd url(../images/mess-b.gif) no-repeat left bottom;
	zoom:1;
	margin-bottom:27px;
}
.popup-ie-note-t{
	background:url(../images/mess-t.gif) no-repeat left top;
}
.popup-ie-note-ico{
	background:url(../images/mess-ico.png) no-repeat 17px center;
	padding:13px 20px 15px 83px;
}
.browsers td{
	padding:12px 0 0;
}
.browsers-sep{
	background:url(../images/browser-sep.gif) no-repeat left top;
	height:41px;
	padding:0;
}
.browsers a{
	display:inline-block;
	color:#3c4c55;
	font-weight:bold;
	position:relative;
	padding:0 0 0 49px;
	margin-bottom:37px;
}
.browsers a img{
	position:absolute;
	left:0;
	top:-10px;
}

.disp0 {
        display: none;
}

.ncont-top {
        position: absolute;
        top: 0px;
        left: -1px;
}


.call136_block {
        position: absolute;
        top: 20px;
        /*right: 238px;*/
        right: -280px;
        background: #ffffff;
        padding: 10px;
        display: none;
        z-index: 900;
        border: 1px solid #D4D4D4;
        -webkit-border-radius:7px;
        -moz-border-radius:7px;
        border-radius:7px;
        width: 250px;
}
.image_short .call136_block {
        top: 7px;
}
.call136-arrow {
        position: absolute;
        z-index: 950;
        top: 80px;
        /*right: -14px;*/
        left: -14px;
}
.print_logo {
        display: none;
}
.fa_error {
        margin-bottom: -50px; 
        margin-top: 50px;
}

.popup_print {
        float: right;
        position: relative;
        top: -35px;
        
}

.slide_panel {
        position: fixed;
        /*top: 236px;*/
        top: 436px;
        right: -268px;
        width: 310px;
        z-index: 1000;
        -moz-box-shadow: 0px 1px 5px #c7c7c7;
        -webkit-box-shadow: 0px 1px 5px #c7c7c7;
        box-shadow: 0px 1px 5px #c7c7c7;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#c7c7c7', Direction=145, Strength=3);
}
.slide_panel .item {
        /*background:url(../images/slide-panel-2.png) no-repeat left top;*/
        background:url(../images/slide-panel-2.gif) no-repeat left top;
        position: relative;
        z-index: 1001;
        vertical-align: middle;
        padding: 17px 0 15px 53px;
        font: 12px Arial, sans-serif;
        line-height: 12px;
}
.slide_panel .item.first {
        /*background:url(../images/slide-panel-1.png) no-repeat left top;*/
        background:url(../images/slide-panel-1.gif) no-repeat left top;
        padding: 9px 0 14px 53px;
        height: 20px;
}
.slide_panel .item.last {
        /*background:url(../images/slide-panel-3.png) no-repeat left top;*/
        background:url(../images/slide-panel-3.gif) no-repeat left top;
        padding: 17px 0px 15px 53px;
}
.slide_panel a {
        color: #21323c !important;
        text-decoration: none !important;
}
.slide_panel a:hover {
        color: #E07210 !important;
        text-decoration: none !important;
        cursor: pointer;
        cursor: hand;
}
.slide_panel .item img {
        position: absolute;
}
.slide_panel .item img.si1 {
        top: 12px;
        left: 7px;
}
.slide_panel .item img.si2 {
        top: 11px;
        left: 7px;
}
.slide_panel .item img.si3 {
        top: 6px;
        left: 7px;
}
.slide_panel .item img.si4 {
        top: 9px;
        left: 7px;
}
.slide_panel .item img.si5 {
        top: 9px;
        left: 7px;
}
.slide_panel .item img.si6 {
        top: 12px;
        left: 6px;
}
#sh_button.shc {
        opacity: 0;
        bottom: -250px;
}
.slide_panel_dialog {
        background: #FFBF00;
        color: #ffffff;
        padding: 50px 15px 0px;
        opacity: 0;
        filter:alpha(opacity=0);
        text-align: center;
}


.side_panel {
        position: fixed;
        top: 236px;
        right: -268px;
        width: 310px;
        z-index: 1000;
        -moz-box-shadow: 0px 1px 5px #c7c7c7;
        -webkit-box-shadow: 0px 1px 5px #c7c7c7;
        box-shadow: 0px 1px 5px #c7c7c7;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#c7c7c7', Direction=145, Strength=3);
        
        -webkit-border-radius-topleft: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-radius-bottomleft: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
}
.side_panel .item {
        background:url(../images/slide-panel-2.gif) no-repeat left top;
        position: relative;
        z-index: 1001;
        vertical-align: middle;
        display: table-cell;
        padding: 0px 0px 0px 53px;
        font: 12px/12px Arial, sans-serif;
        height: 44px;
        width: 268px;
}
.side_panel .item.first {
        -webkit-border-radius-topleft: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
}
.side_panel .item.last {
        -webkit-border-radius-bottomleft: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
}
.side_panel a {
        color: #21323c !important;
        text-decoration: none !important;
}
.side_panel a:hover {
        color: #E07210 !important;
        text-decoration: none !important;
        cursor: pointer;
        cursor: hand;
}
.side_panel .item .icon {
        position: absolute;
        width: 42px;
        height: 44px;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        left: 0px;
        top: 0px;
}

#sh_button.shc {
        opacity: 0;
        bottom: -250px;
}
.slide_panel_dialog {
        background: #FFBF00;
        color: #ffffff;
        padding: 50px 15px 0px;
        opacity: 0;
        filter:alpha(opacity=0);
        text-align: center;
}


.ui-button {
        display: none;
}

/* fin gram */
.fin_gram li {
        font-weight: bold;
        margin-bottom: 20px;
}
.fin_gram li div {
        font-weight: normal;
        margin-left: 25px;
        margin-top: 10px;
}
.fin_gram_btn {
        margin: 10px 0px;
}
.result_ofg {
        margin: 15px 0px;
        background: #ffffff;
        border: 2px solid #D4D4D4;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        padding: 20px;
}

.popup-intbank {
        background: #ffffff;
        z-index: 10000;
        position: fixed;
        padding: 30px 50px 30px 50px;
        width: 400px;
        text-align: center;
        margin: 0px 0px 0px -100px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        top: 40% !important;
}
.popup-intbank a {
        margin: 0px 15px;
        text-decoration: underline;
        color: #fbb034;
}
.popup-intbank a:hover {
        text-decoration: none;
        color: #fbb034;
        cursor: pointer;
        cursor: hand;
}

.left-adban {
        text-align: center;
        margin: 15px 0px;
}

.gototop {
        display: inline-block;
        position: fixed;
        bottom: 7px;
        right: 7px;
        font: 13px/13px Arial, Helvetica, sans-serif;
        width: 58px;
        height: 24px;
        background: url(../images/btn-top-bg.gif) repeat-x left 0px;
        border: 1px solid #d0d0d0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 12px 0px 0px 34px;
        opacity: 0;
        filter:alpha(opacity=0);
}
.gototop img {
        position: absolute;
        top: 13px;
        left: 14px;
}
.gototop:hover {
        cursor: pointer;
        cursor: hand;
        background: url(../images/btn-top-bg.gif) repeat-x left -36px;
        border: 1px solid #acacac;
}
.minsk-zukova {
        color: #e07210;
        /*font-size: 16px;*/
        font-size: 12px;
        margin-bottom: 11px;
}
.rates-rules {
        padding-top: 10px;
        font-size: 11px;
}
    
.popup_onlain_kons {
        display: none;
        background-color: #ffffff;
        position: fixed;
        left: 5%;
        bottom: 0px;
        width: 300px;
        height: 477px;
        z-index: 8000;
        -webkit-border-radius-topleft: 6px;
        -moz-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-radius-topright: 6px;
        -moz-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.popup_onlain_kons.short {
        height: 44px;
}
.popup_onlain_kons .popup_onlain_kons_title {
        background: #fead00 url(../images/online-kons-title-bg.jpg) repeat-x left top;
        -webkit-border-radius-topleft: 6px;
        -moz-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-radius-topright: 6px;
        -moz-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        position: relative;
        color: #ffffff;
        font: 16px/16px Arial, Helvetica, sans-serif;
        padding: 16px 0px 0px 48px;
        height: 28px;
}
.popup_onlain_kons.short .popup_onlain_kons_title:hover {
        cursor: pointer;
        cursor: hand;
}
.popup_onlain_kons_title i {
        background: transparent url(../images/online-kons-ico.png) no-repeat left top;
        width: 31px;
        height: 32px;
        top: 7px;
        left: 14px;
        position: absolute;
}
.popup_onlain_kons .hide {
        background: transparent url('../images/online-kons-hide.png') no-repeat left bottom; 
        position: absolute;
        top: 14px;
        right: 36px;
        width: 14px;
        height: 15px;
}
.popup_onlain_kons .hide:hover {
        cursor: pointer;
        cursor: hand;
}
.popup_onlain_kons.short .hide {
        display: none;
}
.popup_onlain_kons .close {
        background: transparent url('../images/online-kons-close.png') no-repeat left top; 
        position: absolute;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 15px;
}
.popup_onlain_kons .close:hover {
        cursor: pointer;
        cursor: hand;
}
.popup_onlain_kons_iframe {
        padding: 15px 20px 10px 20px;
}
.onlain_kons_block {
        padding: 15px 20px 10px 20px;
}
.popup_onlain_kons.short .onlain_kons_block {
        display: none;
}
.onlain_kons_block p {
        color: #7d8488;
        font: 12px/16px Arial, Helvetica, sans-serif;
        margin: 0px 0px 14px;
}
.onlain_kons_block .field-name {
        color: #7d8488;
        font: 12px/12px Arial, Helvetica, sans-serif;
        margin: 0px 0px 3px;
}
.onlain_kons_block .field-name sup {
        font: 12px/12px Arial, Helvetica, sans-serif;
}
.onlain_kons_block .field-value {
        color: #7d8488;
        font: 15px/15px Arial, Helvetica, sans-serif;
        margin: 0px 0px 13px;
}
.onlain_kons_block .field-value .form-input,
.onlain_kons_block .field-value .form-select,
.onlain_kons_block .field-value .form-text {
	width: 260px;
	border: 1px solid #949ca1;
	background: #fff;
	font: 15px/15px Arial, Helvetica, sans-serif;
        color: #000000;
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.onlain_kons_block .field-value .form-select {
        padding: 7px 6px 7px 6px;
}
.onlain_kons_block .field-value .phone-mode .prefix {
        float: left;
        width: 13px;
        padding-top: 10px;
        color: #000000;
}
.onlain_kons_block .field-value .phone-mode .form-input {
        float: left;
        width: 177px;
}
.onlain_kons_block .field-value .phone-mode .form-select {
        float: left;
        width: 60px;
        margin-right: 10px;
        padding: 7px 1px 7px 1px;
}
#ff_extensionField_Phone2Number {
        text-decoration: underline;
        color: #000000;
        float: right;
}
#ff_extensionField_Phone2Number:hover {
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
        color: #000000;
}
#extensionField_Phone2_block {
        display: none;
}
.onlain_kons_block .field-prim {
        color: #7d8488;
        font: 11px/11px Arial, Helvetica, sans-serif;   
        margin-bottom: 13px;
}
.onlain_kons_btn {
        text-align: center;
        margin-top: 20px;
}
.onlain_kons_block .ybtn {
        background: #ff7900 url('../images/online-kons-btn.jpg') repeat-x left top; 
        border: 1px solid #ec9000; 
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF; 
        font: bold 13px/13px Arial, Helvetica, sans-serif;   
        padding: 12px 0px 13px 0px; 
        width: 220px;
        position: relative; 
        text-shadow: 0 2px 0 #FF3500;
        text-align: center;
        text-decoration: none;
        display: inline-block;
}
.onlain_kons_block .ybtn:hover {
        cursor: pointer; 
        cursor: hand;
        text-decoration: none;
}
.onlain_chat_block {
        padding: 15px 20px 10px 20px;
        display: none;
}
.popup_onlain_kons.short .onlain_chat_block {
        display: none;
}
.messages-list {
        border: 1px solid #949ca1;
        padding: 7px 8px 6px 8px;
        font: 12px/16px Arial,Helvetica,sans-serif;
        color: #7d8488;
        margin-bottom: 20px;
        height: 240px;
        /*overflow: hidden;*/
        overflow-x: hidden;
        overflow-y: scroll;
}
.messages-list.color1 {
        background-color: #fffdd7;
}
.messages-list.color2 {
        background-color: #fff0d7;
}
.messages-list .oper {
        font: 12px/16px Arial,Helvetica,sans-serif;
        /*color: #7d8488;*/
        color: #000000;
        margin-bottom: 10px;
        white-space:pre-wrap;
}
.messages-list .my {
        font: 12px/16px Arial,Helvetica,sans-serif;
        color: #495860;
        margin-bottom: 10px;
        white-space:pre-wrap;
}
.messages-list .oper span, .messages-list .my span {
        font-weight: bold;
}
.message-customer {
        margin-bottom: 10px;
}
.message-customer textarea {
        display: block;
        height: 90px;
        margin-bottom: 10px;
        resize: none;
        font: 12px/16px Arial,Helvetica,sans-serif;
        color: #495860;
        border: 1px solid #949ca1;
        box-sizing: border-box;
        padding: 5px 8px 5px 8px;
        width: 100%;
}
.message-btn {
        text-align: right;
}
.message-btn .ybtn {
        background: #ff7900 url('../images/online-kons-btn.jpg') repeat-x left top; 
        border: 1px solid #ec9000; 
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF; 
        font: bold 13px/13px Arial, Helvetica, sans-serif;   
        padding: 5px 0px 6px 0px; 
        width: 95px;
        position: relative; 
        text-shadow: 0 2px 0 #FF3500;
        text-align: center;
        text-decoration: none;
        display: inline-block;
}
.message-btn .ybtn:hover {
        cursor: pointer; 
        cursor: hand;
        text-decoration: none;
}
.message-btn .ybtn.hbs {
        opacity: 0.6;
        filter:alpha(opacity=60);
}
.message-btn .ybtn.hbs:hover {
        cursor: default;
}



.call-form-block p {
        font-size: 13px;
}
.call-form-block .call-form {
        /*background: #ededed;*/
        padding: 0px 10px 0px 10px;
}

.call-form-block .table-form {
        width: 620px;
        background: none;
}
.call-form-block .call-form .field-name {
        padding-top: 15px;
        font-size: 13px;
        margin-bottom: 4px;
}
.call-form-block .call-form sup {
        color: #fc3001;
        font-size: 13px;
}
.call-form-block .call-form .field-prim {
        padding: 15px 0px 10px;
}
.call-form-block .call-form .field-prim .form-note {
        font-size: 13px;
        padding: 7px 15px 10px 67px;
}
.call-form-block .call-form .btns {
        width: 100%;
        text-align: center;
}
.call-form-block .call-form .form-input,
.call-form-block .call-form .form-select,
.call-form-block .call-form .form-text {
	width: 328px;
	border: 1px solid #949ca1;
	background: #fff;
	font-size: 1em;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.call-form-block .call-form .phone-mode .prefix {
        float: left;
        width: 15px;
        padding-top: 6px;
        color: #000000;
}
.call-form-block .call-form .phone-mode .form-input {
        float: left;
        width: 238px;
}
.call-form-block .call-form .phone-mode .form-select {
        float: left;
        width: 65px;
        margin-right: 10px;
        padding: 4px 3px 4px;
}

.call-form-block .ybtn {
        background: url('../images/bt.png') repeat-x scroll left top #FBA312; 
        border: 1px solid #FCB23A; 
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #FFFFFF; 
        cursor: pointer; 
        font-size: 12px; 
        font-weight: bold; 
        padding: 3px 15px; 
        position: relative; 
        text-shadow: 0 -1px 0 #C47F00;
}

.el-sep {
        height: 0px;
        padding-bottom: 20px;
        display: block;
        width: 100%;
        margin: 0px;
        clear: fix;
}
.el-obr-content p {
        margin-bottom: 5px;
}
.el-table-a {
        
}
.el-table-a:hover {
        cursor: pointer;
        cursor: hand;
}
.el-table-hide {
        display: none;
        margin-bottom: 15px;
}
.el-table-hide table {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid #c8cdcf;
	/*border-top: 2px solid #495860;*/
}

.el-table-hide table tbody tr th {
	font-weight: bold;
	text-align: center;
	padding: 1em 0.5em;
	border: 1px solid #c8cdcf;
	background: #ededed;
}

.el-table-hide table tbody tr td {
	text-align: left;
	padding: 1em 0.5em;
	border: 1px solid #c8cdcf;
	vertical-align:middle;
}

.el-table-hide table tbody tr.second td {
	background: #fcfaf0;
}
.el-buttons {
        text-align: center;
}
.el-buttons a {
        display: inline-block;
        margin: 0px 10px;
/*        border: 2px solid #FFBD00;*/
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 20px 15px 20px;
        text-decoration: none;
/*        color: #3c4c55;
        background-color: rgba(255,200,0,0.85);*/
}

/*     15.10.2017 10:44  */
.Wrapp,#Wrapp2 {
top:0;
left:0;
position:fixed;
width:100%;
height:100%;
}
.tt,#tt2 {
 	position: absolute;
 	background-color: #fff;
 	width: 200px;
 	padding: 12px;
 	border: solid 1px;
z-index:10000;
}


.el-buttons a:hover {
/*        background-color: rgba(255,200,0,1);
        text-decoration: none;
        color: #000000;
        cursor: pointer;*/
        cursor: hand;
}
.el-obr-content .el-sup {
        font: bold 10px/10px Arial,Helvetica,sans-serif;
        position: relative;
        top: 0px;
        text-decoration: none !important;
}
.el-obr-content .el-sup a {
        text-decoration: none !important;
}
.el-prim {
        font: 12px/16px Arial,Helvetica,sans-serif;
        padding-top: 180px;
}
.el-prim div {
        margin-bottom: 10px;
        padding-left: 15px;
        position: relative;
}
.el-prim .el-sup {
        position: absolute;
        top: 4px;
        left: 0px;
}
.fancy-zoom {
        position: absolute;
        background: url('../images/lg-search-icon.png') no-repeat scroll left top; 
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 41px;
}
.fancy-zoom:hover {
        opacity: 0.8;
        filter:alpha(opacity=80);
}

.dd1 {
        font-size: 9px;
}
.dd2 {
        font-size: 10px;
}
.dd3 {
        font-size: 12px;
}
.scale {
        font-size: 9px;
}
.scale2 {
        font-size: 11px;
}
div.panel {
padding: 0 18px;
display: none;
background-color: white;
}
button.accordion {
    background-color: #fff;
    color: #fbb034;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    text-decoration: underline;
}
button.accordion.active, button.accordion:hover {
    background-color: #fff; 
    text-decoration: none;
}
.bt-filter:hover {
    background: #c0c0c0 url(../images/bt-b.png) repeat-x left top;
    color: #ffffff;
}

/* subtitle */
.subtitle{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 30px;
}
/* subtitle end */

/* mix-form */
.mix-form {
	margin: 30px 0;
}
.mix-form:first-child {
	margin-top: 0;
}
.mix-form:last-child {
	margin-bottom: 0;
}
.mix-form::after {
	content: '';
	display: table;
	clear: both;
}
.mix-from__options {
	float: left;
	width: 460px;
}
.mix-from__fields {
	float: right;
	width: calc(100% - 460px);
	padding-left: 40px;
	box-sizing: border-box;
}
.mix-from__row {
	margin: 0 -10px;
}
.mix-from__row::after{
	content: '';
	display: table;
	clear: both;
}
.mix-from__col{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.mix-from__button .btn-submit {
	display: block;
	width: 100%;
}
/* mix-form end */

/* check options */
.check-options {
	font-size: 0;
	letter-spacing: -4px;
	margin: 0 -15px;
}
.check-options__item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: normal;
	padding: 0 15px 30px;
	box-sizing: border-box;
}

.check-options-el {
	display: block;
	position: relative;
	min-height: 133px;
	padding: 25px 5px 8px;
	text-align: center;
	box-sizing: border-box;
	/*cursor: pointer;*/
}
.check-options-el__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	user-select: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: box-shadow .15s;
	transition: box-shadow .15s;
}
.check-options-el__input {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}
.check-options-el__check {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	height: 24px;
	width: 24px;
	border-radius: 2px;
	cursor: pointer;
}
.check-options-el__check::before,
.check-options-el__check::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 24px;
	width: 24px;
	border-radius: 2px;
	margin: -12px 0 0 -12px;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}
.check-options-el__check::before {
	background: #f8f3f3;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.check-options-el__check::after {
	background: #14ac2c url(../images/el_ok.png) no-repeat center;
	border: 1px solid #d1f0da;
	box-sizing: border-box;
	opacity: 0;
}
.check-options-el__input:checked ~ .check-options-el__check::after {
	opacity: 1;
}
.check-options-el__input:checked:disabled ~ .check-options-el__check::after {
	background-color: #cacaca;
	border: 1px solid #fff;
}
.check-options-el__figure {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
}
.check-options-el__img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.check-options-el__title {
	display: block;
	text-align: center;
	position: relative;
}
.check-options-el:hover .check-options-el__input:not(:disabled) ~ .check-options-el__bg,
.check-options-el .check-options-el__input:not(:disabled):checked ~ .check-options-el__bg {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.check-options-el:active .check-options-el__input:not(:disabled) ~ .check-options-el__bg {
	top: 1px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.check-options-el__input:disabled ~ .check-options-el__bg {
	background-color: #e3e3e3;
}
.check-options-el__input:disabled ~ .check-options-el__figure {
	filter: grayscale(1);
}
.check-options-el__input:disabled ~ .check-options-el__title {
	color: #636363;
}
/* check options end */

/* form element float */
.input-float {
	display: block;
	position: relative;
	margin-bottom: 17px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.input-float__field {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 10px 9px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: none;
	border: 0 solid #929292;
	border-bottom-width: 1px;
	cursor: pointer;
	-webkit-transition: border-color 0.15s;
	transition: border-color 0.15s;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
}
.input-float__field::-ms-clear,
.input-float__field::-ms-reveal {
	display: none;
}
.input-float__field:disabled {
	color: #c5c5c5;
	border-color: #c5c5c5;
}
.input-float__select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 30px 9px 8px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: none;
	border: 0 solid #929292;
	border-bottom-width: 1px;
	cursor: pointer;
	-webkit-transition: border-color 0.15s;
	transition: border-color 0.15s;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	outline: none;
}
.input-float__select::-ms-expand {
	display: none;
}
.input-float__select-arrow {
	float: right;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 16px;
	margin-top: -40px;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z' fill='%23969696'/%3E%3C/svg%3E") no-repeat center / contain;
}
.input-float__select:disabled {
	color: #c5c5c5;
	border-color: #c5c5c5;
}
.input-float__select:disabled ~ .input-float__select-arrow {
	opacity: 0.5;
}
/* custom select */
.input-float .select2-container--default .select2-selection--single {
	height: 40px;
	border: 0 solid #929292;
	border-bottom-width: 1px;
	border-radius: 0;
}
.input-float .select2-container--default.select2-container--disabled .select2-selection--single {
	background: none;
	border-color: rgba(146, 146, 146, 0.5);
	cursor: default;
}
.input-float .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 30px 9px 8px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
.input-float .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: rgba(0, 0, 0, 0.3);
}
.input-float .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 16px;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z' fill='%23969696'/%3E%3C/svg%3E") no-repeat center / contain;
}
.input-float .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
	opacity: 0.5;
}
.input-float .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

/* custom select end */
.input-float__label {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.5);
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	pointer-events: none;
	z-index: 5;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	will-change: transform, color, opacity;
	transition-property: transform, color, opacity;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-float__field:focus ~ .input-float__label,
.input-float__field.filled ~ .input-float__label,
.input-float__field.focused ~ .input-float__label,
.input-float__select:focus ~ .input-float__label,
.input-float__select.filled ~ .input-float__label,
.input-float__select.focused ~ .input-float__label {
	font-family: "circe-regular", Helvetica, Arial, sans-serif;
	-ms-transform: translate(0.1em, -1.3em) scale(0.85);
	transform: translate(0.1em, -1.3em) scale(0.85);
	transform: translate3d(0.1em, -1.3em, 0) scale3d(0.85, 0.85, 1);
	cursor: default;
	opacity: 0.8;
}
.input-float__field:disabled ~ .input-float__label,
.input-float__select:disabled ~ .input-float__label {
	opacity: 0.5;
}

/* form element float end */

/* form element checkbox */
.from-checkbox {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.from-checkbox input {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}
.from-checkbox > span {
	display: block;
	position: relative;
	padding: 2px 0 2px 30px;
	color: rgba(0, 0, 0, 0.5);
}
.from-checkbox input:disabled ~ span {
	color: rgba(0, 0, 0, 0.3);
}
.from-checkbox > span::before,
.from-checkbox > span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 24px;
	width: 24px;
	border-radius: 2px;
	margin: -12px 0 0 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}
.from-checkbox > span::before {
	background: #f8f3f3;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.from-checkbox > span::after {
	background: #14ac2c url(../images/el_ok.png) no-repeat center;
	border: 1px solid #d1f0da;
	box-sizing: border-box;
	opacity: 0;
}
.from-checkbox input:checked ~ span::after {
	opacity: 1;
}
.from-checkbox input:checked:disabled ~ span::after {
	background-color: #cacaca;
	border: 1px solid #fff;
}

/* form element checkbox end */

/* form element radio */
.from-radio {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.from-radio input {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}
.from-radio > span {
	display: block;
	position: relative;
	padding: 2px 0 2px 30px;
	color: rgba(0, 0, 0, 0.5);
}
.from-radio input:disabled ~ span {
	color: rgba(0, 0, 0, 0.3);
}
.from-radio > span::before,
.from-radio > span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.from-radio > span::before {
	background: #f8f3f3;
	border: 1px solid #efefef;
	box-sizing: border-box;
	height: 24px;
	width: 24px;
	border-radius: 24px;
	margin: -12px 0 0 0;
}
.from-radio > span::after {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	margin: -7px 0 0 5px;
	background: #14ac2c;
	box-sizing: border-box;
	opacity: 0;
}
.from-radio input:checked ~ span::before {
	background-color: #fff;
	border-color: #14ac2c;
}
.from-radio input:checked ~ span::after {
	opacity: 1;
}
.from-radio input:checked:disabled ~ span::before {
	background-color: #fff;
	border: 1px solid #cacaca;
}
.from-radio input:checked:disabled ~ span::after {
	background-color: #cacaca;
}

/* form element radio end */

/* btn submit */
.btn-submit {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 22px 70px 22px 10px;
	height: 64px;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: 0;
	box-shadow: none;
	background-color: #e8e6e6;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.15s;
	transition: background-color 0.15s;
	-webkit-appearance: none;
	appearance: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	color: #000;
}
.btn-submit::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #d98923;
	border-radius: 0 4px 4px 0;
	-webkit-transition: background-color 0.15s, color 0.15s;
	transition: background-color 0.15s, color 0.15s;
}
.btn-submit > input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	padding: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
}
.btn-submit__arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	border: 2px solid #fff;
	border-radius: 40px;
	z-index: 1;
	box-sizing: border-box;
}
.btn-submit__arrow::before,
.btn-submit__arrow::after {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
}
.btn-submit__arrow::before {
	width: 14px;
	border-width: 2px 0 0;
	margin: -1px 0 0 -7px;
}
.btn-submit__arrow::after {
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	margin: -6px 0 0 -5px;
	transform: rotate(45deg);
}
.btn-submit:hover {
	background-color: #fcad4b;
	color: #fff;
}

/* btn submit end */
