:root{
	--main: #d7d7d7;
	--voodoo: #ff295f;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
input:not(.wpcf7-submit), select {
	line-height: 34px;
	height: 36px;
}
.content-main {
	min-height: calc(100vh - 200px);
}
.login_block {
	width: 500px;
	margin: 60px auto 0;
}
#rememberme {
	height: auto;
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 3px;
}
.login-remember {
	line-height: 20px;
}
.btn {
	background: var(--voodoo);
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.btn:hover {
	background: #ff628a;
}
header {
	position: unset;
	background: #ededed;
	border-bottom: 1px solid #cbbfad;
	padding: 15px 0;
}
.user_name {
	display: inline-block;
	margin-right: 30px;
}
.log_out {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
}
.log_out:hover {
	text-decoration: none;
}
.post_title {
	margin-bottom: 40px;
	font-size: 32px;
    font-weight: 500;
	    display: inline-block;
}
.letter_pagination {
	padding: 0;
	list-style-type: none;
}
.letter_pagination li {
	padding: 5px 5px;
	display: inline-block;
	text-transform: uppercase;
}
.letter_pagination li:hover {
	color: var(--voodoo);
}
#my_postbox {
	padding: 40px 0;
}
textarea {
	line-height: normal;
	padding-top: 10px;
}
input[type="checkbox"] {
	display: inline-block;
    float: left;
    width: auto;
    height: auto;
}
.checkbox_list {
	padding: 0;
	margin: 10px 0 20px;
	list-style-type: none;
}
#logo-voodoo {
	float: left;
	margin-top: 0px;
}
.header_right {
	float: right;
}
#logo-voodoo .st0 {
    fill: var(--voodoo);
}
.content-main {
	padding-top: 40px;
	padding-bottom: 80px;
}
#new_client_1 {
	float: right;
}
#searchform label {
	display: inline-block;
	margin-right: 15px;
}
#searchform #ss {
	width: 50%;
	display: inline-block;
	height: 30px;
    line-height: 30px;
	margin-right: 15px;
}
#searchsubmit {
	width: auto;
	height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    color: #fff;
	background-color: var(--voodoo);
	border: 0;
}
.clients_list {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 30px 0;
	list-style-type: none;
	margin: 40px 0 0;
}
.clients_list li:nth-child(2n-1) {
	background: #f1f1f1;
}
.clients_list li {
	padding: 7px 10px;
}
.clients_list li a:hover {
	color: var(--voodoo);
}
.pagination-block {
	margin: 0;
	padding: 20px 0;
}
.eng_letter {
	color: #a7a7a7;
}
.number_letter {
	color: #6e6e6e;
}
.panel {
	background: #ededed;
    padding: 30px 15px;
	margin-bottom: 30px;
}
.panel:after {
	content: '';
	display: table;
	width: 100%;
}
.pcol {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.panel label {
	display: block;
    width: 100%;
    line-height: 20px;
    height: 20px;
    margin-bottom: 5px;
}
h4 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 500;
}
.prow {
	width: 100%;
	display: table;
    margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
.go_back {
	width: 100%;
    display: inline-block;
    font-size: 14px;
    color: var(--voodoo);
}
.add_new_project {
	margin-top: 30px;
}
.clients_list span {
	font-weight: 500;
}
textarea {
    resize: auto;
	    max-width: 100%;
}
.post_31_result .post_message, .post_38_result .post_message {
	border: 1px solid #cbbfad;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
}
.post_message a {
	font-weight: 500;
	text-decoration: underline;
}
.post_message a:hover {
	text-decoration: none;
}
.show {
	display: block;
}
.pop_up_block .new_post_result {
	position: absolute;
    background: #fff;
    width: 600px;
    height: auto;
    left: calc(50% - 300px);
    transform: translateY(-50%);
    z-index: 10;
    top: 50%;
    padding: 40px;
}
.post_message span {
	font-weight: 500;
}