/* CONFORMATION */
.cooperation-agreements-top {
	padding: 60px 10px 15px;
	background-image: url(../grp/cooperation-agreements.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cooperation-agreements {
	background-color: #fff;
}
.cooperation-agreements > .body {
	padding:50px 25px;
	background-color: #fbfbfb;
}
@media (max-width: 768px){
	.cooperation-agreements > .body {
		padding:50px 10px;
	}
}
.cooperation-agreements h1 {
	color: #0053a9;
	font-size: 36px;
	line-height: 44px;
	margin: 20px auto;
	max-width: 768px;
	font-weight: 600;
}
@media (max-width: 768px){
	.cooperation-agreements h1 {
		font-size: 26px;
		line-height: 34px;
	}
}
.cooperation-agreements .text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 400;
	max-width: 980px;
	margin: 0 auto;
}
.cooperation-agreements .text p {
	margin-bottom: 20px;
}
.cooperation-agreements .pdf {
	position: relative;
	width: 136px;
	height: 180px;
	display: block;
	margin: 0 auto;
	background-color: #292929;
	color: #fff;
	padding:10px;
	font-weight: 600;
	line-height: 18px;
}
.cooperation-agreements .pdf:after {
	content: 'PDF';
	display: block;
	font-weight: 900;
	font-size: 50px;
	line-height: 60px;
	margin-top: 5px;
}
.cooperation-agreements .pdf:before {
	content: '➔';
	display: block;
	width: 60px;
	height: 116px;
	font-size: 28px;
	position: absolute;
	bottom: -20px;
	left:38px;
	font-size: 40px;
	line-height: 116px;
	transform: rotate(90deg);
}
.cooperation-agreements .aladi {
	margin:20px auto;
	width: 124px;
}
/* DOCUMENTS */
.documents {
	background: linear-gradient(#edf4f7, #ffffff);
}
.documents > .body {
	padding:80px 25px;
}
@media (max-width: 768px){
	.documents > .body {
		padding:80px 10px;
	}
}
.documents h1 {
	color: #0053a9;
	font-size: 36px;
	line-height: 44px;
	margin: 20px auto;
	max-width: 768px;
	font-weight: 600;
}
@media (max-width: 768px){
	.documents h1 {
		font-size: 26px;
		line-height: 34px;
	}
}
.documents-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
  	margin-top: 50px;
}
.documents-list > li {
	width: 32%;
	max-width: 360px;
	padding: 20px 8px;	
	position: relative;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
@media (max-width: 960px){
	.documents-list {
	  	-webkit-justify-content: flex-start;
	  	justify-content: flex-start;
	 }
	.documents-list > li {
		width: 50%;
		max-width: 440px;
	}
}
@media (max-width: 768px){
	.documents-list {
	  	-webkit-justify-content: center;
	  	justify-content: center;
	}
	.documents-list > li {		
		width: 100%;
		max-width: 560px;
	}
}
.documents-list > li .documents-list-body {
	position: relative;
	width: 100%;
	height: 100%;
	padding:35px 20px;
	border-radius:2px 2px 0 2px;
	background-color: #6da8be;
	color: #ffffff;

	display: -webkit-flex;
  	display: flex;

  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;

}
.documents-list > li .documents-list-body:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 60%;
	height: 20px;
	display: block;
	background-color: #d6f3fe;
	transform: skewY(5deg);
	z-index: -2;
}
.documents-list > li .documents-list-body:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 90%;
	height: 20px;
	display: block;
	background-color: #abe8ff;
	transform: skewY(3deg);
	z-index: -1;
}
.documents-list li h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.documents-list li h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.documents-list li .text {
	font-size: 16px;
	line-height: 26px;
}

.downloads-list {
	width: 100%;
	margin-top: 40px;
  	-webkit-align-self: flex-end;
	align-self: flex-end;

	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;

  	-webkit-justify-content: space-between; /* Safari */
  	justify-content:         space-between;
}
.downloads-list li {

}
.downloads-list li a {
	position: relative;
	display: block;
	padding-top: 35px;
}
.downloads-list li a:before {
	content: '➜';
	font-size: 28px;
	position: absolute;
	top: 0px;
	transform: rotate(90deg);
}