.header .search-btn {
	display: none;
}

@media (min-width: 1790px) {
	.container {
		max-width: 1760px;
	}
}

/**/

.cover {
	position: relative;
}

@media (min-width: 1200px) {
	.cover {
		height: 590px;
	}
}

/**/

@media (min-width: 1200px) {
	.cover-row {
		display: flex;
		height: 100%;
	}
}

.cover-row > .cover-col-services {
	
	background-image: url(images/triangles.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}


@media (min-width: 1200px) {
	.cover-row > .cover-col-services {
		width: 600px;
	}
}

@media (max-width: 1199px) {
	.cover-row > .cover-col-services {
		display: none;
	}
}

.cover-row > .cover-col-search {
	background: rgb(45,85,170);
	background: linear-gradient(49deg, rgba(45,85,170,1) 0%, rgba(9,150,255,1) 100%);
	color: #fff;
	
	flex-shrink: 0;
    flex-grow: 1;
	
	position: relative;
}

/**/

.rhombuses {
	padding: 4rem;
}


@media (max-width: 991px) {
	.rhombuses {
		padding: 3rem 1rem;
	}
}

@media (min-width: 1340px) {
	.rhombuses {
		display: flex;
	}
}


@media (max-width: 1199px) {
	.rhombuses {
		display: flex;
		margin: 0 auto;
		width: fit-content;
	}
}

.rhombuses a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 500;
	color: #fff;
	margin: 1rem;
}

.rhombuses a:hover {
	transform: scale(1.1);
	text-decoration: none;
}

@media (min-width: 1340px) {
	.rhombuses > div:nth-child(1), .rhombuses > div:nth-child(3) {
		padding-top: 5rem;
	}
}
@media (max-width: 1199px) {
	.rhombuses > div:nth-child(1), .rhombuses > div:nth-child(3) {
		padding-top: 5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1339px) {
	.rhombuses > div:nth-child(2) {
		padding-right: 7rem;
	}
}

@media (min-width: 1661px) {
	.rhombuses > div:nth-child(3) {
		position: absolute;
		top: 200px;
		right: 198px;
	}
}
@media (min-width: 1200px) and (max-width: 1660px) {
	.rhombuses > div:nth-child(3) {
		position: absolute;
		top: 168px;
		right: 135px;
	}
}
@media (min-width: 1200px) and (max-width: 1339px) {
	.rhombuses > div:nth-child(3) {
		position: absolute;
		top: 310px;
		right: 52px;
	}
}

.rhombuses a:before {
	background: #0991f7;
	border: 3px solid #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.07);
	transform: rotate(45deg);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.rhombuses > div:nth-child(1) a:before {
	/*background: #00854B;*/
	background: #ffb709;
}
.rhombuses > div:nth-child(1) a {
	color: #412e00;
}
.rhombuses > div:nth-child(2) a:before {
	background: #00854B;
}

@media (min-width: 1200px) and (max-width: 1660px) {
	.cover {
		height: 512px;
	}
	.cover-row > .cover-col-services {
		width: 550px;
	}
	.rhombuses {
		padding: 4rem 2rem;
	}
	.rhombuses a {
		width: 120px;
		height: 120px;
		font-size: 1.4rem;
		line-height: 1.4rem;
		margin: .25rem;
	}
}
@media (max-width: 991px) {
	.rhombuses a {
		width: 90px;
		height: 90px;
		font-size: 1rem;
		line-height: 1rem;
		margin: .25rem;
	}
}
@media (min-width: 1200px) and (max-width: 1339px) {
	.cover-row > .cover-col-services {
		width: 440px;
	}
	
	.rhombuses {
		padding: 4rem 3rem;
	}
}

/**/

.employees-pictures-slick,
.employees-pictures-slick > div,
.employees-pictures-slick > div > div,
.employees-pictures-slick > div > div > div {
	height: 100%;
}

.employee {
	position: relative;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: baseline;
	justify-content: center;
	background: #fff;
}

.employee .info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 15px;
	padding-top: 30px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	
}
.employee img {
	/*height: 100%;*/
	width: 100%;
	
}
.employee .info h3 {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.employee .info h4 {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.employee .info p {
	margin: 0;
	padding: 0;
}

.support-man-image {
	display: none;
}

@media (min-width: 1200px) {
	.support-man-image {
		display: block;
		width: 280px;
		height: 360px;
		border-radius: 2rem;
		border: 3px solid #fff;
		box-shadow: 0 0 40px rgba(0,0,0,.07);
		
		position: absolute;
		bottom: 6rem;
		right: -100px;
		
		background-image: url(images/support-woman.png);
		background-position: center;
		
		overflow: hidden;
	}

	.cover-col-search .content {
		position: absolute;
		bottom: 7.5rem;
		right: 220px;
		width: 70%;
	}
}
@media (max-width: 1660px) {
	.support-man-image {
		bottom: 5rem;
	}
	.cover-col-search .content {
		bottom: 5rem;
	}
}

.cover-col-search h2 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: bold;
	padding-right: 1rem;
}
.cover-col-search h3 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: 400;
	padding-right: 1rem;
}

@media (max-width: 1339px) {
	.cover-col-search h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.cover-col-search h3 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.cover-col-search .content {
		right: 200px;
	}
}
@media (max-width: 991px) {
	.cover-col-search h2 {
		font-size: 2rem;
		line-height: 2rem;
	}
	.cover-col-search h3 {
		font-size: 2rem;
		line-height: 2rem;
	}
}
@media (max-width: 1199px) {
	.cover-col-search .content {
		padding: 3rem 2rem;
	}
}

.main-search {
	position: relative;
	width: 100%;
	margin: 2rem 0;
}

@media (max-width: 1660px) {
	.main-search {
		width: 100%;
	}
}

.main-search input {
	width: 100%;
	font-size: 1.3rem;
	padding: .7rem 1rem;
	border-radius: 3rem;
	background: #fff;
	border: 2px solid #fff;
}

.main-search button {
	position: absolute;
	top: 4px;
    left: 4px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2d55aa;
	color: #fff;
	border: 0;
	font-size: 24px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-search button:hover {
	transform: scale(1.1);
	background: #00854b;
}

.cover-col-search ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	padding-right: 1rem;
	column-count: 4;
	font-size: 1.25rem;
}

@media (max-width: 1614px) {
	.cover-col-search ul {
		column-count: 3;
	}
}

@media (max-width: 991px) {
	.cover-col-search ul {
		column-count: 1;
	}
}

.cover-col-search ul > li {
	
}

.cover-col-search ul > li a {
	color: #fff;
}

.cover-col-search ul > li a:before {
	color: #ffb709;
	font-family: 'FontAwesome';
	content: '\f104';
}

.cover-col-search ul > li a em {
	color: #ffb709;
}


/**/


.articles, .events {
	padding: 3rem 2rem;
}

.articles .holder {
	margin: 0 -1.5rem;
}

.article {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	position: relative;
	margin-bottom: 30px;
	border-radius: 2rem;
	overflow: hidden;
	margin: 1.5rem;
}
.article img {
	display: block;
	width: 100%;
}
.article img {
	display: block;
	width: 100%;
}

.article h3 {
	font-size: 1.2rem;
	font-weight: normal;
	min-height: 46px;
}

.articles .article .pic {
	padding-bottom: 45%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}


.articles .article .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.articles .article:hover .pic img {
	transform: translate(-50%, -50%) scale(1.1);
}





@media (min-width: 992px) {
	.articles .article .info {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		color: #fff;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
		padding-top: 5rem;
	}
}

@media (min-width: 992px) {
	.articles .article h3 {
		/*background: #2d55aa;
		color: #fff;
		border-radius: 2rem 0 0 2rem;
		padding: 1rem;
		font-size: 1.5rem;
		font-weight: bold;
		display: inline-block;
		padding-left: 1.5rem;
		
		
		background: #2d55aa;
		color: #fff;
		border-radius: 2rem 0 0 2rem;
		padding: 0.5rem;
		font-size: 1.3rem;
		max-width: 90%;
		font-weight: bold;
		display: inline-block;
		padding-left: 1.5rem;*/
		
		padding: 1rem;
		font-size: 1.2rem;
		font-weight: bold;
	}
}
@media (min-width: 1460px) {
	.articles .article h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 991px) {
	.articles .article h3 {
		color: #2d55aa;
		padding: 1.5rem;
		padding-bottom: 0;
		font-size: 1.5rem;
		font-weight: bold;
		display: inline-block;
	}
}

.article .date {
	font-size: 1.7rem;
	line-height: 2rem;
}

.article .date > div {
	
	text-align: center;
	font-weight: bold;
	color: #00854B;
}

.read-more {
	display: inline-block;
	border-radius: 2rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #2d55aa;
}

.events .read-more {
	border: 1px solid #00854B;
}

.events .article {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.events .article:hover {
	text-decoration: none;
	transform: scale(1.1);
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 1.75rem 1rem;
	background: #fff;
	border-bottom: 1px solid #d1dded;
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #00854B;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.news .bn-news {
		padding-right: 100px;
	}
}

.news .bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.news .bn-news ul li a:hover .name {
	text-decoration: underline;
}

.news .bn-news ul li a:hover {
	color: #000;
}

.news .bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.news .bn-controls {
	left: 0;
	right: auto;
}

.news .bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #00854B;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.news .bn-arrow {
    top: -1px;
}

.news .bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.news .bn-play::after {
    border-left-color: #fff;
}

.news .bn-controls button:hover {
    background-color: #00854B;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}

.news .bn-controls button:focus, .news .bn-controls button:hover {
	transform: scale(1.1);
	background: #111;
}

/**/

.main-banner {
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
}

@media (max-width: 1199px) {
	.main-banner {
		margin: 2rem 0;
	}
}

.main-banner img {
	border-radius: 2rem;
	box-shadow: 0 0 50px rgba(0,0,0,0.03);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-banner a:hover img,
.main-banner a:focus img {
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	transform: scale(1.01);
}

/**/

.section-title {
	color: #2d55aa;
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 2.5rem;
}

@media (max-width: 991px) {
	.section-title {
		margin-bottom: 1rem;
	}
}

.events .section-title {
	color: #00854B;
}




.events .article {
	display: block;
	padding: 0 !important;
}

.events .article .pic {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ddd;
}

.events .article .pic img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	
	min-height: 100%;
}

.events .article:hover .pic img {
	transform: translate(-50%, -40%);
}