.recaptchatable #recaptcha_response_field {
	width: 153px!important;
	position: relative!important;
	bottom: -3px!important;
	padding: 0!important;
	margin: 1px 0 0 0!important;
	font-size: 10pt;
}

/* Равная высота вертикальных разделителей в хедере */
body > header > p,
body > header > div.additional {
    height: 65px;
}

/* div.additional — те же стили что у p в хедере */
body > header > div.additional {
    display: inline-block;
    vertical-align: top;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: dotted #a1a1a1 1px;
    margin-top: 30px;
    margin-left: 17px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

/* Поиск в хедере (перенесён из navbar) */
body > header #search {
    display: block;
    margin-top: 4px;
    position: static;
}
body > header #search input[type=text] {
    width: 200px;
    padding-left: 8px;
}
body > header #search input[type=submit] {
    margin-left: -4px;
}
body > header .with-icon-person,
body > header .with-icon-email {
    font-size: 16px;
}

.cookie-message {
    border-radius: 10px;
    padding: 15px 0;
    background: #f2f2f2;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #e4e4e4;
    position: fixed;
    z-index: 100;
    bottom: 10%;
    right: 2%;
    margin: auto;
    max-width: 540px;
    display: -ms-flexbox;
    display: flex;
}
.cookie-message svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 15px;
    align-self: center;
}
.cookie-message span {
    display: inline-block;
    line-height: 1.5;
    padding-right: 16px;
    border-right: 1px solid rgba(0,0,0,.1);
}
.cookie-message span a {
    color: #d32f2f;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cookie-message button.close {
    background: none;
    border: none;
    font-size: 28px;
    padding: 0 16px;
    cursor: pointer;
    align-self: center;
    color: #919191;
    transition: color 0.2s;
    line-height: 1;
}
.cookie-message button.close:hover { color: #795548; }
