.why-book-inner
{
	display: flex;
	margin: 15px 15px;
	border-radius: 10px;
}

.number
{
	position: absolute;
	border-radius: 10px;
	background-color: #409998;
	color: white;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 70px;
	padding: 10px 0;
}

.reason
{
	position: absolute;
	left: -8px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #0d1b54;
	color: white;
	display: flex;
	align-items: center;
	z-index: 1;
}

.explanation
{
	background: white;
	position: absolute;
	left: -15px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #409998;
	border-left: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px 50px 0;
}

.trustpilot-container
{
	background: #010159;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
}

#awards-cabinet
{
	visibility: hidden;
	background: white;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

#awards-cabinet img
{
	border-radius: 10px;
}

.trustpilot-logo
{
	max-height:35px;
	padding-bottom: 5px;
}

.btn-review
{
	text-align: center;
	border: 1px solid #409998;
	font-size: 13px;
	padding: 5px;
	margin: 10px 0;
	color: white;
}

.trustpilot-container a
{
	text-decoration: none !important;
}

.atol-abta
{
	text-align: center;
}

.atol-abta img
{
	max-height: 30px;
}

.award-container
{
	display: inline-block;
	border: 1px solid #1baaa1;
	width: 31%;
}

.award-title
{
	background: #1baaa1;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1;
}

@media (max-width: 767px)
{
	.award-container
	{
		width: 100%;
		margin: 10px 0 !important;
		text-align: center;
	}

	.award-container img
	{
		object-fit: contain;
	}

	.trustpilot-container
	{
		display: none;
	}

	#awards-cabinet
	{
		display: none;
	}
}
