.banner-block {
	margin: 35px auto 0;
	max-width: 1000px;
	min-width: 300px;
	height: 450px;
	margin-bottom: 60px;
	background: url("/info/img/sber_credit/banner_sbercredit_1000_b2.jpg");
	background: url("/info/img/sber_credit/sber_info_banner_450-min.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1000px auto;
	position: relative;
}

.banner-block__image {
	display: none;
	width: 100%;
	height: 100%;
}

.block {
	max-width: 1100px;
	min-width: 300px;
	margin: 60px auto 90px;
	padding-left: 50px;
	padding-right: 50px;
	color: #3c3c3c;
}

.block h2 {
	font-size: 30px;
	font-weight: bold;
	color: #0a589c;
	padding-top: 50px;
	margin-bottom: 45px;
}

.block1__items {
	display: flex;
	justify-content: space-between;
}

.block1__item {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 10px 35px 20px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	transition: ease-out 0.2s;
}

.block1__item:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0 10px 20px #dddddd;
}

.block1__item .item__image {
	max-height: 70px;
	min-height: 30px;
	margin: 5px 5px 20px 5px;
}

.block1__item .item__description {
	width: 180px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.block2 {
	width: 100%;
	background-color: #eaeaea63;
}

.block2__container {
	margin-bottom: 0;
}

.block2 .block2__header {
	padding-top: 80px;
	margin-bottom: 50px;
}

.block2__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.block2__item {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	align-items: center;
	width: 480px;
	padding: 50px 30px 60px;
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0 0 15px #dfdfdf;
	border-radius: 5px;
}

.block2__item:hover {
	box-shadow: 0 0 15px #003c7061;
	transition: ease-out 0.2s;
}

.block2__item .item__image {
	max-height: 70px;
	min-height: 30px;
	margin: 5px;
}

.block2__item .item__description {
	margin-right: auto;
}

.block2__item .item__text1 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

.block2__item .item__text2 {
	color: #515151;
	margin-right: 10px;
}

.block3__items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.block3__item {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 300px;
	padding: 20px 10px 20px 20px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	transition: ease-out 0.2s;
}

.block3__item:hover {
	margin-top: -7px;
	margin-bottom: 7px;
	box-shadow: 0 7px 15px #dddddd;
}

.block3__item .item__image {
	max-height: 60px;
	min-height: 30px;
	margin: 5px;
}

.block3__item .item__text {
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px
}

.block4__item {
	border-bottom: 10px solid white;
	background-color: #eaeaea63;
}

.block4__header {
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
	cursor: pointer;
}

.block4__header:hover {
	background-color: #f0f0f0;
	transition: ease-out 0.2s;
}

.block4__header .header-text {
	font-size: 20px;
	font-weight: bold;
} 

.block4__header .header__button {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding: 5px;
} 

.block4__header:hover .header__button {
	background-color: white;
	box-shadow: 0 0 10px #8b8b8b;
	transition: ease-out 0.2s;
}

.block4__table {
	margin: 0 25px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.block4__table tr:nth-of-type(2n-1) {
	background-color: white;
}

.block4__table tr:hover {
	color: black;
}

.block4__table td {
	padding: 10px 15px;
	cursor: default;
}

.block4__table td:first-of-type {
	width: 40%;
}

.block4__table--link {
	font-style: italic;
	font-size: 13px;
}

.block4__table--link a {
	font-style: italic;
	text-decoration: underline;
	color: #0a589c;
}

.block4__QA {
	margin: 0 25px;
}

.block4__QA .QA__item {
	margin: 10px 0 15px;
}

.block4__QA .QA__text1 {
	font-weight: bold;
}

.block5 .block__link {
	font-style: italic;
	margin-bottom: 30px;
}

.block5 .block__link a {
	font-weight: bold;
	text-decoration: underline;
	color: #0a589c;
}

.table--opened {
	display: block;
}

.table--closed {
	display: none;
}

.button--rotate45 {
	transform: rotate(-45deg);
	transition: ease-out 0.5s;
}


@media (max-width: 1100px) {
	.block h2 {
		text-align: center;
	}

	.banner-block {
		background-size: 900px auto;
	/*	background: url(/info/img/sber_credit/banner_sbercredit_1000.jpg);*/
	}

	.block1__items {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.block1__item {
		align-items: center;
		width: 370px;
		padding: 25px 10px 25px 20px;
		margin: 10px auto 20px;
	}

	.block1__item:hover {
		margin-top: 10px;
		margin-bottom: 20px;
		box-shadow: 0 0 20px #d1d1d1;
	}

	.block1__item .item__image {
		margin: 5px;
		margin-left: 25px;
	}

	.block1__item .item__description {
		width: 180px;
		margin: 10px auto;
	}

	.block2__items {
		justify-content: center;
	}

	.block2__item {
		width: 400px;
		margin: 0 20px 30px;
		padding: 25px 25px 30px;
	}

	.block2__item .item__image {
		max-height: 60px;
	}

	.block2__item .item__text1 {
		font-size: 16px;
	}

	.block2__item .item__text2 {
		font-size: 13px;
	}

	.block3__items {
		flex-wrap: wrap;
	}

	.block3__item {
		width: 290px;
		align-items: center;
		margin: 0 auto 25px;
	}

	.block3__item:hover {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.block3__item .item__image {
		max-height: 50px;
	}
}

@media (max-width: 1000px) {
	.banner-block {
		height: 430px;
		background-size: 100% auto;
	}
}

@media (max-width: 900px) {
	.banner-block {
		height: 400px;
	}
}

@media (max-width: 700px) {
	.inner__caption {
		font-size: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.banner-block {
		margin-top: 0;
		height: 300px;
		/*background-size: 800px auto;*/
	}

	.block {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media (max-width: 500px) {
	.inner__caption {
		font-size: 27px;
	}

	.banner-block {
		height: 200px;
		height: 230px;
		background: url("/info/img/sber_credit/sber_info_banner-mobile_300-min.jpg");
		/*background-size: 600px auto;*/
		background-size: cover;
	}

	.block h2 {
		font-size: 25px;
	}

	.block1__header {
		margin-bottom: 25px;
	}

	.block1__item .item__image {
		max-height: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.block1__item {
		height: 120px;
		padding: 15px 10px 15px 20px;
		box-shadow: 0 0 15px #d3d3d3;
	}

	.block1__item:hover {}


	.block1__item .item__description {
	/* width: auto; */
		max-width: 160px;
	}

	.block2__item {
		margin-left: 0;
		margin-right: 0;
	}

	.block2__item .item__image {
		max-height: 50px;
	}

	.block3 .block3__header {
		padding-top: 0;
	}

	.block4__header .header-text {
		font-size: 17px;
		text-decoration: underline;
	}

	.block4__header .header__button {
		width: 24px;
		height: 24px;
		border-radius: 12px;
	}

	.block4__table {
		 margin: 0px 10px;
	}

	.block5 .block__link {
		text-align: center;
	}
}
