.menu__a--active {
	color: rgb(10, 70, 126);
	box-shadow: rgb(235, 23, 75) 0px -3px 0px 0px inset;
}

.text-area {
    padding: 4rem;
    font-family: Roboto Condensed, sans-serif;
    position: relative;
    margin-bottom: 4rem;
	background-color: #fff;
	font-weight: 400;
    font-size: 2.2rem;
	color: #56565a;
}

.form-container__fields {
	max-width: 600px;
    margin: 0 auto;
}

.grecaptcha-badge {display: none !important;}
.cookie-notification {
 display: none;
 -webkit-box-shadow: 0 17px 40px hsl(0 8% 36% / 26%);
 -moz-box-shadow: 0 17px 40px hsl(0 8% 36% / 26%);
 box-shadow: 0 17px 40px hsl(0 8% 36% / 26%);
 width: 200px;
 padding: 25px 15px 15px;
 position: fixed;
 bottom: 24px;
 left: 15px;
 border-radius: 4px;
 text-align: center;
 transition: left .5s;
 -moz-transition: left .5s;
 -webkit-transition: left .5s;
 -o-transition: left .5s;
 background: #fff;
 z-index: 105;
 transition: all 250ms ease-in;
}

.cookie-notification img {
 width: 44px;
 height: 44px;
}

.cookie-notification p {
 text-align: left;
 padding: 10px 0 0;
 margin: 0;
 font-size: 12px;
 line-height: 150%;
}

.cookie_accept {
 width: 20px;
 height: 20px;
 position: absolute;
 right: 10px;
 top: 10px;
 cursor: pointer;
 z-index: 99;
 transition: .2s all ease;
}

.cookie_accept img {
 width: 20px;
 height: 20px;
}