body{
	background-color: transparent;
	overflow-y: initial;
}
.inverted{
	color:white;
	font-size: 25px;
	margin-bottom: 50px;
}
.section-thankYou{
	text-align: center;
	font-size: 20px;
	display: flex;
	height: 100vh;
}
@media screen and (min-width: 1650px) and (min-height: 800px) {
	body.chrome .section-thankYou {
		background-image: url('/media/images/pages/downloading-modal/arrow.svg');
		background-repeat: no-repeat;
		background-position: 30px calc(100% - 30px);
		background-size: auto 220px;
	}
}
.section-thankYou h1{
	margin: calc(7vh) 0 20px 0;
}
.section-thankYou .tabs.browsers{
	margin: 20px 0;
}
.only-mac{
	display:none;
}
body.mac .only-windows, body.windows .only-mac{
	display:none !important;
}
body.mac .only-mac, body.windows .only-windows{
	display:block !important;
}

/* steps */

.section-thankYou .steps{
	text-align: left;
	margin: 20px -10px;
}
.section-thankYou .steps .item{
	position: relative;
	margin: 5px 10px;
	width: 300px;
	background-color: white;
	border-radius: 5px;
	padding: 20px;
}
.flex-container .item:empty{
	padding:0;
	background-color: transparent;
}
.section-thankYou .steps .media{
	min-height: 205px;
}
.section-thankYou .steps .title{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.section-thankYou .steps .title .number{
	display: inline-block;
	background-color: #EF4422;
	border-radius: 50%;
	color: white;
	width: 30px;
	padding: 0 0 0 4px;
	text-align: center;
	margin-right: 6px;
	line-height: 1.9;
	min-width: 45px;
}
.section-thankYou .steps p{
	line-height: 1.7;
}
.extra{
	background-color: white;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	font-size: 15px;
}
.extra .download{
	font-size: 23px;
	display: inline-block;
	margin-bottom: 10px;
}
.extra a{
	color: #0024FF;
}
@media screen and (max-width: 1100px), (max-height: 900px) {
	.section-thankYou h1{
		margin: 0 0 10px 0;
		font-size: 30px;
	}
	.section-thankYou .inverted{
		margin: 10px 0;
		font-size: 20px;
	}
	.section-thankYou .steps .title .number{
		min-width: 34px;
	}
	.section-thankYou .steps .title{
		font-size: 18px;
	}
	.section-thankYou .steps .media{
		min-height: 0;
	}
	.section-thankYou .steps img{
		max-height: 150px;
		margin: 0 auto;
		display: block;
	}
	.section-thankYou{
		text-align: center;
		font-size: 16px;
	}
}
