/*
Theme Name: espch
Author: компания FOF
Description: Тема для адвокатского блога
Version: 1.0.0
*/

@font-face {
  font-family: "Georgia";
  src: url(fonts/georgia.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Georgia-Bold";
  src: url(fonts/georgia-bold.ttf);
  font-weight: normal;
  font-style: normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {height: 100%;}
body {
	height: 100%;
	font: 14px/19px "Georgia", "Times New Roman", serif;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {list-style: none;}
a, a:hover {text-decoration: none;}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}
.left {float:left;}
.right {float:right;}
.text-right {text-align: right;}
.text-center {text-align: center;} 
.center {
	max-width: 1170px;
	margin: 0 auto;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 15px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 15px 15px 15px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 15px 0 15px 15px 15px;
}

.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic; 
}
a {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important; /* center + по 15px на паддинги */
	}
}


/* Header */
#header .header-center {
	background-repeat: no-repeat;
    background-position: left -3px;
    background-size: 47% auto;
}
a.name h1 {
	margin-top: 40px;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}
#header .nav li {
	float: left;
	margin-right: 30px;
}
#header .nav a {
	font-size: 16px;
}
.contacts_header {
	max-width: 340px;
	margin-top: 32px;
	font-size: 20px;
}
.contacts_header p {
	font-size: 20px;
	margin-right: 17px;
}
.contacts_header img {
	margin-right: 7px;
    width: 22px;
}
.contacts_header .viber {
	width: 296px;
}
.contacts_header .viber img {
	margin-right: 7px;
	width: 22px;
}
.search_header {
	position: relative;
    max-width: 346px;
	width: 100%;
    height: 40px;
    clear: both;
    margin-bottom: 21px;
	margin-top: 15px;
}
.search_header input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 50px;
    color: #7397c5;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
	padding-right: 10px;
}
.search_header input[type="text"]::-webkit-input-placeholder {
	color: #7397c5;
}
.search_header input[type="text"]::-moz-placeholder{
	color: #7397c5;
}
.search_header input[type="text"]:-ms-input-placeholder{
	color: #7397c5;
}
.search_header input[type="text"]:-moz-placeholder{
	color: #7397c5;
}
.search_header input[type="text"]::placeholder {
	color: #7397c5;
}
.search_header input[type="submit"] {
	background: url(images/search.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
	cursor: pointer;
}
/* Header END */


/* Front page */
.front_title {
	padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}
.servise_item_img {
	border: 4px solid;
}
.line {
	display: block;
	height: 3px;
	background: #7397c5;
}
.slider_item_img img {
	max-width: 100%;
}
.slider_item {
	position: relative;
}
.top_phrase,
.bottom_phrase {
	color: black;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	top: 45px;
	left: 30px;
	max-width: 277px;
	height: 106px;
	overflow: hidden;
}
.bottom_phrase {
	top: initial;
	bottom: 28px;
	left: initial;
	right: 56px;
	max-width: 340px;
	height: 63px;
}
.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #bababa !important;
}
.lSSlideOuter .lSPager.lSpg {
	float: right;
	margin-right: 14px !important;
}
.lSSlideOuter .lSPager.lSpg>li.active a, 
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #7397c5 !important;
}
.lSAction>a.lSPrev,
.lSAction>a.lSNext {
	background-repeat: no-repeat;
	background-size: 70px;
	width: 70px !important;
	height: 70px !important;
	opacity: 1 !important;
	margin-top: -35px;
}
.lSAction>a.lSPrev {
	background-image: url(images/forward_left.png) !important;
	left: 0!important;
}
.lSAction>a.lSNext {
	background-image: url(images/forward_right.png) !important;
	right: 0!important;
	background-position: 0;
}
.lSSlideOuter .lightSlider {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.slider_item_img {
	padding-right: 40px;
}
.services {
	margin-top: 28px;
	padding-right: 15px;
}
.servise_item_img {
	display: block;
}
.servise_item_img img {
	max-width: 100%;
	height: auto;
	margin-bottom: -5px;
}
.servise_item {
	position: relative;
	padding-right: 0!important;
	margin-bottom: 90px;
}
.servise_item_title {
	position: absolute;
	bottom: -31px;
    left: 14%;
	right: 8%;
	z-index: 5;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 73px;
	border: 1px solid #dadada;
	border-radius: 2px;
	padding-left: 25px;
    padding-right: 25px;
}
.servise_item_title .table {
	position: relative;
	display: table;
	width: 100%;
    height: 100%;
}
.servise_item_title .table:after {
	position: absolute;
    display: block;
    content: "";
    bottom: -18px;
    left: 50%;
    margin-left: -64%;
    max-width: 239px;
    width: 239px;
    height: 18px;
    background: url(images/shadow.png) no-repeat;
}
.servise_item_title h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 16px;
}
.last_post_transl_docum h3 {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 27px;
    margin-bottom: 70px;
    border-bottom: 3px solid #bababa;
    position: relative;
}
.last_post_transl_docum h3:after {
	position: absolute;
    display: block;
    content: "";
    bottom: -14px;
    left: 50%;
    margin-left: -23px;
    width: 45px;
    height: 11px;
    background: url(images/arrow.png) no-repeat;
}
.pdf_item {
	margin-bottom: 27px;
}
.pdf_item_img {
	display: block;
	margin-right: 7px;
	width: 66px;
	height: 50px;
}
.pdf_item_img img {
	max-width: 100%;
	height: auto;
}
.pdf_item h4 {
	font-size: 14px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
}
.pdf_item_title {
	display: table;
	height: 39px;
}
.slider_services_team_partners {
	margin-top: 15px;
}
ul.team {
	margin-top: 34px;
	max-width: 258px;
	float: right;
}
ul.team li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
ul.team li {
	margin-bottom: 30px;
}
ul.team li h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}
.parnters {
	clear: both;
	border: 1px solid #bababa;
	border-radius: 2px;
	padding: 4px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.two_partners li {
	text-align: center;
	width: 50%;
}
.two_partners li:first-child {
	margin-top: 23px;
}
.parnters h5 {
    height: 50px;
    background: #e8e8e8;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}
.parnters li {
	margin-top: 12px;
}
.parnters li a {
    display: block;
    text-align: center;
}
.parnters li a img {
	max-width: 100%;
	height: auto;
}
.last_post_transl_docum {
	margin-top: 30px;
}
/* Front page END */

/* Footer */
#footer .bg_img_footer {
	background-repeat: no-repeat;
	padding-top: 50px;
    padding-bottom: 20px;
	max-width: 1600px;
	margin: 0 auto;
	background-position: right top;
}
#footer .bg_img_footer h5 {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.navigation_footer li a,
.contacts_footer li,
.breadcrumbs li {
	font-size: 16px;
	line-height: 22px;
}
.breadcrumbs li {
	float: left;
	position: relative;
	margin-right: 7px;
	margin-left: 7px;
}
.breadcrumbs li:before {
	position: absolute;
	content: "/";
	display: block;
	left: -10px;
}
.breadcrumbs li.home {
	margin-left: 0;
}
.breadcrumbs li.home:before {
	display: none;
}
.widget_newsletterwidgetminimal {
	position: relative;
    list-style: none;
	height: 75px;
}
.tnp-widget-minimal input.tnp-email {
	height: 75px;
    border-radius: 2px;
	border: 1px solid #d8cb00;
	font-size: 16px;
	line-height: 22px;
	color: black;
	padding-left: 18px !important;
    padding-right: 162px !important;
}
.tnp-widget-minimal input.tnp-submit {
	position: absolute !important;
    top: 8px !important;
    right: 8px !important;
	width: 140px !important;
    height: 59px !important;
    border-radius: 2px !important;
    background: #d8cb00 !important;
    color: black !important;
    font-size: 16px !important;
	cursor: pointer;
}
.tnp-widget-minimal input.tnp-submit:hover {
    background: #bdb422 !important;
}
.tnp-widget-minimal input.tnp-email::-webkit-input-placeholder {
	color: black;
}
.tnp-widget-minimal input.tnp-email::-moz-placeholder{
	color: black;
}
.tnp-widget-minimal input.tnp-email:-ms-input-placeholder{
	color: black;
}
.tnp-widget-minimal input.tnp-email:-moz-placeholder{
	color: black;
}
.tnp-widget-minimal input.tnp-email::placeholder {
	color: black;
}
.footer_bottom {
	padding-bottom: 15px;
	padding-top: 15px;
}
.copyright {
	text-align: center;
	font-size: 16px;
	color: black;
	padding-top: 10px;
}
.copy {
	margin-top: 25px;
}
.navigation_social {
	width: 115px;
	margin-left: auto;
	margin-right: auto;
}
.navigation_social a {
	display: block;
    float: left;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
.navigation_social a img {
	max-width: 100%;
	height: auto;
}
/* Footer END */

/* Pages */
.three_in_line img.wp-post-image,
.two_in_row img.wp-post-image,
.loop_article img.wp-post-image {
	max-width: 100%;
	height: auto;
}
.page_content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page_content h1,
.cat_title {
	font-size: 33px;
    line-height: 40px;
}
.last_news {
	font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 45px;
}
.wp-pagenavi {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 8px !important;
    padding: 2px 4px !important;
    font-size: 18px;
    color: #a3a3a3;
}
.wp-pagenavi a.nextpostslink {
    margin-left: 28px !important;
    position: relative;
}
.wp-pagenavi span.current {
    border: none !important;
    border-bottom: 3px solid black !important;
    padding: 2px 4px !important;
    color: black;
}
.wp-pagenavi a.previouspostslink {
    margin-right: 28px !important;
    position: relative;
}
.wp-pagenavi a.previouspostslink:before {
	content: " ";
    background: url(images/prev.png);
    background-size: 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.wp-pagenavi a.nextpostslink:before {
    content: " ";
    background: url(images/next.png);
    width: 45px;
    height: 45px;
	background-size: 45px;
    position: absolute;
    left: -7px;
    top: -7px;
}
.common_subscribe {
	padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 40px;
	background: url(images/shape.png) 55px -107px  #49bb7b no-repeat;
}
.common_subscribe  .widget_newsletterwidgetminimal {
	width: 45%;
    float: right;
}
.common_subscribe_text {
	width: 50%;
	color: #ffffff;
	padding-left: 25px;
}
.common_subscribe_text h5{
	font-size: 25px;
    font-weight: bold;
	line-height: 35px;
}
.common_subscribe_text p {
	font-size: 18px;
	line-height: 25px;
}
/* Pages END */

/* loop */
.loop_article {
	text-align: left;
    background-color: #fff;
    border: 3px solid #bcd0e8;
	margin-bottom: 30px;
}
.loop_article .category_wrap {
	margin-top: 16px;
    position: relative;
	float: left;
    width: 65%;
    font-size: 11px;
    padding-left: 18px;
}
.loop_article .category_wrap:before {
	content: " ";
    background: url(images/categories-blog.png);
    width: 14px;
    height: 11px;
    position: absolute;
    left: 17px;
    top: 1px;
}
.loop_article .category_wrap a {
	float: left;
    margin-right: 5px;
	color: #fb7200;
    font-weight: bold;
}
.loop_article .category_wrap a:first-child {
	margin-left: 15px;
}
.loop_article .category_wrap li {
	float: left;
    margin-right: 5px;
}
.loop_article .category_wrap li a {
	float: none;
    margin-right: 0;
}
.loop_article .category_wrap li:first-child {
	margin-left: 15px;
}
.loop_article .category_wrap li a:first-child {
	margin-left: 0;
}
.loop_article .rating {
    float: right;
    width: auto;
    margin-top: 13px;   
    margin-right: 18px;
	margin-bottom: 30px;
}
.loop_article .rating strong {
	display: none;
}
.loop_article .rating img {
	pointer-events: none;
}   
.loop_article a .title {
	text-align: left;
	clear: both;
    margin-bottom: 30px;
    color: #444;
    font-size: 22px;
	padding-left: 18px;
    padding-right: 38px;
}
.loop_article .excerpt {
	margin-right: 20px;
    color: #aaaaaa;
	clear: both;
    padding-left: 18px;
	margin-bottom: 20px;
}
.loop_article .excerpt p {
	font-size: 14px;
	line-height: 17px;
}
.loop_article .author {
	padding-left: 18px;
	margin-top: 20px;
    padding-bottom: 30px;
	font-size: 12px;
    color: #aaaaaa;
    float: left;
}
.loop_article .author span {
	color: black;
}
.loop_article .views {
	margin-top: 20px;
    color: #c1c1c1;
    position: relative;
    margin-right: 20px;
    font-size: 12px;
	float: right;
}
.loop_article .views:before {
	content: " ";
    background: url(images/views.png);
    width: 19px;
    height: 10px;
    position: absolute;
    left: -25px;
    top: 4px;
}
.loop_article:hover {
	border: 3px solid #7397c5;
}
.two_in_line .col-xl-6 {
	padding-right: 20px !important;
    padding-left: 20px !important;
}
/* loop END */

/* category */
.single-service h1 {
	font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}
.page_wrap.servise {
	padding-top: 30px;
    padding-bottom: 30px;
}
.page_wrap.servise p {
	font-size: 15px;
	line-height: 17px;
}
.cat_title {
	margin-bottom: 30px;
}
.category_page {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* category END */

/* single */
.single-service .cat_img {
	display: none !important;
}
.single > article > h1 {
	font-size: 36px;
	line-height: 36px;
    margin: 40px 20px 0;
    text-transform: uppercase;
	font-weight: bold;
}
.single > article .content_single_before {
    width: 72%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    color: #555;
}
.single > article .content_single_before > p {
	font-size: 15px;
	line-height: 17px;
}
.single > article .single_top_line {
	width: 100%;
	float: left;
    margin: 0 20px 20px;
	font-size: 14px;
}
.single > article .single_top_line .autor_wrap {
    float: left;
}
.single > article .single_top_line .autor_wrap img {
    border-radius: 50%;
    float: left;
    width: 45px;
    height: 45px;
}
.single > article .single_top_line .author {
    font-size: 16px;
    color: black;
    margin-top: 7px;
    padding-left: 10px;
    float: left;
}
.single > article .single_top_line .autor_wrap > p {
    padding-left: 55px;
    color: #555;
}
.single > article .single_top_line .time {
    float: left;
    margin-top: 15px;
    margin-left: 35px;
    color: #777;
}
.single > article .single_top_line .divider {
    color: #777;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.single > article .single_top_line .views {
    float: left;
    margin-top: 15px;
    color: #777;
    font-size: 13px;
}
.single > article .single_top_line .post-categories {
    float: left;
    margin-top: 15px;
}
.single > article .single_top_line .post-categories li {
    float: left;
    padding-right: 5px;
}
.single > article .single_top_line .post-categories li a {
    text-decoration: underline;
    color: #777;
}
.single > article .picture {
    clear: both;
    margin-bottom: 30px;
}
.single > article .picture img {
    width: 100%;
    margin-top: 30px;
    vertical-align: top;
}
.single > hr {
	clear: both;
}
.single .cat_img {
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 3px;
}
.single .views img {
	margin-top: 2px;
	margin-right: 5px;
}
.single .content_single {
    padding: 25px 40px 25px 25px;
    color: #555;
}
#toc_container {
	display: none;
}
.single .content_single h1,
.single .content_single h2,
.single .content_single h3,
.single .content_single h4,
.single .content_single h5,
.single .content_single h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.single .content_single p,
.single .content_single a {
	font-size: 17px;
	line-height: 21px;
}
.single .content_single p {
	margin-bottom: 10px;
}
.single .content_single ol,
.single .content_single ul {
/* 	font-family: "Georgia", "Times New Roman", serif; */
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.single .content_single ul {
	list-style: circle inside;
}
.single .content_single ol {
   list-style: decimal inside;
}
.single .content_single ol li,
.single .content_single ul li {
	padding-left: 30px;
	margin-bottom: 5px;
}
.single .content_single a {
    color: #1a0dab;
}
.single .content_single blockquote h1, 
.single .content_single blockquote h2,
.single .content_single blockquote h3,
.single .content_single blockquote h4,
.single .content_single blockquote h5,
.single .content_single blockquote h6,
.single .content_single blockquote p {
    font-size: 35px;
	line-height: 35px;
    font-weight: normal;
    padding: 30px;
    background: url(images/quotes.png);
    background-repeat: no-repeat;
    background-position: 22px 3px;
	background-size: 80px auto;
}
.single .to_download {
	width: 100%;
    margin: 20px auto;
}
.to_download .to_download_pdf {
	display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.to_download .to_download_img {
	text-align: center;
    display: block;
}
#comment {
	margin-top: 45px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.article_main {
	background: #f9f9f9;
}
/* single END */

/* sidebar */

.article_sidebar img,
.author_sidebar img {
	max-width: 100%;
	height: auto;
}
.widget.toc_widget {
	padding: 25px 30px 20px 25px;
    border-left: 5px solid #ffdd06;
    border-bottom: 1px solid #ffdd06;
	list-style: none;
	background: #f9f9f9;
}
.single .aside_top h1 {
    font-size: 17px;
	font-weight: bold;
    padding-bottom: 17px;
}
#toc_container.no_bullets li, 
#toc_container.no_bullets ul, 
#toc_container.no_bullets ul li, 
.toc_widget_list.no_bullets, 
.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}
.single .toc_widget_list.no_bullets li {
    text-indent: 10px;
    position: relative;
    margin-top: 10px;
}
.single .toc_widget_list.no_bullets li:before {
    content: " ";
    background: url(images/bullet.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    position: absolute;
    left: -7px;
    top: 5px;
}
.single .toc_widget_list li a {
    font-size: 15px;
    color: #666666;
}
.single .toc_widget_list li a:hover {
    color: #a8a7a7;
}
.single .like {
    padding: 25px 30px 20px 25px;
    border-left: 5px solid #ffdd06;
}
.single .like h5, .single .like .h5 {
    font-size: 17px;
}
.single .like .rating {
    float: none;
    margin-bottom: 5px;
    width: 190px;
}
.single .like a {
    color: #888888;
    font-size: 12px;
    text-decoration: underline;
}
.single .like {
	background: #f9f9f9;
}
.single .share h6, .single .share .h6 {
    float: left;
    margin-top: 20px;
}
.single .share .pluso {
    margin-top: 8px;
    margin-left: 5px;
}
.single .new_sidebar {
    float: left;
    margin-bottom: 10px;
}
.single .new_sidebar h4, 
.single .best_author h4, 
.single .new_sidebar .h4, 
.single .best_author .h4 {
    font-size: 18px;
    margin: 10px 0 0;
}
.single aside .article_sidebar, 
.single aside .author_sidebar {
    float: left;
    margin: 20px 0;
    position: relative;
}
.single .new_sidebar .article_sidebar > a, 
.single .best_author .author_sidebar > a {
    clear: both;
    display: block;
    float: left;
    width: 30%;
}
.single .new_sidebar .article_sidebar .right_part, 
.single .best_author .author_sidebar .right_part {
    width: 70%;
    float: right;
    padding-left: 15px;
}
.single .new_sidebar .article_sidebar .right_part a:visited, 
.single .best_author .author_sidebar .right_part a:visited {
    color: #999999;
}
.single .new_sidebar .article_sidebar .right_part .time, 
.single .best_author .author_sidebar .right_part .views {
    font-size: 12px;
    color: #c1c1c1;
    padding-left: 3px;
    float: left;
    position: absolute;
    bottom: 4px;
}
.single .best_author {
    clear: both;
    padding-top: 20px;
    border-top: 2px solid #ffdd06;
}
.single .new_sidebar .article_sidebar > a, 
.single .best_author .author_sidebar > a {
    clear: both;
    display: block;
    float: left;
    width: 30%;
}
.single .new_sidebar .article_sidebar .right_part, 
.single .best_author .author_sidebar .right_part {
    width: 70%;
    float: right;
    padding-left: 15px;
}
.single .like .post-ratings img {
    padding-right: 7px;
    padding-top: 5px;
}
.single .like .post-ratings strong:nth-child(6) {
    display: block;
    float: right;
	font-size: 12px;
    font-weight: bold;
}
.single .like .post-ratings strong:nth-child(8) {
    display: block;
    float: right;
    margin-top: -10px;
	font-size: 12px;
    font-weight: bold;
}
.single .like h5, 
.single .share .h6 {
    font-size: 17px;
}
.single .new_sidebar .article_sidebar .right_part h2.title, 
.single .new_sidebar .article_sidebar .right_part .h2.title, 
.single .best_author .author_sidebar .right_part h2.title, 
.single .best_author .author_sidebar .right_part .h2.title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #444444;
	line-height: 14px;
    height: 29px;
    overflow: hidden;
	font-weight: bold;
}
.single .best_author .author_sidebar .right_part .views:before {
    content: " ";
    background: url(images/views.png);
    width: 19px;
    height: 10px;
    position: absolute;
    left: -20px;
    bottom: 2px;
}
.single .best_author .author_sidebar .right_part .views {
    left: 44%;
}
.contact_us {
	width: 70%;
    margin: 20px auto;
}
.contact_us h2 {
    font-size: 26px;
    line-height: 29px;
	margin-bottom: 15px;
	text-align: center;
}
.contact_us h3 {
	text-align: center;
    font-size: 23px;
    line-height: 29px;
	margin-bottom: 15px;
}
.contact_us input,
.contact_us textarea {
	width: 100%;
	height: 30px;
	border: 1px solid grey;
	border-radius: 3px;
	background: white;
	color: grey;
	padding: 5px 20px;
	margin-bottom: 10px;
}
.contact_us textarea {
	height: 200px;
	resize: none;
	font-size: 15px;
}
.contact_us input[type="submit"] {
    width: 230px;
    height: 45px;
    background: #7397c5;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.contact_us input[type="submit"]:hover {
	background: #073570;
}
/* sidebar END */

/* search */
body.search .search {
	margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
body.search .search h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
}
body.search .search h4 {
	margin-bottom: 20px;
}
body.search .search h4 span {
    font-size: 22px;
    color: #1a67b2;
}
body.search .search_loop h2 {
	margin-bottom: 12px;
}
/* search END */

.wrapper-404 img {
	display: block;
	margin: 20px auto;
	max-width: 85%;
}
.wrapper-404 h1 {
	font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
	text-align: center;
}
.wrapper-404 button {
	display: block;
	width: 200px;
	height: 40px;
	background: #7397c5;
	border-radius: 3px;
	border: 0;
	margin: 0 auto 40px auto;
	color: white;
	font-size: 18px;
	cursor: pointer;
}
a.post.post-service-archive {
	cursor: initial;
}
.common_page_wrap {
	padding: 30px 20px;
}
.common_page_wrap h1 {
	font-size: 33px;
	line-height: 32px;
	margin-bottom: 30px;
}
.common_page_wrap p {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 12px;
}
.tax_list a {
	display: block;
    width: auto;
    float: left;
    margin-right: 25px;
    height: 50px;
    padding: 14px;
    background: #7397c5;
    margin-bottom: 30px;
}
.tax_list a:hover {
	background: #073570 ;
}
.tax_list a h2 {
	font-size: 15px;
	text-transform: uppercase;
}
.tax_list a:hover > h2 {
	color: white;
}
.partners{
	display: flex;
    flex-direction: row;
    margin: 20px;
    justify-content: space-around;
}
.partners .child{
	width: 20%;
    display:  flex;
    flex-direction:  column;
    justify-content: center;
}
.partners .child img{
	width: 100%;
}
.parnters h3, .parnters h4{
	text-align: center;
	margin: 10px 0 20px 0;
	
}
.parnters h3{
	border-bottom: 3px solid #bababa;
	padding-bottom: 20px;
    position: relative;
}
.parnters h4{
	font-size: 14px;
}
.parnters h3:after{
	position: absolute;
    display: block;
    content: "";
    bottom: -14px;
    left: 50%;
    margin-left: -23px;
    width: 45px;
    height: 11px;
    background: url(images/arrow.png) no-repeat;
}
.parnters a{
	margin: 0;
}
.mtranslations{
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 5px;
}
.short_about_us{
	text-align: justify;
}
.short_about_us p{
	margin: 10px;
}
.n_menu_container{
	display: flex;
	width: 100%;
    justify-content: flex-end;
	margin-left: 30px;
}
.main__logo{
	position: absolute;
}
.main__logo img {
	width: 140px;
}
/* Adaptive */
@media (max-width: 1200px) {
	.main__logo{
		margin-left: -30px;
	}
	a.name h1 {
		text-align: right;
	}
	.front_title {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 23px;
	}
	.bottom_phrase {
		display: none;
	}
	.top_phrase {
		font-size: 14px;
    	line-height: 18px;
	}
	.row.services {
		margin-right: -11px;
	}
	.article_main .common_subscribe_text {
		float: none;
		width: 100%;
	}
	.article_main .common_subscribe .widget_newsletterwidgetminimal {
		float: right;
		width: 96%;
		margin-top: 20px;
	}
	.article_main .common_subscribe {
		padding-top: 35px;
    	padding-bottom: 35px;
	}
}
@media (max-width: 995px) {
	.main__logo{
		margin: 55px;
	}
	#header .header-center {
		background-position: left 0px!important; 
		background-size: cover!important;
	}
	a.name h1 {
		text-align: center;
		margin-bottom: 18px;
		margin-top: 12px;
	}
	.contacts_header {
		margin-top: 5px;
	}
	#navigation_header {
	    margin-bottom: 5px;
	}
	.contacts_header p {
		font-size: 17px;
	}
	.contacts_header span {
		font-size: 19px;
	}
	.contacts_header .viber {
		width: 278px;
	}
	.top_phrase {
		display: none;
	}
	.lSAction>a.lSPrev, .lSAction>a.lSNext {
		background-size: 45px;
		width: 45px !important;
    	height: 45px !important;
	}
	.servise_item_title .table:after {
		margin-left: -90%;
	}
	.pdf_item h4 {
		line-height: 15px;
	}
	.bg_img_footer .breadcrumbs,
	.bg_img_footer .navigation_footer {
		margin-bottom: 25px;
	}
	.common_subscribe_text {
		float: none;
		width: 100%;
	}
	.common_subscribe .widget_newsletterwidgetminimal {
		float: right;
		width: 96%;
		margin-top: 20px;
	}
	.common_subscribe {
		padding-top: 35px;
    	padding-bottom: 35px;
	}
	.single .best_author {
		float: left;
		width: 49%;
		clear: none;
		border-top: none;
	}
	.single .new_sidebar {
		width: 49%;
		padding-top: 20px;
		margin-right: 2%;
	}
}
@media (max-width: 768px) {
	.main__logo{
		width: 100%;
		margin: 0;
    	display: flex;
		position: static;
    	align-items: center;
    	justify-content: center;
	}
	#navigation_header {
		width: 100%;
		margin-bottom: 10px;
	}
	.contacts_header {
		float: left;
	}
	a.name h1 {
		font-size: 22px;
	}
	.front_title {
		font-size: 18px;
		line-height: 19px;
	}
	.servise_item_title .table:after {
		margin-left: -81%;
	}
	.last_post_transl_docum h3 {
		height: 69px;
	}
	.pdf_item_img {
		float: none;
   		margin: 0 auto;
	}
	.pdf_item h4 {
		text-align: center;
	}
	ul.team {
		margin-top: 34px;
		max-width: 100%;
		float: none;
	}
	ul.team li {
		width: 47%;
		float: left;
		margin-right: 30px;
	}
	ul.team li:last-child {
		margin-right: 0;
	}
	.single > article .content_single_before {
		width: 96%;
	}
	.single .cat_img {
		clear: left;
	}
}
@media (max-width: 580px) {
	#header .nav li {
		margin-right: 16px;
	}
	#header .nav li:last-child {
		margin-right: 0;
	}
	.servise_item {
		max-width: 310px !important;
    	margin-left: auto;
    	margin-right: auto;
	}
	.servise_item_title .table:after {
		margin-left: -67%;
	}
	.pdf_item {
		width: 30%;
		float: left;
		margin-right: 15px;
	}
	.last_post_transl_docum h3 {
		height: 50px;
		margin-top: 15px;
    	margin-bottom: 25px;
	}
	ul.team li,
	ul.team li:last-child {
	    width: 245px;
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	}
	.contacts_footer {
		margin-bottom: 30px;
	}
	.single .new_sidebar,
	.single .best_author {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}
@media (max-width: 500px) {
	.last_documents,
	.last_translation,
	.last_posts {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.pdf_item:last-child {
		margin-right: 0;
	}
	.common_subscribe {
		padding-left: 10px;
		padding-right: 10px;
	}
	.common_subscribe .widget_newsletterwidgetminimal {
		width: 100%;
	}
	
}

@media (max-width: 400px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	.single > article > h1{
		font-size: 24px;
    	line-height: 24px;
	}
}

/* Adaptive END */

b, strong{
	font-weight:bold!important;
}
