
.why-choose-block {
	margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
	.why-choose-block {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 575.98px) {
	.why-choose-block {
		margin-bottom: 40px;
	}
}

@media (max-width: 450px) {
	.why-choose-block .new_container {
		max-width: none;
		width: 100%;
	}
}

.why-choose-block .section-content {
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	overflow: visible;
}

.why-choose-block .b_title {
	font-weight: 300;
	font-size: 40px;
	line-height: 150%;
	margin-bottom: 55px;
}

@media screen and (max-width: 767.98px) {
	.why-choose-block .b_title {
		font-size: 35px;
	}
}

@media screen and (max-width: 575.98px) {
	.why-choose-block .b_title {
		font-size: 32px;
		font-weight: 400;
		margin-bottom: 16px;
	}
}

.why-choose-block .table_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #30466d;
	padding: 14px 5px;
	color: #fff;
	height: 97px;
}

@media (max-width: 740px) {
	.why-choose-block .table_head {
		padding: 10px 0;
	}
}

@media (max-width: 500px) {
	.why-choose-block .table_head {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.why-choose-block .table_head .table_head_block {
	width: 400px;
}

@media (max-width: 740px) {
	.why-choose-block .table_head .table_head_block {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
}

.why-choose-block .table_head .table_head_block:nth-child(2n) {
	border-left: 1px solid #516485;
	border-right: 1px solid #516485;
}

.why-choose-block .table_head .table_head_el {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 740px) {
	.why-choose-block .table_head .table_head_el {
		font-size: 15px;
		line-height: 26px;
	}
}

.why-choose-block .table_content_caption {
	color: #30466d;
	text-align: center;
	margin: 16px 0 19px;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}

@media (max-width: 740px) {
	.why-choose-block .table_content_caption {
		margin: 15px;
	}
}

.why-choose-block .table_content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

@media (max-width: 1000px) {
	.why-choose-block .table_content {
		gap: 10px;
	}
}

@media (max-width: 740px) {
	.why-choose-block .table_content {
		gap: 4px;
	}
}

@media (max-width: 500px) {
	.why-choose-block .table_content {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.why-choose-block .table_content .table_content_el {
	width: 380px;
	padding: 30px 0;
	background: #f4f5f7;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1000px) {
	.why-choose-block .table_content .table_content_el {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 10px;
		height: auto;
	}
}

@media (max-width: 740px) {
	.why-choose-block .table_content .table_content_el {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 450px) {
	.why-choose-block .table_content .table_content_el {
		padding: 20px 4px;
	}
}

.why-choose-block .table_content .table_content_el b {
	color: #30466d;
	font-weight: 400;
}

.why-choose-block .btn-down_wr .btn_down2 {
	padding-bottom: 0;
	margin-bottom: 50px;
	display: inline-flex;
}

.why-choose-block .btn_down {
	display: inline-flex;
	flex-direction: column;
	padding-top: 1px;
	position: relative;
}

.why-choose-block .btn_down2 {
	padding-bottom: 50px;
}

@media (max-width: 740px) {
	.why-choose-block .btn_down2 {
		padding-bottom: 0;
	}
}

.why-choose-block .btn-down_wr {
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
}

@media (max-width: 740px) {
	.why-choose-block .btn-down_wr {
		padding-top: 20px;
	}
}

@media (max-width: 500px) {
	.why-choose-block .btn-down_wr .btn_down2 {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width: 740px) {
	.why-choose-block .btn-down_wr .btn_down2 {
		margin-bottom: 0;
	}
}
