#pageSbrf,
#pageSbrf * { box-sizing: border-box; }

#pageSbrf h1 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 20px 20px 30px;
}

#map_of_content {
	background-color: #08a11e;
}

#map_of_content span {
	color: #fff;
	font-size: 18px;
	padding: 20px 30px;
	display: block;
    float: left;
	border-right: 1px solid #43b34f;
	cursor: pointer;
}

#map_of_content span:last-child { border: none; }

#pageSbrf_aboutBlock {
	padding: 35px 20px;
	background-color: #fafafa;
}

.aboutText {
	float: left;
	width: 500px;
	color: #000;
	font-size: 16px;
}

.aboutText h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 25px;
	color: #000;
}

.aboutSummary {
	float: right;
	width: 440px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
	padding: 17px;
}

.aboutSummary__row {
	border-bottom: 1px solid #e6e6e6;
	padding: 6px 0;
}

.aboutSummary__label {
	font-size: 14px;
	color: #8a8a8a;
	width: 120px;
	float: left;
}

.aboutSummary__value {
	font-size: 14px;
	color: #000;
	float: left;
	width: 284px;
}

.bankMark { margin: 30px 0 0; }
.bankMark span {
	font-size: 13px;
	color: #8a8a8a;
	display: block;
    margin: 0 0 10px 0;
}

.lastArticles { margin: 40px 0 0 0; }
.lastArticles h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px;
}

.lastArticles_list__item {
	width: 47%;
	display: inline-block;
	border-bottom: 1px solid #ececec;
	vertical-align: top;
	padding: 15px 0 15px 25px;
    margin: 0 3% 0 0;
	min-height: 75px;
	position: relative;
}

.lastArticles_list__item:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #dcedff;
	border-radius: 50%;
	left: 3px;
    top: 21px;
}

.lastArticles_list__item:nth-child(even) { margin: 0; }

.lastArticles_list__item a:link, .lastArticles_list__item a:visited {
	font-size: 18px;
	color: #438bd9;
	text-decoration: underline;
}
.lastArticles_list__item a:hover, .lastArticles_list__item a:active {
	text-decoration: none;
}









/* Блок "Популярные сервисы" */
#pageSbrf_servicesBlock {
	background-color: #f3f3f3;
	padding: 40px 20px;
}

#pageSbrf_servicesBlock > h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}

.servicesList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.servicesList a:link, .servicesList a:visited {
	display: block;
	width: calc(33.333333% - 30px);
	margin: 0 15px 30px 15px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
	padding: 130px 17px 17px 17px;
	position: relative;
	text-decoration: none;
}

.servicesList__item.s1:before {
	content: '';
	position: absolute;
	display: block;
	width: 202px;
	height: 59px;
	top: 40px;
    left: 50%;
    margin-left: -101px;
	background: url(../images/sbrf/sbrf.png) no-repeat;
}

.servicesList__item.s2:before,
.servicesList__item.s3:before,
.servicesList__item.s4:before,
.servicesList__item.s5:before,
.servicesList__item.s6:before {
	content: '';
	position: absolute;
	display: block;
	width: 87px;
	height: 92px;
	top: 20px;
    left: 50%;
    margin-left: -43.5px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
}

.servicesList__item.s2:before { background-position: 0 0; }
.servicesList__item.s3:before { background-position: 0 -92px; }
.servicesList__item.s4:before { background-position: 0 -184px; }
.servicesList__item.s5:before { background-position: 0 -276px; }
.servicesList__item.s6:before { background-position: 0 -368px; }

.servicesList__item.s4:after,
.servicesList__item.s5:after,
.servicesList__item.s6:after {
	content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 24px;
    right: 15px;
    top: 15px;
    background: url(../images/sbrf/icons-87x92.png) no-repeat;
    background-position: -35px -494px;
}

.servicesList__head {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align: center;
	min-height: 55px;
}

.servicesList__description {
	font-size: 14px;
	color: #a7a7a7;
	text-align: center;
	min-height: 60px;
}


/* Блок "Кредиты" */
#pageSbrf_creditsBlock {
	background-color: #fafafa;
	padding: 30px 20px;
}

.pageSbrf_block__header {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0 0 30px;
}

.pageSbrf_block__header span.nr {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #00ad00;
	color: #00ad00;
	line-height: 29px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.pageSbrf_block__header:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	vertical-align: top;
}

#pageSbrf_creditsBlock .pageSbrf_block__header:before {
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
	background-position: -24px -578px;
}

.creditsList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.creditsList__item {
    display: block;
    width: calc(33.333333% - 20px);
    margin: 0 10px 30px 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
    position: relative;
}

.creditsList__item.active {
	border-radius: 8px 8px 0 0;
    box-shadow: none;
    border: 1px dashed #00ad00;
    z-index: 30;
    border-bottom: none;
    margin: 0 20px 0 0;
}

.creditsList__creditName {
	min-height: 40px;
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
}

.creditsList__props_item { border-bottom: 1px solid #e8e8e7; }
.creditsList__props_item:last-child { border: none; }

.creditsList__props_label {
	width: 115px;
	float: left;
	color: #a7a7a7;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.creditsList__props_value {
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	height: 40px;
    line-height: 40px;
	width: 123px;
}

.creditsList__props_value__edit { display: none; }
.creditsList__props_value__edit input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e8e8e7;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.creditsList__props_value__edit input:focus {
	border-color: #00ad00;
	color: #00ad00;
}



.creditsList__props_value__show {
	color: #00ad00;
}

.creditsList__props_value__show span.v {
	text-decoration: underline;
}

.creditsList__props_value__show span.editThis {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
	background-position: -32px -680px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.creditCalcButton,
.creditReCalcButton {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 8px 10px;
	background-color: #ffb700;
	border-radius: 3px;
	margin: 10px 0 0 0;
	float: left;
	cursor: pointer;
}

.creditsList__item.active .creditCalcButton {
	margin: 10px 0 30px 0;
	background-color: #c1c1c1;
	display: none;
}

.creditReCalcButton {
	display: none;
	margin: 10px 0 30px 0;
}
.creditsList__item.active .creditReCalcButton { display: block; }

#creditCalcResult {
	background-color: #fff;
    border: 1px dashed #00ad00;
    border-radius: 0 8px 8px 8px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    top: -2px;
    z-index: 2;
	margin: 0 0 30px 0;
	display: none;
}

.creditCalcResult__text {
	float: left;
	width: 58%;
	margin: 0 2% 0 0;
}

.creditCalcResult__text_head {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px;
}

.creditCalcResult_texts__item {
	float: left;
	width: 40%;
	margin: 0 10% 0 0;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
}

.creditCalcResult_texts__item:nth-child(even) { margin: 0; }

.creditCalcResult_texts__item_label {
	font-size: 16px;
	color: #000;
}

.creditCalcResult_texts__item_value {
	font-size: 16px;
	color: #000;
	font-weight: 700;
}

.creditCalcResult__diagramm {
	width: 250px;
    float: right;
    margin: 0 90px 0 0;
    height: 250px;
}

a.calcLink:link, a.calcLink:visited {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 8px 10px;
	background-color: #ffb700;
	border-radius: 3px;
	margin: 30px 0 0 0;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.faqBlock_head {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px;
}

.faqBlock ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.faqBlock ul li {
	display: block;
	border-bottom: 1px solid #ececec;
	padding: 19px 0 19px 45px;
	position: relative;
}

.faqBlock ul li:before {
	content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: 50%;
    left: 0;
    background: url(../images/sbrf/icons-87x92.png) no-repeat;
    background-position: -27px -766px;
    margin-top: -16.5px;
}

.faqBlock ul li a:link, .faqBlock ul li a:visited {
	font-size: 18px;
	color: #438bd9;
	text-decoration: underline;
}

.faqBlock ul li a:hover, .faqBlock ul li a:active { text-decoration: none; }


/* Блок "Вклады" */
#pageSbrf_depositsBlock {
	background-color: #edf2f7;
	padding: 30px 20px;
}

#pageSbrf_depositsBlock .pageSbrf_block__header:before {
	width: 42px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
	background-position: -23px -854px;
}

.depositsList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.depositsList__item {
	/* float: left; */
    display: block;
    width: calc(33.333333% - 20px);
    margin: 0 10px 30px 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
    position: relative;
}

.depositsList__item.active {
	border-radius: 8px 8px 0 0;
    box-shadow: none;
    border: 1px dashed #00ad00;
    z-index: 30;
    border-bottom: none;
    margin: 0 20px 0 0;
}

.depositsList__creditName {
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
}

.depositsList__props_item { border-bottom: 1px solid #e8e8e7; }
.depositsList__props_item:last-child { border: none; }

.depositsList__props_label {
	width: 115px;
	float: left;
	color: #a7a7a7;
	font-size: 14px;
	height: 40px;
    line-height: 40px;
}

.periodType .depositsList__props_label {
	height: auto;
	line-height: normal;
	padding: 9px 0;
}

.depositsList__props_value {
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	height: 40px;
    line-height: 40px;
	width: 123px;
}

.periodType .depositsList__props_value {
	height: auto;
	line-height: normal;
	padding: 9px 0;
}

.depositsList__props_value__edit { display: none; }
.depositsList__props_value__edit input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e8e8e7;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.depositsList__props_value__edit input:focus {
	border-color: #00ad00;
	color: #00ad00;
}



.depositsList__props_value__show {
	color: #00ad00;
}

.depositsList__props_value__show span.v {
	text-decoration: underline;
}

.depositsList__props_value__show span.editThis {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
    background-position: -33px -682px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.depositCalcButton,
.depositReCalcButton {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 8px 10px;
	background-color: #ffb700;
	border-radius: 3px;
	margin: 10px 0 0 0;
	float: left;
	cursor: pointer;
}

.depositsList__item.active .depositCalcButton { display: none; }

.depositReCalcButton {
	margin: 10px 0 30px 0;
	display: none;
}
.depositsList__item.active .depositReCalcButton { display: block; }

#depositCalcResult {
	background-color: #fff;
    border: 1px dashed #00ad00;
    border-radius: 0 8px 8px 8px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    top: -2px;
    z-index: 2;
	margin: 0 0 30px 0;
	display: none;
}

.depositCalcResult_head {
	font-size: 20px;
	color: #000;
	margin: 0 0 20px;
}

.depositCalcResult_diagram {
	width: 200px;
	height: 180px;
	float: left;
	margin: 0 20px 0 0;
}

.depositCalcResult_text {
	float: left;
}

.depositCalcResult_text__line {
	border-bottom: 1px solid #ececec;
	padding: 9px 0;
	font-size: 16px;
}

.depositCalcResult_text__line span.b {
	font-weight: 700;
}

.depositCalcResult_text__line span.t {
	font-size: 14px;
	color: #696969;
}
.depositCalcResult_text__line span.bg {
	color: #13b313;
	font-weight: 700;
}

#pageSbrf_depositsBlock .faqBlock ul li {
	border-color: #ccd6e0;
}

/* Блок "Кредитные карты" */
#pageSbrf_creditCardsBlock {
	background-color: #fafafa;
	padding: 30px 20px;
}

#pageSbrf_creditCardsBlock .pageSbrf_block__header:before {
	width: 42px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
	background-position: -23px -945px;
}

.creditCardsList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.creditCardsList__item {
    display: block;
    width: calc(33.333333% - 20px);
    margin: 0 10px 30px 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
    position: relative;
}

.creditCardsList__creditName {
	min-height: 40px;
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
}

.creditCardsList__props_item { border-bottom: 1px solid #e8e8e7; }
.creditCardsList__props_item:last-child { border: none; }

.creditCardsList__props_label {
	width: 115px;
	float: left;
	color: #a7a7a7;
	font-size: 14px;
	height: 40px;
    line-height: 40px;
}

.creditCardsList__props_value {
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	height: 40px;
    line-height: 40px;
	width: 123px;
}

.creditCardsList__props_value__edit { display: none; }
.creditCardsList__props_value__edit input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e8e8e7;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.creditCardsList__props_value__edit input:focus {
	border-color: #00ad00;
	color: #00ad00;
}



.creditCardsList__props_value__show {
	color: #00ad00;
}

.creditCardsList__props_value__show span.v {
	text-decoration: underline;
}

.creditCardsList__props_value__show span.editThis {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/sbrf/icons-87x92.png) no-repeat;
    background-position: -33px -682px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

a.cardLink:link, a.cardLink:visited {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 8px 10px;
	background-color: #ffb700;
	border-radius: 3px;
	margin: 10px 0 0 0;
	float: left;
	text-decoration: none;
	margin-left: 6px;
}

/* Блок "Факты" */
#pageSbrf_factsBlock {
	background-color: #fafafa;
	padding: 30px 0;
}

#pageSbrf_factsBlock .pageSbrf_block__header { position: relative; }
#pageSbrf_factsBlock .pageSbrf_block__header span.title {
	position: relative;
	display: inline-block;
	background-color: #fafafa;
    padding: 0 20px;
}
#pageSbrf_factsBlock .pageSbrf_block__header:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
    top: 20px;
    left: 0px;
}

.factsList {
    margin: 0 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
    position: relative;
}

.factsList_th {
	background-color: #e8e8e7;
}

.factsList_item {
	border-bottom: 1px solid #e8e8e7;
}

.factsList_first {
	float: left;
    width: 150px;
    padding: 20px 10px 20px 20px;
    font-size: 16px;
    color: #000;
	font-weight: 700;
}

.factsList_th .factsList_first {
	color: #5d5d5d;
	font-weight: 400;
}

.factsList_second {
	float: left;
	width: 748px;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
}

.factsList_th .factsList_second { color: #5d5d5d; }

/* Блок "Реквизиты" */
#pageSbrf_reqBlock {
	background-color: #fafafa;
	padding: 30px 20px;
}

#pageSbrf_reqBlock .pageSbrf_block__header { position: relative; }
#pageSbrf_reqBlock .pageSbrf_block__header span.title {
	position: relative;
	display: inline-block;
	background-color: #fafafa;
    padding: 0 20px;
}
#pageSbrf_reqBlock .pageSbrf_block__header:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
    top: 20px;
    left: 0px;
}

.reqList_item {}
.reqList_item:nth-child(odd) {
	background-color: #e8e8e7;
}

.reqList_label {
	float: left;
	padding: 20px;
	width: 240px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.reqList_value {
	float: left;
	padding: 20px 20px 20px 0;
	width: 700px;
	font-size: 16px;
	color: #000;
}

.entry-content {
	margin: 30px 20px;
}

#comments {
	margin: 30px 20px;
}

@media screen and (max-width: 1023px) {
	#map_of_content span { padding: 20px 18px; }
	.aboutText {
		float: none;
		width: auto;
	}
	.aboutSummary {
		float: none;
		margin: 0 auto;
	}
	
	.creditsList__props_item {
		border: none;
		margin: 0 0 10px 0;
	}
	.creditsList__creditName { min-height: 60px; }
	.creditsList__props_label {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
		margin: 0 0 10px 0;
	}
	.creditsList__props_value {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
	}
	.creditsList__props_value__show { padding: 2px 0 3px; }
	.creditsList__props_value__edit input { height: 26px; }
	.creditsList__props_value__show span.editThis { margin: 0; }
	
	.creditCalcResult__diagramm {
		margin: 0;
		width: 40%;
	}
	.creditCalcResult_texts__item {
		width: 46%;
		margin: 0 4% 0 0;
	}
	
	.depositsList__props_item {
		border: none;
		margin: 0 0 10px 0;
	}
	.depositsList__props_label {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
		margin: 0 0 10px 0;
	}
	.depositsList__props_value {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
	}
	.depositsList__props_value__show { padding: 2px 0 3px; }
	.depositsList__props_value__edit input { height: 26px; }
	.depositsList__props_value__show span.editThis { margin: 0; }
	
	
	.creditCardsList__props_item  {
		border: none;
		margin: 0 0 10px 0;
	}
	.creditCardsList__props_label {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
		margin: 0 0 10px 0;
	}
	.creditCardsList__props_value {
		float: none;
		height: auto;
		width: auto;
		line-height: normal;
	}
	.creditCardsList__props_value__show { padding: 2px 0 3px; }
	.creditCardsList__props_value__edit input { height: 26px; }
	.creditCardsList__props_value__show span.editThis { margin: 0; }
	
	.factsList_second {
		float: none;
		width: auto;
		overflow: hidden;
	}
	
	.reqList_value {
		float: none;
		width: auto;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.aboutSummary {
		width: 100%;
	}
	
	.aboutSummary__value {
		float: none;
		width: auto;
		overflow: hidden;
	}
	
	#map_of_content {
		background-color: transparent;
		margin: 0 80px 20px;
	}
	
	#map_of_content span {
		border-right: none;
		border-bottom: 1px dashed #fff;
		text-align: center;
		float: none;
		padding: 15px;
		background-color: #08a11e;
	}
	
	.lastArticles_list__item {
		width: auto;
		display: block;
		min-height: auto;
	}
	
	.servicesList a:link, .servicesList a:visited {
		width: calc(50% - 30px);
	}
	
	.creditsList__item {
		width: calc(50% - 20px);
	}
	
	.creditsList__item.active { margin-right: 2%; }
	
	.creditCalcResult__text {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.creditCalcResult__diagramm {
		float: none;
		width: auto;
		height: 300px;
	}
	
	.depositsList__item {
		width: calc(50% - 20px);
	}
	.depositsList__item.active { margin-right: 2%; }
	
	.depositCalcResult_diagram {
		width: 100%;
		margin: 0;
		height: 300px;
		float: none;
	}
	
	
	.creditCardsList__item {
		width: calc(50% - 20px);
	}
	
	.reqList_label {
		float: none;
		width: auto;
	}
	.reqList_value { padding: 0 20px 20px; }
}

@media screen and (max-width: 499px) {
	#map_of_content { margin: 0 20px 20px; }
	.servicesList a:link, .servicesList a:visited  {
		width: 100%;
	}
	
	.creditsList__item {
		width: 100%;
	}
	.creditsList__item.active { margin-right: 0; }
	.creditsList__creditName { min-height: auto; }
	
	.creditReCalcButton { margin: 10px 0 0 0; }
	#creditCalcResult {
		padding: 0 30px 30px;
		border-radius: 0 0 8px 8px;
	}
	.creditCalcResult_texts__item {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.creditCalcResult__diagramm { height: 200px; }
	
	.depositsList__item {
		width: 100%;
	}
	.depositsList__item.active { margin-right: 0; }
	.depositReCalcButton { margin: 10px 0 0 0; }
	#depositCalcResult {
		padding: 0 30px 30px;
		border-radius: 0 0 8px 8px;
	}
	
	.creditCardsList__item {
		width: 100%;
	}
	
	.factsList_th  { display: none; }
	.factsList_first {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
}