.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;
}


/*Cookie pop*/

.cookie-pop {
	/*display:none;*/
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	padding: 20px 10px;
	color:#000;
	border-top: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}


.cookie-pop .cookie-btn {
	order: 2px solid #333;
    color: #333;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 12px;
    margin-bottom: 0;
    margin-left: 20px;
    text-transform: uppercase;
    transition: all 1s ease 0s;
}

.cookie-pop .cookie-btn:hover {
	background-color: #f04047;
    border: 1px solid #f04047;
    color: #fff;
}

.cookie-pop .rules-btn{
	border: none;
    background: none;
    color: #f04047;
	margin-bottom: 0;
	padding: 0;
	font-size: 100% !important;
}

.cookie-rules {
	position: fixed;
    top: 300px;
    height: auto;
    max-width: 100%;
    width: 50%;
    margin: 0 25%;
    z-index: 100;
    padding: 30px;
	color:#000;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
}

.close-rules{
	float: right;
    margin: -20px -20px 0 0;
	cursor: pointer;
}

.close-rules svg {
	fill:#f04047;
}


@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;
	}

}