/*
 * LEGAL
*/

@import 'header_block.css';
@import 'bottom_sec.css';
@import 'anchor-menu.css';

#top-sec{
	position: relative;
	padding: 52px 0 0;
}
#top-sec .sec-text p{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}
.top-sec__img-block{
	position: relative;
	border-radius: 20px;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


#q-links-sec{
	padding: 50px 0 40px;
}
#q-links-sec .sec-title{
	text-align: center;
	margin-bottom: 36px;
}
.q_link-col{
	margin-bottom: 10px;
}
.q_link{
	display: table;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 34px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5em;
	color: #3F5BA9;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	transition: .3s all;
}
.q_link:hover{
	transform: scale(1.1);
}
.q_link span{
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 768px){
	#top-sec{
		padding-top: 80px;
	}
	.top-sec__img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}
	.top-sec__text-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 0;
	}
	#q-links-sec{
		padding: 100px 0 70px;
	}
	.q_link-col{
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px){
	/*
	.top-sec__text-col{
		padding-top: 36px;
		padding-bottom: 36px;
	}
	*/
	#q-links-sec{
		padding: 140px 0 110px;
	}
	.blue-wave #q-links-sec{
		padding: 140px 0 30px;
		margin: 0 0 80px;
		background-image: url(../img/blue-wave-desktop.png);
		background-size: 1500px 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 1200px){
	#top-sec,
	#q-links-sec{
		padding: 73px 0;
	}
	#top-sec .sec-text{
		padding-right: 65px;
	}
	#contact-us-sec{
		padding-top: 73px;
	}
	.blue-wave #q-links-sec{
		margin: -73px 0 43px;
		padding: 146px 0 30px;
	}
	.top-sec__img-col{
		position: relative;
	}
	.top-sec__img-col::before{
		content: '';
		position: absolute;
		display: block;
		width: 136px;
		height: 136px;
		background-image: url(../img/dot.png);
		background-repeat: repeat;
		background-size: 12px 12px;
		background-position: top -4px left -4px;
		right: -18px;
		bottom: -50px;
	}
}
@media screen and (min-width: 1500px){
	.blue-wave #q-links-sec{
		background-size: 100% 100%;
	}
}
@media screen and (min-width: 1650px){
	#top-sec .sec-text p{
		font-size: 18px;
		line-height: 2em;
	}
	.q_link{
		padding: 42px;
		font-size: 20px;
	}
}