html { font-size: 62.5%; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #0a0a0a;
}

table {
	border-collapse: collapse;
	border: 0px;
}

img {
	border: 0px;
}

a {
	color: #007c85;
	text-decoration: underline;
}

a:hover {
	color: #edb600;
	text-decoration: none;
}

a.pseudo {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: pointer;
}

.b-pseudo-link {
  border-bottom: 1px dotted;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	top: -0.1em;
	text-decoration: none;
  outline: none;
}

.b-pseudo-link span {
  position: relative;
	top: 0.1em;
}

.b-pseudo-link.selected {
  color: #3a3a3a;
  border: 0;
  padding-bottom: 1px;
  cursor: default;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #007c85;
	font-weight: normal;
	font-family: "Times New Roman";
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.1em;
	color: #3a3a3a;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 0.15em;
	color: #898989;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 0.2em;
}

h4 {
	font-size: 1.5em;
	margin: 0px 0px 0.7em;
}

h5 {
	font-size: 1.5em;
	color: #898989;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3a3a3a;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clear {
  clear: both;
}

.caps {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.arrow {
  color: #a6a6a6;
}

.b-goto-frontpage {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.b-roundbox {
	height: 42px;
}

.b-roundbox-begining {
	display: block;
	height: 42px;
	width: 7px;
	float: left;
}

.b-roundbox-content {
	height: 31px;
	padding: 4px 14px 7px 7px;
	background: transparent url('../images/roundbox-content.png') no-repeat right top;
	float: left;
}

#b-modal-bg {
	position: absolute;
	background-color: #000;
	opacity: .4;
	filter: alpha(opacity = 40);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	display: none;
}

#b-modal {
	position: absolute;
	top: 260px;
	left: 500px;
	width: 951px;
	margin: 0 auto;
	z-index: 510;
  display: none;
}

#b-modal-top,
#b-modal-bottom {
	position: relative;
	height: 24px;
	width: 927px;
	background: transparent url('../images/modal-corners.png') no-repeat -24px 0px;
}

#b-modal-top div,
#b-modal-bottom div {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -24px;
	width: 24px;
	height: 24px;
	background: transparent url('../images/modal-corners.png') no-repeat;
}

#b-modal-bottom {
	background-position: -24px -24px;
}

#b-modal-bottom div {
	background-position: 0px -24px;
}

#b-modal-content {
	background: transparent url('../images/modal-content.png') repeat-y;
}

#b-modal-content-inner {
	padding: 15px 40px;
}

#b-modal-close {
	position: absolute;
	display: block;
	right: 30px;
	top: 0px;
	width: 29px;
	height: 29px;
	margin: 15px -10px 0px 0px;
	background: transparent url('../images/modal-close.png') no-repeat;
	z-index: 515;
	cursor: pointer;
}

#b-modal-close:hover {
	background-position: -29px 0px;
}

#b-root {
	width: 970px;
	margin: 0 auto;
	padding: 0px 15px;
  height: auto !important;
  min-height: 100%;
  height:auto!important;
  height:100%;
  margin-bottom: -45px;
}

.hires #b-root {
	width: 1170px;
}

#b-pusher {
  padding-bottom: 20px;
  height: 30px;
}

#b-footer {
  width: 970px;
  padding: 0px 15px;
  margin: 0 auto;
}

.hires #b-footer {
  width: 1170px;
}

#b-header {
	position: relative;
}

#b-logo {
  display: block;
	float: left;
	background-color: #007c85;
  position: relative;
  text-decoration: none !important;
}

#b-logo img {
	background: transparent url('../images/logo/logo-ru.png') no-repeat left center;
	width: 298px;
	height: 106px;
}

#b-logo.en img {
  background: transparent url('../images/logo/logo-en.png') no-repeat left center;
}

#b-logo.kg img {
  background: transparent url('../images/logo/logo-kg.png') no-repeat left center;
}

#b-slogan img {
	background: transparent url('../images/slogan/slogan-ru.png') no-repeat left center;
	width: 285px;
	height: 37px;
}

#b-slogan.en img {
  background: transparent url('../images/slogan/slogan-en.png') no-repeat left center;
  width: 341px;
  height: 37px;
}

#b-slogan.kg img {
  background: transparent url('../images/slogan/slogan-kg.png') no-repeat left center;
  width: 352px;
  height: 37px;
}

#b-slogan {
  font-size: 2.9em;
  color: #007c85;
  margin-left: 25px;
  /*margin: 10px 0px 3px 30px;*/
  font-style: normal;
}

#b-main-menu {
  float: left;
  position: relative;
}

#b-main-menu ul {
	padding: 0px;
	margin: 0em 0px 0px 3em;
	list-style: none;
	float: left;
	display: block;
}

#b-main-menu ul li {
	margin-top: 0.5em;
}

#b-main-menu ul li a {
	color: #7e7e7e;
	font-size: 1.4em;
}

#b-main-menu ul li a:hover {
	color: inherit;
}

#b-affiliates {
	position: absolute;
	top: 25px;
	right: 80px;
  z-index: 100;
}

.hires #b-affiliates {
	right: 170px;	
}

#b-affiliates a {
	display: block;
	position: relative;
	width: 196px;
	height: 90px;
	background: transparent url('../images/kg-mini.gif') no-repeat left top;
}

#b-affiliates a span {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px -18px -3px 0px;
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ddd;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	font-size: 1.8em;
	color: #3e3e3e;
	text-decoration: underline;
	padding: 0.6em;
}

#b-affiliates a:hover span {
	text-decoration: none;
	color: #000;
}

#b-languages {
	position: absolute;
	right: 0;
	background-color: #e5f2f3;
	padding: 0.6em 1.8em 0.6em 0.9em;
	line-height: 1.5;
	margin-right: -15px;
  float: left;
}

#b-languages a {
	font-size: 1.1em;
  display: block;
}

#b-languages br {
	height: 0.9em;
}

#b-content {
	margin-bottom: 1.7em;
}

#b-content p,
#b-content ul {
}

#b-content .b-column-primary {
	margin-left: 298px;
	padding: 0px 0px 0px 3em;
	margin-top: 1.5em;
}

#b-content .b-column-secondary {
	float: left;
	width: 298px;
}

#b-news {
  margin-bottom: 1em;
}

.hires #b-news {
	margin-bottom: 70px;
}

#b-news .all-news {
  text-align: right;
}

#b-news .all-news a {
  color: #7e7e7e;
}

#b-news .all_news a:hover {
  color: #3a3a3a;
}

#b-news .frontpage-news {
	display: block;
}

#b-news .frontpage-news li {
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

#b-news .frontpage-news li label {
	display: block;
	color: #a6a6a6;
}

.nearby-news {
  display: block;
	margin-bottom: 1em;
}

.nearby-news li {
  display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.nearby-news li label {
  display: block;
	color: #a6a6a6;
}

#b-exchange-rate-informer {
	width: 267px;
	margin: 0 0 0 auto;
}

#b-exchange-rate-informer h4 {
  margin-bottom: 0;
}

.hires #b-exchange-rate-informer {
	margin: 0 auto;
}

#b-exchange-rate-informer-top,
#b-exchange-rate-informer-bottom {
  line-height: 0px;
	height: 6px;
	background: transparent url('../images/informer-corners.png') no-repeat left bottom;
}

#b-exchange-rate-informer-bottom {
	background-position: left top;
}

#b-exchange-rate-informer-content {
	background: transparent url('../images/informer-content.png') repeat-y left top;
	padding: 3px 5px 3px 10px;
}

#b-exchange-rate-informer-content h2 {
	margin-bottom: .1em;
}

#b-exchange-rate-informer-content table {
	width: 100%;
}

#b-exchange-rate-informer-content table thead {
	color: #a6a6a6;
	font-size: 1em;
	text-align: center;
}

#b-exchange-rate-informer-content table thead th {
	padding-bottom: 0.1em;
}

#b-exchange-rate-informer-content table tbody {
	text-align: center;
	font-size: 1.4em;
	vertical-align: middle;
}

#b-exchange-rate-informer-content table tbody td {
	padding: 0.5em 0.5em 0em;	
}

#b-exchange-rate-informer-content table tbody .b-title {
	text-align: left;
	padding: 0.5em 0em 0em;
}

#b-exchange-rate-informer-content table tbody .b-title a {
	color: #3a3a3a;
	cursor: help;
}

#b-exchange-rate-informer-content table tbody .b-title a:hover {
	border-bottom: 0px;
	padding-bottom: 1px;
}

#b-exchange-rate-informer-content table tbody td.b-separator {
	width: 1px;
	vertical-align: middle;
	background: transparent url('../images/informer-separator.png') no-repeat center;
	padding: 0px;
}

#b-exchange-rate-informer-content table tfoot td {
	text-align: right;
	font-size: 1.2em;
	padding: .7em .5em 0em;
}

#b-exchange-rate-informer-content table tfoot td span {
	color: #a6a6a6;
	font-size: 1.2em;
}

#b-location {
	float: left;
	font-size: 1.4em;
	color: #868686;
}

#b-location:hover {
	color: #3a3a3a;
}

#b-copyright {
	float: right;
	text-align: right;
	color: #9e9e9e;
	font-size: 1.1em;
}

#b-location-content .b-column-primary,
#b-location-content .b-column-secondary {
	float: left;
	width: 65%;
}

#b-location-content .b-column-secondary {
	width: 35%;
}

#b-location-content h1,
#b-location-content h2,
#b-location-content h3 {
	font-size: 3em;
	color: #7a7a7a;
	margin-bottom: .1em;
}

#b-location-content h2 {
	font-size: 2.4em;
}

#b-location-content h3 {
	font-size: 2em;
}

#b-location-content .b-column-primary p {
	font-size: 2.4em;
	margin-bottom: 1em;
}

#b-location-content .b-column-secondary p {
	font-size: 1.8em;
	margin-bottom: 1em;
}

#b-location-content a {
	font-size: 1.6em;
}

#b-content.index .b-column-primary {
	float: left;
	width: 680px;
	height: 398px;
  position: relative;
	margin: 0px;
	padding: 0px;
}

.hires #b-content.index .b-column-primary {
	height: 630px;
	width: 800px;
}

#b-content.index .b-column-secondary {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 290px;
	padding: 0px;
}

.hires #b-content.index .b-column-secondary {
	width: 370px;
}

#b-corporate-services,
#b-private-services {
	position: relative;
}

#b-corporate-services {
	width: 305px; 
	height: 328px;
	background: transparent url('../images/qv_corp_ru.png') no-repeat left bottom;
	float: left;
}

#b-corporate-services.kg {
  background-image: url('../images/qv_corp_kg.png')
}

#b-corporate-services.en {
  background-image: url('../images/qv_corp_en.png')
}

.hires #b-corporate-services {
	height: 387px;
}

#b-private-services {
	width: 294px; 
	height: 355px;
	background: transparent url('../images/qv_priv_ru.png') no-repeat left bottom;
	left: 55px;
	float: left;
}

#b-private-services.kg {
  background-image: url('../images/qv_priv_kg.png');
}

#b-private-services.en {
  background-image: url('../images/qv_priv_en.png');
}

.hires #b-private-services {
	height: 412px;
	left: 135px;
}

#b-corporate-services img,
#b-private-services img {
	display: block;
}

#b-corporate-services .b-bubble {
	position: absolute; 
	bottom: 110px; 
	left: 20px; 
}

#b-corporate-services .b-bubble .b-bubble-content {
  width: 277px;
	background: transparent url('../images/corp-bubble-content.png') repeat-y center;
}

#b-private-services .b-bubble {
	position: absolute; 
	bottom: 108px; 
	left: -20px;
}

#b-private-services .b-bubble .b-bubble-content {
	background: transparent url('../images/priv-bubble-content.png') repeat-y center;
}

#b-corporate-services .b-bubble .b-bubble-content ul,
#b-private-services .b-bubble .b-bubble-content ul {
	display: block;
}

#b-corporate-services .b-bubble .b-bubble-content ul li,
#b-private-services .b-bubble .b-bubble-content ul li {
	font-size: 1.5em;
	margin-bottom: 0.3em;
	padding: 0 0.8em;
}

.hires #b-corporate-services .b-bubble .b-bubble-content ul li,
.hires #b-private-services .b-bubble .b-bubble-content ul li {
	margin-bottom: 0.5em;
}

#b-private-services.inactive .b-bubble,
#b-corporate-services.inactive .b-bubble {
	opacity: .4;
	filter: alpha(opacity = 40);
}

#b-private-services.inactive .b-bubble a,
#b-corporate-services.inactive .b-bubble a {
	color: #7e7e7e;
}

#b-calc {
	position: absolute; 
	bottom: 0px; 
	left: 230px; 
	width: 143px; 
	height: 67px;
	margin-bottom: -20px;
}

.hires #b-calc {
	left: 245px;
	margin-bottom: 0px;
	bottom: 150px;
}

#b-calc-bubble {
	position: absolute;
	margin-bottom: -15px;
	bottom: 0;
	left: 350px;
}

.hires #b-calc-bubble {
	left: 370px;
	margin-bottom: 0px;
	bottom: 145px;
}

#b-calc-bubble div {
	float: left;
	height: 38px;
	background: transparent url('../images/calc-bubble-content.png') repeat-x right top;
	color: #949494;
	font-size: 1.6em;
	padding: 4px 10px 7px 0px;
}

#b-calc-bubble img {
	display: block;
	float: left;
	width: 35px;
	height: 49px;
}

#b-call-centre {
	bottom: 0px;
	left: 0;
	position: absolute;
	margin-bottom: -10px;
}

.hires #b-call-centre {
  margin-bottom: 20px;
}

#b-call-centre .b-roundbox-content {
	color: #007c85;
	font-size: 1.8em;
	height: 24px;
	padding: 0.6em 14px 0.4em 7px;
}

#b-call-centre .b-roundbox-content span {
	color: #7e7e7e;
}

#b-content .b-text {
	font-size: 1.5em;
}

#b-content .b-text h1 {
  font-size: 1.8em;
}

#b-content .b-text h1 span {
  color: #898989;
  text-transform: lowercase;
  font-size: 0.8em;
}

#b-content .b-text h3 {
  font-size: 1.6em;
  margin-top: 5px;
  text-align: center;
}

#b-content .b-text h4 {
  color: #444;
  font-size: 1.6em;
  margin: 10px 0px 0px;
  text-align: center;
}

#b-content .b-text h5 {
  color: #0a0a0a;
  margin: 5px 0px;
  font-weight: bold;
}

#b-content .b-text p {
  text-align: justify;
}

#b-content .b-text em {
  font-style: normal;
  font-weight: bold;
}

#b-content .b-text ol,
#b-content .b-text ul,
#b-content .b-text .spacer {
	margin-bottom: 0.3em;
}
	
#b-content .b-text p {
	line-height: 1.3em;
  text-indent: 1em;
}

#b-content .b-text ol {
	list-style: decimal;
}

#b-content .b-text ul {
	list-style: disc;	
}

#b-content .b-text ul.custom {
	list-style: none;
}

#b-content .b-text ol,
#b-content .b-text ul {
	padding-left: 3em;
	line-height: 1.3em;
}

#b-content .b-text .spacer {
	height: 1px;
}

.b-page-menu {
	font-size: 1.4em;
	margin-bottom: 1.5em;
	background: transparent url('/images/pagemenu.png') no-repeat top left;
}

.b-page-menu-inner {
	padding: 1em 1em .5em;
}

.b-page-menu-bottom {
	height: 4px;
	background: transparent url('/images/pagemenu.png') no-repeat bottom left;
}

.b-page-menu ul {
	line-height: 1.2em;
}

.b-page-menu ul li {
  padding-bottom: .5em;
}

/* Table views
------------------------------------------------------------------------------*/

.b-table-view {
  padding: 1.5em;
  background: #f5f5f5;
  margin: 10px 0px;
}

.b-table-view table {
  border: 0px;
  width: 100%;
}

.b-table-view table th {
  text-align: left;
}

.b-table-view table td {
  padding-bottom: 5px;
}

.b-table-view table th {
  padding-bottom: 8px;
  vertical-align: top;
  color: #898989;
  font-size: 0.9em;
}

.b-table-view table th,
.b-table-view table td {
  padding-right: 10px;
}

/* Deposit rates table view */
.b-table-view.b-deposit-rate {
  width: 545px;
  margin: 10px 0px;
}

.b-table-view.b-deposit-rate table td {
  width: 28%;
}

.b-table-view.b-deposit-rate table td.r1 {
  font-size: 13px;
}

.b-table-view.b-deposit-rate table td.r2 {
  font-size: 14px;
}

.b-table-view.b-deposit-rate table td.r3 {
  font-size: 15px;
}

.b-table-view.b-deposit-rate table td.r4 {
  font-size: 16px;
}

.b-table-view.b-deposit-rate table td.r5 {
  font-size: 18px;
}

.b-table-view.b-deposit-rate table td.r6 {
  font-size: 20px;
}

.b-table-view.b-deposit-rate table td.r7 {
  font-size: 22px;
}

.b-table-view.b-deposit-rate table td.r8 {
  font-size: 24px;
}

/* Deposit calculator
------------------------------------------------------------------------------*/
#b-deposit-calculator {
  margin: 30px 0;
  padding: 40px 40px 25px;
  width: 545px;
  background: #f5f5f5;
}

#b-deposit-calculator tr th,
#b-deposit-calculator tr td.field {
  padding: 0 10px 25px 0px;
  vertical-align: middle;
}

#b-deposit-calculator tr.deposit-rates th,
#b-deposit-calculator tr.deposit-rates td {
  padding-bottom: 10px;
}

#b-deposit-calculator tr th {
  white-space: nowrap;
  font-size: 1.6em;
  text-align: left;
  font-weight: normal;
  color: #898989;
}

#b-deposit-calculator .text-field {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 1.8em;
  font-family: Arial;
}

#deposit-sum {
  width: 135px;
  text-align: right;
}

#b-deposits-calculator-interest-rate {
  display: none;
  font-size: 14px;
  padding-bottom: 10px;
}

#deposit-currency {
  display: inline;
  border: 0;
  padding: 0 0 0 10px;
  margin: 0;
}

#deposit-currency a {
  margin-right: 10px;
  font-size: 1.4em;
}

#b-deposit-calculator .b-input-stepper {
  float: left;
  position: relative;
  width: 150px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  padding-right: 27px;
}

#b-deposit-calculator .b-input-stepper .text-field {
  width: 100%;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border-width: 1px 0px 1px 1px;
  outline: none;
  margin: 0;
}

#b-deposit-calculator .b-input-stepper-mask {
  width: 100%;
  position: absolute;
  font-size: 1.8em;
  padding: 8px;
  top: 0px;
  left: 0px;
  margin: 1px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background: #fff;
}

#b-deposit-calculator .b-input-stepper-arrow {
  display: block;
  position: absolute;
  border: 1px solid #ddd;
  border-width: 1px;
  right: 0;
  padding: 6px 7px;
  line-height: 0;
  height: 6px;
  width: 11px;
  font-size: 0;
  outline: none;
  background: #fff;
}

#b-deposit-calculator .b-input-stepper-arrow img {
  width: 11px;
  height: 6px;
  background: #fff url('../images/stepper-arrows.png') no-repeat;
}

#b-deposit-calculator .b-input-stepper-arrow.up {
  top: 0px;
}

#b-deposit-calculator .b-input-stepper-arrow.up img {
  background-position: 0 0;
}

#b-deposit-calculator .b-input-stepper-arrow.up:hover img {
  background-position: 0 -6px;
}

#b-deposit-calculator .b-input-stepper-arrow.down {
  bottom: 0px;
  border-top: 0;
}

#b-deposit-calculator .b-input-stepper-arrow.down img {
  background-position: -11px 0;
}

#b-deposit-calculator .b-input-stepper-arrow.down:hover img {
  background-position: -11px -6px;
}

#b-deposit-calculator .deposit-rates th {
  vertical-align: top;
}

#b-deposit-calculator .deposit-rates fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.5em;
}

#b-deposit-calculator .deposit-rates fieldset ul {
  display: block;
  list-style: none;
}

#b-deposit-calculator .deposit-rates fieldset ul li {
  display: inline;
  padding-right: 10px;
}

#b-deposit-calculator .deposit-rates fieldset label {
  color: #898989;
}

#b-deposit-calculator .result .field {
  font-size: 1.8em;
}

#b-deposit-rates-suggest {
  font-size: 1.7em;
  line-height: 1.5em;
}

#b-deposit-rates-suggest h4 {
  font-size: 1.6em;
  margin-bottom: 0.3em;
  color: #666;
}

#b-deposit-rates-suggest .default-msg {
  font-style: italic;
  color: #898989;
  font-size: 1.1em;
}

#b-deposit-rates-suggest .rate {
  display: none;
}

#b-deposit-rates-suggest .rate p {
  color: #898989;
  font-style: italic;
}

#b-deposit-calculator-default-msg {
  color: #666;
  font-style: italic;
  font-size: 0.8em;
}

#b-deposit-calculator-error {
  color: red;
  font-style: italic;
}


/* News
 -----------------------------------------------------------------------------*/
.news-calendar h1 {
  float: left;
  margin: 0;
  padding: 10px;
}

.news-calendar ul {
  display: block;
}

.news-calendar ul li {
  font-size: 13px;
  display: block;
  float: left;
  width: 60px;
  padding: 6px;
  color: #ccc;
  text-align: center;
}

.news-calendar ul li.selected {
  background: #f0f0f0;
  color: #3a3a3a;
}

.news-calendar ul li a {
  color: #666;
}

.all-news {
  list-style: none;
}

.all-news li {
  font-size: 14px;
  margin-bottom: 15px;
}

.all-news li label {
  color: #898989;
}

#affiliates-page .cities-column-list {
  margin-top: 20px;
}

#affiliates-page .cities-column-list table td {
  line-height: 1.5em;
  font-size: 16px;
  padding-right: 100px;
}

#affiliates-page .cities-column-list table td .special {
  font-weight: bold;
}

#affiliates-page .cities-column-list table td .selected {
  font-weight: bold;
  color: #3a3a3a;
}

#affiliates-page .cities-column-list table td span {
  color: #898989;
  font-size: 12px;
}

#affiliates-page .b-column-secondary .cities-column-list table td {
  padding-right: 20px;
  font-size: 12px;
}

#affiliates-page .list_affiliates td {
  font-size: 14px;
  vertical-align: top;
}

#affiliates-page .list_affiliates .name td {
  text-align: left;
  font-size: 17px;
}

#affiliates-page .list_affiliates .name td a {
  font-size: 18px;
}

#affiliates-page .list_affiliates .info td {
  padding-bottom: 20px;
}

#affiliates-page .list_affiliates .info .address {
  padding-right: 80px;
}

#affiliates-page .list_affiliates .info .tel {
  text-align: right;
}

#affiliates-page .view_affiliate .services,
#affiliates-page .view_affiliate .tel,
#affiliates-page .view_affiliate .timetable,
#affiliates-page .view_affiliate .manager,
#affiliates-page .view_affiliate address {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 20px;
}

#affiliates-page .view_affiliate .tel {
  text-align: right;
}

#affiliates-page .view_affiliate .services span {
  text-transform: lowercase;
}

#affiliates-page .region_title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list_vacancies div {
  margin-bottom: 15px;
  font-size: 16px;
}

#collateral_document_download {
  font-size: 13px;
}