/**
 * Theme Name:  EightyDays Lite
 * Theme URI:   http://gretathemes.com/wordpress-themes/eightydays/
 * Author:      GretaThemes
 * Author URI:  http://gretathemes.com
 * Description: EightyDays is a beautiful WordPress travel theme for travel blogs or magazines. EightyDays has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, EightyDays is lightweight, fast and optimized for all mobile phones.
 * Version:     2.1.5
 * License:     GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: eightydays-lite
 * Tags:        two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 */
/*--------------------------------------------------------------
 * TABLE OF CONTENTS:
 *--------------------------------------------------------------
1.0 General
2.0 Header
3.0 Archive Pages
4.0 Entry
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Mobile sidebar
9.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * 1.0 General
 *------------------------------------------------------------*/
/* HTML elements */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;

}

blockquote {
margin: 0;
margin-bottom: 15px;
background: #fff8f2;
border-top: 5px solid #CC4040;
border-bottom: 5px solid #CC4040;
color: #575757;
padding: 20px 20px 20px 90px;
position: relative;
line-height: 1.8;
font-weight: 500;
font-style: italic;
min-height: 80px;
}

blockquote:hover:before {
  background: #245ae9;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

blockquote:before {
content: "!";
font-family: sans-serif;
font-style: normal;
position: absolute;
left: 10px;
top: 10px;
color: white;
background: #CC4040;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1;
text-align: center;
}
blockquote p {
margin: 0 0 16px;
}
blockquote cite {
font-style: normal;
}

a:focus,
a:active {
  outline: 0;
}
a:focus {
  color: #333;
}
a:hover {
  opacity: .9;
}
img {
  max-width: 100%;
  height: auto;
  transition: opacity .3s;
}
label {
  font-weight: normal;
}
th,
td {
  padding: 3px 8px;
  border: 1px solid #e1e1e1;
}
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
  border: 2px solid #807d7d;
  width: 100%;
  padding-left: .6em;
  padding-right: .6em;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
textarea {
  height: 12em;
  display: block;
}
button,
input[type="button"],
input[type="submit"],
.button,
#infinite-handle span button,
#infinite-handle span button:hover {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  background: #333;
  border: 0;
  border-radius: 1px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span button:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
:focus,
:active {
  outline: none;
}
/* Overwrite social icons from Jetpack */
body .jetpack-social-navigation ul {
  margin: 0;
}
body .jetpack-social-navigation li {
  margin-right: 15px;
}
body .jetpack-social-navigation li:last-child {
  margin-right: 0;
}
/* WordPress must-have styles */
.alignnone {
  margin: 30px 0;
}
.aligncenter,
.aligncenter img {
  display: block;
  margin: 30px auto;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 11px;
  margin: 5px 0 0;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
  line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
  padding-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin: 30px auto;
  clear: both;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 * 2.0 Header
 *------------------------------------------------------------*/
/* Site header */
.site-header {
  margin: 20px 0;
}
/* Page header */
.page-header {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.page-title {
  margin: 13px 0;
  font-size: 28px;
}

.page-title-search {
  font-size: 22px !important;
  font-weight: bold !important;
}

.taxonomy-description {
  color: #818181;
  font-style: italic;
  margin-top: -10px;
  font-size: 14px;
}
/* Page header for singular pages */
/*.page-header.entry-header {
  margin-bottom: 20px;
}*/
.site-title {
  font: 600 2em/1 Poppins, sans-serif;
  margin: 0 0 10px;
}
.site-title a:hover {
  color: #333;
}
.custom-logo {
  display: inline-block;
  margin: 0 0 10px;
}
.site-description {
  text-transform: uppercase;
  font: 500 18px/1 Poppins, sans-serif;
  letter-spacing: 2px;
  color: #818181;
  font-weight: bold;
}
/* Primary menu */
.main-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.primary-menu,
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu li,
.top-bar-menu li {
  display: inline-block;
  position: relative;
}

.primary-menu li:hover {
  background-color: #BB0000;
}
.primary-menu li:hover > ul,
.top-bar-menu li:hover > ul {
  opacity: 1;
  top: 51px;
  visibility: visible;
}
.primary-menu li:before,
.top-bar-menu li:before {
  margin-right: 5px;
}
.primary-menu > li.menu-item-has-children > a::after,
.top-bar-menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 3px;
  top: 50%;
  margin-top: -2px;
}
.primary-menu > li.menu-item-has-children > a:hover::after,
.top-bar-menu > li.menu-item-has-children > a:hover::after {
  border-top-color: #818181;
}
.primary-menu li a,
.top-bar-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.primary-menu a:hover,
.top-bar-menu a:hover {
  color: #fff;
}
.primary-menu a:active,
.top-bar-menu a:active,
.primary-menu a:focus,
.top-bar-menu a:focus {
  text-decoration: none;
}
.primary-menu .current-menu-item > a,
.top-bar-menu .current-menu-item > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.primary-menu li.current-menu-item  {
  background-color: #AD0016;
}

.primary-menu ul,
.top-bar-menu ul {
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin: 0;
  padding: 0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.primary-menu ul li,
.top-bar-menu ul li {
  width: 160px;
  padding: 7px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.primary-menu ul li:hover,
.top-bar-menu ul li:hover {
  background: #f6f6f6;
}
.primary-menu ul li:last-child,
.top-bar-menu ul li:last-child {
  border-bottom: none;
}
.primary-menu ul li.menu-item-has-children > a::after,
.top-bar-menu ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}
.primary-menu ul li.menu-item-has-children > a:hover::after,
.top-bar-menu ul li.menu-item-has-children > a:hover::after {
  border-left-color: #818181;
}
.primary-menu ul a,
.top-bar-menu ul a {
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}
.primary-menu ul ul,
.top-bar-menu ul ul {
  left: 100%;
  top: 50%;
}
.primary-menu ul li:hover > ul,
.top-bar-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
/* Topbar */
.top-bar {
  font-size: 14px;
  line-height: 42px;
  color: #818181;
}
.top-bar a {
  color: #818181;
}
.top-bar a:hover {
  color: #333;
}
.top-bar .jetpack-social-navigation a {
  font-size: 14px;
}
/* Sidebar toggle icon */
.sidebar-toggle {
  position: relative;
  padding: 21px 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 0;
}
.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background: #818181;
  cursor: pointer;
}
.sidebar-toggle span:before {
  top: -4px;
}
.sidebar-toggle span:after {
  bottom: -4px;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
  background: #333;
}
.top-bar-navigation .sidebar-toggle {
  display: none;
}
div.active.sidebar-toggle span {
  background-color: transparent;
}
div.active.sidebar-toggle span:before,
div.active.sidebar-toggle span:after {
  top: 0;
}
div.active.sidebar-toggle span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.active.sidebar-toggle span:after {
  top: 4px;
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
/* Top bar menu */
.top-bar-menu a {
  line-height: 42px;
}
.top-bar-menu > li:first-child {
  padding-left: 0;
}
.top-bar-menu li:hover > ul {
  top: 42px;
}
/*--------------------------------------------------------------
 * 3.0 Archive Pages
 *------------------------------------------------------------*/
/* Posts navigation */
.posts-navigation,
.post-navigation,
.comment-navigation {
  line-height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: bold 12px Poppins, sans-serif;
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.posts-navigation .nav-next i,
.post-navigation .nav-next i,
.comment-navigation .nav-next i {
  margin-left: 5px;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-previous i,
.post-navigation .nav-previous i,
.comment-navigation .nav-previous i {
  margin-right: 5px;
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  clear: both;
  display: block;
  background: none;
  text-align: center;
}
.infinite-loader {
  clear: both;
}
.spinner {
  margin: 0 auto;
}
/*--------------------------------------------------------------
 * 4.0 Entry
 *------------------------------------------------------------*/
#content > .col-sm-6:nth-of-type(2n+1) {
  clear: left;
}
.hentry {
  margin-bottom: 60px;
}
.entry-media {
  margin-bottom: 28px;
}
.entry-media img {
  width: 100%;
}
.entry-header {
  text-align: left;
}
.entry-title {
  margin: 13px 0;
  font-size: 26px;
}
.entry-meta {
  font-size: 12px;
  font-weight: bold;
  color: #CA0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 5px;
}
.entry-meta a {
  color: #939393;
}
.entry-meta a:hover {
  color: #333;
}
.by {
  text-transform: none;
  font-style: italic;
}
.separator {
  color: #e1e1e1;
  padding: 0 5px;
}
.categories,
.categories a {
  color: #c39f76;
}
.author-link img {
  border-radius: 50%;
  margin-right: 5px;
}
.entry-text {
  overflow: hidden;
}
.share {
  text-align: center;
}
.share:before {
  display: block;
  content: '';
  border-top: 1px solid #e1e1e1;
  position: relative;
  top: 16px;
}
.share .jetpack-social-navigation {
  padding: 0 15px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  position: relative;
}
/* Entry content */
.entry-content {
  margin-top: 15px;
}

.entry-content a.hl i.fa-vk,
.entry-content a.hl i.fa-facebook,
.entry-content a.hl i.fa-instagram,
.entry-content a.hl i.fa-twitter {
  margin-right: 0 !important;
  font-size: 26px !important;
  min-width: 28px !important;
}

.entry-content .u0e1ade820c87360382fcd0c1382b76f0 {
  text-decoration: none !important;
}

.entry-content a.hl {
  padding-bottom: 1px;
  color: #BB0000;
  font-weight: bold;
}

.entry-content a.hl:hover {
  text-decoration: underline;
  color: #2F42F2;
}

.entry-content a {
  padding-bottom: 1px;
  color: #BB0000;
  font-weight: bold;
}

.entry-content a:hover {
  text-decoration: underline;
  color: #2F42F2;
}

.entry-content .tablepress a:hover {
  text-decoration: underline;
  color: #2F42F2;
}

.entry-content .tablepress a {
  font-weight: bold;
}
.share-box {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 30px 30px;
  background: #f6f6f6;
  padding: 15px 15px 10px;
}
.share-box h6 {
  margin: 0 0 5px;
}
.share-box .jetpack-social-navigation {
  font-size: 10px;
  padding: 0;
}
.share-box .jetpack-social-navigation li {
  display: block;
  margin: 5px 0;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a {
  color: #939393;
  border: 0;
}
.share-box .jetpack-social-navigation a:before {
  width: 15px;
  margin-right: 5px;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a:hover {
  color: #333;
}
.share-box .screen-reader-text {
  position: static !important;
}
.page .alignright {
  margin-right: 0;
  max-width: 100%;
}
.page .alignleft {
  margin-left: 0;
  max-width: 100%;
}
/* Entry tags */
.post-tags {
  list-style: none;
  font-size: 11px;
  line-height: 28px;
  margin: 10px 0;
}
.post-tags li {
  display: inline-block;
  margin-right: 40px;
}
.post-tags li:last-child {
  margin-right: 0;
}
.post-tags a {
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  margin-right: 8px;
  border-radius: 2px;
}
.post-tags a:hover {
  background: #f0f0f0;
}
.single .hentry,
.page .hentry {
  margin-bottom: 0;
}
/* Post navigation */
.post-navigation {
  margin-top: 60px;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.post-navigation a {
  border: 0;
  padding: 0;
}
/* Author bio */
.author-info {
  margin-top: 30px;
}
.author-avatar {
  margin-right: 15px;
}
.author-description {
  margin-left: 95px;
}
.author-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.author-info .jetpack-social-navigation {
  font-size: 12px;
  line-height: 1;
  padding: 0;
  float: right;
  margin-top: 3px;
}
.author-bio {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}
/* Related posts */
.related-posts {
  margin-top: 60px;
}
.section-title {
  font-size: 22px;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.section-title:before {
  display: block;
  content: '';
  border-top: 1px solid #e7e7e7;
  position: relative;
  top: 8px;
  z-index: 1;
}
.section-title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.related-post img {
  width: 100%;
}
.related-post-title {
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 600;
}
.related-post-date {
  font-size: 13px;
  color: #7e7e7e;
}
/* 404 page */
.error404 .site-header {
  margin-bottom: 120px;
}
.error404 .site-main {
  text-align: center;
}
.not-found-title {
  color: #f0f0f0;
  font-size: 300px;
  margin: 0;
  line-height: 1;
}
.not-found-message {
  font-size: 30px;
  margin: -30px 0 0;
}
.not-found-back {
  color: #979797;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 10px;
}
.comments-title {
  margin: 45px 0;
  font-size: 25px;
}

.comments-title span {
  font-weight: bold !important;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style: none;
}
.comment-list li + li {
  margin-top: 30px;
}
.comment-list .children {
  padding-left: 58px;
  margin: 60px 0 0;
}
.comment-meta {
  line-height: 1;
  margin-bottom: 1em;
}
.comment-author {
  font-size: 13px;
}
.comment-author img {
  border-radius: 50%;
  float: left;
  margin: -8px 10px 0 0;
}
.comment-metadata a {
  font-size: 12px;
  font-style: italic;
  color: #818181;
}
.comment-content {
  margin-left: 58px;
  font-size: 13px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1px;
}
.comment-navigation,
.comment-respond {
  margin-top: 60px;
}
.comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: 18px;
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #f0f0f0;
}
/* Comment form */
.comment-reply-title {
  font-size: 18px;
}

#reply-title {
  font-weight: bold;
}
.comment-form label {
  display: block;
}
.comment-form input {
  width: 50%;
}
.comment-subscription-form {
  margin-top: 1em;
}
.form-submit {
  margin: 30px 0 0;
}
.form-submit input:hover {
  background-color: #D13C3C;
}
.form-submit input {
  display: inline-block;
  width: auto;
}
input[type="checkbox"], input[type="radio"] {
  display: inline !important;
  width: auto !important;
}
.comment-form-cookies-consent label {
  display: inline !important;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
/*--------------------------------------------------------------
 * 6.0 Widgets
 *------------------------------------------------------------*/
/* Widget styles */
.widget {
  font-size: 14px;
  margin-bottom: 35px;
  text-align: center;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget li ul {
  padding-left: 20px;
}
.widget a {
  color: #BB0000;
}

.widget a:hover {
  color: #2F42F2;
}
.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.widget-title span {
  display: block;
  padding: 12px 10px;
  position: relative;
  border-bottom: 2px solid #525558;
  color: #AD0016;
  font-weight: bold;
}
/* Widget search */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  font-weight: normal;
}
.search-submit {
  border: 0;
  padding: 0;
  background: transparent;
  width: 14px;
  color: #818181;
  position: absolute;
  right: 10px;
  top: 0;
}
.search-submit:hover {
  background: transparent;
  color: #818181;
}
.search-submit .genericon {
  line-height: 32px;
}
/* Widget categories */
.widget_categories .count {
  float: right;
  color: #a7a7a7;
}
.widget_categories .children {
  padding-left: 20px;
  display: none;
}
.widget_categories .children li {
  position: relative;
}
.widget_categories .children li:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 13px;
  margin-left: -20px;
  margin-top: 20px;
  float: left;
  border-top: 1px solid #dcdcdc;
}
/* Widget archive */
.widget_archive .count {
  float: right;
  color: #a7a7a7;
}
/* Widget Recent Posts */
.eightydays-recent-posts-widget {
  /* Featured post */
}
.eightydays-recent-posts-widget li {
  margin: 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}
.eightydays-recent-posts-widget .eightydays-thumb {
  float: left;
  width: 67px;
}
.eightydays-recent-posts-widget .eightydays-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.eightydays-recent-posts-widget .eightydays-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.eightydays-recent-posts-widget .eightydays-text {
  margin-left: 82px;
}
.eightydays-recent-posts-widget .eightydays-title {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.3;
}
.eightydays-recent-posts-widget .eightydays-date {
  font-size: 11px;
  text-transform: uppercase;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb {
  float: none;
  width: 100%;
  display: block;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb figure {
  width: 100%;
  height: auto;
}
.eightydays-recent-posts-widget .featured .eightydays-text {
  margin-left: 0;
}
.eightydays-recent-posts-widget .featured .eightydays-title {
  margin-top: 12px;
  font-size: 15px;
}
/* Widget Flickr */
.eightydays-flickr-photos {
  overflow: hidden;
}
.eightydays-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
/* Widget about */
.eightydays-about-intro,
.eightydays-about-widget .jetpack-social-navigation,
.eightydays-about-signature {
  text-align: center;
}
.eightydays-about-image {
  margin: 0 auto;
  display: block;
}
.eightydays-about-intro {
  margin: 35px 0 10px;
}
.eightydays-about-widget .jetpack-social-navigation,
.site-info .jetpack-social-navigation {
  font-size: 14px;
  margin: 0 auto;
}
.eightydays-about-widget .jetpack-social-navigation li,
.site-info .jetpack-social-navigation li {
  margin-right: 5px;
}
.eightydays-about-widget .jetpack-social-navigation a,
.site-info .jetpack-social-navigation a {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ddd;
  color: #fff;
  text-align: center;
}
.eightydays-about-widget .jetpack-social-navigation a:hover,
.site-info .jetpack-social-navigation a:hover {
  background: #333;
  color: #fff;
}
.eightydays-about-widget .jetpack-social-navigation a:before,
.site-info .jetpack-social-navigation a:before {
  line-height: 35px;
}
.eightydays-about-signature {
  font: 40px 'Homemade Apple', cursive;
  display: block;
  margin: 12px auto 0;
}
/* Featured posts */
.featured-posts-tiled {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.featured-posts-tiled a {
  position: relative;
  display: block;
  color: #fff;
}
.featured-posts-tiled a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #000;
  opacity: .2;
  z-index: 1;
  transition: opacity .3s;
}
.featured-posts-tiled a:hover:before {
  opacity: .1;
}
.featured-posts-tiled img {
  width: 100%;
}
.featured-posts-tiled .categories {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.featured-posts-tiled-text {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -25px;
  z-index: 2;
}
.featured-posts-tiled-big {
  width: 66.66666667%;
  float: left;
}
.featured-posts-tiled-big .featured-posts-tiled-text {
  margin-top: -52px;
  padding: 0 30px;
}
.featured-posts-tiled-big .entry-title {
  font-size: 26px;
  margin-bottom: 5px;
}
.featured-posts-tiled-small {
  width: 33.33333333%;
  float: right;
  padding: 0 0 5px 10px;
}
.featured-posts-tiled-small:last-child {
  padding: 5px 0 0 10px;
}
/* MailChimp for WordPress / Jetpack subscription form */
.mc4wp-form-fields input,
form #subscribe-email input,
#subscribe-submit input {
  width: 100%;
  display: block;
}
/* WP Instagram Widget */
.instagram-pics {
  margin: -3px;
  overflow: hidden;
}
.instagram-pics li {
  width: 33.33333333%;
  padding: 3px;
  float: left;
}
.instagram-pics img {
  width: 100%;
}
/*--------------------------------------------------------------
 * 7.0 Footer
 *------------------------------------------------------------*/
.site-footer {
}
.footer-widgets {
  padding: 60px 0 0;
  background: #eef1f3;
}
.footer-widgets .widget-title {
  text-align: left;
}
.footer-widgets .widget-title:before {
  display: none;
}
.footer-widgets .widget-title span {
  background: none;
  padding: 0;
}
.footer-widgets .widget {
  margin-bottom: 60px;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget ul {
}
.footer-widgets .eightydays-recent-posts-widget li {
  margin-bottom: 15px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-thumb {
  width: 55px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-text {
  margin-left: 65px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-title {
  line-height: 1.2;
}
.site-info {
  padding: 15px 0;
  font-size: 13px;
  background-color: #E6E6E6;
  margin-top: 35px;
}
.site-info p {
  margin-bottom: 0;
}
.site-info .custom-logo-link {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.site-info .custom-logo-link img {
  width: 65px;
}
.site-info .custom-logo-link img {
  margin: 0;
}
.site-info .jetpack-social-navigation {
  float: right;
  margin-top: 5px;
}
.site-info .credit {
  display: inline-block;
  text-align: left;
  width: 70%;
}

.credit a {
  color: #BB0000 !important;
}
.credit a:hover {
  text-decoration: underline;
}
#scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#scroll-to-top span {
  line-height: 42px;
  font-size: 20px;
  margin-left: 2px;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
  transition: .3s ease;
}
.mobile-sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #f5f5f5;
  padding: 20px;
}
.admin-bar .mobile-sidebar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-sidebar {
    top: 46px;
  }
}
.mobile-sidebar ul {
  list-style: none;
  padding: 0;
  line-height: 40px;
}
.mobile-sidebar li:before {
  margin-right: 5px;
}
.mobile-sidebar li ul {
  padding-left: 20px;
}
.mobile-sidebar li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile {
  text-transform: uppercase;
}
.mobile-sidebar .primary-menu-mobile li li {
  font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile li li a {
  line-height: 1.5;
  display: inline-block;
}
.mobile-sidebar .primary-menu-mobile a {
  font: 12px/50px Poppins, sans-serif;
  letter-spacing: 1px;
}
.mobile-sidebar .primary-menu-mobile ul {
  display: none;
}
.mobile-sidebar .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  float: right;
  cursor: pointer;
}
.mobile-sidebar-open .site {
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  cursor: pointer;
}

.mobile-sidebar {
  transform: translate3d(-320px, 0, 0);
}

.mobile-sidebar-open .mobile-sidebar {
  transform: translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
 * 9.0 Responsive
 *------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
  }
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 75px;
  }
  .featured-posts-tiled-big .featured-posts-tiled-text {
    margin-top: -25px;
    padding: 0;
  }
  .featured-posts-tiled .entry-summary {
    display: none;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 14px;
  }
  .site-info {
    text-align: center;
  }
  .site-info .jetpack-social-navigation {
    float: none;
  }
  .widget-title {
    word-spacing: 0;
    display: block;
    max-width: 100%;
  }
  .widget-title:before {
    left: 0;
  }
  .widget-title:after {
    right: 0;
  }
  .widget-title span {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* Hide main menu and top bar menu / text on mobile */
  .main-navigation,
  .top-bar-menu {
    display: none;
  }
  /* Show mobile toggle icon */
  .top-bar-navigation .sidebar-toggle {
    display: inline-block;
  }
  .featured-posts-tiled-big,
  .featured-posts-tiled-small {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 20px;
  }
  .related-post {
    margin-top: 45px;
  }
  .related-post:first-child {
    margin-top: 0;
  }
  .site-info .credit {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .site-info .custom-logo-link img {
    width: 40px;
  }
}
@media (max-width:460px) {
  .site-info .custom-logo-link img {
  display: none;
  }
  .credit {
    margin-top: 0;
    padding-top: 0;
  }
  .site-info {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  /* Single post */
  .comment-list .children {
    padding-left: 0;
  }
  .alignleft,
  .alignright {
    margin: 30px 0;
  }
  blockquote.pull-right,
  blockquote.pull-left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .featured-posts-tiled-big .entry-title {
    font-size: 20px;
  }
  .mobile-sidebar {
    width: 250px;
  }
  .mobile-sidebar-open .site {
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0);
    cursor: pointer;
  }
}

#site-navigation {
  background-color: #525558;
}

img.custom-logo {
	width: 300px;
}

.center {
  text-align: center;
}
.app-link {
  font-size: 56px;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-link:hover > i {
  transform: scale(1.1);
  color: #000;
  transition: color 0.1s ease;
}
a.app-store {
  color: #1565F8;
}

a.android {
  color: #00BCC8;
}

.app-link:first-child {
  margin-left: 0;
}
.textwidget {
  line-height: 1;
  font-size: 16px;
}
.widget-btn {
  padding-left: 15px;
  display: block;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #204FFF;
  border: 1px solid #204FFF;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px;
}

.widget-btn:hover {
  background-color: #062595;
}

h2 {
  font-size: 24px;
  margin-left: 70px;
  line-height: 32px;
}

h2:before {
  content: "";
  background-image: url(h2-border.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 32px;
  position: absolute;
  left: 15px;
}

.search-results h2:before {
	display: none;
}

h3 {
  font-size: 22px;
  margin-left: 55px;
  line-height: 32px;
}

h3:before {
  content: "";
  background-image: url(https://mfc-mos.com/wp-content/themes/eightydays-lite/h3-border.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 30px;
}
.ordered {
counter-reset: li;
list-style: none;
line-height: 1.2;
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
margin-left: 25px;
}
.ordered li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 0 .5em 2.5em;
text-decoration: none;
transition: all .3s ease-out;
}
.ordered li:hover {background: #DCDDE1;}
.ordered li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #DC1010;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
border-radius: 50%;
color: #fff;
}

.widget-link, .widget-tel {
  color: #BB0000 !important;
  font-size: 16px;
}
a.fb, a.vk, a.ok, a.tv {
  font-size: 28px;
  color: #5d5b5b;
  margin-left: 10px;
  transition: all 0.2s ease;
}

a.fb {
  margin-left: 0;
}

a.fb:hover, a.vk:hover, a.ok:hover, a.tv:hover {
  position: relative;
  bottom: 3px;
}

@media screen and (max-width: 1200px) {
  .widget-title:before,
  .widget-title:after {
    width: 20%;
  }
}

@media screen and (max-width: 445px) {
  .widget-title:before,
  .widget-title:after {
    width: 15%;
  }
}

@media screen and (max-width: 373px) {
  .widget-title:before,
  .widget-title:after {
  display: none;
  }
}
#toc_container {
min-width: 35%;
margin-left: 15px;
margin-top: 10px;
border: none;
-webkit-box-shadow: -5px 6px 6px -2px rgba(0,0,0,0.53);
-moz-box-shadow: -5px 6px 6px -2px rgba(0,0,0,0.53);
box-shadow: -5px 6px 6px -2px rgba(0,0,0,0.53);
}

.toc_title {
  border-bottom: 1px solid #525558;
}

#toc_container a {
  font-weight: normal;
}

#toc_container .toc_list {
  margin-left: 15px;
}

#toc_container .toc_list li a {
  border-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: normal;
}

#toc_container p.toc_title {
  font-size: 18px;
}

.tablepress a, .dataTables_paginate a {
  text-decoration: none !important;
  color: #1f3331;
  border-bottom: none;
}

.widget-area {
  margin-top: 15px;
}

.unordered li{
  list-style: circle;
}
.unordered {
  border: 2px dashed #DB2A30;
}

.unordered li:hover {
  text-decoration: underline;
}
.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
}
.ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
}
.ymaps-geolink:after {
  display: none !important;
}


p.widget-geolink .ymaps-geolink:before {
  display: none !important;
}

.social {
  display: inline-block;
  font-size: 42px;
  vertical-align: top;
  margin-left: 15px;
}

.mobile-app {
  color: #525558 !important;
  font-size: 62px;
  margin-right: 10px;
}

.mobile-app:last-child {
  margin-right: 0;
}

.mobile-app:hover {
  color: #2F42F2 !important;
  transition: 0.3s ease all;
}

#tablepress-876 tbody tr:first-child td,
#tablepress-876 tbody tr:nth-child(12) td,
#tablepress-876 tbody tr:nth-child(26) td,
#tablepress-876 tbody tr:nth-child(43) td,
#tablepress-876 tbody tr:nth-child(59) td,
#tablepress-876 tbody tr:nth-child(71) td,
#tablepress-876 tbody tr:nth-child(87) td,
#tablepress-876 tbody tr:nth-child(100) td,
#tablepress-876 tbody tr:nth-child(113) td,
#tablepress-876 tbody tr:nth-child(121) td, 
#tablepress-876 tbody tr:nth-child(127) td {
  text-align: center;
}

.BankMap{
width: 100%;
height: 450px;
margin-bottom: 15px !important;
}

p.cntr{text-align: center}

/*Таблица для отделений - начало*/
.mfc-table a {
  word-break: break-all;
}
.mfc-table tbody td {
  font-size: 16px;
  line-height: 1.2;
}

.mfc-table thead th {
  font-size: 18px;
  letter-spacing: 0;
}

.mfc-table .column-1 {
  max-width: 270px;
}

.mfc-table .column-3 {
  min-width: 130px;
}

@media (max-width: 1200px) {
  .mfc-table tbody td {
  font-size: 14px;
}
  .mfc-table .column-1 {
  max-width: 130px;
}

.mfc-table thead th {
  font-size: 16px;
}

.mfc-table .column-3 {
  min-width: 115px;
}
}

@media (max-width: 860px) and (min-width: 801px) {
   .mfc-table td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mfc-table tr {
    border-bottom: 1px solid #707070;
  }
   .mfc-table thead tr th {
    display: none;
    text-align: center !important;
  }
   .mfc-table thead tr th:first-child {
    display: block;
    width: 100%;
  }
   .mfc-table thead tr th:first-child::after {
    content: ", контакты и режим работы"
  }
  .mfc-table table tr:nth-of-type(odd) {
    background: #fff;
  }
  .mfc-table .column-1 {
    max-width: 100%;
    }
    .ymaps-geolink:before {
    background-position: top;
    }
}

@media (max-width: 801px) and (min-width: 768px) {
  .ymaps-geolink {
    margin-left: 0 !important;
  }
  .ymaps-geolink:before {
    display: none !important;
  }
  .mfc-table .column-1 {
  max-width: 130px;
}
}

@media (max-width: 768px) {

   .mfc-table td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mfc-table tr {
    border-bottom: 1px solid #707070;
  }
   .mfc-table thead tr th {
    display: none;
    text-align: center !important;
    padding-left: 0 !important;
  }
   .mfc-table thead tr th:first-child {
    display: block;
    width: 100% !important;
  }
   .mfc-table thead tr th:first-child::after {
    content: ", контакты и режим работы"
  }
  .mfc-table table tr:nth-of-type(odd) {
    background: #fff;
  }
  .mfc-table .column-1 {
    max-width: 100%;
    }

    .ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
    }
  }
/*Таблица для отделений - конец*/

.cons-link {
  color: #B00;
  font-weight: bold;
}

.cons-link:hover {
  color: #2F42F2;
}

.header-widget {
  float: right;
  margin-right: 15px;
  font-size: 18px;
  margin-top: 20px;
}

.cons-block p {
  margin: 0;
}

.cons-block {
  text-align: center;
}

.cons-block a {
  color: #B00;
  transition: 0.3s all ease;
  font-weight: bold;
}

.cons-block a:hover {
  color: #4200FB;
  transition: 0.3s all ease;
}

.cons-block p:nth-child(1) {
  border-bottom: 2px solid #515558;
}

@media (max-width: 768px) {
  .header-widget {
    float: none;
    text-align: center;
    margin-top: 0;
  }
  .cons-block {
    display: inline-block;
  }
}

/*начало стилей для плашки юриста*/
.yurist-block {
    width: 95%;
    margin: 0 auto;
    /* border-left: 2px solid #FF8A00;
    border-bottom: 2px solid #FF8A00; 
    */
    padding: 10px;
    background-color: #FFF8F1;
    -webkit-box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    -moz-box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    border: 2px solid #DB2B30;
    margin-top: 15px;
}

.yurist-block-left {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.yurist-block-right {
    display: inline-block;
    vertical-align: middle;
}

.yurist-logo, .yurist-description {
    display: inline-block;
    vertical-align: middle;
}

.yurist-logo {
    max-width: 55px;
}

.yurist-description {
    width: 80%;
    padding-left: 10px;
}

.yurist-description p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 17px;
}

.yurist-description-heading {
    font-size: 19px !important;
    color: #FE0000;
    font-weight: bold;
}
.yurist-block-btn-2 {
    display: none;
}

.yurist-block-btn, .yurist-block-btn-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #CA0000 !important;
    border: 1px solid #CA0000;
    border-radius: 3px;
    color: #fff !important;
    text-transform: uppercase;
}

a.yurist-block-btn:hover, a.yurist-block-btn-2:hover {
    background-color: #515558 !important;
    border: 1px solid #515558;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .yurist-description-heading {
        font-size: 95% !important;
    }
    .yurist-block-paragraph {
        font-size: 80% !important;
    }
    .yurist-block-btn-2 {
        font-size: 80%;
        display: inline-block;
    }
    .yurist-block-left {
        width: 65%;
    }
    .yurist-description {
        width: 75%;
    }
    .yurist-block-btn {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .yurist-block-btn-2 {
      display: none;
    }
    .yurist-block-btn {
      display: inline-block;
      font-size: 80%;
    }
}

@media screen and (max-width: 680px) {
    .yurist-block-btn-2 {
      display: inline-block;
      font-size: 70%;
    }
    .yurist-block-btn {
    display: none;
    }
    .yurist-block-left {
        width: 69%;
    }
}

@media screen and (max-width: 500px) {
.yurist-description-heading {
    font-size: 95% !important;
}
.yurist-block-paragraph {
    font-size: 80% !important;
}
.yurist-block-btn-2 {
    font-size: 70%;
    display: inline-block;
}
.yurist-block-left {
    width: 65%;
}
.yurist-description {
    width: 75%;
}
}

@media screen and (max-width: 455px) {
    .yurist-block {
        width: 90%;
    }
    .yurist-description-heading {
        font-size: 90% !important;
    }
    .yurist-block-paragraph {
        font-size: 75% !important;
    }
    .yurist-block-btn-2 {
        font-size: 65%;
        margin-left: 10px;
    }
    .yurist-block-left {
        width: 60%;
    }
    .yurist-description {
        width: 70%;
    }
}

@media screen and (max-width: 426px) {
    .yurist-block {
        text-align: center;
    }
    .yurist-description-heading {
        font-size: 90% !important;
    }
    .yurist-block-paragraph {
        font-size: 75% !important;
    }
    .yurist-block-left {
        width: 100%;
    }
    .yurist-description {
        width: 95%;
        padding-left: 0;
    }
    .yurist-block-btn-2 {
        margin-top: 5px;
        font-size: 70%;
    }
    .yurist-description-heading {
        margin-bottom: 5px !important;
        font-size: 95%;
    }
    .yurist-block-paragraph {
        font-size: 80%;
    }
    .yurist-logo {
        display: none;
    }
}
/*конец стилей для плашки юриста*/

.soderzh{float:right;border: 2px solid #005c9a; 
  background-color:#fff;margin-left:5px;margin-right:0px;margin-bottom:0px;margin-top:5px;padding:5px;padding-left:15px;
}
.soderzh a{color:#ad0016;font-weight:normal;}
.soderzh A:hover{color:#4758f2; 
  text-decoration-line:none;}
.soderzh li{color:#4758f2}
.soderzh li:hover{color:#ad0016}
.soderzh:before{content:"Содержание";line-height:2em;font-weight:500;float:none;font-size:16px;}

.politika-konf {
  color: #D4002B;
}

.politika-konf:hover {
  color: #551AFB;
}


span.postTitle {
    color: #000F30 !important;
}

span.ctaText {
    color: #fff !important;
}

span.ctaText:hover {
  text-decoration: none !important;
}

span.postTitle:hover {
    text-decoration: none !important;
    color: #CA0000 !important;
}

.comment-list a {
  color: #CA0000;
}

.comment-list a:hover {
  color: #551AFB;
}


/* Стили для комментариев Правоведа */

.comment-author-name {
  font-size: 16px;
  padding: 0 16px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.comment-text {
  padding: 0 16px;
  font-size: 17px;
  line-height: 1.4;
}

.comment-city {
  color: rgb(73, 73, 73);
  font-weight: 400;
}

.comment-meta-bottom {
  display: flex;
  flex-direction: row;
  padding: 4px 16px;
  font-size: 15px;
  /* margin-bottom: 10px; 
  */
  color: rgb(107, 107, 107);
  background: rgb(248, 248, 248);
}

.comment-meta-num {
  margin-left: 30px;
}

.comment-answer-time {
  font-size: 15px;
  background: #c9ebd1;
  padding: 4px 16px;
}

.comment-meta-category {
  align-self: flex-end;
  margin-left: auto;
}

.comment {
  padding: 10px 0 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  overflow: hidden;
}

/*Кастомная форма консультанта*/
.consultant-form {
  padding: 25px;
  border: 2px solid #515558;
  background: #FFF8F0;
}

.form-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #B00;
}

.consultant-heading {
  margin-left: 15px;
}

.consultant-logo {
  width: 60px;
  height: 60px;
  background: url(https://mfc-mos.com/logo-mfc.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.field-group { 
  position: relative;
  }

.customize-label { 
  color: black; 
  font-size: 16px; 
  font-weight: 300;
  }

.consultant-bottom {
  display: flex;
  margin-top: 15px;
  align-items: center;
  flex-direction: row-reverse;
}
.consultant-bottom input.btn {
  margin-left: 15px;
  background: #B00;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0px 20px;
  border-radius: 5px;
  transition: .3s ease;
  position: relative;
}

.consultant-bottom input.btn:hover {
  background: #193431;
}

.customize-input { 
  width: 100%; 
  background: #f3f3f3; 
  border: 2px solid #26728a; 
  border-radius: 3px; 
  padding: 7px 10px; 
  transition: .2s all;
  }

.customize-input::placeholder { 
  color: black;
  }

.customize-input:focus { 
  background: white; 
  border: 2px solid #00bbff; 
  box-shadow: 0 0 1px 4px rgba(0, 187, 255, 0.205);
  }

.customize-input:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

@media (max-width: 575.98px) { 
  .customize-input { 
  margin-bottom: 12px; 
  width: 100%; 
  max-width: 100%;
  } 
}

.customize-textarea { 
  margin-top: 5px; 
  width: 100%; 
  max-width: 100%; 
  padding: 7px 10px; 
  background: #f4f4f4; 
  border: 2px solid #515558;
  border-bottom-color: #505558;
  border-radius: 3px 3px 0 0; 
  resize: vertical; 
  transition: .2s all; 
  box-sizing: border-box;
  }

.customize-textarea:focus { 
  background: #fdfdfd; 
  border: 2px solid #00bbff; 
  box-shadow: 0 0 1px 4px rgba(0, 187, 255, 0.205);
  }

.customize-textarea::placeholder { 
  color: black;
  }

.customize-textarea:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

.question-example { 
  padding: 5px; 
  padding-left: 10px;
  background: #515558; 
  color: #fff; 
  font-size: 16px; 
  font-weight: 400; 
  border-radius: 0 0 3px 3px; 
  }

.inputs-wrapper { 
  transition: .2s all;
  }

.example-accent { 
  font-weight: 600; 
  color: #ffff;
  }

.wrong-input { 
  border: 1px solid #ff0000;
  }

.tooltip { 
  z-index: 9999; 
  position: absolute; 
  background: #fa3f3f; 
  color: #f3f3f3; 
  border-radius: 4px; 
  font-size: 14px; 
  bottom: -28px; 
  padding: 4px 8px; 
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.39);
  }

.tooltip:after { 
  top: -15px; 
  display: block; 
  position: absolute; 
  content: ''; 
  width: 0px; 
  height: 0px; 
  border-top: 8px solid #FA4C3F; 
  border-right: 8px solid transparent; 
  border-bottom: 8px solid transparent; 
  border-left: 8px solid transparent; 
  transform: rotate(180deg);
  }

.privacy-text { 
  font-size: 14px;
  }
.privacy-text a {
  color: #CA0000;
  transition: .3s ease;
}

.privacy-text a:hover {
  color: #6B1AFF;
}

.second-step { 
  display: none;
  }

.fadingOutRight { 
  position: absolute; 
  animation: fadingOUT .3s ease-in-out;
  }

.fadingInLeft { 
  animation: fadingOUT .4s reverse ease-in-out;
  }

.success-notification { 
  display: none; 
  background: #00C064; 
  padding: 15px; 
  border-radius: 3px; 
  color: #fff;
  text-align: center;
  }

  .success-notification .consultant-logo {
    margin: 0 auto;
  }

  .success-notification span {
    font-size: 13px;
  }

  .success-notification span strong {
    font-weight: bold;
    text-decoration: underline;
  }

.success-notification__title { 
  font-size: 22px; 
  font-weight: 600; 
  margin-bottom: 8px;
  }

@keyframes fadingOUT { 
  from { 
  opacity: 1;
  }
  to { 
    opacity: 0;
    transform: scale(0);
    } 
}

@media (max-width: 1000px) {
  .yurist-number {
  max-width: 130px;
  flex-shrink: 0;
  margin-right: 10px !important;
}
}

@media (max-width: 660px) {
  .form-header {
    font-size: 20px;
  }
  .consultant-logo {
    width: 50px;
    height: 50px;
  }
  .consultant-bottom {
    flex-direction: column;
    align-items: center;
  }
  .privacy-text {
    text-align: center;
    margin-top: 10px;
  }
  .consultant-heading span {
    display: none;
  }
  .consultant-bottom input.btn {
    margin-left: 0;
  }
  .yurist-number {
    margin-right: 0 !important;
    margin-top: 10px;
    max-width: 100%;
  }
}

.consultant .entry-content {
  display: none;
}

.success-phone a:hover {
  text-decoration: underline;
  color: #CA0000;
}

.yurist-number {
  display: flex;
  align-items: center;
  margin-right: auto;
  line-height: 1.3;
}

.yurist-number i {
  margin-right: 10px;
  font-size: 26px;
  color: #FE0000;
  animation: colorChange 2s ease infinite;
}

@keyframes colorChange {
  33% {color: #DC9951;}
  66% {color: #209b10;}
}

/*Сетка для лендинга консультации*/
.how-ask-questions {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}


.haq-heading {
  grid-column: 1/-1;
  text-align: center;
  font-size: 22px;
}

.haq-item {
  text-align: center;
  border: 1px solid #515558;
  padding: 15px;
  background: #F4F4F4;
  position: relative;
}

.haq-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #B00;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s ease-in-out;
}

.haq-item:hover::before {
  transform: skew(15deg) scaleX(0.87) scaleY(1.05);
}


.haq-item:hover .haq-item-heading {
  border-color: #B00;
  box-shadow: 0px 1px #B00;
}

.haq-item i {
  font-size: 40px;
  color: #B00;
  filter: drop-shadow(1px 1px 1px #282C34);
}

.haq-item-heading {
  font-size: 24px;
  border-bottom: 1px solid #515558;
  transition: .3s ease-in-out .2s;
}

.haw-item-description {
  margin: 10px;
}

.consultant-free {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #505558;
  font-size: 20px;
  grid-auto-flow: column;
}

.consultant-free--small {
  font-size: 16px;
  margin-top: 30px;
}

.consultant-free p {
  grid-column: 1/3;
  margin: 0;
  padding: 25px 35px;
  background: #FFF8EF;
  text-transform: uppercase;
  transition: .3s ease;
}


.consultant-free-link a {
  display: flex;
  width: 100.1%;
  height: 100%;
  background: #B00;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.consultant-free-link a span {
  margin: auto;
}

.consultant-free-link:hover + p {
  background: #505558;
  color: #fff;
}

.result-work {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  border: 1px solid #515558;
  background: #505558;
  color: #fff;
  grid-gap: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 470px) {
  .result-work {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.result-work:hover .result-header::before,
.result-work:hover .result-header::after {
  box-shadow: 5px 5px 10px #CA0000,
              -5px 5px 10px #CA0000,
              5px -5px 10px #CA0000,
              -5px -5px 10px #CA0000;
}

.result-header {
  grid-column: 1/-1;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
}

.result-header::before,
.result-header::after {
  content: '';
  position: absolute;
  width: 25%;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: .3s ease;
}

.result-header::before {
  left: 25px;
}

.result-header::after {
  right: 25px;
}

.result-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 25px 45px;
  padding-top: 0;
}

.result-item i,
.result-item b {
  font-size: 40px;
  margin-top: 10px;
  transition: .3s ease;
}

.result-item:hover i {
  filter: drop-shadow(10px 10px 10px #CA0000)
          drop-shadow(-10px -10px 10px #CA0000);
}


@media (max-width: 991px) and (min-width: 610px) {
  .haq-item:last-child {
    grid-column: 1/-1;
  }
  .result-item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 992px) {
  .haq-item:hover::before {
  transform: skew(10deg) scaleX(0.87) scaleY(1.03);
}
  .consultant-free {
    font-size: 16px;
  }
  .consultant-free a {
    font-size: 18px;
  }
  .result-header::before, .result-header::after {
    width: 15%;
  }
  .result-item {
    padding-bottom: 0;
  }
}

@media (max-width: 610px) {
  .consultant-free {
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, auto);
  }
  .consultant-free-link,
  .consultant-free p {
    grid-column: 1/-1;
    text-align: center;
  }
  .result-header::before, .result-header::after {
    display: none;
  }
  .result-header {
    font-size: 24px;
  }
}

/*Exit poup*/
#exitpopup.exitpopup-show {
  transform: translate(-50%, -50%) scale(1);
}

#exitpopup {
  position: fixed;
  box-sizing: border-box;
  max-height: 590px;
  width: 530px;
  color: #000;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid rgb(75, 74, 74);
  background: url(https://mfc-mos.com/wp-content/uploads/exit-bg.png);
  background-repeat: repeat;
  text-align: center;
  z-index: 10100;
  padding: 25px 25px 25px 40px;
  transition: .3s ease;
  overflow: hidden;
}

#exitpopup b {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

#exitpopup p {
  color: inherit;
  text-align: inherit;
  margin-top: 20px;
  font-size: 20px;
  max-width: 450px;
  padding-left: 30px;
}

#exitpopup p a.hl {
  color: #2E8448 !important;
}

#exitpopup p a.hl:hover {
  color: #00539B !important;
}

#exitpopup .logo {
  color: #2E8448;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  font-size: 100px;
  transform: translate(-50%, -50%);
}

#exitpopup .logo i {
  filter: drop-shadow(2px 2px 1px #00335F)
}

#exitpopup .exitpopup-btn {
  font-size: 26px !important;
  display: inline-block;
  color: #fff !important;
  border: 1px solid #000;
  background-color: #2E8448;
  padding: 5px 15px;
  transition: .3s ease;
  margin-top: 10px;
  box-shadow: 5px 5px rgb(21, 59, 32);
  position: relative;
}

#exitpopup .exitpopup-btn:hover {
  box-shadow: 1px 1px rgb(21, 59, 32);
  transform: translate(2px, 2px);
}

#exitpopup .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  font-size: 24px;
  background: transparent;
  border: none;
  transition: .3s ease;
  color: inherit;
  background: #2E8448;
  cursor: pointer;
  line-height: 1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}


#exitpopup .close-popup i {
  line-height: 1;
}

#exitpopup .close-popup:hover {
  transform: scale(1.1);
}

body {
  position: relative;
  transition: .3s ease;
}

.popup-open::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 161, 161, 0.774) !important;
  z-index: 10000;
}

/* врезка ЕГРН */
.egrn {
  border: 2px solid #CA0000;
  padding: 25px;
  color: #000;
  box-shadow: 5px 5px 15px 5px #000000;
  background: #FFF8F0;
  position: relative;
  margin: 25px auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  clear: both;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.3;
}

.egrn::before,
.egrn::after {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
}

.egrn-descr {
  text-align: left;
}

.egrn::after {
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.egrn::before {
  content: '\f15c';
  font-family: "Font Awesome 5 Free";
  color: #CA0000;
  line-height: 1;
  font-size: 50px;
  z-index: 2;
  width: 50px;
  text-align: center;
}

.egrn-heading {
  font-size: 20px;
  text-align: center !important;
  color: #333333;
}

.egrn-btn {
  padding: 10px 15px !important;
  background: #CA0000;
  border-radius: 10px;
  color: #fff !important;
  border: 2px solid #CA0000;
  box-shadow: 2px 2px 2px #333;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: .3s;
  font-size: 18px;
}

.egrn-btn:hover {
  text-decoration: none !important;
  background: #fff;
  color: #CA0000 !important;
}

.egrn-list {
  list-style: none;
}

.egrn-list li i {
  color: #CA0000;
  line-height: 1;
  font-size: 18px;
  min-width: 25px;
}

@media (max-width: 460px) {
  .egrn-list {
    padding-left: 5px;
  }
}

.popular-posts {
  text-align: left;
  }

  .popular-posts ul {
      list-style: none;
  }
  
  .popular-posts li {
    margin-top: 5px;
  }
  
  .popular-posts a {
    font-size: 16px;
    line-height: 1;
    color: #581315 !important;
    transition: .3s ease;
    font-weight: bold;
  }

  .popular-posts a:hover {
      color: #2F42F2 !important;
  }
  
  .views-counter {
    color: #ffffff;
    background: #525559;
    border-radius:20px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
  }

  .search-doctor {
    padding: 10px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #ef0000;
  }

  .search-doctor b {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
  }

  @media (max-width: 768px) {
    .search-doctor .dd-forms-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .search-doctor .dd-forms-container > *:not(:first-child) {
      margin-top: 10px;
    }
  }


  .info-links-wrapper {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    font-size: 15px;
    padding: 8px 16px;
    margin: 0 8px;
  }

  .info-links-wrapper li {
    line-height: 1.15;
    margin-bottom: 7px;
  }

  .info-links-wrapper a {
    font-weight: normal;
  }

  p.eto-interesno {
    font-size: 17px;
    color: #808080;
    margin-bottom: 6px;
    font-weight: 600;
  }

  p.eto-interesno:before {
    content: '🔎';
    display: inline-block;
    margin-right: 6px;
    
  }

  table {
    word-break: break-all;
    word-wrap: break-word;
  }

  .column-1 {
    width: 15% !important;
  }

  .column-2 {
    width: 30% !important;
  }

  .column-3 {
    width: 15% !important;
  }