.menu-link_ACTIVE {
  cursor: pointer;
  pointer-events: auto;
}


.form-group {
	position: relative;
}

#phone {
	padding-left: 44px;	
}

.form-group__flag {
    display: block;
    position: absolute;
    top: 40px;
    left: 12px;
	pointer-events: none;
	cursor: default;
}

#cookie_wrapper {
	display: none;
}
	
@media (min-width: 300px) and (max-width: 990px) {
	
	.Applications-text {
		display: none;
	}
}