

body{ 
	margin:0; 
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	line-height:120%;
	color: #46484b;
}
h1, h2, h3, h4, h5, h6, /*ul, ol, li, */ code, form { 
	padding: 0; 
	margin: 0; 
	font-weight: normal; 
	list-style-type:none;
} 

h2{
line-height:32px
}

p{line-height:160%;font-size:17px}

address{font-style:normal}
a{color: #3d73b0;}
a.dotted{text-decoration:none;border-bottom:1px dotted #3d73b0;}
a:hover{ text-decoration:none; }
a:active, 
a:focus{ outline:none; }
a.interact{text-decoration:none;border-bottom:1px dashed #3d73b0}
h1,h2,h3,h4,h5{ margin:0; padding:0; }
table{
	width:100%;
	border-collapse:collapse;
}  
td{ vertical-align: top; } 
img{ border: 0; } 
/*-----------------------------
-------------Layout -----------
-------------------------------*/
.b-layout{
	margin:0 auto;
	text-align:left;
	
	z-index: 2;
}
.b-header{
	/* 11.04 height: 424px;
	margin: 0 0 22px 0;
	*/
	position: relative;
	z-index: 3;
}
.b-layout-left{
	position: relative;
	z-index: 1;
	float:left;
	width:200px;
	background:#B9CAFF
}

/*-----------------------------
-------------Header -----------
-------------------------------*/
.b-header{
	/*background: url(https://www.exdex.ru/img/header-wave.png) no-repeat center bottom;*/
}
.b-header__inner{
	background: url(https://www.exdex.ru/img/brick.png) no-repeat 206px 0;
	/*max-width: 960px;*/
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 15px 0 15px;
	position: relative;
	z-index: 10;
}
.b-center{
	/*max-width: 960px;*/
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}
.b-header__main{
	float: left;
}
.b-header__left {
	float: left;
	position: relative;
}
.b-header__right{
	float: right;
	font-size: 13px;
	text-align: right;
}

.b-header__right .ul-links-hor li{
	margin-right: 0;
}
.b-logo{
	margin-left: -21px;
	position: relative;
}
.b-header__row {
	position: relative;
}
.b-choose-city {
	display: inline-block;
	z-index: 2;
}
.b-choose-city .label{
	margin-right: 2px;
}
.b-choose-city__drop {
	position: absolute;
	background: #fff;
	top: 5px;
	left: auto;
	right: 0;
	padding: 15px 35px;
	width: 550px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 18px 1px rgba(0,0,0,0.1);
	color: #121212;
	display: none;
	z-index:1000000000;
	visibility: visible;
}
.b-choose-city__drop a.vw-all{text-decoration:none;border-bottom:1px dotted #ccc; margin-right:10px;float:right;color:#ccc}
.b-choose-city__drop a.vw-all.light{color:#666}

.b-choose-city__drop .b-top{
	border-bottom: 1px dotted #929292;
	padding-bottom: 15px;
	margin-bottom: 9px;
}
.b-choose-city__drop .selected{
	color: #79ad40;
}
.b-choose-city__drop .l-close{
	right: 35px;
	top: 15px;
	cursor: pointer;
}
.b-choose-city__drop .b-columns {
	margin-left: -2%;
}
.b-choose-city__drop .b-col {
	float: left;
	width: 23%;
	margin-left: 2%;
}
.b-choose-city__drop li {
	margin-bottom: 3px;
}
.b-cities-selector {
	margin-left: 2%;
    height: auto;
    padding: 15px 0;
    visibility: visible;
}
.b-cities-selector .label{
	font-weight:bold;
	display: inline-block;
	margin-bottom: 0.5em;
}
.b-cities-selector  .active-result.result-selected.group-option.highlighted{color:#fff !important;}
.default-cities {
	margin: 0 0 1em 0px;
}
.default-cities li{
	display: inline-block;
	margin-right: 13px;
}
.l-close{
	position: absolute;
}
.b-currency-widget {
	margin: 15px 0 0 0;
	background: rgb(161,203,116);
	background: -moz-linear-gradient(top,  rgba(161,203,116,1) 0%, rgba(138,180,92,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,203,116,1)), color-stop(100%,rgba(138,180,92,1)));
	background: -webkit-linear-gradient(top,  rgba(161,203,116,1) 0%,rgba(138,180,92,1) 100%);
	background: -o-linear-gradient(top,  rgba(161,203,116,1) 0%,rgba(138,180,92,1) 100%);
	background: -ms-linear-gradient(top,  rgba(161,203,116,1) 0%,rgba(138,180,92,1) 100%);
	background: linear-gradient(to bottom,  rgba(161,203,116,1) 0%,rgba(138,180,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1cb74', endColorstr='#8ab45c',GradientType=0 );
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #fff;
	position: relative;
	height: 37px;
	line-height: 35px;
	padding: 0 31px 0 15px;
	margin-right: -23px;
	width:450px;
	float: right;
}
.b-currency-widget a{color:#fff}


.b-currency-widget.mmvb{
	white-space: nowrap;
	background: rgb(161,203,116);
	background: -moz-linear-gradient(top,  rgba(239,242,235,1) 0%, rgba(222,225,218,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,242,235,1)), color-stop(100%,rgba(222,225,218,1)));
	background: -webkit-linear-gradient(top,  rgba(239,242,235,1) 0%,rgba(222,225,218,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,242,235,1) 0%,rgba(222,225,218,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,242,235,1) 0%,rgba(222,225,218,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,242,235,1) 0%,rgba(222,225,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2eb', endColorstr='#dee1da',GradientType=0 );
	color:#333;
}


.b-currency-widget:after{
	position: absolute;
	content: "";
	top: 0;
	width: 19px;
	height: 37px;
	right: 0px;
	background: url(https://www.exdex.ru/img/arrow-contur-19x37.png) no-repeat left top;
}
.b-currency-widget .currency{
	color: #000000;
	font-weight: bold;
}

.b-currency-widget,.b-currency-widget.mmvb{color:#000;background: none;filter:none;height: auto;margin:0;padding:0;}
.b-currency-widget.first{margin-top:28px;white-space: nowrap;}
.b-currency-widget:after{display: none}
.b-currency-widget a{color:#000}


.b-site-description {
	/*font-family: 'PT Serif', serif;*/
	font-size: 19px;
	color: #3d73b0;
	text-align: justify;
	font-weight:200;
	display:block;
	line-height:45px;
	float: left;
}
.b-main-menu {
	font-size: 16px;
	padding: 17px 0;
	position: absolute;
	top: 40px;
	right: 0;
}
.b-main-menu .ul-links-hor li{
	margin-right: 0;
	background-image: url(https://www.exdex.ru/img/rhomb-white.png);
	padding-left: 23px;
	margin-left: 20px;
}
.b-main-menu a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.b-main-menu a:hover{
	color: #79ad40;
}
.informer-label {
	float: left;
	margin-right: 14px;
}
.b-share{
	margin-left: -4px;
}
/*search exchange course*/
.b-cur-search{
	margin-left: 0;
	position: relative;
	margin-top:40px;
}
.b-cur-search .b-title{
	font-size: 19px;
	/*font-family: 'PT Serif', serif;*/
	color: #000;
	text-shadow: 0 1px 0 #cfe1f1;
	background: url(https://www.exdex.ru/img/ico-search.png) no-repeat left top;
	padding: 8px 0 0 50px;
	margin-left: -50px;
	line-height: 1.3em;
	margin-bottom: 6px;
	font-weight: bold;
	min-height: 30px;
}
.b-cur-search .b-field{
	margin: 0 0 0 0;
	background: #4e91c4;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #fff;
	position: relative;
	height: 37px;
	line-height: 35px;
	padding: 11px 5px 0 20px;
	margin-right: -23px;
	float: left;
	position: relative;
	height: 45px;
	margin-right: 37px;
}
.b-cur-search .b-field:after{
	content: "";
	position: absolute;
	top: 0;
	width: 27px;
	height: 56px;
	right: -27px;
	background: url(https://www.exdex.ru/img/arrow-right-blue.png) no-repeat right;
}
.b-field-select-wrapper {
	float: left;
}
.b-field__title {
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #427ba7;
	font-weight: bold;
	margin-right: 4px;
}
.b-field__title{
	display: inline-block;
}
.b-field.b-field-course-max {
	width: 364px;
	margin-right: 0;
}
.b-field-course-max .b-field__title{
	text-transform: none;
	line-height: 17px;
	width: 205px;
	font-size: 13px;
	float: left;
	text-align: center;
	margin-right: 7px;
}
.b-field-course-max .b-field__title .parameter{
	color: #c8ef9d;
}
.b-field-course-max input[type="text"]{
	width: 68px;
	text-align: center;
	padding: 0 5px;
	position: relative;
	float: left;
	margin: 0 4px 0 0;
}
.b-field-course-max input[type="submit"]{
	float: left;
}
.b-cur-search .b-reset{
	position: absolute;
	right: 12px;
	bottom: -25px;
	font-size: 12px;
}
.b-cur-search .b-reset a{
	color: #fff;
}

#adunderlicense{display:none}

/*-----------------------------
---------------content---------
-------------------------------*/
#content{
	float:right;
	width:500px
}
.b-margin {
	margin: 1.5em 0;
}
/*lists*/
.ul-links-hor{
	display: inline;
}
.ul-links-hor li,.b-bank li{
	display: inline;
	padding-left: 19px;
	background: url(https://www.exdex.ru/img/rhomb.png) no-repeat left center;
	margin: 0 14px;
}
.ul-links-hor li {
	white-space: nowrap;
}

.b-bank li{
	overflow:hidden
}

.ul-links-hor.block,.ul-links-hor.block li,.b-bank li{
	display: block;
	float:none;	
}
.ul-links-hor.block li,.b-bank li{
	background-position:left 8px;
	padding-top:0;margin-top:10px
}
.b-bank .ul-links-hor li{
	white-space: normal;
}
/*index*/
.b-notice{
	text-align: justify;
	padding: 0 29px;
	max-width: 1200px;
	margin: 0 auto;
	font-style: italic;
	font-size: 13px;
	/*font-family: 'PT Serif', serif;*/
	color: #777777;
	line-height: 19px;
	margin-bottom: 25px;
}
.b-wave{
	background: url(https://www.exdex.ru/img/wave-bg.png) left;
	position: relative;
	padding: 4px 0;
}
.b-wave__promo {
	margin-bottom: 28px;
}
.b-wave:before{
	position: absolute;
	content: "";
	top:-4px;
	width: 100%;
	background: url(https://www.exdex.ru/img/wave-top-transp.png) repeat-x left;
	height: 4px;
}

.b-wave:after{
	background: url(https://www.exdex.ru/img/wave-bottom.png) repeat-x left;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
}
.b-promo{
	padding: 15px 0;
    display: table;
    width: 100%;
}
.b-calc-wrapper {
	display: table-cell;
}
.b-calc{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 18px 0 rgba(116,116,116,0.15);
	box-shadow: 0 0 18px 0 rgba(116,116,116,0.15);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	width: 222px;
	padding: 25px 20px 19px;
	border: 1px solid #fff;
	text-align: center;
}
.b-calc .b-title{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.b-calc .b-subtitle{
	/*font-family: 'PT Serif', serif;*/
	font-style: italic;
	font-size: 13px;
	color: #777777;
	margin-bottom: 6px;
	text-shadow: 0 1px 0 #ffffff;
}
.b-calc .b-line{
	margin-bottom: 10px;
}
.b-calc input[type="radio"]+label {
	color: #79ad40;
}
.b-calc .b-line-operation input[type="radio"]+label {
	background: rgb(255,255,255);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(245,245,245) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(245,245,245)));
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 18px 0 rgba(116,116,116,0.20);
	box-shadow: 0 0 18px 0 rgba(116,116,116,0.20);
	color: #689dca;
	text-shadow: none;
}
.b-calc .b-line-operation input[type="radio"]:checked+label {
	background: rgb(108,161,207);
	background: -moz-linear-gradient(top,  rgb(108,161,207) 0%, rgb(99,152,198) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(108,161,207)), color-stop(100%,rgb(99,152,198)));
	background: -webkit-linear-gradient(top,  rgb(108,161,207) 0%,rgb(99,152,198) 100%);
	background: -o-linear-gradient(top,  rgb(108,161,207) 0%,rgb(99,152,198) 100%);
	background: -ms-linear-gradient(top,  rgb(108,161,207) 0%,rgb(99,152,198) 100%);
	background: linear-gradient(to bottom,  rgb(108,161,207) 0%,rgb(99,152,198) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca1cf', endColorstr='#6398c6',GradientType=0 );
	border: 1px solid #b2cae0;
	text-shadow: 0 -1px 0 #5a86ae;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.b-calc input[type="text"],.b-calc input[type="number"]{
	-webkit-box-shadow:inset 1px 1px 0 0 rgba(207,207,207,1);
	box-shadow:inset 1px 1px 0 0 rgba(207,207,207,1);
	text-align: center;
	width: 220px;
	-webkit-box-shadow: 0 0 18px 0 rgba(116,116,116,0.20);
	box-shadow: 0 0 18px 0 rgba(116,116,116,0.20);
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
/*top course*/
.b-top-courses{
	/*margin-left: 15px;*/
	display: table-cell;
	padding-right: 60px;
}

.b-courses .b-title{
	font-size: 19px;
	/*font-family: 'PT Serif', serif;*/
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	background: url(https://www.exdex.ru/img/rate.png) no-repeat left top;
	padding: 5px 0 0 48px;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
	margin-left: -48px;
	min-height: 33px;
}
.b-courses .b-text{
	margin-bottom: 22px;
}
.b-courses__body {
	display: table;
	width: 100%;
	margin-top: 5px;
}
.b-courses .b-labels-wrapper {
	padding-right: 23px;
}
.b-courses .b-labels{
	margin-bottom: 12px;
	display: table-row;
	width: 100%;
}
.b-courses .b-labels .b-item{
	display: table-cell;
	text-align: center;
	color: #79ad40;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
}
.b-courses .b-labels.first-child .b-item{
	padding-top: 0;
}
.b-courses .b-labels .b-item__spacer{
	width: 102px;
}
.b-courses .b-line {
	position: relative;
	z-index: 2;
	cursor: pointer;
	height: 44px;
	display: table-row;
	width: 100%;
	background: #fff;
}
.b-courses .b-line:after{
	position: absolute;
	background: url(https://www.exdex.ru/img/arrow-white.png) no-repeat left top ;
	width: 0px;/*25px*/
	height: 44px;
	right: -25px;
	display: block;
	content: "";
	top: 0;
}
.b-courses .b-line.c-o:after{
	background-image:url(https://www.exdex.ru/img/arrow-green.png);
}
.b-courses .b-line--without-arrows:after{
	content: none;
}
.b-courses .b-line__bg{
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 270px;
	border-radius: 3px 3px 3px 3px;
	z-index: 1;
	-webkit-box-shadow: 0 0 18px 0px rgba(116,116,116,0.1);
	box-shadow: 0 0 18px 0px rgba(116,116,116,0.1);
	cursor: pointer;
}
.b-courses .b-line__bg:after{
	position: absolute;
	background: url(https://www.exdex.ru/img/arrow-white.png) no-repeat left top ;
	width: 25px;
	height: 44px;
	right: -25px;
	display: block;
	content: "";
}

.b-courses .b-currency{
	height: 44px;
	background: #4e91c4;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 -1px 0 #427ba7;
	border-radius: 3px;
	display: none;
}
.b-courses .b-line .b-currency{
	width: 102px;
	display: table-cell;
	border-radius: 3px 0 0 3px;
}
.b-courses .b-line__content.result{
	display:none;
	margin-bottom: 1px;
	margin-top: -5px;
}


.b-courses .b-line__content.result .b-currency{
	/*
	background:none;
	color: #4e91c4;
	font-weight:100;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
	*/
	display: table-cell;
	background: #fff;
	color: #4e91c4;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 16px;
}

.b-courses .b-line__content.result .b-price-sell{
	/*
	width:170px;
	float:left;
	*/
	width: auto;
}

.b-courses .b-line .b-currency .calc_usd{
	font-size:11px
}
.b-courses .b-line.last{
	margin-bottom: 18px;
}

.b-courses .b-price-purchase, 
.b-courses .b-price-sell{
	
	height: 44px;
	line-height: 43px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
}
.b-promo .b-courses .b-price-purchase, 
.b-promo .b-courses .b-price-sell{
	width:50%;
}
.b-courses .b-price-sell{
	border-radius: 0px 2px 2px 0px;
}
.b-courses .b-line__content.result .b-price-sell{
	border-radius: 0px 0px 3px 0px;
}
.b-courses .b-price-purchase {
	background: url(https://www.exdex.ru/img/divider.png) no-repeat right center;
}
.b-courses .b-price-purchase.curr-operation, 
.b-courses .b-price-sell.curr-operation{
	background:#8fbf59;
	color:#fff;
}
.b-courses .b-info{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
}
.b-courses .b-info a.bank{
	font-weight: bold;
}
.b-summary {
	margin:0 0 15px 0;
	height: 25px;
	padding: 6px 0 0 38px;
	font-style: italic;
	/*font-family: 'PT Serif', serif;*/
	background: url(https://www.exdex.ru/img/v.png) no-repeat left 0px;
	font-size: 13px;
	visibility:hidden;
}
.b-courses .b-summary strong{
	color: #000;
}
.b-promo .b-line .b-line__bg,
.b-promo .b-line.last .b-line__bg{/*width:611px*/}
.b-line-info__wrapper{
	padding-right: 23px;
}
.b-line-info {
	display: table-row;
	width: 100%;
	table-layout: fixed;
}
.b-line-info .b-info{
	font-size:12px;
	line-height:20px;
	display: table-cell;
	padding: 8px 3px 0;
	text-align: left;
}
.b-line-info .b-info__spacer{
	width: 102px;
}
.b-line-info .b-info a{font-weight:bold}


/*promo bank table*/
.b-promo-bank-table {
	padding-top: 30px;
	position: relative;
}
.date{font-size:12px}
.list-item{position: relative;padding-top: 20px;margin-top:15px}
.list-item h2{display:inline;}
.list-item a.title{font-size:22px}
.list-item.offer .right{
	float:right;
	width: 150px;
	padding-top:12px
}
.b-promo-bank-table:before,#finam-news:before,.list-item:before{
	position: absolute;
	content: "";
	background: url(https://www.exdex.ru/img/wave_43.png) no-repeat;
	top: 0;
	left: -25px;
	width: 43px;
	height: 11px;
}

.b-promo-bank-table.w-auto {width:auto}

.b-news-useful p,.b-news-useful ul,.b-news-useful li,.b-news-useful ol{
	font-size:17px;
	line-height:25px
}
.b-news-useful img{ max-width:100% ; max-height: 1800px}

.b-promo-bank-table .b-title,.b-news-useful .b-title{
	font-size: 19px;
	/*font-family: 'PT Serif', serif;*/
	color: #000;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
}
.b-news-useful .b-title{
	font-size: 27px;
	
}
.t-1 thead th{
	font-weight: normal;
	background: #699ecb;
	color: #fff;
	border-right: 1px solid #98bddc;
	text-align: center;
}
.t-1 thead th:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.t-1 thead th:last-child{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: none;
}
.t-1 thead th .th-inner{
	position: relative;
	padding: 10px 15px;
}
.t-1 thead th.sort {
	cursor: pointer;
}
.t-1 thead th.sort_up,
.t-1 thead th.sort_down{
	background: #92c45d;
}
.t-1 thead .th-inner{
	padding-right: 27px;
}
.t-1 thead th.sort img.sort{
	position: absolute;
	right: 8px;
}
.t-1 tbody td{
	padding: 10px 17px;
	text-align: center;
}
.t-1 tbody td a.cs_val{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #999
}
.t-1 tbody tr.even td{
	background: #f3f3f3;
	border-right: 1px solid #fff;
}
.t-1 tbody tr.even td.hightlighted{
	background-color: #e7e7e7;
}
.t-1 tbody tr.even td:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.t-1 tbody tr.even td:last-child{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: none;
}

.t-1 td span.gray{white-space:nowrap}
.t-1 td.time.original{background:url(https://www.exdex.ru/img/icons/verified18.png) 95% 95% no-repeat;}
.t-1 td.time.signored{background:url(https://www.exdex.ru/img/icons/verified_red18.png) 95% 95% no-repeat;}
.t-1 tr.noncash a.cs_val{opacity:0.7}
.t-1 tr.noncash{opacity:0.7}

.ta-left{
	text-align: left !important;	
}
.up,
.down{
	padding-right: 11px;
	color: #000;
}

.up{
	background: url(https://www.exdex.ru/img/arrow-up-wg.png) no-repeat right center;
}
.down{
	background: url(https://www.exdex.ru/img/arrow-down-wg.png) no-repeat right center;
}

.best,.b-price-purchase.best,.b-price-sell.best,table.t-1 tbody td .best a.cs_val{color:#f99f00;font-weight:bold}
table.t-1 tbody td .best a.cs_val{border-bottom-color:#f99f00}
.currency-type-selector {
	height: 0;
	visibility: hidden;
}
.currency-type-selector label{
	margin-right: 8px;
}




/*map*/
.b-page-title{
	line-height: 140%;
	/*font-family: 'PT Serif', serif;*/
	font-size: 26px;
	color: #3d73b0;
	margin-bottom: 23px;
}
.b-wave.b-wave__map{
	background: none;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.b-wave.b-wave__map:before{
	z-index: 200000;
	background: url(https://www.exdex.ru/img/map-wave-top.png) repeat-x top;
	margin-top:3px;	
}

.b-wave.b-wave__map:after{
	z-index: 200000;
	background: url(https://www.exdex.ru/img/map-wave-bottom.png) repeat-x top;
	bottom: 3px;
}
.b-map-filtr-wrapper {
	position: absolute;
	margin: 50px 0 0 -50px;
	float:right;	
	z-index: 400;
	border:1px solid red
}
.b-map-filtr{
	position: absolute;
	right: 0;
	top: -8px;
}
.b-map-filtr .b-trigger{
	float: right;
	background: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 14px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -5px 9px 0 rgba(0,0,0,0.1);
	box-shadow: 0 -5px 9px 0 rgba(0,0,0,0.1);
}
.b-map-filtr .b-trigger a{
	font-size: 11px;
}
.b-map-filtr .b-content{
	margin-top: 26px;
	background: #fff;
	padding: 12px;
	width: 530px;
	font-size: 12px;
	-webkit-border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
	
}
.b-map-filtr .b-content .t-1 td{
	font-size: 11px;
	z-index:40;
}
.b-map-filtr .b-content .t-1 th strong{
	font-size: 13px;
}
.b-map-filtr .t-1 thead th .th-inner{
	padding: 5px 9px;
	line-height: 12px;
}
.b-map-filtr .t-1 thead th.sort .th-inner{
	padding-right: 27px;
}
.b-map-filtr .t-1 .sort img.sort{
	top: 8px;
}
.b-map-filtr .t-1 .bank img.sort{
	top: 3px;
}
.b-map-filtr .t-1 td.label{
	padding: 2px 0;
	width: 40px;
}
.b-map-filtr .t-1 td.title{
	padding-right: 6px;
}
.map-label {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}
.map-label__orange{
	background: #fac54d
}
.map-label__violet{
	background: #b44dfa
}
.map-label__green{
	background: #88be89
}
.map-label__light_green{
	background: #c7fa4d;
}
.map-label__red{
	background: #cd7a7d
}
.map-label__grey{
	background: #ccc
}
.del,
.search,
.add{
	float: right;
	margin: 0 2px;
	cursor: pointer;
}
.inactive .up, 
.inactive .down, 
.inactive a{
	color: #b3b3b3;
}
.inactive .up{
	background-image: url(https://www.exdex.ru/img/up-inactive.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.inactive .down{
	background-image: url(https://www.exdex.ru/img/down-inactive.png);
}

/*baloons*/
.b-baloon {
	padding: 3px;
	background: #fefefe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 362px;
	font-size: 12px;
	border-radius: 8px 8px 8px 8px;
	/*-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);*/
}
.b-baloon  .close{
	position: absolute;	
	right: 11px;
	top: 12px;
}
.b-baloon__content {
	padding: 23px 23px 12px 23px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.b-baloon__content:after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	right: 0;
	bottom: -21px;
	width: 100%;
	height: 35px;
	z-index:1000000;
}

	.b-baloon__red .b-baloon__content{
		border: 3px solid #cd7a7d;
	}
	.b-baloon__red .b-baloon__content:after{
		background-image: url(https://www.exdex.ru/img/corner-red-arrow.png);
	}
	.b-baloon__green .b-baloon__content{
		border: 3px solid #86bb8c;
	}
	.b-baloon__green .b-baloon__content:after{
		background-image: url(https://www.exdex.ru/img/corner-green.png);
	}
	.b-baloon__orange .b-baloon__content{
		border: 3px solid #efc154;
	}
	.b-baloon__orange .b-baloon__content:after{
		background-image: url(https://www.exdex.ru/img/corner-orange.png);
	}
	.b-baloon__grey .b-baloon__content{
		border: 3px solid #9ea2a3;
	}
	.b-baloon__grey .b-baloon__content:after{
		background-image: url(https://www.exdex.ru/img/corner-grey.png);
	}
	.b-baloon__violet .b-baloon__content{
		border: 3px solid #b44dfa;
	}
	.b-baloon__violet .b-baloon__content:after{
		background-image: url(https://www.exdex.ru/img/corner-violet.png);
	}
.b-bank-logo {
	float: right;
	margin-left: 10px;
	
}
.b-bank-logo img{width:115px;}
.b-bank__title{
	font-size: 16px;
	color: #3d73b0;
	/*font-family: 'PT Serif', serif;*/
	font-weight: bold;
	padding-top: 6px;
}

.b-bank .b-adress{
	font-size: 12px;
	margin-bottom: 13px;
}
.b-bank .b-adress .b-title{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
}
.b-bank .b-phone {
	margin-bottom: 12px;
}
.b-bank .b-phone .b-title{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.b-baloon__small {
	width: auto;
	font-size: 10px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.b-baloon__small .b-baloon__content{
	padding: 23px 23px 12px 23px;
	padding: 7px 4px;
}
.b-baloon__small thead{
	font-size: 13px;
	font-weight: bold;
}
.b-baloon__small td{
	padding: 0 4px;
}
.b-baloon__small thead .usd,.small_placemarkdata .usd{
	color: #8bbd55;	
}
.b-baloon__small thead .eur,.small_placemarkdata .eur{
	color: #72a2cb;
}
.small_placemarkdata{font-size:12px;}
.small_placemarkdata th{border-bottom:1px dotted #ccc}
.small_placemarkdata th.first,.small_placemarkdata td.first{display:none}
.small_placemarkdata th.eur img{width:12px;height:12px;position:absolute;margin:-5px 0 0 3px;opacity:0.7}
.ymaps-b-balloon__content .small_placemarkdata.t-2 th.eur img{display:none}
.small_placemarkdata .usd{border-right:1px dotted #ccc;padding-right:3px}
.small_placemarkdata .eur{padding-left:3px}
.small_placemarkdata .bestc{color:orange;font-weight:bold}



.b-baloon__content .t-2{
	width: auto;
	color: #000000;	
	font-size:13px;
}
.b-baloon__content .t-2 th.first,.b-baloon__content .t-2 td.first{display:block}

.b-baloon__content .t-2 thead{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.b-baloon__content .t-2 td{
	background: #f3f3f3;
	border:1px solid #fefefe;
	padding: 5px 12px;
}
.b-baloon__content .t-2 tr td:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.b-baloon__content .t-2 tr td:last-child{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.b-baloon__content .t-2 .usd{
	color: #8bbd55;
	font-weight: bold;
}
.b-baloon__content .t-2 .eur{
	color: #72a2cb;
	font-weight: bold;
}
.b-baloon__content .t-2 th{border:none;background: #f3f3f3;}
.b-baloon__content .t-2 th.eur,.b-baloon__content .t-2 th.usd{color:#000}

.b-baloon__small .b-one{
	font-size: 13px;
	margin: 0 4px;
}
.b-map-container {
	float:right;
	width:1px;
	height:1px
}
/*page*/
.b-page-wrapper{
	overflow: hidden;
}
.b-page-content {
	padding-top: 11px;
}
.b-page-right {
	float: right;
	width: 300px;
	position: relative;
	padding: 0;
}
.b-page-right__content {
	position: relative;
	padding: 17px 10px 25px 10px;
	margin: 0 0 10px 0;
}
.b-page-right .b-wave{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 3000px;
	left: 0;
}
.b-page-right .b-content{
	position: relative;
	z-index: 2;
	text-align: center;
}
.b-page-right .b-title {
    color: #000;
    /*font-family: "PT Serif",serif;*/
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 7px;
    text-shadow: 0 1px 0 #ffffff;
    padding:8px 0;
    line-height:1.3em
}
.b-page-right .b-courses{
	text-align: left;
	margin-bottom: 18px;
}
.b-page-right .b-courses .b-labels{
	padding-left: 0;
}
.b-courses .b-labels .b-item__currency {
	width: 102px;
}

.b-page-right .b-courses .b-line__bg:after {
	content: none
}
.b-page-right .b-courses .b-price-sell{
	margin-right: 0;
	width: 80px;
}
.b-page-right .b-calc{
	margin-bottom: 15px;
	width:238px
}
.b-page-right .b-info {
	text-align: justify;
	width: 280px;
	float: left;
}

.b-page-right .b-info a{white-space: nowrap}
.b-page-right .b-info .b-text{
	font-style: italic;
	border-left: 1px dotted #666;
	padding-left: 14px;
	margin-left:0px;
	/*font-family: 'PT Serif', serif;*/
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 12px;
}
.verification_info{position:absolute;margin:-3px 0 0 -9px;z-index:10000;}
.verification_info img.init{margin:0 15px 15px -18px;cursor:hand;cursor:pointer;}
.verification_info .verify_info_block{display:none;position:absolute;border:1px solid #efefef;border-radius:7px;padding:10px;width:300px;margin:-11px 0 0 -36px;background-color:#fff;-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);}
.verification_info .verify_info_block img{margin:0 10px 0 0}

.b-info .links{margin-bottom:7px;font-size:13px}
.b-wrong-course,
.b-show-on-map {
	
	font-size: 13px;
	margin-bottom: 7px;
}
.b-page-left{
	float: left;
	width: 210px;
	margin: -20px 35px 35px 0 ;
	padding-top: 36px;
	text-align: center;
	position: relative;
}

.b-page-left .license,.b-bank .b-page-left .license{
	margin-top:15px;
	border:1px solid #fff;
}

.license div{
	margin-top:18px
}
.license strong{
	d--isplay:block;
	margin-top:7px
}

.b-page-left .b-top-wave{
	position: relative;
	left: -23px;
	top: -7px;
	position: absolute;
}

.b-insurance{
	font-size: 12px;
	/*font-family: 'PT Serif', serif;*/
	font-style: italic;
	margin: 30px 10px 0 10px;
}
.b-insurance img{
	margin-bottom: 10px;
}
.b-page-center {
	line-height: 20px;
	padding-top: 20px;
	margin-right: 310px;
}
.b-page-center h2,.b-news-useful h2 {
	font-size: 26px;
	font-weight: bold;
	/*font-family: 'PT Serif', serif;*/
	color: #000;
	margin-bottom: 27px;
}

.b-page-center h2 span.bank-full-name {
	color:#8a8a8a;
	font-size:15px;
	display:block;
	margin-top:10px
}
.b-page-center h3{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 20px;
}
.b-page-center .b-phone{
	font-size: 18px;
	font-weight: bold;
	color: #79ad40;
	margin-bottom: 7px;
}
.b-page-center .b-site{
	margin-bottom: 15px;
}
.b-page-center p{
	margin: 12px 0;
}
.adv-center {
	text-align: center;
}
.bank-options .item{
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
}
/*-----------------------------
-------------FORMS-------------
-------------------------------*/
/*checkbox, radio*/

input[type="checkbox"],
input[type="radio"]{display:none;}
input[type="checkbox"] + label, 
input[type="radio"]+label {
  	cursor: pointer;
}
input[type="radio"]+label{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 11px;
	margin: 0 -0 0 3px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3e79a2;;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
}
input[type="radio"]+label::before{
	width: 0;
	margin: 0;
}
input[type="radio"]:checked+label{
	background: rgb(154,201,104);
	background: -moz-linear-gradient(top,  rgba(154,201,104,1) 0%, rgba(129,176,79,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,201,104,1)), color-stop(100%,rgba(129,176,79,1)));
	background: -webkit-linear-gradient(top,  rgba(154,201,104,1) 0%,rgba(129,176,79,1) 100%);
	background: -o-linear-gradient(top,  rgba(154,201,104,1) 0%,rgba(129,176,79,1) 100%);
	background: -ms-linear-gradient(top,  rgba(154,201,104,1) 0%,rgba(129,176,79,1) 100%);
	background: linear-gradient(to bottom,  rgba(154,201,104,1) 0%,rgba(129,176,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac968', endColorstr='#81b04f',GradientType=0 );
	border: 1px solid #8fbc61;
	color: #fff;
	text-shadow: 0 -1px 0 #7da553;
}

input[type="checkbox"] + label{
    position: relative;
    padding-left: 20px;
}
input[type="checkbox"] + label:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    background:red;
    top: 50%;
    margin-top: -6px;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.15) inset;
}
input[type="checkbox"]:checked + label:before {
    background-image: url(https://www.exdex.ru/img/tick-10-2.png);
    background-repeat: no-repeat;
    background-position: center center
}
input[type="number"]{
/* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    -moz-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    text-rendering: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
    
input[type="text"],input[type="email"],input[type="password"],input[type="number"],select{
	height: 35px;
	line-height: 35px;
	padding: 0 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-size: 18px;
	color: #000000;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	display: inline-block;
	border:1px solid #cfcfcf;
}
select{
padding-right:0;
font-weight:100
}
textarea{
    webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border: medium none;
    border-radius: 3px;
    color: #000000;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    margin: 0;
    padding:5px 11px;
    border:1px solid #cfcfcf;
    resize:vertical
}
input[type="submit"],input[type="button"]{
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: rgb(109,108,108);
	background: -moz-linear-gradient(top,  rgba(109,108,108,1) 0%, rgba(71,70,70,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,108,108,1)), color-stop(100%,rgba(71,70,70,1)));
	background: -webkit-linear-gradient(top,  rgba(109,108,108,1) 0%,rgba(71,70,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(109,108,108,1) 0%,rgba(71,70,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(109,108,108,1) 0%,rgba(71,70,70,1) 100%);
	background: linear-gradient(to bottom,  rgba(109,108,108,1) 0%,rgba(71,70,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6c6c', endColorstr='#474646',GradientType=0 );
	color: #fff;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0;
	display: inline-block;
	padding: 0 13px;
	cursor:hand;
	cursor:pointer;
}




.articles-list{padding-left:15px;clear:both}
.articles-list div{width:180px;float:left;height:160px;margin-right:4%;margin-bottom:12px;padding-top:10px;max-width:45%;}
.articles-list span.img{display:block;height:83px;overflow:hidden;border-bottom:1px solid #efefef;margin-bottom:8px}
.articles-list img{border-radius:2px;max-height:80px;margin-bottom:10px}




/*-----------------------------
---------------footer----------
-------------------------------*/
.b-footer{
	padding-top: 25px;
	font-size: 13px;
	padding-bottom: 111px;
	margin-top: 50px;
}
.b-footer-inner{
	text-align: center;
}
.b-footer .b-img-wave{
	margin-bottom: 22px;
}
.b-logo-footer {
	margin-bottom: 15px;
}
.b-footer .b-slogan{
	/*font-family: 'PT Serif', serif;*/
	font-style: italic;
	margin-bottom: 14px;
}
.b-footer-menu ul li{
	display: inline-block;
	padding: 0 16px  0 10px;
	line-height: 1.5em;
	background: url(https://www.exdex.ru/img/rhomb-white.png) no-repeat right center;
}
.b-footer-menu ul li a{
	white-space: nowrap;
}

.b-footer-menu ul li:last-child{
	background: none;
}

.b-footer .social{float:left;font-weight:bold;font-size:16px;}
.b-footer .social img{margin-left:8px}
.b-footer .partnership{float:right;font-weight:bold;margin-top:5px}

/*-----------------------------
---------------common-----------
-------------------------------*/
.l-dashed{
	background: url(https://www.exdex.ru/img/l-dashed.png) repeat-x bottom left;
	text-decoration: none;
}
.l-dashed:hover{
	background: none;
}
.l-red{
	color: #dc7f66;
}
.floatRight{ float:right; }
.floatLeft{ float:left; }
.serif{/*font-family: 'PT Serif', serif;*/}
.debug{
	outline: 1px dashed red;
}

.clear{clear:both}

/* new clearfix */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



#select_operation,#find_currency_value{display:none}

.hidden{display:none}


.help{border: solid 1px #f1e1be;padding: 15px 15px 15px 55px;color:#957c65;background: url(https://www.exdex.ru/img/new_help_i.jpg) no-repeat 13px 8px #faf7de;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;-webkit-box-shadow: 0px 0px 5px #ccc;-moz-box-shadow: 0px 0px 5px #ccc;box-shadow: 0px 0px 5px #ccc;}
.help a{color:#957c65}
.help b,.help p,.help li,.help div{color:#65562E;}
.help.err{background-image:url(https://www.exdex.ru/img/new_help_err.jpg)}
.help.err,.help.err ul li,.help.err ul b,.help.err ul strong, .help.err a, .help.err strong a, .help.err a strong{color:#e5503c}
.help.ok{background-image:url(https://www.exdex.ru/img/new_help_ok.jpg)}
.help.ok,.help.ok ul li,.help.ok b,.help.ok p,.help.ok div{color:#194E11}
.help ul{padding-left:20px;}
.help cite,.help abbr,.help s{display:block;background-repeat:no-repeat;width:16px;height:17px;position:absolute;}
.help abbr{background-image:url(https://www.exdex.ru/img/arrow_help.png);margin:-5px 0 0 -71px;}
.help s{background-image:url(https://www.exdex.ru/img/arrow_help_top.png);margin:-30px 0 0 -36px;}
.help cite{background-image:url(https://www.exdex.ru/img/arrow_help_bot.png);margin:14px 0 0 -36px;}

.formtable {width:800px}
.formtable .title{width:200px;vertical-align:middle;text-align:right;font-weight:bold;padding-right:5px}

.red{color:red}
.tintored{color:#aa2200}
.green{color:#266302}
.black{color:#000}
.bold{font-weight:bold}
.azul{color:#3d73b0}

.gogadapttop{max-height:90px;overflow:hidden;display:none;}



.ios7-switch {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
.ios7-switch.hidden{display:none}

.ios7-switch input {
	opacity: 0;
	position: absolute;
}
.ios7-switch input + span {
	position: relative;
	display: inline-block;
	width: 1.65em;
	height: 1em;
	background: white;
	box-shadow: inset 0 0 0 0.0625em #e9e9e9;
	border-radius: 0.5em;
	vertical-align: -0.15em;
	transition: all 0.40s cubic-bezier(.17,.67,.43,.98);
	padding-right: 0;
	font-size: 18px
}
.ios7-switch:active input + span,
.ios7-switch input + span:active {
	box-shadow: inset 0 0 0 0.73em #e9e9e9;
}
.ios7-switch input + span:after {
	position: absolute;
	display: block;
	content: '';
	width: 0.875em;
	height: 0.875em;
	border-radius: 0.4375em;
	top: 0.0625em;
	left: 0.0625em;
	background: white;
	box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
	0 0 0.05em rgba(0,0,0,0.05),
	0 0.1em 0.2em rgba(0,0,0,0.2);
	transition: all 0.25s ease-out;
}
.ios7-switch:active input + span:after,
.ios7-switch input + span:active:after {
	width: 1.15em;
}
.ios7-switch input:checked + span {
	box-shadow: inset 0 0 0 0.73em #6fa2df;
}
.ios7-switch input:checked + span:after {
	left: 0.7125em;
}
.ios7-switch:active input:checked + span:after,
.ios7-switch input:checked + span:active:after {
	left: 0.4375em;
}
/* accessibility styles */
.ios7-switch input:focus + span:after {
	box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.15),
	0 0 0.05em rgba(0,0,0,0.08),
	0 0.1em 0.2em rgba(0,0,0,0.3);
	background: #fff;
}
.ios7-switch input:focus + span {
	box-shadow: inset 0 0 0 0.0625em #dadada;
}
.ios7-switch input:focus:checked + span {
	box-shadow: inset 0 0 0 0.73em #2875d1;
}

/* reset accessibility style on hover */
.ios7-switch:hover input:focus + span:after {
	box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
	0 0 0.05em rgba(0,0,0,0.05),
	0 0.1em 0.2em rgba(0,0,0,0.2);
	background: #fff;
}

.ios7-switch:hover input:focus + span {
	box-shadow: inset 0 0 0 0.0625em #e9e9e9;
}
.ios7-switch:hover input:focus:checked + span {
	box-shadow: inset 0 0 0 0.73em #6fa2df;
}




#best_course_lana{background:url(https://www.exdex.ru/img/best_course_lana.png) center center no-repeat;height:36px;padding-top:6px;text-align:center;margin-bottom:20px;color:#fff;text-shadow:-0px -1px #d09834;}
#best_course_lana strong{font-weight:bold;font-size:13px}
#best_course_lana div{font-weight:100;font-size:11px;margin-top:-1px}

#indicator930{}
.resize-indicator{position:absolute;border:1px solid #fff;width:10px;height:10px;}


.adv-center.googlebig{position:absolute;z-index:0}

.hr{border-bottom:1px dotted #cccccc}

.nowrap{white-space: nowrap;}
.width100{width:100%}
.pubtext{width:50%;padding:15px 20px;border:5px solid #efefef;border-left:0;border-right:0;float:right}
.valigntop{vertical-align:top}
.aligncenter{text-align:center}
.yashare-auto-init{margin-top:-3px}
.yadfloat{margin:0 auto; max-width: 100%;background:#fff}
.yadfloat-margin {
	margin: 1.5em 0;
}
.ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_whatsapp,
 .ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_telegram,
 .ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_viber{display:none !important}
 
.yadfloat.float{position:absolute;width:250px;left:0;top:1040px;border-right:2px dotted #ccc}
/*#3d73b0*/

#text-p,#text-p p{text-align:justify}

.insert-city-select .city-select{font-size:16px;font-weight:100;}
.insert-city-select .city-select span{font-size:10px}
.insert-city-select.index_grande .city-select{font-size:20px;display:block;padding:22px}

.navigator {margin:15px 0}
.navigator a{font-size:17px;line-height:27px;padding:2px 8px}
.navigator a.current{font-weight:bold;background-color:#efefef;border-radius:25px;border:1px solid #ccc;text-decoration:none}

#ab__cont_primero{text-align:center;height:90px;width:100%;top:0;left:0;background-color:#264650;display:none}
#ab__cont{/*width: 960px;*/
	width: 1200px;height:90px;margin:0 auto;background:url(https://www.exdex.ru/img/yourab.png) no-repeat 0 0}

#ext_b_link{border-radius:3px}

#favorite_line{position:fixed;bottom:0;z-index:9999999999999;margin: 0px 2px 2px 0;margin-right:200px}
#favorite_line div{float:left;border:1px solid #efefef;padding:5px;padding-left:3px;border-radius:4px;margin-top:3px;margin-right:3px;background:#fafdfa;opacity:0.85}
#favorite_line div .micro{font-size:11px;color:blue;margin-left:3px;display:none}
#favorite_line div .micro.usd{color:green}
#favorite_line div a{padding-left:20px;}
#clearall{cursor:hand;cursor:pointer;float:left;margin:5px 4px 0 3px}
.favoritebank{float:right;visibility:hidden;cursor:hand;cursor:pointer;}

#comments_mas_subscribe{width:270px;position:absolute;margin-left:-270px}

#noncash_info{position:absolute;padding:7px;background:#fff;opaciy:1;border-radius:3px;border:1px solid #ccc;color:#666;margin:-26px 0 0 -8px}
#multicalc{background:url(https://www.exdex.ru/img/icons/calcul16_nb.png) #fff no-repeat 5px 5px;position: absolute;width:180px;margin:-24px 0 0 -5px;border-radius:7px;moz-border-radius:7px;padding:10px;padding-top:4px; -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);-moz-box-shadow: 0 7px 4px rgba(0, 0, 0, 0.7);box-shadow: 0 7px 4px rgba(0, 0, 0, 0.7);z-index: 1}
#multicalc img.change{position:absolute;margin:30px 0 0 -10px;cursor:hand;cursor:pointer;}
#multicalc input{width:130px;text-align:center}
#multicalc .row{margin-top:15px}
#multicalc .row.r1{margin-top:8px}
#multicalc .close{float:right}
#multicalc .crttl{color:#000;font-weight:bold;width:25px;float:left;margin-top:8px}
#multicalc .resulto{color:#999}
#wdgt-code{padding:3px;border-radius:3px;margin-bottom:5px;font-size:11px;width:100%;height:108px}

#overflow-banks{overflow:hidden;max-height:1050px}
#overflow-banks-size-trigger{
	padding: 15px;
	display: block;
	background: rgb(121, 172, 214) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 6px;
	width: 200px;
	font-size: 16px;
	margin: 15px auto;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(94, 99, 119, 0.75);
	-moz-box-shadow:    0px 3px 3px 0px rgba(94, 99, 119, 0.75);
	box-shadow:         0px 3px 3px 0px rgba(94, 99, 119, 0.75);
	text-decoration:none;
}

#vk_groups.adv-center{margin-bottom:20px;width:320px;}
#top_navigator{margin-top:13px;padding-left:3px;line-height:24px;font-size:13px;font-weight:bold;color:#5a709a;}
#top_navigator a{padding: 0 10px 0 0px;margin-right:8px;font-weight:500;font-size:13px;border-right:1px dotted #acb0ba}
.outer-crumbs,.outer-crumbs-trigger{display:none;}

.calcumult{float:right;visibility:hidden}
.scrollup {width: 40px;height: 40px;opacity: 0.3;position: fixed;bottom: 2%;right: 5%;display: none;text-indent: -9999px;background: transparent url("https://img.cataloxy.ru/icons/icon2top.png") no-repeat scroll 0% 0%;z-index:9999999999;cursor: pointer}
.scrollup:hover{opacity:0.6}


#converter_link{
	position: absolute;text-align: right;width:100%;
	z-index: 5;
}


#credit_frame{position:fixed;top:4%;left:10%;width:80%;z-index:99999999;height:92%;border:1px solid #efefef;border-radius:5px;-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.75);box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.75);}
#credit_frame iframe{width:100%;height:100%;border:0;}
#credit_frame a.close{
	position:absolute;left:100%;margin:10px 0 0 -75px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Verdana;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	height:46px;
	line-height:46px;
	width:46px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#credit_frame a.close:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');	background-color:#dfdfdf;}

.creditbtn {
	-moz-box-shadow:inset -1px -1px 0px 0px #9acc85;
	-webkit-box-shadow:inset -1px -1px 0px 0px #9acc85;
	box-shadow:inset -1px -1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #91c777), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #91c777 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #91c777 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #91c777 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #91c777 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #91c777 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c777', endColorstr='#68a54b',GradientType=0);
	background-color:#91c777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:9px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #647a55;
}
.creditbtn.grande{
	font-size:21px;
	padding:12px 18px;
}

.creditbtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #91c777));
	background:-moz-linear-gradient(top, #68a54b 5%, #91c777 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #91c777 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #91c777 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #91c777 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #91c777 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#91c777',GradientType=0);
	background-color:#68a54b;
}
.creditbtn:active {
	position:relative;
	top:1px;
}


#finam-news{position: relative;padding:20px 0 0 5px;margin-bottom:20px;clear:both}
#finam-news div{height:55px;float:left;width:28%;padding:10px;margin:5px;background:#f9f9f9}
#finam-news img{height:55px;float:left;margin-right:5px;}

#finam-news.estrecho div{width:44%}
#finam-news .header{background:transparent;font-size:18px;font-weight:bold;color:#d3d3d3;position:absolute;top:-20px;left:20px}


@media screen and (max-width: 1065px) {
	
	.b-cur-search .b-title{
		background: none;
		margin-left: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	#vk_group.adv-center{width:320px;float:left}
	.adv-center.googlebig{display:none;float:right;width:300px;margin-top:-270px}
	#adunderlicense{display:block}
	#map{height: 550px !important;}
}
@media screen and (max-width: 990px) {
	.b-site-description br{display:none}
	.b-header,
	.b-header__inner{
		background: none;
		margin-bottom: 10px;
		padding: 5px 1px 5px 1px
	}
	.b-cur-search{
		margin-top:0
	}
	.b-header{
		height: auto !important;
	}
	.b-header__right {
		padding-right: 23px;
	}
	.b-field-select-wrapper{
		clear: both;
	}
	.b-field-select-wrapper .b-field{
		margin-bottom: 15px;
	}
	.b-cur-search__wrapper {
		/*background: url(header-wave-sm.png) no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 20px 0;
		padding-bottom: 20px;*/
	}
	.b-cur-search .b-field.b-field-course-max {
		float: none;
		clear: both;
	}
	.b-choose-city__drop {
		left: 15px;
		right: 15px;
		width:auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.b-choose-city {
		position: static;
	}
	#ab__cont_primero{height:auto}
	#ab__cont{width:100%;height:auto}
	#ab__cont img{width:100%;min-height:40px}
}
@media screen and (max-width: 930px) {


	.b-page-right .clear{
		clear: none;
	}
	.b-site-description{
		/*line-height: 25px;*/
		float: none;
		margin: 15px 15px 0 200px;
		position:absolute;
		display: none;
	}
	.b-site-description br{display:none;}
	
	#indicator930{display:none}
	.b-notice.info{display:none}
	
	.pls{
		float: none;
		margin: 10px 0;
	}
	.b-header__right,
	.b-header__main,
	.b-currency-widget{
		float: none;
		width:auto;		
	}
	.b-currency-widget.first{margin-top:5px}
	.b-header__right{
		text-align: left;
		font-size:18px;
	}	
	.b-main-menu {
		position: relative;
		margin: 0 0 15px;
		top: auto;
		right: auto;
		padding: 0;
	}	
}

@media screen and (max-width: 900px){
	.b-page-right {
		width: auto;
		float: none;
	}

	.b-page-right .google--big{
		display:none;
	}
	.b-page-center {
		width: 100%;
	}
	.best-courses-block {
		float: left;
		width: 250px;
		margin-right: 10px;
	}
	.best-courses-block-wrapper .b-calc {
		float: left;

	}
	
}


@media screen and (max-width: 840px){
	#finam-news div{width:43%}
	
	.help{
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.formtable {
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.gogadapttop{display:block;max-height:110px}
	
	.b-map-container {
		float: none;
		width: 100%;
		height: auto;
	}
	.b-map-filtr-wrapper {
		margin: 0;
		position: relative;
		z-index: 2;
		float: none;
		border: none;
	}
	.b-map-filtr{
		/*
		left: 10px;
		right: 10px;
		top: 15px;
		*/
		position: relative;
		margin: 15px;
	}
	.b-map-filtr .b-content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#map{
		height: 400px !important;
	}
}



@media screen and (max-width: 720px) {

	#creditbtn{display:none}
	.b-promo,
	.b-top-courses,
	.b-calc-wrapper{
		display: block;
	}
	.b-calc{
		margin: 0 auto;
		width: 320px
	}
	.b-top-courses {
		padding-right: 0px;
	}
	.b-header__right{
		font-size:15px;
	}
	.t-1.tablesorter thead th.mobile-hidden {
		padding: 0 !important;
		border: none;
	}
	.t-1.tablesorter thead th.mobile-hidden { /*.th-inner*/
		background-color: #699ecb;
		border-color:#699ecb;
		display: none;
	}
	.t-1.tablesorter td.mobile-hidden {
		display: none;
	}
	.b-promo-bank-table .tablesorter tr td:nth-child(4),.b-promo-bank-table .tablesorter tr td:nth-child(5) {
		padding-left: 0;
		padding-right: 0;
	}
	.b-promo-bank-table .tablesorter tr td:nth-child(4) > span,.b-promo-bank-table .tablesorter tr td:nth-child(5) > span {
		d--isplay: none;
	}
	.currency-type-selector {
		height: auto;
		margin: 0 0 10px 0;
		visibility: visible;
	}
	.list-item p{display:none}
	.b-site-description{
		line-height: 25px;
	}
}
@media screen and (min-width: 720px) {	
	.b-promo-bank-table .tablesorter tr td:nth-child(4) > span,.b-promo-bank-table .tablesorter tr td:nth-child(5) > span {
		display: inline !important;
	}

}

@media screen and (max-width: 630px) {
	.ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_whatsapp,
     .ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_telegram,
     .ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_service_viber{display:inline-block}
     
	.adv-center.googlebig{margin-top:0}
	.best-courses-block,
	.best-courses-block-wrapper .b-calc {
		float: none;
		/*display: inline-block;*/
		maring: auto;
		width: 250px;
	}
	.best-courses-block-wrapper{
		text-align: center;
	}
	.b-fields.clearfix{
		margin-top:0px
	}
}
@media screen and (max-width: 600px) {
	.b-promo .b-courses__body,
	.b-promo .b-courses .b-labels,
	.b-promo .b-courses .b-line,
	.b-promo .b-line-info,
	.b-promo .b-courses .b-price-purchase, 
	.b-promo .b-courses .b-price-sell,
	.b-promo .b-courses .b-currency {
		display: block;
		overflow: hidden;
	}
	.b-promo .b-courses .b-labels{
		margin: 0 0 0 0;
	}
	.b-promo .b-line-info{
		margin: 0 0 40px 0;
	}
	.b-promo .b-courses .b-currency{
		margin: 0 0 7px 0;
	}
	.b-promo .b-courses .b-line .b-currency,
	.b-promo .b-courses .b-info .b-info__spacer,
	.b-promo .b-courses .b-labels .b-item__spacer {
		display: none;
	}
	.b-promo .b-courses .b-price-purchase,
	.b-promo .b-courses .b-price-sell,
	.b-promo .b-courses .b-labels .b-item,
	.b-promo .b-line-info .b-info {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	.b-summary {
		height: auto;
	}
	
	#comments_mas_subscribe_parent{display:none;float:none;width:100%;}	
	#comments_mas_subscribe{position:relative;margin-left:0}	
	#comments_parent_block{width:100%;margin:0}
	
	.pubtext{width:100%}
	
}
@media screen and (max-width: 570px) {
	.b-header{background: none !important;}
	.b-cur-search__wrapper{background: #79acd6}
	.b-cur-search{padding-bottom: 5px}
	#top_navigator{margin:0}
	#finam-news div{width:90%}
	#finam-news.index div.even{display:none}
	
	.b-choose-city__drop {
		left: 15px;
		right: 15px;
		width: auto;
	}
	.b-calc-wrapper br{display:none}
	.b-calc-wrapper {
		d--isplay: table-cell;
		m-argin-left:-18px;
	}
	.hidden_if_small{
		display:none;
	}
	
	.b-currency-widget{
		padding:0
	}
	.b-currency-widget .diferencia{font-size:10px}
	.formtable, .formtable tr, .formtable td, .formtable .title{
		display: block;
		width: 100%;
		text-align: left;
		margin-left: 0;
	}
	
}

@media screen and (max-width: 520px) {
	#converter_link{
		margin-top:10px;
	}
	.b-page-right .b-info,.b-page-right .best-courses-block,.b-page-right .b-calc{
		margin: 0 auto;
		float:none;
	}
	body{margin-top:50px;}
	.b-choose-city{
		width:80%;position:absolute;margin-left:50px;top:-30px;}
	.b-choose-city__drop{position:absolute;margin:-15px 0 0 -65px;}
	/*.ul-links-hor{line-height:50px}*/
		
	#ab__cont_primero{position:absolute;z-index:999999999999}
	#text-p img{width:100%}
	
	.b-footer .social{float:none}
	.b-footer-inner .partnership{float:none;clear:both;margin:20px 0}
	.b-footer-menu ul{margin-left:35px}	
	.b-footer-menu ul li{display:block;text-align:left;background-position:left center}
	.b-footer-menu ul li:last-child{background: url(https://www.exdex.ru/img/rhomb-white.png) no-repeat left center;}
	
	.b-logo img{
		height: 60px;
		margin-left:13px;
	}
	.b-header__right{
		padding-right: 0;
	}
	.b-currency-widget{
		margin-right: 0;
		width: auto;
		height: auto;
		line-height: 1.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		border-radius: 3px;
	}
	.b-currency-widget:after{
		content: none;
	}
	.b-site-description{
		font-size:12px;
		float: none;
		line-height:20px;
		margin: 0px 0 0 95px;
	}
	
	
	.adv-center.googlebig{display:none;}
	
	.list-item.offer .right{float:none;position:absolute;top:80px}
}

@media screen and (max-width: 480px){
	.b-baloon {
		width: auto;
	}
	
	#ext_b_link img{float:none !important}
}
@media screen and (max-width: 460px) {
	.t-1 thead th{
		font-size: 0.8em;
	}
	.t-1 tbody td{
		font-size: 0.9em;
		padding: 10px 5px;
	}
	.t-1 thead tr th:first-child,
	.t-1 tbody tr td:first-child{
		width: 60px;
		overflow: hidden;
		text-overflow: ellipse;
	}
	.t-1 thead th .th-inner,
	.t-1 tbody td{
		padding-left: 5px;
	}
}

@media screen and (max-width: 450px) {

	#andr1 *,#andr2 *{
		font-size: 13px !important;
	}

	.b-cur-search .b-field{
		border-radius:3px;
		margin: 0 0 5px 0;
		padding-right: 10px;
	}
	.b-cur-search .b-field:after{
		content: none;
	}
	.b-field-select-wrapper .b-field__title,
	.b-field-select-wrapper label {
		font-size: 13px;
	}
	.b-field.b-field-course-max {
		width: auto;
		height: auto;
		line-height: auto;
		padding: 11px 10px 11px 20px;
		float: left;
	}
	.b-field-course-max .b-field__title{
		width: auto;
		display: block;
		margin-bottom: 0.4em;
		text-align: left;
	}
	.b-field-course-max .b-field__content{
		white-space: nowrap;
		width: 153px;
	}
	.b-header__right .ul-links-hor {
		padding:0;
	}
	.b-header__right .ul-links-hor li{
		padding-left: 8px;
		/*display: block;
		margin-left: 0;
		background: none;*/
	}
	.b-currency-widget{
		text-align: center;
		font-size:13px;
	}
	.b-site-description{
		font-size:11px;
	}
	
	.b-page-left{margin:0 auto;float:none}
	
	#indicator450{display:none}
	.t-1{
		margin-l-eft:-25px;
	}
}

@media screen and (max-width: 375px){
	#converter_link{
		margin-top:0px;
		position: relative;
		text-align: center;
		float:none;
	}
	.b-header{height: auto !important;}
	#header_informers_link{display:none}
	#finam-news div{padding:4px}
	.b-header__inner{padding: 8px 5px 0 5px;}
	
	.b-cur-search .b-field,#find_currency_value{width:92%;max-width:330px;min-width:240px}
	.best-courses-block-wrapper .b-calc{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.b-calc input[type="text"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.b-calc{width: 260px}
	.yashare-auto-init{
		float:none !important;
		text-align: center;
		margin: 0 auto;
	}
}

@media screen and (max-width: 360px) {
	.gogadapttop{max-height:242px}
	.t-1 thead .th-inner{
		width: 20px;
	}
	.b-promo-bank-table .t-1 thead th:last-child .th-inner{
		display: none;
	}
	.b-bank-logo {
		float: none;
		margin: 0 0 10px 0;
	}
	.b-baloon__content .t-2 td{
		padding: 5px 8px;
	}
	.ta-left{
		width:50px;
		overflow:hidden;
	}
	.t-1{
		m--argin-left:-22px;
	}
	
}

@media screen and (max-width: 320px) {
	.b-header__right .ul-links-hor li {
		margin: 0;
	}
}

