

/* Start:/local/templates/legion/template_styles.css?17580075141820*/
.controller {
display: none!important;
}

.page-header {
	min-height:890px;
}

/*.tabs-panel .contacts .grid-xx>.cell:first-child {
    width: calc(50% - 8rem);
}*/

#about .container {
	width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 80px;
    padding-bottom: 80px;
}

#vacancy .container {
	width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-button{
	cursor: pointer;
	padding: 8px;
    margin: 10px 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

#vacancy .title-button p {
	font-weight: bold;
}

.title-active, .title-button:hover {
	color:#ffffff;
	background-color: #2a4d7f;
}

.title-arrow {
	float:right;
	margin-top: -22px;
    margin-right: 10px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	display: inline-block;
	transition: 0.5s;
	transform: rotate(-225deg);
}

.title-active .title-arrow {
	margin-top: -15px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(-45deg);
}

.title-button:hover .title-arrow{
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.description-vacancy{
	padding: 0 18px;
	display: none;
	overflow: hidden;
}

.wrap-item-vacancy .show-vacancy{
	display: block;
}



@media screen and (max-width: 1400px) {
	#contacts .container, footer .container {
		width: auto;
	}
}



@media screen and (max-width: 1000px) {

	.page-header {
		min-height:auto;
	}

	.little-img {
    	background: none;
	}

	.full-img {
    	display: block;
    	width: 60%;
    	padding-top: 13px;
	}

}


@media screen and (max-height: 890px) {

	.page-header {
		min-height:auto;
	}

}

@media screen and (max-height: 720px) {

	.lang-sw {
		display:none;
	}

}
/* End */
/* /local/templates/legion/template_styles.css?17580075141820 */
