.nav_list>li>a:hover {
    color: #c5c5c5;
}
.side-info-navigation {display:none;}

.about-section {
	background: #f8f9fb;
    padding-top: 10px;
	padding-bottom: 40px;
}
.img_wrapper {    height: calc(100%);}
.production-sections__img {
max-width: 100%;
    max-height: 100%;
}
.page-content p.worker-grid-square__worker-name {
    position: absolute;
    bottom: 0px;
}
.worker-grid-square__block {
	position:relative;
}
.worker-grid-square__dynamic-block {
    height: 73px;
}

.nophone .btn {
	padding:5px;
	    width: 100%;
}
@media (min-width: 950px) {
	.nophone{
		display:none;
	}
}
@media (max-width: 950px) {
	.nopk{
		display:none;
	}
}

.nav_list>li.open ul.root-item {
	max-height:calc(100vh - 250px);
}

.page-footer.faq_page-footer {
	display:none;
}

.grecaptcha-badge {
	display:none;
}