/**
 * Theme Name:  Handbook
 */
/*--------------------------------------------------------------
 * 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 */
/* transition for all */
div,a,span,p,b,button,input,label,i,*::before,*::after {};

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}

blockquote, .warning {
margin: 0;
background: linear-gradient(to bottom, #005DA4, #007CDD);
color: #fff;
padding: 20px 20px 20px 90px;
position: relative;
font-family: 'Lato', sans-serif;
font-weight: 400;
border: 4px solid #0A50C3;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 15px;
min-height: 110px;
transition: 0.3s all ease;
position: relative;
}
blockquote p {
margin-top: 0;
}

blockquote a {
	color: #febf00 !important;
}

blockquote a:hover {
	text-decoration: underline !important;
}

blockquote:before {
	 font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f05a";
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 56px;
}


.warning {
min-height: 80px;
font-weight: 400;
padding-left: 90px;
}

.warning:hover {
border-color: #ff3a2c;
    transition: 0.3s all ease;
}

blockquote.warning:before {
content: '';
background-image: url(/wp-content/themes/handbook/images/bg-bq-warning.png);
background-repeat: no-repeat;
background-size: 55%;
width: 100px;
height: 100px;
position: absolute;
top: 10px;
left: 10px;
opacity: 1;
}

@media (max-width: 400px) {
	blockquote.warning::before {
		height: 70px;
		width: 70px;
		top: 5px;
		left: 42%;
	}
	blockquote.warning {
		padding-left: 15px;
		padding-top: 40px;
		text-align: center;
	}

  blockquote {
    padding-left: 15px;
    text-align: center;
    padding-top: 60px;
  }

  blockquote::before {
    top: -20px;
    left: 38%;
	
  }
}

  blockquote:hover:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  blockquote:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #009900;
  }

blockquote p {
margin: 0 0 16px;
}
blockquote cite {
font-style: normal;
}

a:focus,
a:active {
  outline: 0;
}
a:focus {
  color: #333;
}
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 #243A5F;
  width: 100%;
  color: #243A5F;
  padding-left: .6em;
  padding-right: .6em;
  box-sizing: border-box;
  padding-top: .6em;
  padding-bottom: .6em;
}
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;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #005EA1;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span button:hover {
  color: #fff;
  background: #D20204 !important;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
:focus,
:active {
  outline: none;
}
/* WordPress must-have styles */
.alignnone {
  /*margin: 30px 0;*/
}
.aligncenter,
.aligncenter img {
  display: block;
  margin: 0 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: 13px;
  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 {
  padding-top: 20px;
  background-color: #f9f9f9;
  padding-bottom: 15px;
}
/* Page header */
.page-header {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.page-title {
  font-size: 28px;
  background-color: #F3F3F3;
  /* background-image: url("/wp-content/themes/handbook/images/climpek.png"); */
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 0;
  padding: 25px;
  border-bottom: 4px solid #223762;
}

.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;
}
.site-description {
  font: 500 24px/1 Poppins, sans-serif;
  letter-spacing: 1px;
  color: #0852b1;
  font-weight: bold;
  margin-left: 15px;
}

.site-description span {
  color: #D20204;
}

/* Primary menu */

.primary-menu,
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.primary-menu li,
.top-bar-menu li {
  position: relative;
  transition: all 0.3s ease;
}

.primary-menu li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 5px solid #FFFFFF;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  transition: .3s ease;
}

.primary-menu li:hover {
  background-color: #D20204;
  transition: all 0.3s ease;
}

.primary-menu li:hover::before {
  opacity: 1;
}
.primary-menu li a,
.top-bar-menu li a {
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  font-size: 18px;
}
.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;
}
.primary-menu li.current-menu-item {
  background-color: #D20204;
}

.primary-menu li.current-menu-item::before {
  opacity: 1;
}

.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: #0882D6;
}
.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;
}
/* Sidebar toggle icon */
.sidebar-toggle {
  position: relative;
  cursor: pointer;
  height: 14px;
  margin-left: 0;
  font-weight: bold;
  display: none;
}

.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: #005DA4;
  cursor: pointer;
  transition: .3s;
}
.sidebar-toggle span:before {
  top: -7px;
}
.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(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .sidebar-toggle {
    display: flex;
    align-items: center;
  }
}

.sidebar-toggle span {
  margin-right: 10px;
}
/* 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
 *------------------------------------------------------------*/
#main {
  margin-top: 30px;
}

#content {
padding: 25px;
padding-top: 0;
padding-bottom: 30px;
background: #ffffff;
}

.col-md-9 {
	margin-left: 0 !important;
}

#content > .col-sm-6:nth-of-type(2n+1) {
  clear: left;
}
.hentry {
  margin-bottom: 60px;
}
.entry-media {
  margin-bottom: 0;
}
.entry-media img {

}

.center-cropped {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  bottom: 25%;
}

.entry-header {
  text-align: left;
}
.entry-title {
  font-size: 26px;
}
.entry-meta {
  font-size: 12px;
  font-weight: bold;
  color: #005191;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 5px;
  text-align: center;
  border-bottom: 2px solid #F2381F;
  padding-bottom: 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;
}
/* Entry content */
.entry-content {
  margin-top: 15px;
}
.entry-content a {
  padding-bottom: 1px;
  color: #0852b1;
  font-weight: 900;
}

.entry-content a:hover {
  color: #D20204;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-content {
  border: 1px solid #008528;
  border-bottom: none;
  width: 220px;
  margin: 0 auto;
}

.social-content a.hl:first-child {
  padding-top: 3px;
}

.social-content a.hl {
  text-decoration: none;
  padding-left: 25%;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #008528;
  min-height: 35px;
}

.social-content a.hl:nth-child(n+1):hover {
  background-color: #DCFBEC;
}

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

.social-content a.hl:hover > i.fa-vk,
.social-content a.hl:hover > i.fa-facebook,
.social-content a.hl:hover > i.fa-instagram,
.social-content a.hl:hover > i.fa-twitter {
  animation: 500ms ease-in-out 0s bounceIn;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 0.7;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
    }
}

.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;
}

/* 404 page */
.error404 .site-header {

}
.error404 .site-main {
  text-align: center;
}
.not-found-title {
  color: #333;
  font-size: 30px;
  margin: 0;
  margin-bottom: 36px;
  line-height: 1;
}
.not-found-message {
  font-size: 30px;
  margin: -30px 0 0;
}

a.not-found-back {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 24px !important;
  background: #000;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
}

a.not-found-back:hover {
  background: #D20204;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 30px;
}
.comments-title {
  margin-bottom: 60px;
}

.comments-title span {
  font-weight: bold !important;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style: none;
}
.comment-list li + li {
  margin-top: 60px;
}
.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: #fff;
  display: inline-block;
  padding: 0 15px;
  background: #243A5F;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #FF384B;
  color: #ffffff;
}
/* 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: #FF0000;
}
.form-submit input {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  font-size: 14px;
}
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: 25px;
  text-align: center;
}

.widget-area {
  padding: 25px;
  background: #ffffff;
}

.widget p, 
.widget a {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width:1200px) {
  .widget p, 
.widget a {
  margin-left: 5px;
  margin-right: 5px;
}
}

@media (max-width: 991px) {
  .col-md-3 {
    padding-left: 0;
  }
  .widget p, 
.widget a {
  margin-left: 15px;
  margin-right: 15px;
}
}

.widget ul {
  list-style: none;
  padding: 0;
}
.widget li ul {
  padding-left: 20px;
}
.widget a {
  color: #005DA4;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.widget-title {
  font-size: 16px;
  position: relative;
  line-height: 1.2;
  margin: 0 !important;
  margin-bottom: 15px !important;
  background: rgb(243, 243, 243);color: #232323;
  border-bottom: 4px solid #243A5F;
}

.widget-title span {
  display: block;
  padding: 12px 10px;
  position: relative;
  color: #333;
  font-weight: bold;
}
/* Widget search */
.search-form {
  display: flex;
}
.search-form label {
  display: block;
  font-weight: normal;
}
.search-submit {
  border: 0;
  padding: 5px 15px;
  background: #0852b1;
  color: #fff;
  font-size: 12px;
}
.search-submit:hover {
  background: #D20204 !important;
  color: #ffffff !important;
}
.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 */
.handbook-recent-posts-widget {
  /* Featured post */
}
.handbook-recent-posts-widget li {
  margin: 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}
.handbook-recent-posts-widget .handbook-thumb {
  float: left;
  width: 67px;
}
.handbook-recent-posts-widget .handbook-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.handbook-recent-posts-widget .handbook-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.handbook-recent-posts-widget .handbook-text {
  margin-left: 82px;
}
.handbook-recent-posts-widget .handbook-title {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.3;
}
.handbook-recent-posts-widget .handbook-date {
  font-size: 11px;
  text-transform: uppercase;
}
.handbook-recent-posts-widget .featured .handbook-thumb {
  float: none;
  width: 100%;
  display: block;
}
.handbook-recent-posts-widget .featured .handbook-thumb figure {
  width: 100%;
  height: auto;
}
.handbook-recent-posts-widget .featured .handbook-text {
  margin-left: 0;
}
.handbook-recent-posts-widget .featured .handbook-title {
  margin-top: 12px;
  font-size: 15px;
}
/* Widget Flickr */
.handbook-flickr-photos {
  overflow: hidden;
}
.handbook-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
/* Widget about */
.handbook-about-intro,
.handbook-about-signature {
  text-align: center;
}
.handbook-about-image {
  margin: 0 auto;
  display: block;
}
.handbook-about-intro {
  margin: 35px 0 10px;
}

.handbook-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
 *------------------------------------------------------------*/
.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 .handbook-recent-posts-widget li {
  margin-bottom: 15px;
}
.footer-widgets .handbook-recent-posts-widget .handbook-thumb {
  width: 55px;
}
.footer-widgets .handbook-recent-posts-widget .handbook-text {
  margin-left: 65px;
}
.footer-widgets .handbook-recent-posts-widget .handbook-title {
  line-height: 1.2;
}
.site-info {
  font-size: 14px;
  background-color: #f9f9f9;
  margin-top: 75px;
  color: #333;
  display: flex;
  justify-content: center;
}

.footer-title {
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 10px;
}

.site-info ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}

.site-info ul li a {
  color: #0852b1;
  font-weight: 700;
}

.site-info ul li a:hover {
  color: #D20204;
}

.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 .credit {
  text-align: left;
  width: 100%;
  display: flex;
}

.site-info .bottom-footer-col {
  max-width: 320px;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
}

.site-info .bottom-footer-col ul {
  margin: 10px;
}

.site-info .credit {
  padding-top: 20px;
}

.site-info .container {
  background: #ffffff;
  padding: 25px;
  margin: 0 -10px;
}

.site-info .credit p:last-child {
  margin-top: 7px;
}

.top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #babbae;
  padding-bottom: 20px;
}

img.footer-logo {
  filter: grayscale(1);
  max-width: 40px !important;
}

.top-footer-col a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #000;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 5px;
  background: #0852b1;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

.top-footer-col a:hover {
  background: #D20204;
}

.footer-info {
  color: #8b8c80;
}

.top-footer-col b {
  font-size: 16px;
  margin-left: 10px;
  line-height: 1.3;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mobile-sidebar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #000000;
  padding: 20px;
  z-index: 2;
  transform: translateX(-100%);
  transition: .3s ease-out;
}
.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 a {
  color: #E0E0E0;
  text-transform: none;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #3a3939;
  padding: 10px 0;
  transition: .3s;
}
.mobile-sidebar a:hover {
  color: #cec00a;
}
.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;
  margin-top: 10px;
}
.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 {
  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 .mobile-sidebar {
  cursor: pointer;
  transform: translateX(0);
}

.mobile-sidebar-open .mobile-sidebar .sidebar-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.mobile-sidebar .sidebar-toggle span,
.mobile-sidebar .sidebar-toggle span::before,
.mobile-sidebar .sidebar-toggle span::after {
  background: rgb(182, 181, 181);
}
/*--------------------------------------------------------------
 * 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: 25px;
  }
  .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;
  }
  .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;
    margin-bottom: 20px;
  }
  .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: #0852b1;
  box-shadow: 0px 23px 10px -18px #000000;
}

.site-branding {
  text-align: left;
  margin-right: auto;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 600px) {
  .header-widget {
    float: none;
    text-align: center;
    margin-top: 0;
  }
  .site-header {
    padding-top: 15px;
  }
  .custom-logo {
    margin-bottom: 0;
  }
  #main {
    margin-top: 0;
  }
}

img.custom-logo {
	max-width: 80px;
}

.center {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}


#content h2 {
  font-size: 24px;
  line-height: 32px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
  padding: 10px;
  background: rgb(243, 243, 243);
  color: #232323;
  border-bottom: 4px solid #243A5F;
}

h2 a {
  color: #D20204 !important;
}

h2 a:hover {
  color: #243A5F !important;
}


#content h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
  padding: 7px;
  background: rgb(243, 243, 243);
  color: #232323;
  border-bottom: 4px solid #243A5F;
}

@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;
  }
}


.politika-konf {
  color: #0852b1 !important;
  font-weight: bold !important;
}

.politika-konf:hover {
	text-decoration: underline !important;
}

.terms-form #ag_login_accept {
  margin-right: 5px;
}


/* Списки */
.marked {
  position: relative;
  margin: 0;
  padding: 15px 0;
  margin-left: 0;
  margin-bottom: 25px;
  position: relative;
  border-left: 10px solid #0852b1;
  background: #e5efff;
}

.marked li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	left: 20px;
	color: #D20204;
	transition: all 0.3s ease;
}

.marked li {
  list-style: none;
  padding-left: 50px;
transition: all 0.3s ease;
}

.marked li:hover {
  transition: all 0.3s ease;
}

.marked li:hover::before {
	color: #009900;
	transition: all 0.3s ease;
}

.num {
  margin-bottom: 25px;
  padding:0;
  list-style: none;
  counter-reset: li;
}
.num li {
  position: relative;
  border: 1px solid #D3D3D4;
  background: #F9F9FA;
  padding:8px 20px 8px 28px;
  margin:12px 0 12px 40px;
  transition-duration: 0.3s;
}
.num li:hover {
  background: #fff;
  border: 1px solid #009900;
}
.num li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left:-40px;
  width:40px;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #0852b1;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.num li:hover:before {
  width:46px;
  background-color: #D20204;
}
.num li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #0852b1;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}
.num li:hover:after {
  margin-left: 6px;
  border-left-color: #D20204;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mistape_caption {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1;
  max-width: 240px;
  align-self: start;
  margin-left: auto;
}

.mistape_caption::before {
  content: '\f044';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
}

/* таблицы */
.tablepress tr {
  border-bottom: 1px solid rgba(0, 61, 92, 0.322) !important;
  border-left: 1px solid rgba(0, 61, 92, 0.322) !important;
  border-right: 1px solid rgba(0, 61, 92, 0.322) !important;
}
.tablepress a {
  color: #005DCD !important;
}

.tablepress a:hover {
  color: #D20204 !important;
}

.tablepress tbody td {
  font-size: 16px;
  line-height: 1.2;
}
.tablepress thead th {
  font-size: 18px;
  letter-spacing: 0;
  background: #3865A7 !important;
  color: #fff !important;
  line-height: 1.2;
  transition: .3s ease;
}

.tablepress thead th.sorting:hover {
    background: #D20204 !important;
}

.handbook-table {
  width: 100% !important;
}

.handbook-table th,
.handbook-table thead {
  display: none;
  background: #e5efff !important;
}

.handbook-table td {
  border: none !important;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #e5efff !important;
}

.handbook-table tr {
  border: 1px solid #9b9b9c !important;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
  padding-left: 70px;
  padding-top: 15px;
  background: #e5efff !important;
  position: relative;
}

.handbook-table tr::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  background: url('/wp-content/themes/handbook/images/department.png') no-repeat;
  background-size: cover;
  line-height: 1;
}

.handbook-table tr:hover td {
  background: none !important;
}

.handbook-table td.column-1 {
  white-space: normal !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #D20204 !important;
}

.handbook-table td.column-1 span {
  color: inherit;
}

.handbook-table td.column-1 span:hover {
  color: #1369d0 !important;
}

.dataTables_wrapper .dataTables_filter input {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #888888 !important;
}

.handbook-table i {
  display: inline-block;
  margin-right: 10px;
  margin-left: 1px;
  min-width: 10px;
}

.handbook-table i.phone {color: #00B025;}
.handbook-table i.mail {color: #e4001e;}
.handbook-table i.web {color: #5f6a71;}
.handbook-table i.time {color: #f78d07;}
.handbook-table i.geo {color: #112fc2;}

.dataTables_length {
  margin-top: 8px;
}

.dataTables_info {
  color: #7b7b7b;
  font-size: 16px;
}

.dataTables_wrapper label select {
  background: #007CDD;
  color: #ffffff;
}

.dataTables_paginate a {
  text-decoration: none !important;
  color: #1f3331;
  border-bottom: none;
  word-break: break-all;
}

.handbook-table a {
  word-break: break-all;
  color: #0852b1 !important;
}

.handbook-table a:hover {
  color: #D20204 !important;
}

.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
  position: relative;
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: #1369D0;
  font-weight: bold !important;
}
.ymaps-geolink:hover {
  color: #D20204 !important;
}

.ymaps-geolink:before {
    background: none !important;
}
.ymaps-geolink:after {
  display: none !important;
}

.ymaps-geolink ymaps {
  z-index: 100000;
}

.dataTables_paginate .paginate_button {
  background: #0852b1;
  color: #ffffff !important;
  padding: 5px 10px;
  min-width: 85px;
  border-radius: 10px;
  text-align: center;
}

.dataTables_paginate .paginate_button.disabled {
  background: #7a7a7a !important;
  color: #cccaca !important;
}

.dataTables_paginate .paginate_button.disabled:hover {
  background: #7a7a7a !important;
}

.dataTables_paginate .paginate_button:hover {
  background: #D20204 !important;
}

.dataTables_paginate .paginate_button:hover::before {
  color: #ffffff !important;
}

.paginate_button.previous {
  padding-left: 25px;
}

.paginate_button.next {
  padding-right: 25px;
}

.paginate_button.previous::before {
  left: 10px !important;
  top: 2px;
}

.paginate_button.next::before {
  right: 5px !important;
  top: 2px;
}

div.info,
div.phone,
div.web-site {
  padding: 25px;
  border: 2px solid #c5c5c5;
  background: #e5efff;
  margin-bottom: 25px;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 70px;
  position: relative;
  filter: drop-shadow(2px 2px 10px black);
}

div.info::before,
div.phone::before,
div.web-site::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

div.info::before {
  background-image: url('/wp-content/themes/handbook/images/info.png');
}

div.phone::before {
  background-image: url('/wp-content/themes/handbook/images/phone.png');
  height: 60px;
}

div.web-site::before {
  background-image: url('/wp-content/themes/handbook/images/site.png');
}

.article-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 10px -5px;
  justify-content: flex-start;
}

.article-nav ul li {
  line-height: 1;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  flex-grow: 0;
}

.article-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #525252;
  background: #fff;
  height: 100%;
  font-size: 14px;
  border: none;
    padding: 0px 0px;
    margin: 5px;
    border-bottom: 1px dashed #444343;
}

.article-nav ul li:not(:first-child) {
  margin-left: -1px;
}

.article-nav ul li a:hover {
  background: #243A5F;
  color: #fff;
}

.socseti {
  display: flex;
  flex-wrap: wrap;
}

.socseti a {
  font-size: 20px;
  padding: 2px 15px;
    border: 1px solid #000;
    margin: 3px;
    flex-grow: 1;
    border-radius: 5px;
    background: #0852b1;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

.socseti a i {
  font-size: 26px;
  min-width: 30px;
  flex-shrink: 0;
  margin-right: 5px;
  line-height: 1;
}

.socseti a:hover {
  background: #D20204;
  color: #ffffff;
}

.BankMap {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

.leaflet-popup-content {
 font-size: 14px !important;
}

.leaflet-popup-content p {
background-color: #D20204 !important;
font-weight: bold !important;
margin-bottom: 5px !important;}

.leaflet-container a {
  font-size: 14px !important;
  color: #005DCD !important;
  word-break: break-all;
}
.leaflet-container a:hover {
  color: #D20204 !important;
}

@media (max-width: 768px) {
  .leaflet-popup-content-wrapper {
    max-width: 240px;
  }
}

.lwptoc {
  position: relative;
  z-index: 1;
}

.lwptoc::before {
  position: absolute;
  content: '';
  z-index: -1;
  background: linear-gradient(155deg, transparent 79%, #ebf6fc 75%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lwptoc::after {
  position: absolute;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #E9EBF2 75%, #fddddc 75%);
}

.lwptoc_items {
  padding: 15px;
}

.sidebar .lwptoc {
  margin: 0;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0 !important;
}

article .lwptoc {
padding-top: 0;
width: 100%;
margin-bottom: 20px;
margin-top: 0 !important;
}


div.lwptoc_item {
  position: relative;
  padding-left: 25px;
}

.lwptoc .lwptoc_items .lwptoc_itemWrap .lwptoc_item a:hover {
  border-bottom: none !important;
}

.lwptoc_item a {
  transition: .3s ease;
}

.lwptoc_item a::before {
  left: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  content: '\f0ab';
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  font-size: 18px;
  transition: .3s ease;
  font-weight: bold;
}

div.lwptoc .lwptoc_items > ul > li > a:hover {
  border-bottom: none !important;
}

.lwptoc-light .lwptoc_i {
  background: none !important;
  width: 100%;
}

.lwptoc_i {
  padding: 0 !important;
}

@media (max-width: 600px) {
  .lwptoc {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  float: none !important;
  }
}

.lwptoc_header {
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #c13f3c;
  padding: 15px;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.lwptoc_title {
  position: relative;
  padding-left: 25px;
}

.lwptoc_title::before {
  content: '\f022';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}

.lwptoc_item {
  line-height: 1.4;
}

body .lwptoc .lwptoc_items a {
  color: #075e9c !important;
  margin-top: 2px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2;
  position: relative;
  font-weight: normal !important;
  font-weight: bold !important;
  transition: .3s ease !important;
}

body .lwptoc .lwptoc_items a:hover {
  color: #D20204 !important;
  transform: translateX(5px);
}

body .lwptoc .lwptoc_items a:hover::before {
  color: #D20204 !important;
}

.lwptoc .lwptoc_header .lwptoc_toggle_label {
  display: inline-block !important;
  background: none !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lwptoc .lwptoc_header .lwptoc_toggle_label:hover {
  background: #f5f5f5 !important;
  color: #00253c !important;
  border-bottom: none !important;
}


.mobile-app a {
  border: 2px solid #757474;
  padding: 10px;
  display: inline-block;
  width: 220px;
  position: relative;
  border-radius:10px;
  overflow: hidden;
  background: #0852b1;
  color: #fff;
}

.mobile-app a::before {
  content: 'Загрузить';
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #D20204, #f02323, #fa4242);
  transition: .3s ease;
}

.mobile-app a:hover::before {
  top: 0;
}

.mobile-app a:hover > * {
  opacity: 0;
}

.mobile-app a:hover {
  box-shadow: 2px 2px 14px 3px rgb(154, 181, 195);
}

.mobile-app a span {
  display: block;
  text-align: left;
  padding-left: 70px;
}

.mobile-app a i {
  position: absolute;
  top: 10px;
  left: 38px;
  font-size: 35px;
}

.mobile-app .fa-apple {
  font-size: 38px;
  color: #fff;
}

.mobile-app .fa-google-play {
  color: #fff;
}

.mobile-app .top-title {
  font-size: 14px;
}

.widget-links {
  /* text-align: left; */
}

.widget-links a {
  position: relative;
  padding-left: 30px;
  color: #fff;
  padding: 10px 15px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  text-shadow: 1px 1px black;
}

.widget-links a::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #0852b1, #f04b4b, #fa4242);
  left: -100%;
  top: 0;
  z-index: -1;
  transition: .3s ease;
}

.widget-links a:hover::before {
  left: 0;
}

.widget-links a:hover {
  color: #ffffff;
}



@media (max-width: 768px) {
  #content .dataTables_wrapper {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .BankMap {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }
  .dataTables_filter {
    width: 250px;
  }
  .dataTables_length {
    width: 200px;
  }
  .dataTables_paginate,
  .dataTables_info {
    text-align: center;
    width: 320px;
  }
  .handbook-table .dataTables_paginate,
  .handbook-table .dataTables_info {
    width: 300px;
  }
  #content h3 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .socseti {
    text-align: center;
  }
  .site-info .footer-info {
    text-align: center;
    justify-content: center;
  }
  .site-info ul {
    text-align: left;
  }
  .top-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top-footer-col:not(:last-child) {
    margin-bottom: 25px;
  }
  .top-footer-col:first-child {
    display: flex;
    align-items: center;
  }
  .site-info {
    border-top: 1px solid #000;
    margin-top: 50px !important;
  }
  .site-info .mistape_caption {
    margin: auto;
  }
  .widget-area {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .widget_search {
    margin-bottom: 25px;
  }
  .search-no-results .widget_search {
    display: none;
  }
}

/* Модальная форма консультации */
.modal-form {
  padding: 25px;
  background-color: #f2f2f2;
  border: 2px solid #000;
  border-radius: 10px;
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10000;
  transition: .3s ease-out;
  min-width: 340px;
  width: 70%;
  max-width: 700px;
}

.modal-form.modal-open {
  opacity: 1;
  top: 50%;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  transition: .3s ease;
}
.close-popup:hover {
  cursor: pointer;
  color: #1348AF;
}

body {
  position: relative;
}

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

/*Кастомная форма консультанта*/
.consultant-form {

}

.form-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #300A15;
  border-bottom: 2px solid #5A3F36;
  padding-bottom: 25px;
}

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

.consultant-logo {
  width: 60px;
  height: 60px;
  background: url(/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: flex-start;
}
.consultant-bottom button.btn {
  background: #3865A7 !important;
  font-size: 16px;
  border-color: #3865A7;
  padding: 14px 20px !important;
  padding-bottom: 30px;
  border-radius: 5px;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.consultant-bottom button.btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(to right bottom, transparent 15px, #fff 25px, #bcd1fe 30px, transparent 35px);
  left: 0;
  top: 0;
  transform: translate(-25px);
  opacity: 0;
  animation: btn linear 5s infinite;
}

@keyframes btn {
  0% {opacity: 0;}
  10% {opacity: 1; transform: translate(250px);}
  100% {opacity: 1; transform: translate(250px);}
}

.consultant-bottom button.btn:hover {
  background: #007236 !important;
  border-color: #007236;
}

.customize-input { 
  width: 100%; 
  background: #fff; 
  border: 2px solid #000 !important; 
  border-radius: 3px; 
  padding: 7px 10px !important; 
  transition: .2s all;
  }

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

.customize-input:focus { 
  background: white; 
  border: 2px solid #DC511C !important; 
  box-shadow: 0 0 1px 4px rgba(220, 82, 28, 0.178) !important;
  }

.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 !important; 
  background: #fff; 
  border: 2px solid #000 !important;
  border-radius: 3px 3px 0 0; 
  resize: vertical; 
  transition: .2s all; 
  box-sizing: border-box;
  }

.customize-textarea:focus { 
  background: #fdfdfd !important; 
  border: 2px solid #DC511C !important; 
  box-shadow: 0 0 1px 4px rgba(220, 82, 28, 0.178) !important;
  }

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

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

.question-example { 
  padding: 5px; 
  padding-left: 10px;
  background: #000; 
  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: #fff; 
  font-weight: bold;
  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;
  margin-top: 10px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  }
.privacy-text a {
  color: #3865A7;
  font-size: 14px !important;
  transition: .3s ease;
}

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

.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; 
  padding: 15px; 
  border-radius: 3px; 
  color: #FF1100;
  text-align: center;
  }

.success-notification .yurist-number {
  display: block;
  font-weight: bold;
  color: #696969;
  margin: 0 auto !important;
  max-width: 400px !important;
}

.success-notification .yurist-number a span {
  font-size: 15px;
}

.success-notification .yurist-number a {
  line-height: 1.3;
}

  .success-notification p {
    text-align: center !important;
    font-weight: bold;
  }

  .success-notification p span {
      font-size: 13px;
      color: #000000;
  }

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

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

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

.bottom-group {
  max-width: 325px;
  margin-right: 10px;
}

@media (max-width: 1025px) {
  .bottom-group {
    
  }
  .consultant-bottom {
    justify-content: space-between;
  }
  .privacy-text {
    line-height: 1.2;
    margin-top: 10px;
  }
}

@media (max-width: 860px) {
  .consultant-bottom .yurist-number {
    margin-left: 0;
    margin-top: 10px;
  }
}


@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;
    line-height: 1.2;
  }
  .consultant-heading span {
    display: none;
  }
  .consultant-bottom button.btn {
    margin-left: 0;
  }
  .yurist-number {
    margin-right: 0 !important;
    margin-top: 10px;
    max-width: 100%;
  }
  .bottom-group {
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 460px) {
  .inline-field {
    flex-direction: column;
    align-items: center;
  }
  .field-inline-group:nth-child(2) {
    margin-left: 0 !important;
  }
  .field-inline-group {
    width: 100% !important;
  }
  .consultant-bottom .yurist-number {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .consultant-bottom .yurist-number b {
    margin-right: 0;
  }
}

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

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

.yurist-number {
  display: flex;
  align-items: center;
  margin-left: auto;
  line-height: 1.3;
  color: #000;
  flex-shrink: 0;
}

.yurist-number span {
  margin-right: 10px;
  color: #333333;
}

.yurist-number a {
  font-size: 30px;
}

.yurist-number b {
  margin-right: 10px;
}


.yurist-number i {
  color: #FE0000;
  animation: colorChange 2s ease infinite;
}


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

.page-template-page-pravoved-template .main-inner {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.inline-field  {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.field-inline-group {
  width: 45%;
}

.field-inline-group:nth-child(2) {
  margin-left: auto;
}

.content-btn {
  background: #D20204;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff !important;
  padding: 5px 15px !important;
  display: inline-block;
  transition: .3s ease;
}

.content-btn:hover {
  background: #0852b1;
}

.similar_records {
  margin-top: 30px;
}

.similar_records b {
  font-size: 20px;
}

.similar_records ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.similar_records ul li {
  margin: 0;
  transition: .3s ease;
}

.similar_records a {
  border: 1px solid rgb(102, 102, 102);
  background: #eceef3;
  color: #333;
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  transition: .3s ease;
}

.similar_records a:hover {
  background: #D20204;
  color: #ffffff;
}

.similar_records a:hover span {
  color: #ffffff;
}

.search-results #content h2,
.search-results h1.page-title {
  margin-left: 0;
  margin-right: 0;
} 

.organizations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.org-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s linear;
  width: 50%;
  padding: 20px !important;
}

.org-desc {
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}

.org-item:hover {
  background: #f3f3f3;
  box-shadow: 0px 0px 3px 2px #909090;
}

.org-item img {
  max-width: 150px;
}

@media (max-width: 768px) {
  .org-item img {
    max-width: 120px;
  }
  .org-item {
    padding: 10px 15px !important;
    justify-content: space-between;
    min-height: 200px;
  }
  .home #content {
    padding: 0;
  }
  .organizations {
    margin: 0 -20px;
  }
}

.search-no-results .widget_search {
  display: none;
}

.navigation {
  display: flex;
  justify-content: center;
  margin: 40px 10px;
}

.nav-links {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  box-shadow: 1px 18px 5px -16px #353535;
}

.nav-links > * {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
  transition: .3s ease;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-links > *:not(:last-child) {
  border-right: 1px solid #000;
}

.nav-links .current {
  background: #D20204;
  color: #ffffff !important;
}

.nav-links > a:hover {
  background: #D20204;
  color: #ffffff !important;
}

.nav-links *:first-child {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.nav-links *:last-child {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

@media (max-width: 600px) {
  .nav-links > * {
    font-size: 16px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.search .hentry {
  margin-left: 0;
  float: none;
  margin: 10px !important;
  width: 240px;
  flex-grow: 1;
}
.search #content {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}

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

  .popular-posts li {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }

  .popular-posts a {
    font-size: 16px;
    line-height: 1;
    color: #0852b1;
  }

  .popular-posts a:hover {
    color: #D20204;
  }

  .views-counter {
    color: #ffffff;
    background: #0852b1;
    border-radius:5px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts a {
  transition: .3s ease !important;
}

.contacts a:hover {
  color: #d20204;
}

.contacts .socesti a {
  margin: 10px;
  transition: .3s ease !important;
}

.contacts .socesti a i {
  font-size: 35px;
}


.header-phone {
  align-self: center;
  margin-left: auto;
}

.header-phone-paragraph {
  margin-bottom: 0;
  font-size: 14px;
}

.header-phone-link {
  font-size: 18px;
  color: #005DA4;
  border-bottom: 1px dashed #005DA4;
}