.t-banner {
	margin: 30px auto 150px;
	max-width: 700px;
	min-width: 300px;
	height: 390px;
	background: url("/info/img/tinkoff_credit/t_banner_3d_16_9-min.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 700px auto;
	position: relative;
}

.t-banner__image {
	display: none;
	width: 100%;
	height: 100%;
}

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

.t-header {
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000000CC;
}


.t-tabs-container {
	margin-bottom: 150px;
}

.t-tabs__items {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.t-tabs__item {
	padding: 15px;
	display: flex;
	flex-basis: 230px;
	flex-wrap: wrap;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	transition: ease-out 0.2s;
}

.t-tabs__item:hover {
/*	margin-top: -10px;	*/
/*	margin-bottom: 10px;	*/
/*	box-shadow: 0 10px 20px #dddddd; */
	background-color: #FFDD2D;
	color: #333333;
}

.t-tabs__item .item__image {
	max-height: 50px;
	min-height: 20px;
	margin: 5px auto 20px;
}

.t-tabs__item .item__description {
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}


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

.t-steps__container {
	padding-top: 50px;
	padding-bottom: 70px
}

.t-steps__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
}

.t-steps__item {
	display: flex;
	justify-content: flex-start;
	flex-basis: 480px;
	padding: 35px 30px 40px;
	align-items: center;
	background-color: white;
	box-shadow: 0 0 15px #dfdfdf;
	border-radius: 5px;
}

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

.t-steps__item .item__description {
	margin-right: auto;
}

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

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

.t-steps__bottom-text {
	text-align: center;
	font-size: 16px;
}


.t-conditions {
}

.t-conditions__container {
	padding-bottom: 50px;
	max-width: 1000px;
	background-color: #eaeaea63;
}

.t-conditions__header {
	padding-top: 50px;
}

.t-conditions__item {
	padding-bottom: 30px;
}

.t-conditions__table {
	margin: 0 auto;
}

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

.t-conditions__table tr:hover {
	color: black;
}

.t-conditions__table td {
	padding: 10px 15px;
	cursor: default;
}

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

.t-buttons {
	text-align: center;
}

.t-buttons__container {
	margin-bottom: 140px;
}

.t-button {
	padding: 17px 50px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFDD2D;
	color: #333333;
}


.t-term {
	margin-bottom: 10px;
	font-size: 11px;
	text-align: justify;
}


.t-links {
	margin-bottom: 200px
}

.t-links__header {
	margin-bottom: 5px;
	text-align: left;
	font-size: 17px;
}

.t-links__list {
	margin-left: 2em;
	list-style: disc;
}

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



@media (max-width: 1100px) {
	.t-tabs__item {
		flex-basis: 200px;
	}

	.t-steps__items{
		gap: 20px;
	}

	.t-steps__item {
		padding: 30px 20px;
		flex-basis: 440px;
	}
}

@media (max-width: 1000px) {
	.t-steps__items{
		justify-content: center;
		flex-wrap: wrap;
	}
	.t-conditions__table {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.t-header {
		font-size: 24px;
	}

	.t-tabs__items {
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}

	.t-tabs__item {
		padding: 5px 10px;
		align-items: center;
 		flex-wrap: nowrap;
		flex-basis: auto;
 		width: 400px;
	}

	.t-tabs__item .item__image {
		margin: 10px 20px;
	}

	.t-tabs__item .item__description {
		text-align: left;
	}

	.t-steps__item .item__text1 {
		font-size: 17px;
	}

	.t-steps__item .item__text2 {
		font-size: 13px;
	}
}

@media (max-width: 700px) {
	.t-banner {
		background-size: 100% auto;
	}
}

@media (max-width: 500px) {
	.t-banner {
		margin-bottom: 100px;
		height: 250px;
	}

	.t-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.t-header {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.t-tabs__items {
		gap: 0;
	}

	.t-tabs__item {
		width: 340px;
		border-color: transparent;
	}

	.t-tabs__item .item__image {
		margin: 5px 15px;
		max-height: 35px;
		max-width: 35px;
	}

	.t-tabs__item .item__description {
		font-size: 13px;
	}

	.t-steps__item {
		padding: 20px 15px;
	}

	.t-steps__item .item__text1 {
		font-size: 15px;
	}

	.t-steps__item .item__text2 {
		font-size: 12px;
	}

	.t-steps__bottom-text {
		font-size: 14px;
	}

	.t-conditions__table {
		font-size: 12px;
	}

	.t-term {
		font-size: 9px;
	}

	.t-links__header {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}

	.t-links__list {
		margin-left: 3em;
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.t-banner {
		margin-top: 0;
	}
}
