@charset "utf-8";

/* === НАЧАЛО ФАЙЛА sparkling/style.css === */
body {
  color: #6B6B6B;
  background-color: #F2F2F2;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: #DA4453;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #DADADA;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  width: 100%; /* specify width */
  white-space: pre-wrap; /* CSS3 browsers */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
  white-space: -pre-wrap; /* Opera 4 thru 6 */
  white-space: -o-pre-wrap; /* Opera 7 and up */
  word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #DA4453;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Layout */
.side-pull-left .main-content-inner{
  float: left;
}
.side-pull-right .main-content-inner{
  float: right;
}
.no-sidebar #secondary, .full-width #secondary{
  display: none;
}
.no-sidebar .main-content-inner{
  float: none;
  margin: 0 auto;
}
.full-width .main-content-inner{
  width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}
.entry-meta {
  margin-bottom: 30px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  font-size: 28px;
  margin-bottom: 30px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #DA4453;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}
body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
  border-top: 1px solid #dadada;;
}
.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
  position: relative;
  left: 0;
  top: 0;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #DA4453;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #DA4453;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #DA4453;
  border: 1px solid #DA4453;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #DA4453;
}
.pagination li:hover a {
  color: #DA4453;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #DA4453;
  border-color: #DA4453;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
#secondary .widget {
  margin-bottom: 50px;
  color: #C1C0C0;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
  padding: 30px 20px 0 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DADADA;
  overflow: hidden;
  clear: both;
}
#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #636467;
}
#secondary .widget a {
  color: #C1C0C0;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
  border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #secondary {
    clear: both;
  }
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s;
  transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #DA4453;
}
#secondary .widget .post-content a:hover {
  color: #DADADA;
}
.widget .post-content span {
  font-size: 12px;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #DA4453;
  border-color: #DA4453;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #DA4453;
  border-color: #DA4453;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #363636;
  border-color: #363636;
  color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button, .button {
  background-color: #DA4453;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
button:hover, .button:hover {
  background-color: #363636;
}
#subscription-toggle {
  float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #DA4453;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #DA4453;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
  margin: 0;
}
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a {
  display: block;
}
.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
  color: #FFF;
  background: #DA4453;
  text-decoration: none;
}
.pagination {
  text-transform: uppercase;
  display: block;
}
.post-navigation .nav-previous,
.pagination .prev {
  float: left;
}
.post-navigation .nav-next,
.pagination .next {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
  margin-top: 30px;
}
.nav>li>a {
  text-transform: uppercase;
}
.navbar.navbar-default {
  background-color: #363636;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
  color: #F5F7FA;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
  font-family: 'Roboto Slab', serif;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #DA4453;
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #DA4453;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #DA4453;
  }
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #DA4453;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #DA4453;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #DA4453;
  border-color: #DA4453;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #DA4453;
}
.nav-links {
  text-align: center;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
  list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}
@media(max-width:767px){
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #DA4453;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #313233;
  color: #999;
}
#footer-area a {
  color: #DADADA;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #DA4453;
  opacity: .8;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  -o-transition: background-color  0.5s;
  transition: background-color  0.5s;
}
#menu-social li{
  border: none;
  display: inline-block;
  margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  -o-transition: background-color  0.5s;
  transition: background-color  0.5s;
}
#footer-area .social-icons a{
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}
#footer-area .social-icons li a {
  background-color: #363636;
  color: #fff;
  margin-right: 7px;
}
#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
  background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
  background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
  background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
  background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
  background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
  background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
  background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
  background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
  background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
  background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
  background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
  background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
  background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
  background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
  background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
  background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
  background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
  background-color: #DA4453 !important;
}
#menu-social li, #menu-social ul {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #DA4453;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #DA4453;
  padding: 15px 30px;
  border-color: #DA4453;
}
.cfa-button a {
  color: #DA4453;
}
.cfa-button:hover {
  background-color: #DA4453;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}
/* === КОНЕЦ ФАЙЛА sparkling/style.css === */

@font-face {
  font-family: 'iconfont';
  src:  url('fonts/iconfont.eot?hf5djs');
  src:  url('fonts/iconfont.eot?hf5djs#iefix') format('embedded-opentype'),
    url('fonts/iconfont.ttf?hf5djs') format('truetype'),
    url('fonts/iconfont.woff?hf5djs') format('woff'),
    url('fonts/iconfont.svg?hf5djs#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} 
body { 
  position: relative;
  color: #33305a;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p, ul, li, a, input, span {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-content h1 span, .entry-content .h1 span, .entry-content h2 span, .entry-content .h2 span, .entry-content h3 span, .entry-content .h3 span, .entry-content h4 span, .entry-content .h4 span, .entry-content h5 span, .entry-content .h5 span, .entry-content h6 span, .entry-content .h6 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #57b602;
}
h1, .h1, .entry-content h1 span, .entry-content .h1 span { font-size: 26px; }
h2, .h2, .entry-content h2 span, .entry-content .h2 span { font-size: 22px; }
h3, .h3, .entry-content h3 span, .entry-content .h3 span { font-size: 18px; }
h4, .h4, .entry-content h4 span, .entry-content .h4 span { font-size: 16px; }
h5, .h5, .entry-content h5 span, .entry-content .h5 span { font-size: 14px; }
h6, .h6, .entry-content h6 span, .entry-content .h6 span { font-size: 12px; }

@media screen and (max-width: 1199.98px) {
  h1, .h1, .entry-content h1 span, .entry-content .h1 span { font-size: 24px; }
  h2, .h2, .entry-content h2 span, .entry-content .h2 span { font-size: 20px; }
  h3, .h3, .entry-content h3 span, .entry-content .h3 span { font-size: 16px; }
  h4, .h4, .entry-content h4 span, .entry-content .h4 span { font-size: 14px; }
  h5, .h5, .entry-content h5 span, .entry-content .h5 span { font-size: 12px; }
  h6, .h6, .entry-content h6 span, .entry-content .h6 span { font-size: 11px; }
}
a:focus {
  outline: 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .visible-md {
      display: block !important;
  }
}

/*----------------------------------HEADER------------------------------------------*/
#head-notice {
  background-color: #33305a;
  text-align: center;
}
#head-notice > p {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
#head-notice > p a {
  color: #ffae21;
  font: 600 14px 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 10px;
}
#head-notice > p a:hover {
  color: #fbca74;
}
#header1 {
  background: #f1f4f7;
}
#header1 .container .row > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
    height: 45px;
}
#header1 .leftmenu {
  font-size: 13px;
}
#header1 .leftmenu a { 
  color: #454469;
  margin-right: 16px;
}
#header1 .leftmenu a:hover { 
  color: #636282;
}
#header1 .leftmenu a:last-child {
  margin-right: 0;
}
#header1 .leftmenu a:hover {
  color: #636282;
}
#header1 .buy-get {
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header1 .buy {
  color: #454469;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding-left: 22px;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header1 .buy:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  content: "\e903";
  color: #ffae3c;
  position: absolute;
  top: 0.1px;
  left: 0; 
  transition: 0.3s;
  font-size: 14px;
}
#header1 .get {
  color: #454469;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding-left: 26px;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}
#header1 .get:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 16px;
  content: "\e906";
  color: #4ab629;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
#header1 .certificate {
  color: #454469;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding-left: 26px;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}
#header1 .certificate:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 16px;
  content: "\e910";
  color: #2387BF;
  position: absolute;
  top: 0.1px;
  left: 0;
  transition: 0.3s;
}
#header1 .buy:hover, #header1 .buy:hover:before, #header1 .get:hover, #header1 .get:hover:before, #header1 .certificate:hover, #header1 .certificate:hover:before {
  color: #636282
}

#header1 .tel-soc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#header1 .tel {
  color: #33305A;
  font: 600 15px 'Montserrat', sans-serif;
  margin-right: 37px;
}
.social-net-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; 
}
.social-net-header > a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  margin-left: 8px;
}
.social-net-header > a:hover {
  opacity: 0.8;
}
.social-net-header > a:first-child {
  margin-left: 0;
}
.social-net-header a.header-fb {
  background: url('images/nhead-fb.svg');
  background-size: contain;
}
.social-net-header a.header-vk {
  background: url('images/nhead-vk.svg');
  background-size: contain;
}
.social-net-header a.header-inst {
  background: url('images/nhead-inst.svg');
  background-size: contain;
}
.social-net-header a.header-ok {
  background: url('images/nhead-ok.svg');
  background-size: contain;
}
.social-net-header a.header-tgm {
  background: url('images/nhead-tgm.svg');
  background-size: contain;
}
.social-net-header a.header-ytube {
  background: url('images/nhead-youtube.svg');
  background-size: contain;
}
#header2 .cabinet {
  font-size: 14px;
  text-align: right;
  line-height: 1;
}
#header2 .cabinet a.do_login {
    line-height: 14px;
}
#header2 .cabinet a.do_login:last-child {
    margin-left: 10px;
}
#header2 .cabinet .head-inst:hover {
  color: #73718f;
}
#header2 .cabinet .enter {
  color: #0271b6;
  transition: 0.3s;
}
#header2 .cabinet .enter:hover {
    opacity: 0.8;
}
#header2 .header2-row1 .cabinet > div .enter img {
    width: 6px;
    height: auto;
    border-radius: 0;
    margin-bottom: 1px;
    margin-right: 6px;
}
#header2 .cabinet .divider {
  color: #c6c5da;
}
#header2 .header2-row1 .header2-row1-content .cabinet .head-inst {
    color: #c0bed6;
    transition: 0.3s;
}
#header2 .header2-row1 .header2-row1-content .head-inst:hover {
  color: #605f78;
}
#header2 {
    background: #282452;
}
#header2 .header2-row1 {
  background: #282452;
}
#header2 .header2-row2 {
  background: #333058;
}
#header2 .sml-header-menu {
  display: none;
}
#header2 .sml-header-logo {
  display: none;
}
#header2 .header2-row1 .header2-row1-content, #header2 .header2-row2 .header2-row2-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#header2 .header2-row1 .header2-row1-content {
  min-height: 68px;
/*  padding-top: 14px;
  padding-bottom: 15px;*/
}
#header2 .header2-row1 .header2-row1-content a {
  color: #fff;
  cursor: pointer;
}
#header2 .header2-row1 .logo {
  margin-right: 27px;
}
#header2 .header2-row1 .logo img {
  width: 242px;
}
#header2 .header2-row1 .logo:hover {
  opacity: 0.8;
}

#header2 .header-carantin {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header2 .header-carantin:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 19px; 
  content: "\e905";
  color: #ff3c3c;
  position: relative; 
  margin-right: 11px;
  transition: 0.3s;
}
#header2 .header2-row1-content a.header-carantin:hover, #header2 a.header-carantin:hover:before {
  color: #73718f;
}

#header2 .header-ask {
  font-size: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header2 .header-ask span {
  font-weight: bold;
}
#header2 .header-ask:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2470B6;
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  content: "\e900";
  color: #fff;
  position: relative;
  transition: 0.3s;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;
  margin-right: 13px;
}
#header2 .header2-row1-content a.header-ask:hover {
  color: #73718f;
}
#header2 a.header-ask:hover:before {
  background: #73718f;
  color: #e7e7e7;
}

#header2 .header-sem {
  font-size: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header2 .header-sem:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 13px;
  content: "\e909";
  color: #73718f;
  position: relative;
  margin-right: 10px; 
  margin-top: 1px;
  transition: 0.3s;
}
#header2 .header2-row1-content a.header-sem:hover {
  color: #73718f;
}
#header2 a.header-sem:hover:before {
  color: #605f78;
}
#header2 .header-bookmark {
  font-size: 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
}
#header2 .header-bookmark:before {
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-size: 17px;
    content: "\e902";
    color: #73718f;
    position: relative; 
    margin-top: 2px;
    margin-right: 10px;
    transition: 0.3s;
}
#header2 .header2-row1-content a.header-bookmark:hover {
  color: #73718f;
}
#header2 a.header-bookmark:hover:before {
  color: #605f78;
}
#header2 .user-messages-indicator {
  background: none;
  margin: 0;
  position: relative;
  width: 15.83px;
  height: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -2px;
}
#header2 .user-messages-indicator:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 19px;
  content: "\e907";
  color: #73718f;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
#header2 .user-messages-indicator-new {
    right: -8px;
    top: 8px;
}

#header2 .header-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
#header2 .header-points .header-points-link {
  display: none;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  position: absolute;
  top: 120%;
  right: 0;
  padding: 10px;
  width: 250px;
  background: #F5F5F7;
  z-index: 999;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 11px;
}
#header2 .header-points .header-points-link:before {
    display: block;
    content: url(img/sml-header-menu-trngl.svg);
    position: absolute;
    top: -13px;
    right: 5px;
    width: 25px;
}
#header2 .header-points .header-points-link p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#header2 .header-points .header-points-link p a {
  color: #73718f;
}
#header2 .points {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
#header2 .points-title {
  font-size: 10px;
  line-height: 109.5%;
  margin-left: 10px;
  position: relative;
}
#header2 .points-title span {
  display: none;
  color: #f8ac28;
  line-height: 1.2;
} 
#header2 .points-title a:hover {
  color: #73718f;
}
#header2 .points-title a.points-use {
  color: #f8ac28;
}
#header2 .points-title .points-use:hover {
  color: #73718f;
  text-decoration: underline;
}
#header2 .header-points:hover .points-title > div {
  background: #605f78;
}
#header2 .header-points:hover .points-title > div:before {
  color: #c8c7c7;
}
#header2 .header-points:hover .header-points-link {
  display: none;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#header2 .header2-row1 .cabinet {
  display: -ms-flexbox;
  display: flex;
    -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#header2 .header2-row1 .cabinet .cab-name {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 18px;
  transition: 0.3s;
}
#header2 .header2-row1 .cabinet .cab-name:after {
  display: block;
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 4px;
  content: "\e904";
  color: #73718f;
  position: relative;
  margin-top: 2px;
  margin-left: 8px;
}
#header2 .header2-row1 .cabinet .cab-name:hover a {
  color: #73718f;
}
#header2 .header2-row1 .cabinet .cab-name:hover:after {
  color: #605f78;
}
#header2 .header2-row1 .cabinet img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: 0.3s;
}
#header2 .header2-row1 .cabinet:hover img {
  opacity: 0.8;
}
#header2 .header2-row1 .cabinet .cab-name > div {
    position: absolute;
    top: 14px;
    right: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    padding-top: 17px;
    z-index: 1000;
}
#header2 .header2-row1 .cabinet .cab-name:hover > div {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#header2 .header2-row1 .cabinet .cab-name ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #E9EBEE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  min-width: 232px; 
  background: #F5F5F7;
}
#header2 .header2-row1 .cabinet .cab-name ul li {
  background: #F5F5F7;
  transition: 0.3s;
}
#header2 .header2-row1 .cabinet .cab-name ul li a {
  font-size: 14px;
  color: #33305A;
  display: block;
  padding: 10px 20px;
}
#header2 .header2-row1 .cabinet .cab-name ul li a:hover {
  color: #706e8b;
}
#header2 .header2-row1 .cabinet .cab-name ul li:hover {
  background: #e5e5ea; 
}
#header2 .header2-row1 .cabinet .cab-name ul li:last-child a {
  border-top: 1px solid #e5e5ea;
}
#header2 .header2-row1 .cabinet .cab-name ul:before {
  display: block;
  content: url(img/sml-header-menu-trngl.svg); 
  position: absolute;
  top: -11px; 
  right: 28px;
  width: 25px;
}

#header2 .header2-row2 .header2-row2-content {
  padding-top: 12px;
  padding-bottom: 14px;
}
#header2 .navbar-default {
  background: none;
}
#header2 .navbar-collapse {
    padding: 0;
}
#header-navbar li a {
    padding: 0;
    height: 44px;
    font: 600 14px/44px 'Montserrat', sans-serif;
    color: #fff;
    text-transform: none;
}
#header-navbar li a.buh1c, #header-navbar li a.law {
    background: #524f71;
    white-space: nowrap;
}
#header-navbar li a.zup1c {
    background: #474569;
}
#header-navbar li a.buh1c:hover, #header-navbar li a.law:hover {
    background: #403d64;
    color: #babde9;
}
#header-navbar li a.zup1c:hover {
    background: #403d64;
    color: #babde9;
}
#header-navbar li a.active_dir {
  border: 1px solid #fff;
}
#header-navbar li a.active_dir:hover {
  border: 1px solid #babde9;
}
@media screen and (min-width: 992px) {
  #header2 .navbar-default {
      width: 50%;
  }
  .nav.navbar-nav {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
  }
  .navbar-nav-li {
      display: none !important;
  }
  .navbar-nav > li {
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      width: 33.3333%;
  }
}

#header2 .input-group-btn {
    position: absolute;
    right: 0;
    width: auto;
}
#header2 .input-group-btn button {
  width: 44px;
  height: 44px;
  background: none;
  border: 0 none;
  z-index: 8;
}
#header2 .input-group-btn button span {
  display: none;
}
#header2 .input-group-btn button:before,
.input-group-search:before {
  font-family: 'iconfont' !important;
    font-weight: normal;
  display: block;
  content: "\e908";
  color: #33305a;
  font-size: 20px;
  transition: 0.3s;
}
#header2 .input-group-btn button:hover:before {
  color: #73718f;
}
#header2 .form-search {
-ms-flex-positive: 1;
    flex-grow: 1;
  margin-left: 12px;
  position: relative;
}
#header2 .form-search .input-group {
  display: -ms-flexbox;
  display: flex;
}
#header2 .form-search .screen-reader-text { display: none; }
#header2 .form-search .form-control {
  padding: 0 18px;
  font-size: 14px;
  color: #33305A;
  border: 0 none;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
}
#header2 .form-search .form-control:hover { 
  background-size: 18px;
}
#header2.sml-header2 .form-search .form-control {
  padding: 0 46px; 
} 
#header2 .form-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #83829c; opacity: 1; /* Firefox */ }
#header2 .form-search .form-control::-webkit-input-placeholder {color:#83829c;}
#header2 .form-search .form-control::-moz-placeholder          {color:#83829c;}/* Firefox 19+ */
#header2 .form-search .form-control:-moz-placeholder           {color:#83829c;}/* Firefox 18- */
#header2 .form-search .form-control:-ms-input-placeholder      {color:#83829c;}

#header2 .form-search input.form-control:-webkit-autofill {
  background-color: #F1F4F7; 
}
/* ------------------------------------------ user-messages-indicator ---------------------------------------- */
.user-message {
  position: relative; 
}
.user-messages-indicator {
  width: 16.96px;
  height: 21px;
  background-image: url('img/icon-bell.svg');
  background-repeat: no-repeat;
  margin: 8px 8px 0 13px;
  transition: 0.3s;
  font-size: 0;
}
.user-messages-indicator-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
    padding: 1px;
    right: -10px;
    top: 11px;
    background: #FF3C3C;
    min-width: 14px;
    min-height: 14px;
    width: auto;
    height: auto;
    border-radius: 7px;
}
.user-messages-indicator.has-new:hover {
  opacity: 0.8;
}
.user-messages-block {
  top: 29px;
  right: -20px;
  width: 370px;
  padding: 9px 0;
  border: 1px solid #E9EBEE;
  border-radius: 5px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  color: #33305a;
  font-size: 14px;
}
.user-messages-block:before {
  display: block;
  content: url(img/user-mes-triangle.svg);
  position: absolute;
  top: -11px;
  right: 17px;
}
#header2 .header2-row1-content .user-messages-block a {
  color: #0271b6;
}
#header2 .header2-row1-content .user-messages-block a:hover {
  color: #005291;
}
.user-message-item {
    padding: 16px 18px;
    margin-bottom: 0;
}
.user-messages-read-all {
    padding: 16px 18px 7px;
    text-align: center;
}
.mark-all-as-read {
  padding: 5px 18px 12px;
  text-align: center;
}
#header2 .header2-row1-content .user-messages-read-all a, .mark-all-as-read span {
  color: #0271b6;
  cursor: pointer;
}
#header2 .header2-row1-content .user-messages-read-all a:hover, .mark-all-as-read span:hover { 
  color: #005291;
}
.user-message-datetime {
  font-size: 13px;
  line-height: 1.3;
  color: rgba(50, 48, 89, 0.37);
  margin-bottom: 3px;
}
.user-message-text {
  line-height: 1.2;
}

#header2 .navbar-toggle {
  border: 0 none; 
  margin: 3px 0 0;
  height: 20px; 
  padding: 0; 
}
#header2 .navbar-toggle:focus, #header2 .navbar-toggle:hover {
  background: none;
}
#header2 .navbar-toggle .icon-bar {
  background-color: #ebebeb;
  height: 3px;
  width: 23px;
  border-radius: 0;
  transition: 0.3s;
}
#header2 .navbar-toggle:hover .icon-bar {
  background-color: #c6c6cb;
}

@media screen and (max-width: 1199.98px) { 
  .user-messages-indicator {
    margin-top: 6px;
  }
  .user-messages-block {
    top: 27px;
    right: -19px;
  }
  .user-messages-block:before {
      top: -12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #header1 .container .row > div {
      height: 40px;
  }
  #header1 .leftmenu a {
    margin-right: 8px;
    font-size: 12px;
  }
  #header1 .buy {
      font-size: 12px;
      padding-left: 17px;
  }
  #header1 .buy:before {
      font-size: 13px;
  }
  #header1 .get {
      font-size: 12px;
      padding-left: 21px;
      margin-left: 10px;
  }
  #header1 .get:before {
      font-size: 15px;
  }
  #header1 .certificate {
      font-size: 12px;
      padding-left: 21px;
      margin-left: 10px;
  }
  #header1 .certificate:before {
      font-size: 15px;
  }
  #header1 .tel {
      font-size: 15px;
      /*margin-right: 27px;*/
      margin-right: 14px;
  }
  .social-net-header > a {
      width: 22px;
      height: 22px;
      margin-left: 6px;
  }
  #header2 .cabinet {
      font-size: 12px;
  }
  #header2 .header2-row1 .header2-row1-content {
      min-height: 55px;
/*      padding-top: 10px;
      padding-bottom: 10px;*/
  }
  #header2 .header2-row1 .logo {
      margin-right: 18px;
  }
  #header2 .header2-row1 .logo img {
      width: 196px;
  }
  #header2 .header-carantin {
      font-size: 12px;
  }
  #header2 .header-carantin:before {
      font-size: 17px;
      margin-right: 8px;
      margin-top: -2px;
  }
  #header2 .header-ask {
      font-size: 12px;
  }
  #header2 .header-ask:before {
      width: 16px;
      height: 16px;
      font-size: 10px;
      line-height: 16px;
      margin-right: 7px;
  }
  #header2 .header-sem {
      font-size: 12px;
  }
  #header2 .header-sem:before {
      font-size: 12px;
    margin-right: 6px;
    margin-top: 0px;
  }
  #header2 .header-bookmark {
      font-size: 12px;
  }
  #header2 .header-bookmark:before {
       font-size: 15px;
    margin-top: 1px; 
    margin-right: 6px;
  }
  #header2 .user-messages-indicator {
      margin-top: -1px;
  }
  #header2 .user-messages-indicator:before {
      font-size: 18px;
  }
  .user-messages-indicator-new {
      right: -10px;
      top: 11px;
      min-width: 13px;
      min-height: 13px;
  }
  .user-messages-indicator-new span {
      font-size: 9px;
      line-height: 10px;
  }
  #header2 .points {
      font-size: 20px;
  }
  #header2 .points-title {
      font-size: 9px;
      margin-left: 5px;
  }
  #header2 .header2-row1 .cabinet .cab-name {
      font-size: 12px;
      margin-right: 6px;
  }
  #header2 .header2-row1 .cabinet .cab-name:after {
    margin-top: 2px;
    margin-left: 4px;
  }
  #header2 .header2-row1 .cabinet .cab-name ul li a {
    font-size: 12px;
    padding: 8px 15px;
  } 
  #header2 .header2-row1 .cabinet img {
      width: 32px;
      height: 32px;
  }
  #header-navbar li a {
      height: 40px;
      font-size: 13px;
      line-height: 40px;
  }
  #header2 .form-search .form-control {
      padding: 0 15px;
      font-size: 13px;
      height: 40px;
      line-height: 40px;
  }
  #header2 .input-group-btn button {
      width: 40px;
      height: 40px;
  }
  #header2 .input-group-btn button:before {
      font-size: 18px;
  }
}

@media screen and (max-width:991.98px) {
  #header-navbar li a.buh1c, #header-navbar li a.zup1c, #header-navbar li a.law {
    background: none;
  }
  #header-navbar li a.buh1c:hover, #header-navbar li a.zup1c:hover, #header-navbar li a.law:hover {
    background: none;
  }
  #header2 .header2-row1-content a, #header2 .user-messages-indicator, #header2 .header2-row1-content .cabinet, #header2 .form-search, #header2 .header-points {
    display: none;
  }
  #header2 .header2-row2 {
    background: #282452;
  }
  #header2 .header2-row1 .header2-row1-content .logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    width: 100%;
  }
  #header2 .header2-row1 .header2-row1-content {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header2 .header2-row2 .header2-row2-content {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header2 .sm-contacts div {
    float: left;
  }
  #header2 .mail2 { 
    color: #a1a1b5;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    width: 150px;
  }
  #header2 .tel2 {
    color: #a1a1b5;
    text-align: center;
    width: 70%;
    font: 600 22px/25px 'Montserrat', sans-serif;
  }
  #header2 .tel2 span {
    color: #0271b6;
    font-family: 'Montserrat', sans-serif;
  }
  #header2 .navbar-default {
    float: none;
  }
  #header2 .navbar-default .navbar-collapse, #header2 .navbar-default .navbar-form {
      border: 0 none;
  }
  #header2 .navbar-collapse {
    box-shadow: none;
    margin-bottom: 10px;
  }
  #header2 .sml-header-ask:after {
    top: 4px;
  } 
  #header-navbar {
    float: none;
    margin-top: 5px;
  }
  #header2 .navbar-nav {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #45446a;
    background: #2f2c52;
  }
  #header-navbar .nav li {
      text-align: center;
  }
  #header-navbar .nav .divider {
      border-top: 1px dotted #515379;
      margin: 10px 0;
  }
  #header-navbar .nav .divider_space {
      height: 10px;
  }
  #header-navbar a {
      font-size: 20px;
      line-height: 40px;
  }
  #header-navbar li a {
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  #header-navbar .navbar-nav-li a {
    font: 400 13px 'Roboto', sans-serif;
    line-height: 30px;
    padding: 0 10px;
    height: 30px;
  }
  #header-navbar .navbar-nav-li a {
    color: #a1a1b5;
  }
  #header-navbar  .navbar-nav-li a:hover {
    text-decoration: underline;
  }
  #header-navbar .navbar-nav-li .get {
    color: #ffae3c; 
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    padding-left: 27px;
  }
  #header-navbar .navbar-nav-li .get:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      content: "\e903";
      color: #ffae3c;
      position: absolute;
      left: 0;
      transition: 0.3s;
      font-size: 14px;
  }
  #header-navbar a.buy {
    color: #4ab629;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    padding-left: 27px;
  }
  #header-navbar a.buy:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      font-size: 16px;
      content: "\e906";
      color: #4ab629;
      position: absolute;
      left: 0;
      transition: 0.3s;
  }
  #header-navbar a.certificate {
    color: #2387BF;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    padding-left: 27px;
  }
  #header-navbar a.certificate:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      font-size: 16px;
      content: "\e910";
      color: #2387BF;
      position: absolute;
      left: 0;
      transition: 0.3s;
  }

  #header-navbar a.trust {
    color: #0271b6;
  }
  #header-navbar a.do_login_log {
    color: #0271b6;
    font-size: 16px;
  }
  #header-navbar a.do_login_log img {
    width: 6px;
    margin-right: 6px;
  }
  #header-navbar a.do_login_reg {
    font-size: 16px;
  }
  #header2 img.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: 10px;
  }
  #header2 a.logined span {
    border-bottom: 1px solid #a1a1b5;
    font-size: 18px;
  }
  #header2 a.logined:hover {
    text-decoration: none;
  }
  #header2 a.logined:hover span {
    border-bottom: 0 none;
  }
  #header-navbar a.exit_header {
    font-size: 14px; 
    font-weight: bold;
  }
  #header-navbar a.exit_header:hover {
  }
  #header-navbar a.head-inst {
  color: #ff403b;
  }
  #header-navbar a.head-inst:hover, #header-navbar a.head-inst:focus {
  color: #f55e5e;
  }
  #header-navbar .nav li .sml-header-bookmark, #header-navbar .nav li .sml-header-sem, #header-navbar .nav li .sml-header-ask, #header-navbar .nav li .sml-header-carantin {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding-left: 27px;
  }
  #header-navbar .nav li .sml-header-ask {
    cursor: pointer;
  }
  #header-navbar .nav li .sml-header-carantin {
    padding-left: 20px;
  }
  #header-navbar .nav li .sml-header-carantin:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      font-size: 17px;
      content: "\e905";
      color: #ff3c3c;
      position: absolute;
      left: 0;
      transition: 0.3s;
  }
  #header-navbar .nav li .sml-header-bookmark:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      font-size: 17px;
      content: "\e902";
      color: #73718f;
      position: absolute;
      left: 0;
      transition: 0.3s;
  }
  #header-navbar .nav li .sml-header-sem:before {
      font-family: 'iconfont' !important;
      font-weight: normal;
      font-size: 13px;
      content: "\e909";
      color: #73718f;
      position: absolute;
      left: 0;
      top: 1px;
      transition: 0.3s;
  }
  #header-navbar .nav li .sml-header-ask:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2470B6;
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    content: "\e900";
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header-navbar .social-net-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #header-navbar .navbar-nav-li .social-net-header a {
      width: 25px;
      height: 25px;
      margin: 0 5px;
      padding: 0;
  }

}
@media screen and (max-width: 767.98px) {
  #header2 .mail2 {
    font-size: 12px;
    line-height: 23px;
  }
  #header2 .tel2 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (max-width: 630px) {
  #header2 .mail2 {
    display: none;
  }
  #header2 .tel2 {
    text-align: left;
  }
  nav .navbar-toggle {
    margin-top: 3px;
  }
}
@media screen and (max-width: 360px) {
  #header2 .logo img {
      width: 100%;
  }
}

/* ------------------------------------------ header when scrolling ---------------------------------------- */
#header2 .sml-header-menu > div {
  position: absolute;
  top: 40px;
  left: -4px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
-webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
     transform-origin: 0 0; 
  padding-top: 9px;
}
#header2 .sml-header-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #E9EBEE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  min-width: 296px; 
}
#header2 .sml-header-menu ul li {
  background: #F5F5F7;
  transition: 0.3s;
}
#header2 .sml-header-menu ul li a {
  font: 600 16px/20px 'Montserrat', sans-serif;
  color: #33305A;
  display: block;
  padding: 15px 30px;
}
#header2 .sml-header-menu ul li a:hover {
  color: #706e8b;
}
#header2 .sml-header-menu ul li a.active_dir {
  border: 1px solid #33305A;
}
#header2 .sml-header-menu ul li a.active_dir:hover {
  border: 1px solid #706e8b;
}
#header2 .sml-header-menu ul li:hover {
  background: #e5e5ea; 
}
#header2 .sml-header-menu ul:before {
  display: block;
  content: url(img/sml-header-menu-trngl.svg); 
  position: absolute;
  top: -15px; 
  left: 5px;
  width: 25px;
}
#header2.sml-header2 .sml-header-menu {
  margin-top: -3px;
  cursor: pointer;
  position: relative;
}
#header2.sml-header2 .sml-header-menu img {
  transition: 0.3s;
  padding: 11px 0;
}
#header2.sml-header2 .sml-header-menu:hover img {
  opacity: 0.8;
}
#header2.sml-header2 .sml-header-logo {
  display: block;
  transition: 0.3s;
}
#header2.sml-header2 .sml-header-logo img {
  transition: 0.3s;
}
#header2.sml-header2 .sml-header-logo:hover img {
  opacity: 0.8;
}
#header2.sml-header2 .sml-header-menu:hover ul { 

}
#header2.sml-header2 .sml-header-menu:hover > div {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); 
}

#header2 .header2-row2-content > .sml-header-menu, #header2 .header2-row2-content > .sml-header-logo, #header2 .header2-row2-content > .sml-header-ask, #header2 .header2-row2-content > .sml-header-bookmark, #header2 .header2-row2-content > .sml-header-sem {
  display: none;
}

#header2.sml-header2 .header2-row2-content > .sml-header-ask {
  font-size: 16px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header2.sml-header2 .header2-row2-content > .sml-header-ask span {
  font-weight: bold;
}
#header2.sml-header2 .header2-row2-content > .sml-header-ask:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2470B6;
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    content: "\e900";
    color: #fff;
    position: relative;
    margin-right: 10px;
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
}
#header2.sml-header2 .header2-row2-content > .sml-header-ask:hover {
  color: #73718f;
}
#header2.sml-header2 .header2-row2-content > .sml-header-ask:hover:before {
  background: #73718f;
  color: #e7e7e7;
}

#header2.sml-header2 .header2-row2-content > .sml-header-bookmark {
  font-size: 16px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#header2.sml-header2 .header2-row2-content > .sml-header-bookmark:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 19px;
  content: "\e902";
  color: #73718f;
  position: relative;  
  margin-right: 10px;
  margin-top: 1px;
  transition: 0.3s;
}
#header2.sml-header2 .header2-row2-content > a.sml-header-bookmark:hover {
  color: #73718f;
}
#header2.sml-header2 .header2-row2-content > a.sml-header-bookmark:hover:before {
  color: #605f78;
}

#header2.sml-header2 .header2-row2-content > .sml-header-sem {
  font-size: 16px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
#header2.sml-header2 .header2-row2-content > .sml-header-sem:before {
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-size: 15px;
  content: "\e909";
  color: #73718f;
  position: relative;
  margin-right: 10px;
  transition: 0.3s;
}
#header2.sml-header2 .header2-row2-content > a.sml-header-sem:hover {
  color: #73718f;
}
#header2.sml-header2 .header2-row2-content > a.sml-header-sem:hover:before {
  color: #605f78;
}

/* ------------------------------------------ END header when scrolling ---------------------------------------- */
@media screen and (min-width: 992px) {
  #page.scroll-page {
    margin-top: 200px;
  }
  #header1.sml-header2 {
    display: none !important;
  }
  #header2.sml-header2 .header2-row1 {
    margin-top: -68px; 
    height: 56px !important;/*IE*/
  }
  #header2.sml-header2 .header2-row2-content > .sml-header-menu, #header2.sml-header2 .header2-row2-content > .sml-header-logo {
    display: block;
  }
  #header2.sml-header2 .navbar-default {
      display: none;
  }
  #header2.sml-header2 .header2-row2 {
    display: block;
    padding: 8px 0 7px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
  #header2.sml-header2 .header2-row2 .header2-row2-content {
    padding-top:0;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; 
  }
  #header2.sml-header2 .header2-row2-content > * {
     margin: 0 15px; 
  }
  #header2.sml-header2 .header2-row2-content > *:first-child {
    margin-left: 0;
  }
  #header2.sml-header2 .header2-row2-content > *:last-child {
    margin-right: 0;
  }
  #header2.sml-header2 .form-search .form-control {
      padding: 0 46px;
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      width: auto;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
  #header2.sml-header2 .input-group-btn button {
      width: 40px;
      height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  #header2.sml-header2 .input-group-btn button:before {
    line-height: 1.3;
  } 
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  #header2.sml-header2 .header2-row1 {
    margin-top: -55px;
    height: 46px !important;/*IE*/
  }
  #header2.sml-header2 .header2-row2 {
    padding: 4px 0 3px;
  }
  #header2.sml-header2 .sml-header-menu, #header2.sml-header2 .sml-header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #header2.sml-header2 .sml-header-menu img {
    width: 90%;
  }
  #header2.sml-header2 .sml-header-logo img {
    width: 61px;
  }
  #header2.sml-header2 .header2-row2-content > .sml-header-ask {
    font-size: 14px;
  }
  #header2.sml-header2 .header2-row2-content > .sml-header-ask:before {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }

  #header2.sml-header2 .header2-row2-content > .sml-header-bookmark {
    font-size: 14px;
  }
  #header2.sml-header2 .header2-row2-content > .sml-header-bookmark:before {
    font-size: 17px;
  }

  #header2.sml-header2 .header2-row2-content > .sml-header-sem {
    font-size: 14px;
  }
  #header2.sml-header2 .header2-row2-content > .sml-header-sem:before {
    font-size: 13px;
  }
  #header2.sml-header2 .form-search .form-control {
      padding: 0 35px;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
  }
  #header2.sml-header2 .input-group-btn button {
      width: 35px;
      height: 30px;
  }
  #header2.sml-header2 .input-group-btn button:before {
      font-size: 16px;
      line-height: 1.2;
  } 
  #header2 .sml-header-menu > div {
      top: 35px;
      left: -6px
  }  
}
@media screen and (max-width:991.98px) {
  #header2.sml-header2 .header2-row2-content > .sml-header-ask, #header2.sml-header2 .header2-row2-content > .sml-header-sem, #header2.sml-header2 .header2-row2-content > .sml-header-bookmark {
    display: none; 
  }
}
/*----------------------------------END HEADER------------------------------------------*/

/*----------------------------------FOOTER------------------------------------------*/
#footer {
  margin-top: 40px;
}
.social-net {
    height: 64px;
    background: #f5f5f5;
}
.social-net .row > div {
    display: -ms-flexbox;
    display: flex;
}
.social-net div {
  height: 100%;
}
.social-net-icon {
    height: inherit;
    display: -ms-flexbox;
  display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.6666%;
}
.social-net .social-net-icon a {
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 30px;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
}
.social-net-icon a:hover svg path {
    fill: #98a2a9;
}

#footer .foot_links {
  background: #eaeaee;
}
#footer .links {
  text-align: center;
  line-height: 40px;
}
#footer .links a {
  font-size: 12px;
  color: #33305a;
  line-height: 1.2;
  padding: 10px 0;
}
#footer .links a:hover {
  color: #0271b6;
}

#footer .foot_main {
  background: #1F1D4C;
  color: #9998ad;
  font-size: 12px;
  line-height: 14px;
  padding: 30px 0 80px;
}
#footer .logo {
  padding-top: 9px;
  float: left;
  width: 290px;
}
#footer .logo p {
  margin-top: 12px;
}
#footer .logo a img {
  width: 210px;
}
#footer .agree {
  float:left;
  width: 395px;
}
#footer .ipb {
    margin-top: 9px;
    float: left;
    width: 350px;
    margin-left: 24px;
}
#footer .ipb svg {
    margin-bottom: 11px;
}
#footer .ipb a {
  color: #9998ad;
}
#footer .ipb a:hover {
  color: #777697;
}
#footer .ipb a:hover svg {
    opacity: 0.7;
    transition: 0.3s;
}
#footer .agree p:last-child, #footer .ipb p:last-child {
  margin-bottom: 0;
}
#footer .agree2 {
  margin-top: 17px;
  padding: 15px 20px 0;
  border-top:  1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}
#footer .agree2 p {
  margin-bottom: 5px;
}
#footer .agree2 p:last-child {
  margin-bottom: 0;
}
#footer .buy {
  float: right;
  text-align: center;
  text-align:center;
  margin-right: 45px;
}
#footer .buy a {
  display: inline-block;
  border: 1px solid #C62338;
  color: #C62338;
  font: 600 14px/1 'Montserrat', sans-serif;
  padding: 16px 27px 16px 50px;
  text-align: center;
  margin-top: 20px;
  background: url(img/icon-locker.png) no-repeat 27px 14px;
}
#footer .buy a:hover {
  opacity: 0.85;
}
#footer .contacts {
  float: right;
  text-align: right;
}
#footer .tel {
  color: #fff;
  font: 500 20px/1 'Montserrat', sans-serif;
  margin-top: 20px;
}
#footer .tel span {
  color: #bac9da;
  font-family: 'Montserrat', sans-serif;
}
#footer .mail {
  color: #54b2ed;
  font: 600 14px/1 'Montserrat', sans-serif;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #footer .links {
    display: -ms-flexbox;
      display: flex;
       -webkit-box-pack: justify !important;
           -ms-flex-pack: justify !important;
               justify-content: space-between !important;
  }
  #footer .links a {
    margin: 0; 
    display: block;
    flex: 1 1 0;
    width: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  #footer {
      margin-top: 30px;
  }
  .social-net {
      height: 44px;
  }
  .social-net-icon svg {
      transform: scale(0.8);
  }
  #footer .links {
    line-height: 30px;
  }
  #footer .links a {
      font-size: 11px;
  }
  #footer .foot_main {
    font-size: 11px;
    line-height: 14px;
    padding: 20px 0 60px;
  }
  #footer .logo {
      width: 240px;
  }
  #footer .logo a img {
    width: 200px;
  }
  #footer .logo p {
      margin-top: 8px;
  }
  #footer .agree {
      width: 336px;
  }
  #footer .ipb {
      width: 320px;
      margin-left: 13px;
  }
  #footer .buy {
      margin-right: 28px;
  }
  #footer .buy a {
      font-size: 12px;
      padding: 14px 20px 14px 44px;
      background: url(img/icon-locker.png) no-repeat 20px 11px;
  }
  #footer .tel {
    font-size: 18px;
  }
  #footer .mail {
      font-size: 12px;
      margin-top: 13px;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .links {
    line-height: 1.1;
    padding: 4px 15px;
  }
  #footer .links a {
      margin: 8px 10px;
    display: inline-block;
  }
  #footer .logo {
      padding-top: 0;
  }
  #footer .logo p {
      margin-top: 3px;
  }
  #footer .buy {
      margin-right: 95px;
  }
  #footer .buy a {
      margin-top: 0;
  }
  #footer .tel {
    margin-top: 0;
  }
  #footer .agree, #footer .ipb {
    clear: both;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #footer .ipb {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .buy {
    margin-right: 0;
  }
  #footer .contacts {
    float: none;
    top: 60px;
    right: 15px;
    position: absolute;
  }
  #footer .mail {
    margin-top: 5px;
  }
  #footer .agree, #footer .ipb {
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  #footer .links a {
    display: block;
    font-size: 16px;
    margin: 16px 10px;
  }
  #footer .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .buy {
    float: none;
    margin-top: 20px;
  }
  #footer .contacts {
    top: 150px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #footer .agree, #footer .ipb {
    margin-top: 80px;
  }
}
/* ------------------------------------------ END FOOTER------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .site-content.activity-pad, #footer .social-net.activity-pad, #footer .foot_links.activity-pad, #footer .foot_main.activity-pad { 
    padding-right: 25px;
  }

} 

/* ------------------------------------------ SIDEBAR ------------------------------------------*/

.well {
    background-color: #ffffff;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}
#secondary .widget {
  color: #33305a;
  margin-bottom: 0; 
  position: relative;
}
#secondary .widget a {
  font-size: 16px;
  color: #33305a;
}
#secondary .widget a:hover {
  color: #0271b6;
}
#secondary .widget > div > *, #secondary .widget > .form-search  {
    margin-bottom: 50px;
    display: block;
}
#secondary .schedule-widget, #secondary .hot-widget, #secondary .rand-comment-widget, #secondary .toc_widget, #toc_container {
  padding: 40px;
}

/* --------------------- search in sidebar and search in post sml screens --------------------- */
@media screen and (min-width: 992px) { 
  #secondary .widget_search {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  #secondary .form-search .form-control, .searchheader .form-search .form-control {
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #706e91;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 40px #fff;
    -webkit-text-fill-color: #706e91;
    border: 1px solid #efeff3;
  }
  #secondary .form-search .form-control::placeholder, .searchheader .form-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #33305a; opacity: 1; /* Firefox */ }
  #secondary .form-search .form-control::-webkit-input-placeholder, .searchheader .form-search .form-control::-webkit-input-placeholder {color:#33305a;}
  #secondary .form-search .form-control::-moz-placeholder, .searchheader .form-search .form-control::-moz-placeholder {color:#33305a;}/* Firefox 19+ */
  #secondary .form-search .form-control:-moz-placeholder, .searchheader .form-search .form-control:-moz-placeholder {color:#33305a;}/* Firefox 18- */
  #secondary .form-search .form-control:-ms-input-placeholder, .searchheader .form-search .form-control:-ms-input-placeholder {color:#33305a;}
  #secondary .form-search .glyphicon, .searchheader .form-search .glyphicon {
    top: 2px;
    left: 30px;
  }
  #secondary .form-search input.form-control:-webkit-autofill, .searchheader .form-search input.form-control:-webkit-autofill {
    background-color: #fff; 
  }
  #secondary .form-search #searchsubmit, .searchheader .form-search #searchsubmit {
    background-color: #0271b6;
    border-radius: 0; 
    height: 40px;
    width: 70px;
    border: 0 none;
    padding: 0;
    font-size: 11px;
    text-align: left;
  }
  #secondary .form-search #searchsubmit:hover, .searchheader .form-search #searchsubmit:hover {
    background-color: #005291;
  }
  #secondary .form-search #searchsubmit span.glyphicon, .searchheader .form-search #searchsubmit span.glyphicon {
    color: #fff;
  }
  .searchheader {
    margin-bottom: 35px;
  }
}
/* --------------------- END search in sidebar and search in post sml screens --------------------- */

/* --------------------- schedule in sidebar --------------------- */
#secondary .schedule-widget, .schedule-block .schedule-widget {
  background-color: #f5f5f7;
}
#secondary .schedule-header, #secondary .hotposts-header, #secondary .cat-widget > div, #secondary .rand-comment-header, .archive-tabs > h4:first-child, .archive-wrap-article > h4:first-child, .archive-sets > h4:first-child, #secondary .toc_widget > h3:first-child, #toc_container .toc_title,
.schedule-block .schedule-header, .schedule-block .hotposts-header {
  font: bold 14px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #57b602;
  line-height: 1.1;
  margin-bottom: 25px;
  margin-top: 0;
}
.schedule-widget .multibox .boxTitle {
  display: none;
}
.schedule-widget .multibox .statusShow {
  display: none;
}
.schedule-widget .multibox li {
  border-bottom: none;
  padding-left: 30px;
  background: url('img/icon-fire-green.png') no-repeat 0 0; 
}
.schedule-widget .multibox li:last-child {
  padding-bottom: 15px;
}
.schedule-widget .divider {
  margin: 10px 0 15px 0;
} 
#secondary .schedule-widget .hot-posts p, .schedule-block .schedule-widget .hot-posts p {
  display: block;
  padding-left: 30px;
  padding-bottom: 10px;
  background: url('img/icon-fire-yellow.png') no-repeat 0 0;
}
.schedule-block .schedule-widget .hot-posts p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#secondary .schedule-widget .hot-posts p img, .schedule-block .schedule-widget .hot-posts p img {
  display: none;
}
.schedule-widget .navigation.pagination {
  display: none;
}


.schedule-block .schedule-widget {
  padding: 40px;
}
.schedule-block .schedule-widget .multibox li a, .schedule-block .schedule-widget .hot-posts p a {
  color: #33305A;
}
.schedule-block .schedule-widget .multibox li a:hover, .schedule-block .schedule-widget .hot-posts p a:hover {
  color: #0271b6;
}
.schedule-block .hotposts-header {
  color: #ffae21;
}

@media screen and (max-width: 1199.98px) {
  .schedule-block .schedule-widget {
    padding: 30px;
  } 
  .schedule-block .schedule-header, .schedule-block .hotposts-header {
    margin-bottom: 20px;
  }
  .schedule-block .schedule-widget .hot-posts p {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991.98px) {
  .schedule-block {
    margin-top: 40px;
  } 
}
/* --------------------- END schedule in sidebar --------------------- */
/* --------------------- hot-widget in sidebar --------------------- */
#secondary .hotposts-header {
  color: #ffae21;
}
#secondary .hot-posts p:last-child { 
  margin-bottom: 0;
  padding-bottom: 0;
}
/* --------------------- END hot-widget in sidebar --------------------- */
/* --------------------- cat-widget in sidebar --------------------- */
#secondary .cat-widget {
  border: 5px solid #d6e3f3;
  padding: 35px;
}
#secondary .cat-widget > div {
  position: relative;
  margin-bottom: 0;
}
#secondary .cat-widget > div.cat_menucontent {
  text-transform: none;
  font-weight: normal;
}
#secondary .cat-widget > div > a {
  font: bold 14px 'Montserrat', sans-serif;
  color: #57b602;
  line-height: 1.3;
}
#secondary .cat-widget > div > a:hover {
  color: #72ee05;
}
#secondary .cat-widget .btn-cat-arrow {
  position: absolute;
  top: 4px;
  margin-left: 10px;
  z-index: 99;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  color: #57b602;
  font-size: 9px;
  line-height: 1;
}
#secondary .cat-widget .btn-cat-arrow:hover {
  color: #72ee05;
}
#secondary .cat-widget .btn-cat-arrow:before {
  font-family: FontAwesome;
  content: '\f077';
}
#secondary .cat-widget .btn-cat-arrow.active:before {
  content: '\f078';
}
.ui-widget {
  font-family: 'Roboto', sans-serif;
}
.tabs .ui-widget-content, .ui-widget-content {
  border: 0 none;
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  background: transparent;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.ui-widget-header {
  border: 0 none;
  background: #fff;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0;
  border: 0 none;
  background: transparent;
  top: 0;
}
.ui-tabs .ui-tabs-nav li:before {
  display: none;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 0 0 14px;
  margin: 0 24px 0 0; 
  color: #0271b6;
  font-size: 16px;
  font-weight: bold;
  transition: none;
}
#secondary .widget .cat_menucontent_buh .ui-tabs .ui-tabs-nav li a {
    margin: 0 10px 0 0;
    font-size: 15px;
}
#secondary .ui-tabs .ui-tabs-nav li a {
  color: #0271b6;
}
.ui-tabs .ui-tabs-nav li a:hover, #secondary .ui-tabs .ui-tabs-nav li a:hover {
  color: #005291;
}
.ui-tabs .ui-tabs-nav li:last-child  a, #secondary .widget .ui-tabs .ui-tabs-nav li:last-child a {
  margin-right: 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"], #secondary .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] {
  margin-bottom: 4px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] a, #secondary .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] a {
  border-bottom: 4px solid #ff403b;
  padding-bottom: 6px;
  color: #0271b6;
  cursor: default;
}
#secondary .widget ul.menu {
  margin-top: 27px;
  margin-bottom: 0;
}
#secondary .widget ul.menu li {
  border-bottom: 0 none; 
  margin-bottom: 0; 
  padding-bottom: 0; 
  list-style-type: none; 
}
#secondary .widget ul.menu li.hot-cat {
  font-weight: bold;
  position: relative;
}
#secondary .widget ul.menu li.hot-cat a {
  color: #ff403b;
}
#secondary .widget ul.menu li.hot-cat a:hover {
  color: #33305a;
}
#secondary .widget ul.menu li.hot-cat:before {
    position: absolute;
    content: url(img/icon-fire-red.png);
    width: 10px;
    height: 16px;
    left: -20px;
    top: -2px;
}
#secondary .widget ul.menu li a {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
#secondary .widget ul.menu li:last-child a {
  margin-bottom: 0;
}
#secondary .widget ul.menu li a.opened {
  color: #0271b6;
  margin-bottom: 18px;
}
#secondary .widget ul.menu li a.opened:hover {
  color: #33305a;
}
#secondary .widget ul.sub-menu {
  display: none;
  background-color: #f5f5f7;
  list-style: none;
}
#secondary .widget ul.sub-menu li {
  list-style-type: none;
}
#secondary .widget ul.menu > li.menu-item-has-children > a::after {
  font-size: 9px;
  position: relative;
  top: -3px;
  right: 0;
  margin-left: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f078';
  line-height: 1;
}
#secondary .widget ul.menu > li.menu-item-has-children > a.opened::after {
  content: '\f077';
}
#secondary .widget ul.menu li.menu-item-has-children ul.sub-menu {
  padding: 20px 25px;
  margin-bottom: 18px;
  font-size: 16px;
}
#secondary .widget ul.menu li.menu-item-has-children:last-child ul.sub-menu {
  margin-bottom: 0;
}
#secondary .widget ul.menu ul.sub-menu li a {
    line-height: 1.1;
    margin-bottom: 20px;
}
#secondary .widget ul.menu ul.sub-menu li:last-child a {
    margin-bottom: 0;
}
/* --------------------- END cat-widget in sidebar --------------------- */
@media screen and (max-width: 991.98px) {
  #secondary {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  #secondary .widget > div > *, #secondary .widget > .form-search  {
      margin-bottom: 40px;
  }
  #secondary .schedule-widget, #secondary .hot-widget, #secondary .rand-comment-widget, #secondary .toc_widget, #toc_container {
    padding: 30px;
  }
  #secondary .cat-widget {
    padding: 25px;
  }
  #secondary .schedule-header, #secondary .hotposts-header, #secondary .rand-comment-header, .archive-tabs > h4:first-child, .archive-wrap-article > h4:first-child, .archive-sets > h4:first-child {
    margin-bottom: 20px;
  }
  .schedule-widget .multibox li {
    padding-bottom: 5px;
  }
  .schedule-widget .multibox li:last-child {
    padding-bottom: 10px;
  }
  #secondary .schedule-widget .hot-posts p {
    padding-bottom: 5px;
  }
  .ui-tabs .ui-tabs-nav {
    margin-top: 15px;
  }
  #secondary .widget a {
    font-size: 14px;
  }
  .ui-tabs .ui-tabs-nav li a {
    margin-right: 20px;
    padding-bottom: 9px;
    font-size: 14px;
  }
  #secondary .widget .cat_menucontent_buh .ui-tabs .ui-tabs-nav li a {
      margin: 0 4px 0 0;
      font-size: 13px;
  }
  .ui-tabs .ui-tabs-nav li:last-child  a, #secondary .widget .ui-tabs .ui-tabs-nav li:last-child a {
    margin-right: 0;
  }
  .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"], #secondary .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] {
    margin-bottom: 2px;
  }
  .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] a {
    border-bottom: 3px solid #ff403b;
    padding-bottom: 4px;
  }
  #secondary .ui-tabs .ui-tabs-nav li.ui-state-active[aria-selected="true"] a {
    border-bottom: 3px solid #ff403b;
    padding-bottom: 3px;
  }
  #secondary .widget ul.menu {
    margin-top: 17px;
  }
  #secondary .widget ul.menu li a {
    margin-bottom: 14px;
  }
  #secondary .widget ul.menu li a.opened {
    margin-bottom: 12px;
  }
  #secondary .widget ul.menu li.menu-item-has-children ul.sub-menu {
    padding: 15px 20px;
    margin-bottom: 12px;
  }
  #secondary .widget ul.menu ul.sub-menu li a {
    margin-bottom: 14px;
  }
  #secondary .widget ul.menu li.hot-cat:before {
    left: -18px;
  }
}
/* --------------------- random comment in sidebar --------------------- */
/* --------------------- infoblock in sidebar --------------------- */
#secondary .widget.infoblock_be {
    position: relative;
    margin-bottom: 50px;
    border: 5px solid #d6e3f3;
    padding: 35px;
    overflow: visible;
}
#secondary .widget.newsblock_be {
    position: relative;
    margin-bottom: 50px;
    border: 5px solid #d6e3f3;
    overflow: visible;
}
#secondary .widget.newsblock_be .newsblock_download { 
    margin: 35px;
}
#secondary .widget.newsblock_be .newsblock_banner {
  text-align: center;
}
#secondary .widget.newsblock_be .newsblock_banner a {
  cursor: pointer;
}
#secondary .widget.newsblock_be .newsblock_banner a:hover {
  opacity: 0.8;
}
#secondary .remind-later-container { 
    position: absolute;
    top: -20px;
    right: 0;
}
#secondary .widget span.button.remind-later {
    margin: 0;
    font: 12px 'Roboto', sans-serif;
    color: #0271b6;
    background: transparent;
    padding: 0;
    display: block;
    cursor: pointer;
    height: auto;
}
#secondary .widget span.button.remind-later:hover {
    color: #005291;
}
#secondary .widget span.button.remind-later .glyphicon.glyphicon-remove {
    font-size: 10px;
    line-height: 18px;
    color: #0271b6;
}
#secondary .widget span.button.remind-later:hover .glyphicon.glyphicon-remove {
    color: #005291;
} 
#secondary .widget.infoblock_be .infoblock_txt {
  margin-bottom: 20px;
}
#secondary .widget.infoblock_be .infoblock_txt a.button-blue {
  margin-top: 20px;
  margin-bottom: 0;
}
#secondary .widget.infoblock_be .infoblock_txt a.button-dostup {
  background: #ff403b;
 }
#secondary .widget.infoblock_be .infoblock_txt a.button-dostup:hover {
  background: #f00;
 }
#secondary .widget.infoblock_be input {
    width: 100%;
}
#secondary .widget.infoblock_be input.phone, #secondary .widget.infoblock_be input.code {
    font-size: 18px;
    margin-bottom: 20px;
}
#secondary .widget.infoblock_be > *:last-child {
  margin-bottom: 0;
}

#secondary .newsblock_be .classic-text-widget > div {
  margin-bottom: 0;
}
#secondary .newsblock_be .classic-text-widget > div > div > *:last-child {
  margin-bottom: 0;
}
#secondary .newsblock_be .classic-text-widget > div a {
  color: #0271b6;
}
#secondary .newsblock_be .classic-text-widget > div a:hover { 
  color: #005291;
}
#secondary .widget.newsblock_be span.never-again-newsblock {
  padding-right: 11px;
}  
#secondary .widget.newsblock_be .never-again-newsblock:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 18px;
    -moz-osx-font-smoothing: grayscale;
}

form#activete_phone {    text-align: center; }
.main-content-inner form#activete_phone {    display: flex; justify-content: center; }
@media screen and (max-width: 1199.98px) {
  #secondary .widget.infoblock_be { 
      margin-bottom: 40px;
      padding: 25px;
  }
  #secondary .widget.newsblock_be { 
      margin-bottom: 40px;
  }
  #secondary .widget.newsblock_be .newsblock_download { 
      margin: 25px;
  }
  #secondary .widget span.button.remind-later {
      font-size: 11px;
  }
  #secondary .widget span.button.remind-later .glyphicon.glyphicon-remove {
      font-size: 9px;
  }
  #secondary .widget.infoblock_be input.phone, #secondary .widget.infoblock_be input.code {
      font-size: 16px;
  }
  #secondary .widget.newsblock_be .never-again-newsblock:after {
    font-size: 9px
  } 
}

/* --------------------- END infoblock in sidebar --------------------- */
#secondary .rand-comment-widget {
  padding-top: 0;
  padding-bottom: 0;
}
#secondary .rand-comment-header {
  text-align: center;
  margin-bottom: 40px;
} 
#secondary .rand-com-left, #secondary .rand-com-right {
    color: #0271b6;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    top: 3px;
    position: relative;
    cursor: pointer;
}
#secondary .rand-com-left:hover:before, #secondary .rand-com-right:hover:before {
    text-decoration: underline;
    color: #005291;
}
#secondary .rand-com-left {
  float: left;
  display: none;
} 
#secondary .rand-com-right {
  float: right;
  display: none;
}
#secondary .rand-com-left:before {
  font-family: FontAwesome;
  content: "\f053";
} 
#secondary .rand-com-right:before {
  font-family: FontAwesome;
  content: "\f054";
} 
.rand-comment-widget .comment .comment-body {
  padding: 0px;
  border: 0 none;
  margin-top: 0;
}
.rand-comment-widget #comments .comment-author.vcard {
    float: none;
}
.rand-comment-widget #comments .comment-author.vcard .avatar {
  display: block;
  top: 0;
  left: 0;
  position: relative;
  margin: 0 auto 30px;
  width: 100px;
  border-radius: 50%;
}
.rand-comment-widget .comment-content {
  margin-bottom: 30px;
}
.rand-comment-widget .comment-content p {
  text-align: center;
}
.rand-comment-widget .comment-content p:last-child {
  margin-bottom: 0;
}
.rand-comment-widget .comment-author-name {
  font-size: 14px;
  font-style: italic;
  color: #706e91;
  text-align: center;
  margin-bottom: 40px;
}
.rand-comment-widget .comment-metadata {
  display: none;
}
.rand-comment-widget .all-com-link {
  text-align: center;
  line-height: 1;
  font-size: 12px;
}
#secondary .widget .all-com-link a {
  color: #0271b6;
  font-size: 14px;
}
#secondary .widget .all-com-link a:hover {
  text-decoration: underline;
  color: #005291;
}
.rand-comment-widget .attachmentFile {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  #secondary .rand-comment-header {
      margin-bottom: 30px;
  }
  .rand-comment-widget .avatar {
    margin-bottom: 25px;
    width: 90px;
  }
  .rand-comment-widget .comment-content {
      margin-bottom: 25px;
  }
  .rand-comment-widget .comment-content p {
    font-size: 14px;
  }
  .rand-comment-widget .comment-author-name {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #secondary .widget .all-com-link a {
    font-size: 12px;
  }
}
/* --------------------- END random comment in sidebar --------------------- */
/* --------------------- toc_widget in sidebar --------------------- */
#secondary .toc_widget {
  background: #f0f0f0;
  padding-left: 0;
}
#secondary .toc_widget > h3:first-child {
  margin-bottom: 25px;
  margin-left: 40px;
}
#secondary .toc_widget ul.toc_widget_list {
  padding-right: 10px;
}
#secondary .toc_widget ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  border-left: 5px solid transparent;
}

#secondary .toc_widget ul li:last-child {
  margin-bottom: 0;
}
#secondary .toc_widget ul li a {
  text-transform: none;
  padding: 0;
}
#secondary .toc_widget ul li a:hover {
  background: none;
}
#secondary .toc_widget ul li.active {
  border-color: #00C0CF;
}
#secondary .toc_widget ul li.active a {
  color: #0271b6;
}
#secondary .toc_widget ul li.active a:hover {
  color: #005291;
}
#secondary .toc_widget ul li ul {
  padding: 0;
  margin-top: 15px;
}
#secondary .toc_widget ul li li {
  padding-left: 20px;
}
#secondary .toc_widget ul li li.active {
  border-color: #ffae21;
}
#secondary .toc_widget ul li li li.active {
  border-left: 5px solid #57b602;
}
#secondary .toc_widget ul li li li li.active {
  border-left: 5px solid #ffae21;
}
#secondary .widget > div > .scroll-element {
    display: none;
}
#secondary .widget > div > .scroll-element.scroll-x.scroll-scrollx_visible, #secondary .widget > div > .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
#secondary .scrollbar-inner > .scroll-element.scroll-y {
    width: 6px;
}
#secondary .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #b7b5d2;
}
#secondary .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #706e91;
    cursor: pointer;
}
#secondary .scrollbar-inner:hover > .scroll-element .scroll-bar {
    background-color: #706e91;
}
#secondary .scrollbar-inner.scroll-draggable > .scroll-element .scroll-bar {
    background-color: #706e91;  
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children {
  padding-right: 12px;
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children i {
  float: right;
    font-size: 9px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: unset;
    cursor: pointer;
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children i:after {
    content: '\f077';
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children i.opened::after {
    content: '\f078';
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children.active i:after, #secondary .toc_widget ul.toc_widget_list > li.toc-has-children.active i.opened::after {
    color: #0271b6;
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children.active i:hover:after, #secondary .toc_widget ul.toc_widget_list > li.toc-has-children.active i.opened:hover::after {
    color: #005291;
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children i:after, #secondary .toc_widget ul.toc_widget_list > li.toc-has-children i.opened::after {
    color: #33305a;
}
#secondary .toc_widget ul.toc_widget_list > li.toc-has-children i:hover:after, #secondary .toc_widget ul.toc_widget_list > li.toc-has-children i.opened:hover::after {
    color: #0271b6;
}
#toc_container {
  background: #f0f0f0;
  border: 0 none;
  width: 100%;
  margin: 30px 0;
}
#toc_container p.toc_title {
  text-align: left;
  margin-bottom: 20px;
}
#toc_container ul li {
  margin-bottom: 10px;
}
#toc_container ul li ul {
  margin-top: 10px;
}
#toc_container > ul li:last-child { 
  margin-bottom: 0;
}
#toc_container li:before {
  display: none;
}
#toc_container ul li a {
  font-size: 16px;
}
#toc_container ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
  #secondary .toc_widget > h3:first-child {
    margin-bottom: 20px;
    margin-left: 30px;
  } 
  #secondary .toc_widget ul li {
    margin-bottom: 10px;
  }
  #secondary .toc_widget ul li ul {
    margin-top: 10px;
  }

  #toc_container {
    margin: 25px 0;
  }
  #toc_container p.toc_title {
    margin-bottom: 15px;
  }
  #toc_container ul li {
    margin-bottom: 5px;
  }
  #toc_container ul li ul {
    margin-top: 5px;
  }
  #toc_container ul li a {
    font-size: 14px;
  }
}
/* --------------------- END toc_widget in sidebar --------------------- */
/*------------------------------------------ END SIDEBAR ------------------------------------------*/

/* ------------------------------------------ SITE CONTENT ------------------------------------------ */

/* ------------------------------------------ CATEGORY in SITE CONTENT ------------------------------------------ */

.site-content .button, .site-content .button-blue, .site-content .button-red, .site-content .button-order-gr_red, #comments .submit, .site-content a.button-download, .site-content .button-download, #login-popup .button-blue, .site-content .button-green, input[type="submit"], #secondary .widget .button-blue, .entry-content .button-red, .site-content input[type="button"].btn, a.send-login-link-btn.button-primary {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-height: 40px;
  font: 500 14px/1.4 'Montserrat', sans-serif;
  color: #fff;
  background: #00C0CF;
  text-decoration: none;
  border: 0 none;
  border-radius: 0;
  text-transform: none;
  margin-bottom: 15px;
  text-decoration: none;
}
a.send-login-link-btn:hover {
	background: #005291;
}
.btn.btn-default {
    color: #FFF;
    text-transform: none;
}
.site-content .button:hover, .site-content .button-blue:hover, .site-content .button-red:hover, .site-content .button-order-gr_red:hover, #comments .submit:hover, .site-content a.button-download:hover, .site-content .button-download:hover, #login-popup .button-blue:hover, input[type="submit"]:hover, #secondary .widget .button-blue:hover, .entry-content .button:hover, .entry-content .button-red:hover, .site-content input[type="button"].btn:hover {
  background: #00C0CF;
  opacity: 0.8;
  color: #fff;
}
#secondary .widget .button-blue {
  width: 100%;
}
#secondary .widget a.button-feedback, #secondary .widget a.button-idea {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px; 
}
#secondary .widget a.button-feedback:before, #secondary .widget a.button-idea:before {
    display: block;
    content: url(img/icon-feedback.png);
    width: 27px;
    height: 20px;
    margin-right: 20px;
}
#secondary .widget a.button-idea:before {
    content: url(img/icon-lamp.svg);
    margin-right: 15px;
    height: 28px;
    margin-top: -1px;
}
#secondary .widget a.button-feedback:after, #secondary .widget a.button-idea:after {
    content: url(img/icon-feedback-arr.png);
    width: 7px;
    height: 15px;
    margin-left: 20px; 
    margin-top: 1px;
}
.site-content a.button-download, .site-content .button-download, .entry-content .button-red, .site-content .button-red, .site-content input[type="button"].btn {
  min-width: 160px;
  background: #C62338;
}
.site-content a.button-download:hover, .site-content .button-download:hover, .entry-content .button-red:hover, .site-content .button-red:hover, .site-content input[type="button"].btn:hover {
  min-width: 160px;
  background: #C62338;
}
.site-content .button-order-gr_red {
  background: #f23c3c;
}
.site-content .button-order-gr_red:hover {
  background: #f55e5e;
}

.site-content .button-green, .page-checkout .button-green, #login-popup #login-popup-register input[type="submit"], form[name="registerform"] input[type="submit"] {
  background: #57b602;
}
.site-content .button-green:hover, .page-checkout .button-green:hover, #login-popup #login-popup-register input[type="submit"]:hover, form[name="registerform"] input[type="submit"]:hover {
  background: #3e8301;
}

#comments .submit {
  border: 0 none;
  border-radius: 0;
  text-transform: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .site-content .button, .site-content .button-blue, .site-content .button-red, .site-content .button-order-gr_red, #comments .submit, .site-content a.button-download, .site-content .button-download, #login-popup .button-blue, .site-content .button-green, input[type="submit"], #secondary .widget .button-blue, .entry-content .button, .site-content input[type="button"].btn {
  min-height: 35px;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px; 
  }
  #secondary .widget a.button-feedback, #secondary .widget a.button-idea {
    margin-bottom: 40px;
    height: 35px;
    padding: 0 20px;
  }
  #secondary .widget a.button-feedback:before, #secondary .widget a.button-idea:before {
      content: url(img/icon-feedback-1199.png);
      width: 24px;
      height: 17px;
  }
  #secondary .widget a.button-idea:before {
      content: url(img/icon-lamp-1199.svg);
      height: 26px;
  }
  #secondary .widget a.button-feedback:after, #secondary .widget a.button-idea:after {
      content: url(img/icon-feedback-arr-1199.png);
      width: 6px;
      height: 13px;
  }
}
/* --------------------- inputs --------------------- */
label.error {
  color: red;
}
.input-group.input-group-search {
  width: 100%;
  border: 1px solid #8fb3de;
  align-items: center;
}
.input-group.input-group-search:before {
  color: #0785CE;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-group.input-group-search input {
  border: none !important;
  padding-left: 36px;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="phone"], input[type="url"], input[type="password"], input[type="search"], input[type="date"] {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 1px solid #8fb3de;
    color: #33305a;
    font-size: 15px;
}
input[type="file"] { 
  font-size: 12px;
  background: #f5f5f7;
  cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button { 
  padding: 3px 10px;
  font-size: 13px;
  border: 1px solid #8fb3de;
  color: #33305a;
  background: #f5f5f7;
  cursor: pointer;
}
input[type="file"]::-ms-browse {
  font-size: 13px;
  border: 1px solid #8fb3de;
  background: #f5f5f7;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  appearance: none;
  box-shadow: 0 0 0 1px #8fb3de;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
input[type="checkbox"]:before {
  position: absolute;
  content: ".";
  font-size: 0;
  display: block;
  box-shadow: none;
  cursor: pointer;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  width: 18px;
  height: 18px;
}
input[type="checkbox"]:checked:before {
  background: #57b602;
}
input[type="radio"] {
  vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
}
input[type="radio"]:before {
    position: absolute;
    content: ".";
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #fff;
  box-shadow: 0 0 0px 1px #8fb3de;
    outline: none;
  border-radius: 50%;
    cursor: pointer;
}

input[type="radio"]:checked:before {
    background: #57b602;
}

select {
    height: 40px;
    padding: 0 20px 0 16px;
    border: 1px solid #8fb3de;
    color: #33305a;
    font-size: 14px;
}
*::-ms-backdrop, select {padding-right: 0;} /* IE11 */
textarea {
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid #8fb3de;
    color: #33305a;
    font-size: 15px;
    line-height: 1.4;
}
input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9997ac; opacity: 1; /* Firefox */ }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#9997ac;}
input::-moz-placeholder, textarea::-moz-placeholder         {color:#9997ac;}/* Firefox 19+ */
input:-moz-placeholder, textarea:-moz-placeholder           {color:#9997ac;}/* Firefox 18- */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#9997ac;}

@media screen and (max-width: 1199.98px) {
  input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="phone"], input[type="url"], input[type="password"], input[type="search"], input[type="date"] {
      height: 35px;
      line-height: 35px;
      font-size: 14px;
    padding: 0 10px;
  }
  input[type="checkbox"]:before {
    width: 12px;
    height: 12px;
  }
  select {
    height: 35px;
    font-size: 13px;
  }
  textarea {
      padding: 8px 10px;
      font-size: 14px;
  }
}
/* --------------------- END inputs --------------------- */
.site-content p, .site-content ul, .site-content li, .site-content a, .site-content span { 
  font-size: 16px;
  color: #010101;
}
.site-content a {
  color: #0271b6;
}
.site-content a:hover {
  color: #0271b6;
  opacity: 0.8;
  cursor: pointer;
}
/* --------------------- archive-wrap-blue from category-1s-....php --------------------- */
.site-content .archive-wrap-blue a {
  color: #33305a;
}
.site-content .archive-wrap-blue a:hover {
  color: #0271b6;
}
.form-mainpage {
  margin-bottom: 50px;
}
.form-mainpage .col-md-6 > h1 {
  margin-top: 0;
}
.archive-tabs {
  position: relative;
  margin-bottom: 50px;
  min-height: 150px;
}
.archive-tabs > h4:first-child {
  margin: 0;
}
.archive-tabs .ui-tabs .ui-tabs-nav li a {
    margin-right: 20px;
}
.archive-tabs .ui-tabs .ui-tabs-nav li:last-child a {
    margin-right: 0;
}
.archive-tabs .tabs {
  position: relative;
}
.archive-tabs .tab {
  position: relative;
  margin-top: 27px;
  padding-left: 90px;
  min-height: 125px;
}
.archive-tabs .tabs .tab:before {
  position: absolute;
  top: 0;
  left: -47px;
  content: url(img/icon-list.png);
  width: 97px;
  height: 125px;
}
.archive-tabs .tab h4 {
  margin: 0 0 35px 0;
  font-size: 14px;
  color: #33305a;
}
.archive-tabs .tab .upcoming-sem h4 {
  color: #57b602;
}
.archive-tabs .tab.tab-podborki h4 {
  color: #57b602;
}
.archive-tabs .multibox {
}
.archive-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-tabs ul li {
  margin-bottom: 35px;
}
.archive-tabs .tab ul li:last-child {
  margin-bottom: 40px;
}
.archive-tabs .multibox .boxTitle {
  font-size: 12px; 
  margin-bottom: 10px;
}
.archive-tabs .multibox .boxTitle .archive-date {
  color: #adacb8;
}
.archive-tabs .upcoming-sem .multibox .boxTitle .archive-date {
  color: #ff403b;
}
.archive-tabs .upcoming-sem .multibox li:first-child {
    position: relative;
}
.archive-tabs .upcoming-sem .multibox li:first-child:before {
    position: absolute;
    content: url(img/icon-fire-red.png);
    width: 10px;
    height: 16px;
    left: -20px; 
    top: -2px;
}
.archive-tabs .tab-podborki .upcoming-sem .multibox li:first-child:before {
  display: none;
}
.archive-tabs .multibox .boxTitle .statusShow {
  display: none;
}
.archive-tabs #tt-5min {
  padding-left: 0; 
}
.archive-tabs #tt-5min:before {
  display: none;
}

.five-min iframe {
  width: 100%;
  margin-bottom: 35px;
}
.five-min .issue_date {
  font: bold 18px/22px 'Montserrat', sans-serif;
  color: #FF3C3C;
}
.five-min .links_subtitle {
  color: #323059;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.five-min > .row ul, .five-min > .row ol {
  margin: 10px 0 20px;
  padding-left: 0;
  list-style: none;
}
.five-min > .row li a {
  font-size: 16px;
  line-height: 21px;
  color: #0271b6;
  text-decoration: none;
}
.five-min > .row li a:hover {
  color: #005291;
}
.five-min > .row li {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 17px;
  margin-bottom: 16px;
}
.five-min > .row ul li:last-child {
  margin-bottom: 0;
}
.five-min > .row li:before, .five-min > .row ol > li:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    background: #0071B3; 
}
.archive-tabs .issue_description > p {
  font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.five-min .link_to_all_issues a {
    font-size: 16px;
    line-height: 21px;
    color: #0071B3;
    text-decoration: none;
}
.five-min .link_to_all_issues a:hover {
    color: #005291;
}
.five-min .links_for_all, .five-min .links_for_paid {
  font-size: 16px;
}
.five-min .links_for_all p, .five-min .links_for_paid p {
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 1199.98px) {
  .site-content p, .site-content ul, .site-content li, .site-content a, .site-content span {
    font-size: 14px;
  }
  .form-mainpage {
    margin-bottom: 40px;
  }
  .archive-tabs {
    margin-bottom: 40px;
  }
  .archive-tabs .ui-tabs .ui-tabs-nav li a {
    margin-right: 12px;
  }
  .archive-tabs .tab {
    margin-top: 17px;
    padding-left: 80px;
  }
  .archive-tabs .tab h4 {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .archive-tabs ul li {
    margin-bottom: 25px;
  }
  .archive-tabs .tab ul li:last-child {
    margin-bottom: 30px;
  }
  .archive-tabs .multibox .boxTitle {
    font-size: 11px; 
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991.98px) {
  .archive-wrap-blue.archive-tabs .tab > div > div:first-child {
    margin-bottom: 25px;
  }
  .five-min .links_for {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-tabs .ui-tabs .ui-tabs-nav li a {
      margin-right: 0;
  }
  .archive-wrap-blue.like-news .tabs > ul {
      display: none;
      position: absolute;
      z-index: 99;
      border: 5px solid #d6e3f3;
      background-color: #fff;
      border-radius: 0;
      box-shadow: 0 0 10px #b0aebf;
      width: 100%;
      padding: 20px 0;
      margin: 0;
  }
  .archive-wrap-blue.like-news .tabs > ul li {
      float: none;
      padding: 5px 0;
  }
  .archive-wrap-blue.like-news .tabs > ul li a {
      float: none;
  }
  .archive-wrap-blue.like-news h4.visible-xs {
      cursor: pointer;
      position: relative;
  }
  .archive-wrap-blue.like-news h4.visible-xs div {
      border: 1px solid #0271b6;
      float: right;
      width: 25px;
      height: 25px;
      border-radius: 20px;
      padding: 2px;
      position: relative;
  }
  .archive-wrap-blue.like-news h4.visible-xs div span {
      position: absolute;
      color: #0271b6;
      right: 7px;
      top: 10px;
      border-top: 6px dashed;
      border-top: 6px solid \9;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
  }
  .archive-wrap-blue.like-news h4.visible-xs:hover div {
      border: 1px solid #005291;
  }
  .archive-wrap-blue.like-news h4.visible-xs:hover div span {
      color: #005291;
  }
  .archive-wrap-blue.like-news .like-news-leftcol {
      margin-bottom: 30px;
  }
}
/* --------------------- END archive-wrap-blue from category-1s-....php --------------------- */

/* --------------------- archive-wrap-yellow from category-1s-....php --------------------- */
.archive-wrap-yellow .ask_question {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.archive-wrap-yellow > div {
  position: relative;
  margin-top: 40px;
  padding-left: 90px;
}
.archive-wrap-yellow > div:before {
    position: absolute;
    top: 0;
    left: -49px;
    content: url(img/icon-question.svg);
    width: 99px;
    height: 99px;
}
.archive-wrap-yellow ul li {
  position: relative;
  padding-right: 90px;
}
.archive-wrap-yellow ul li:last-child {
  margin-bottom: 40px;
}
.archive-wrap-yellow > div ul li > a {
    font-size: 20px;
    color: #33305a;
    line-height: 1.1;
}
.archive-wrap-yellow > div ul li > a:hover {
    color: #0271b6;
}
.archive-wrap-yellow > div ul li p.excerptShow {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.archive-wrap-yellow > div ul li p.excerptShow a {
  font-size: 14px;
  color: #706e8b;
}
.archive-wrap-yellow > div ul li p.excerptShow a:hover {
  color: #0271b6;
}
.archive-wrap-yellow li .boxTitle {
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 0;
}
.archive-wrap-yellow .boxTitle .archive-date {
    font-size: 11px;
    color: #adacb8;
}
.archive-wrap-yellow .boxTitle .statusShow {
  position: absolute;
  left: -23px;
}
.archive-wrap-yellow .boxTitle .statusShow a {
    display: inline-block;
    font-size: 10px;
}
.archive-wrap-yellow .boxTitle .statusShow span.buh-new {
    font-size: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #C62338;
    font-weight: bold;
    margin-top: 4px;
    display: inline-block;
}
.archive-wrap-yellow .boxTitle .statusShow span.buh-new:hover {
    color: #C62338;
    opacity: 0.8;
}
.archive-wrap-yellow .boxTitle .statusShow .fa-check {
  color: #57b602;
  font-size: 12px;
  margin-top: 7px;
}
.archive-wrap-yellow .boxTitle .statusShow .fa-check:hover {
  color: #72ee05;
}
.archive-wrap-yellow .boxTitle .statusShow .fa-check-circle-o {
  font-size: 14px;
  color: #c5c5c5;
  margin-top: 6px; 
}
.archive-wrap-yellow .boxTitle .statusShow .fa-check-circle-o:hover {
  color: #adacb8;
}
.archive-wrap-yellow li .boxTitle .commentShow {
    position: absolute;
    right: -90px;
    height: 40px;
    width: 65px;
    text-align: right;
    font-size: 12px;
    line-height: 40px;
    margin-top: 20px;
    border-left: 1px solid #efeff3;
}
.archive-wrap-yellow .boxTitle .commentShow i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 20px;
  font-size: 20px;
  color: #d0d0d0;
  background: url('img/icon-comment.png') no-repeat 0 0;
}
.archive-wrap-yellow .boxTitle .commentShow a:hover i {
  background: url('img/icon-comment.png') no-repeat 0 -21px;
}
.archive-wrap-yellow .boxTitle .commentShow i:before {
  display: none;
}
.archive-wrap-yellow .boxTitle .commentShow a span {
  font: 600 14px 'Montserrat', sans-serif;
    color: #9997ac;
}
.archive-wrap-yellow .boxTitle .commentShow a:hover span {
    color: #00C0CF;
}
@media screen and (max-width: 1199.98px) {
  .archive-wrap-yellow .ask_question {
    bottom: 3px;
  }
  .archive-wrap-yellow > div {
      margin-top: 30px;
      padding-left: 80px;
  }
  .archive-wrap-yellow ul li:last-child {
    margin-bottom: 30px;
  }
  .archive-wrap-yellow > div ul li > a {
      font-size: 18px;
  }
  .archive-wrap-yellow > div ul li p.excerptShow {
    margin-top: 10px;
    font-size: 13px;
  }
  .archive-wrap-yellow > div ul li p.excerptShow a {
    font-size: 13px;
  }
  .archive-wrap-yellow li .boxTitle .commentShow {
      margin-top: 17px;
  }
  .archive-wrap-yellow .boxTitle .statusShow {
      left: -19px;
  }
  .archive-wrap-yellow .boxTitle .statusShow span.buh-new {
      font-size: 7px;
      margin-top: 2px;
  }
  .archive-wrap-yellow .boxTitle .statusShow .fa-check {
    font-size: 11px;
    margin-top: 6px;
  }
  .archive-wrap-yellow .boxTitle .statusShow .fa-check-circle-o {
    font-size: 13px;
    margin-top: 4px; 
  }

}
@media screen and (max-width: 550px) {
  .archive-wrap-yellow .navigation.pagination {
      margin-bottom: 55px;
  }
  .archive-wrap-yellow .ask_question {
      width: 100%;
      bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .archive-wrap-yellow ul li {
      padding-right: 70px;
  }
  .archive-wrap-yellow li .boxTitle .commentShow {
      width: 55px;
  }
  .archive-wrap-yellow .boxTitle .commentShow i {
      left: 15px;
  }
}
/* --------------------- END archive-wrap-yellow from category-1s-....php --------------------- */
/* --------------------- archive-wrap-article from category-1s-....php and Yarpp-plagin (dop.materialy from posts) --------------------- */
.archive-wrap-article {
  margin-bottom: 50px;
  min-height: 150px;
}
.yarpp-related {
  margin-top: 40px;
  margin-bottom: 20px;
}
.yarpp-related:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.archive-wrap-article > div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.archive-wrap-article h4:first-child {
  margin: 0;
}
.yarpp-related h3 {
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.archive-wrap-article ul, .yarpp-related ol {
  list-style: none;
  margin: 40px 0 10px;
  padding: 0;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.yarpp-related ol {
  margin-bottom: 0;
}
.archive-wrap-article ul li, .yarpp-related ol li {
  /*display: inline-block;*/
  position: relative;
  width: 100%;
  border: 1px solid #efeff3;
  padding: 0 30px;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  float: left;
  line-height: 1.2;
}
.yarpp-related ol li {
  padding: 20px 85px 20px 30px;
}
.yarpp-related ol li:before {
  display: none;
}
.yarpp-related ol li:after {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 25px;
    height: 30px;
    content: url(img/icon-sheets.png);
}
.yarpp-related ol li:before {
  display: none;
}

.yarpp-related-question {
  padding: 30px;
  border: 1px solid #efeff3;
  margin-top: 30px;
}
.yarpp-related-question .yarpp-related- h3  {
  display: none;
}
.yarpp-related-question :first-child {
  margin-top: 0;
}
.yarpp-related-question :last-child {
  margin-bottom: 0;
}
.yarpp-related-question .yarpp-related- ol {
  margin-left: 0;
  list-style-position: inside;
  padding-left: 20px;
}
.yarpp-related-question .yarpp-related- li  {
  list-style: disc;
  padding-left: 0;
}
.yarpp-related-question .yarpp-related- li:last-child  {
  margin-bottom: 0;
}
.yarpp-related-question .yarpp-related- li:before  {
  display: none;
}
.yarpp-related-question .yarpp-related- li small  {
  display: inline-block;
}




.archive-wrap-article .boxTitle {
    display: none;
}
.archive-wrap-article ul li i.fa {
  display: none;
}
.archive-wrap-article ul li a {
    display: inline-block;
    background: url(img/icon-sheets.png) no-repeat right 0;
    padding-right: 55px;
    margin: 20px 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;
    color: #33305a;
}
.yarpp-related ol li a {
    display: block;
    color: #33305a;
    font-weight: normal;
    margin-bottom: 10px;
}
.archive-wrap-article ul li a:hover, .yarpp-related ol li a:hover {
    color: #0271b6;
}
.yarpp-related li small {
    display: block;
    font-size: 12px;
}

@media screen and (max-width: 1199.98px) {
  .archive-wrap-article {
    margin-bottom: 40px;
  }
  .yarpp-related {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .archive-wrap-article ul, .yarpp-related ol {
    margin: 30px 0 0;
  }
  .archive-wrap-article ul li a {
    height: 50px;
  }
  .yarpp-related h3 {
    font-size: 16px;
  }
  .yarpp-related ol li a {
      margin-bottom: 5px;
  }
  .yarpp-related li small {
      font-size: 11px;
  }

}
@media screen and (max-width: 767.98px) {
  .archive-wrap-article ul, .yarpp-related ol {
      list-style: none;
      margin: 30px 0;
      padding: 0;
      -moz-column-count: 1;
       -webkit-column-count: 1; 
       column-count: 1; 
      -moz-column-gap: 0px;
      -webkit-column-gap: 0px;
      column-gap: 0px;
  }
  .archive-wrap-article ul li, .yarpp-related ol li {
      margin-bottom: 10px;
  }
  .archive-wrap-article ul li:last-child, .yarpp-related ol li:last-child {
      margin-bottom: 0;
  }
  .archive-wrap-article ul li a {
      height: inherit;
      min-height: 30px; 
  }
}
/* --------------------- END archive-wrap-article from category-1s-....php and Yarpp-plagin (dop.materialy from posts) --------------------- */
/* --------------------- archive-sets from category-1s-....php --------------------- */
.archive-sets {
  margin-bottom: 50px;
  min-height: 150px;
}
.archive-sets h4:first-child {
  margin: 0;
}
.archive-sets > div {
    position: relative;
    margin-top: 40px;
}
.archive-sets .archive-wrap-set {
    position: relative;
    margin-bottom: 20px;
}
.archive-sets .archive-wrap-set:last-child {
     margin-bottom: 40px;
}
.archive-sets .archive-wrap-set > a {
    font-size: 20px;
    line-height: 1.1;
    color: #33305a;
}
.archive-sets .archive-wrap-set > a:hover {
    color: #0271b6;
}
.archive-sets .archive-wrap-set > p {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #706e8b;
}
.archive-sets .archive-wrap-set > p a {
    font-size: 14px;
    color: #706e8b;
}
.archive-sets .archive-wrap-set > p a:hover {
  color: #adacb8;
}
.archive-sets .archive-wrap-set .archive-image {
  position: relative;
}
.archive-sets .archive-wrap-set .archive-image > a {
    display: block;
/*    height: 100%;*/
}
.archive-sets .archive-wrap-set .archive-image > a.archive-title {
    position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
    height: 53%;
    bottom: 10px;
    padding: 0 20px;
    color: #fff;
    line-height: 1.1;
    font-size: 15px;
}
.archive-sets .archive-wrap-set .archive-image > a.archive-title:hover {
    color: #7ac8f9;
}
.archive-sets .archive-wrap-set .archive-image img {
  width: 100%;
  height: 154px;
}
.archive-sets .archive-wrap-set .archive-date {
  position: absolute;
  right: 0;
  top: 0;
  background: #0271b6;
  padding: 4px 6px;
  font-size: 11px;
  color: #fff;
}
.archive-sets > div > a.all-sem-link {
  color: #0271b6;
  font-size: 14px;
}
.archive-sets > div > a.all-sem-link:hover {
  text-decoration: underline;
  color: #005291;
}

@media screen and (max-width: 1199.98px) {
  .archive-sets {
      margin-bottom: 40px;
  }
  .archive-sets > div {
      margin-top: 30px;
  }
  .archive-sets .archive-wrap-set {
       margin-bottom: 20px;
  }
  .archive-sets .archive-wrap-set:last-child {
       margin-bottom: 30px;
  }
  .archive-sets .archive-wrap-set > a {
      font-size: 18px;
  }
  .archive-sets .archive-wrap-set > p {
    margin-top: 10px;
    font-size: 13px;
  }
  .archive-sets .archive-wrap-set > p a {
    font-size: 13px;
  }
  .archive-sets .archive-wrap-set .archive-image img {
    height: 123px;
  }
  .archive-sets .archive-wrap-set .archive-image > a.archive-title {
    padding: 0 17px;
    font-size: 13px;
    bottom: 8px;
  }
  .archive-sets .archive-wrap-set .archive-date div {
    font-size: 13px;
  }
  .archive-sets .archive-wrap-set .archive-date a {
    font-size: 13px;
  }
  .archive-sets > div > a.all-sem-link {
    font-size: 12px;
  }

}
@media screen and (max-width: 991.98px) { 
  .archive-sets .archive-wrap-set .archive-image img {
    height: 229px;
  }
  .archive-sets .archive-wrap-set .archive-date {
      font-size: 14px;
  }
  .archive-sets .archive-wrap-set .archive-image > a.archive-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-sets .archive-wrap-set .archive-image img {
    height: auto;
  }
  .archive-sets .archive-wrap-set .archive-date {
      font-size: 16px;
  }
  .archive-sets .archive-wrap-set .archive-image > a.archive-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {

}
@media screen and (max-width: 450px) {
  .archive-sets .archive-wrap-set .archive-date {
      font-size: 14px;
  }
  .archive-sets .archive-wrap-set .archive-image > a.archive-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  .archive-sets .archive-wrap-set .archive-image > a.archive-title {
    font-size: 21px;
  }
}

/* --------------------- END archive-sets from category-1s-....php --------------------- */

/* --------------------- END archive-buy-access from category-1s-....php --------------------- */

.buy-access {
    border: 5px solid #d6e3f3;
    padding: 35px 115px;
    margin-bottom: 50px;
}
.buy-access a {
    display: block;
    transition: none;
    padding-left: 90px;
    background: url(img/icon-locker-big.png) no-repeat 0 5px;
    text-decoration: none;
}
.entry-content .buy-access a {
    text-decoration: none;
}
.buy-access a:hover {
    background: url(img/icon-locker-big.png) no-repeat 0 -195px;
}
.buy-access a span:first-child {
    display: block;
    margin-bottom: 5px;
    font: 600 34px/1 'Montserrat', sans-serif;
    color: #57b602;
}
.buy-access a:hover span:first-child {
    color: #72ee05;
}
.buy-access a span:last-child {
    display: block;
    font-size: 14px;
}
.buy-access a:hover span:last-child {
    color: #adacb8;
}
@media screen and (max-width: 1199.98px) {
  .buy-access {
      padding: 25px 85px;
      margin-bottom: 40px;
  }
  .buy-access a {
      background: url(img/icon-locker-big-1199.png) no-repeat 0 10px;
  }
  .buy-access a:hover {
      background: url(img/icon-locker-big-1199.png) no-repeat 0 -210px;
  }
  .buy-access a span:first-child {
      font-size: 28px;
  }
  .buy-access a span:last-child {
      font-size: 13px;
  }

}
@media screen and (max-width: 991.98px) {
  .buy-access a {
      background: url(img/icon-locker-big-1199.png) no-repeat 0 5px;
  }
  .buy-access a:hover {
      background: url(img/icon-locker-big-1199.png) no-repeat 0 -215px;
  }
}
@media screen and (max-width: 700px) {
  .buy-access {
      padding: 25px 35px;
  }
  .buy-access a {
      padding-left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .buy-access a span:first-child {
      font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .buy-access a, .archive-buy-access a:hover {
      padding-left: 0;
      background: none;
  }
  .buy-access a span:first-child {
      font-size: 26px;
      text-align: center;
  }
  .buy-access a span:last-child {
      text-align: center;
  }
}

/* --------------------- END archive-buy-access from category-1s-....php --------------------- */
.mainpage-banner {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199.98px) {
  .mainpage-banner {
    margin-bottom: 40px;
  }
}
.archive-container-main .header-mainpage h1 {
  text-align: center;
}
.archive-container-main .header-mainpage p {
  text-align: center;
}
/* --------------------- navigation pagination --------------------- */
.navigation.pagination {
  margin: 0;
  display: inline-block;
}
.nav-links {
}
.navigation.pagination .page-numbers, .navigation.post-navigation .nav-previous a, .navigation.post-navigation .nav-next a {
  display: inline-block;
  margin: 0 6px 0 0;
  border-radius: 0;
  border: 0 none;
  background-color: #efeff3;
  height: 30px;
  min-width: 30px;
  padding: 0 2px;
  text-align: center;
  font: 600 14px/30px 'Montserrat', sans-serif;
  color: #33305a;
}
.navigation.pagination a.page-numbers:hover, .navigation.post-navigation .nav-previous a:hover, .navigation.post-navigation .nav-next a:hover, .navigation.post-navigation .nav-previous a:hover span, .navigation.post-navigation .nav-next a:hover span {
  color: #0271b6;
}
.navigation.post-navigation .nav-previous, .navigation.post-navigation .nav-next {
  margin-bottom: 10px;
}
.navigation.post-navigation .nav-previous a, .navigation.post-navigation .nav-next a {
  padding: 7px 30px;
  font-weight: 500;
  margin-right: 0;
  height: inherit;
  line-height: 1.2;
}
.navigation.post-navigation .nav-previous a span, .navigation.post-navigation .nav-next a span {
  font-size: 14px;
}
.navigation.post-navigation .nav-previous a i, .navigation.post-navigation .nav-next a i {
  font-size: 12px;
}
.navigation.pagination span.page-numbers.dots {
  cursor: default;
}
.navigation.pagination span.page-numbers.current {
  cursor: default;
  color: #fff;
  background-color: #0271b6;
}
.navigation.pagination .prev, .navigation.pagination .next {
  display: none;
}
.screen-reader-text {
  font-size: 14px;
}
@media screen and (max-width: 1199.98px) {
  .navigation.pagination .page-numbers, .navigation.post-navigation .nav-previous a, .navigation.post-navigation .nav-next a {
    margin-right: 2px;
    height: 28px;
    min-width: 28px;
    padding: 0 1px;
    line-height: 28px;
    font-size: 12px;
  }
  .navigation.post-navigation .nav-previous a, .navigation.post-navigation .nav-next a {
    padding: 5px 30px;
    margin-right: 0;
    height: inherit;
    line-height: 1.2;
  }
  .screen-reader-text {
      font-size: 13px;
  }
}
@media screen and (max-width: 991.98px) {
  .post-navigation .nav-links {
    margin-bottom: 30px;
  }
}
/* --------------------- END navigation pagination --------------------- */

/* --------------------- for left icons --------------------- */
@media screen and (max-width: 1253px) {
  .archive-tabs .tabs .tab:before {
      top: 0;
      left: -15px;
      content: url(img/icon-list-1253.png);
      width: 75px;
      height: 97px; 
  }
  .archive-wrap-yellow > div:before {
      top: 0;
      left: -15px;
      content: url(img/icon-question-1253.svg);
      width: 75px;
      height: 75px;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-tabs .tabs .tab:before, .archive-wrap-yellow > div:before, .archive-sets > div:before {
    left: -10px;
  }
}
@media screen and (max-width: 360px) {
  .archive-tabs .tabs .tab:before, .archive-wrap-yellow > div:before, .archive-sets > div:before {
    display: none;
  }
  .archive-tabs .tabs .tab, .archive-wrap-yellow > div, .archive-sets > div {
    padding-left: 0;
  }
  .archive-wrap-yellow ul li {
      padding-right: 70px;
      padding-left: 20px;
  }
  .archive-wrap-yellow li .boxTitle .commentShow {
    right: -70px;
  }
  .archive-wrap-yellow .boxTitle .statusShow {
      left: -25px;
  }
}
/* --------------------- END for left icons --------------------- */
/* ------------------------------------------ END CATEGORY in SITE CONTENT ------------------------------------------ */
/* ------------------------------------------ CABINET in SITE CONTENT ------------------------------------------ */
#ui-datepicker-div {
  border: 1px solid #706e91;
}
.profile-tabs .tab {
  margin-top: 27px;
  padding: 0;
}
.profile-tabs #ui-datepicker-div {  
    border: 1px solid #706e91;
    border-radius: 0;
}
.profile-tabs.ui-tabs .ui-tabs-nav {
  margin-top: 0;
}
.profile-tabs .ui-widget-content {
  color: #33305a;
}
.profile-tabs .tab h1 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
}
.profile-tabs .tab h3 {
  font-size: 20px;
  margin-top: 50px;
}
.profile-tabs .tab h3.seminar-group-title {
  font-size: 16px;
  margin-top:30px;
}
.profile-tabs .tab input[type="checkbox"] {
  margin-right: 10px;
} 
.profile-tabs .tab input[type="checkbox"] + label {
  margin-right: 30px !important;
  cursor: pointer;
}
.profile-tabs .tab label {
  font-size: 16px;
  font-weight: normal;
}
.profile-tabs .tab td label {
  margin: 0;
}
.profile-tabs .tab .question_from td p {text-align:center;}
.profile-tabs .tab .question_from form > br { display: none; }
.profile-tabs .tab .question_from select#question_cat { width: 217px; }
.profile-tabs .tab .question_from textarea#question_content { height: 140px; } 
.profile-tabs.ui-widget input, .profile-tabs.ui-widget select, .profile-tabs.ui-widget textarea, .profile-tabs.ui-widget button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px
}
.site-content .profile-tabs .button, .profile-tabs input[type="submit"] {
    margin-bottom: 0;
}
.profile-tabs .tab input[type="file"] {
    display: inline-block;
    margin-bottom: 10px; 
    font-size: 14px;
}
.profile-tabs .tab td input[type="file"]:last-child {
    margin-bottom: 0;
}
.profile-tabs .tab #simple-local-avatar {
  margin-top: 10px;
}
.profile-tabs .seminar-group-title {
    position: relative;
    padding-left: 20px;
}
.profile-tabs .seminar-group-title:before {
    top: -3px;
    left: 0;
    position: absolute;
    color: #0271b6;
    font-size: 20px;
}
.profile-tabs form td small {
    display: block;
    margin-top: 3px;
}
.entry-content .table-invoice img { border: 0 none; }

@media screen and (max-width: 1199.98px) {
  .profile-tabs .tab {
    margin-top: 40px;
  }
  .profile-tabs.ui-tabs .ui-tabs-nav li a {
      margin-right: 12px;
  }
  .profile-tabs.ui-tabs .ui-tabs-nav li:last-child a {
      margin-right: 0;
  }
  .profile-tabs .tab h1 {
    margin-bottom: 25px;
  }
  .profile-tabs .tab h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  .profile-tabs .tab h3.seminar-group-title {
    font-size: 14px;
    margin-top: 25px;
  }
  .profile-tabs .tab input[type="checkbox"] {
    margin-right: 5px;
  } 
  .profile-tabs .tab input[type="checkbox"] + label {
    margin-right: 20px !important;
    cursor: pointer;
  }
  .profile-tabs .tab label {
    font-size: 14px;
    font-weight: normal;
  }
  .profile-tabs .tab .question_from select#question_cat { width: 201px; }
  .profile-tabs.ui-widget input, .profile-tabs.ui-widget select, .profile-tabs.ui-widget textarea, .profile-tabs.ui-widget button {
    font-size: 14px
  }
  .profile-tabs .tab input[type="file"] {
      margin-bottom: 5px; 
      font-size: 13px;
  }
  .profile-tabs .tab #simple-local-avatar {
    margin-top: 5px;
  }
  .profile-tabs .seminar-group-title:before {
      top: -1px;
      font-size:17px;
  }
}
/* ------------------------------------------ END CABINET in SITE CONTENT ------------------------------------------ */

/* ------------------------------------------ POST in SITE CONTENT ------------------------------------------ */
/* --------------------- search in post sml screens together in sidebar--------------------- */
/* --------------------- breadcrumbs--------------------- */
#breadcrumbs {
  margin-bottom: 40px;
}
#breadcrumbs a, #breadcrumbs span {
  font-size: 14px;
}
@media screen and (max-width: 1199.98px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }
  #breadcrumbs a, #breadcrumbs span {
    font-size: 12px;
  }
}
/* --------------------- END breadcrumbs --------------------- */

.post-inner-content {
  background-color: #ffffff;
}

.post-inner-content, .post-inner-content:first-child {
  border: 0 none;
  padding: 0;
}
.page-header {
  margin-bottom: 0;
}
h1.entry-title, h1.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900 !important;
    color: #57b602;
    font-size: 26px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 50px;
}
h1.entry-title span.favorite.dashicons, h1.page-title span.favorite.dashicons {
  font-size: 18px;
  color: #C62338;
  position: relative;
  width: 160px;
}
h1.entry-title span.favorite.dashicons:before, h1.page-title span.favorite.dashicons:before {
  content: url(img/title-bookmark.svg);
  left: 0;
  position: absolute;
  width: 18px;
  height: 19px;
}
h1.entry-title span.favorite.dashicons-star-filled:before, h1.page-title span.favorite.dashicons-star-filled:before {
  content: url(img/title-bookmark-filled.svg);
}
h1.entry-title span.favorite.dashicons:after, h1.page-title span.favorite.dashicons:after {
  display: block;
  position: absolute;
  text-transform: none;
  white-space: nowrap;
  top: 3px;
  left: 27px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
h1.entry-title span.favorite.dashicons.dashicons-star-empty:after, h1.page-title span.favorite.dashicons.dashicons-star-empty:after {
    content: 'Добавить в избранное';
}
h1.entry-title span.dashicons.favorite.dashicons-star-filled:after, h1.page-title span.favorite.dashicons.dashicons-star-filled:after {
    content: 'Убрать из избранного';
}

.post-inner-content .pub-date {
    margin-bottom: 30px;
    font-size: 14px;
}
.entry-content {
  /*margin: 0;*/
  margin: 0;
  font-size: 18px;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > script + style + style + * {
    margin-top: 0;
}
.entry-content h1, .entry-content .h1 { margin: 40px 0; }
.entry-content h2, .entry-content .h2 { margin: 30px 0; }
.entry-content h3, .entry-content .h3 { margin: 25px 0; }
.entry-content h4, .entry-content .h4 { margin: 20px 0; }
.entry-content h5, .entry-content .h5 { margin: 15px 0; }
.entry-content h6, .entry-content .h6 { margin: 10px 0; }

.entry-content img {
  border: 5px solid #f5f5f7;
  margin-bottom: 30px;
  margin-top: 30px;
}
.entry-content p {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
body.single-post .entry-content p {
  text-align: justify;
}
.entry-content a {
  font-size: 18px;
  text-decoration: underline;
}
.entry-content span {
  font-size: 18px;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content table {
  font-size: 16px;
  margin: 30px 0;
}
.entry-content .tablestriped table {
  margin: 0;
}
.entry-content .tablestriped {
  margin: 30px 0;
}
.entry-content .table-responsive table, .entry-content .table-responsive .tablestriped {
  margin: 0;
}
.entry-content .table-responsive {
  margin: 30px 0;
}
.entry-content .table-responsive::-webkit-scrollbar {
       -webkit-appearance: none;
}
.entry-content .table-responsive::-webkit-scrollbar:vertical {
       width: 8px;
}
.entry-content .table-responsive::-webkit-scrollbar:horizontal {
       height: 8px;
}
.entry-content .table-responsive::-webkit-scrollbar-thumb {
       background-color: #0271b6bf;
       border-radius: 4px;
       border: 2px solid #f5f5f5;
}
.entry-content .table-responsive::-webkit-scrollbar-track {
       border-radius: 1px;  
       background-color: #f5f5f5; 
}
.askquestion_comments {
  font-size: 18px;
  margin-bottom: 45px;
}
.askquestion_comments a {
  font-size: 18px;
}
@media screen and (max-width: 1199.98px) {
  h1.entry-title, h1.page-title {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  h1.entry-title span.dashicons, h1.page-title span.dashicons {
    font-size: 16px;
  }
  .post-inner-content .pub-date {
      margin-bottom: 20px;
      font-size: 13px;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content h1, .entry-content .h1 { margin: 30px 0; }
  .entry-content h2, .entry-content .h2 { margin: 25px 0; }
  .entry-content h3, .entry-content .h3 { margin: 20px 0; }
  .entry-content h4, .entry-content .h4 { margin: 15px 0; }
  .entry-content h5, .entry-content .h5 { margin: 10px 0; }
  .entry-content h6, .entry-content .h6 { margin: 10px 0; }

  .entry-content img {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .entry-content p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .entry-content a, .entry-content span {
    font-size: 16px;
  }
  .entry-content table {
    font-size: 14px;
    margin: 25px 0; 
  }
  .entry-content .tablestriped table {
    margin: 0;
  }
  .entry-content .tablestriped {
    margin: 25px 0;
  }
  .entry-content .table-responsive table, .entry-content .table-responsive .tablestriped {
    margin: 0;
  }
  .entry-content .table-responsive {
    margin: 25px 0;
  }
  .askquestion_comments {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .askquestion_comments a {
    font-size: 16px;
  }
}

/* --------------------- links doc pdf xls --------------------- */
a.link {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-left: 23px;
  font-size: 14px;
  text-decoration: underline;
}
a.link_pdf, a.link_pdf:hover {
  color: #f1523e; 
}
a.link_doc, a.link_doc:hover {
  color: #0271b6; 
}
a.link_xls, a.link_xls:hover {
  color: #57b602; 
}
a.link img { 
  display: block;
  position: absolute;
  width: 13px; 
  height: 15px; 
  left: -13px; 
  top: 1px;
  border: 0 none;
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  a.link {
    padding: 0 5px;
    margin-left: 18px;
    font-size: 13px;
  }
}
/* --------------------- END links doc pdf xls --------------------- */
/* --------------------- meta in footer page content --------------------- */

.entry-meta .tagcloud, .widget_tag_cloud .tagcloud {
    margin-top: 0;
    margin-bottom: 40px;
}
.entry-meta .tagcloud a, .widget_tag_cloud .tagcloud a  {
    background: #57b602;
}
.entry-meta .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
    background: #008000; 
}
@media screen and (max-width: 1199.98px) {
  .entry-meta .tagcloud, .widget_tag_cloud .tagcloud {
      margin-bottom: 30px;
      margin-top: 30px;
  }
}
/* --------------------- END meta in footer page content --------------------- */
/* --------------------- post-card --------------------- */
.post-card {
  background-color: #f5f5f7;
  padding: 30px 40px;
  margin-bottom: 40px;
}
.post-card h3 {
  font-size: 14px;
  margin: 0 0 25px;
}
.post-card th, .post-card td {
  padding: 0 35px 15px 0;
  color: #706e8b;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}
.post-card th {
  white-space: nowrap;
}
.post-card td {
  padding-right: 0;
}
.post-card a {
  font-size: 14px;
  text-decoration: underline;
}
.post-card a:hover {
  text-decoration: none;
}
.post-card tr:last-child th, .post-card tr:last-child td {
  padding-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .post-card {
    padding: 30px;
    margin-bottom: 30px;
  }
  .post-card h3 {
    margin-bottom: 20px;
  }
  .post-card th, .post-card td {
    font-size: 13px;
    padding: 0 25px 10px 0;
  }
  .post-card td {
    padding-right: 0;
  }
  .post-card a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767.98px) {
  .post-card th {
    white-space: normal;
  }
}
/* --------------------- END post-card --------------------- */
/* --------------------- post-rating --------------------- */
.post-rating {
  border: 1px solid #2fa0e6;
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.post-rating div, .post-rating .post-ratings p {
  display: inline;
}
.post-rating .post-rating__title {
  font-size: 16px;
  font-weight: bold;
}
.post-rating .post-ratings-loading {
    display: inline-block;
    display: none;
    margin-top: 2px;
    font-size: 16px;
}
.post-rating .post-ratings p {
  padding: 0;
  margin: 0;
}
.post-rating .post-ratings p, .post-rating .post-ratings em, .post-rating .post-ratings-text {
  font-size: 12px;
  color: #9997ac;
}
.post-rating .post-ratings-text {
  font-weight: bold;
}
.post-rating .post-ratings img {
  width: 18px;
  margin-bottom: 2px;
  padding: 0 1px;
}
.post-rating .post-ratings img:first-child {
  margin-left: 20px;
}
.post-rating .post-ratings img:nth-child(5) {
  margin-right: 18px;
}
@media screen and (max-width: 1199.98px) {
  .post-rating {
    padding: 25px;
    margin-bottom: 40px;
  }
  .post-rating div {
    display: inline-block;
  }
  .post-rating .post-rating__title {
    font-size: 14px;
  }
  .post-rating .post-ratings p, .post-rating .post-ratings em, .post-rating .post-ratings-text {
    font-size: 11px;
  }
  .post-rating .post-ratings img:first-child {
    margin-left: 0;
  }

}
/* --------------------- END post-rating --------------------- */
/* --------------------- tables --------------------- */

.profile-tabs .table {
  margin: 0;
}
.table > tr > th, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
  text-align: center;
}
.table > tr > th, .table > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: 1px solid #E0E2EA;
  padding: 8px;
  line-height: 1.1;
  font-size: 18px;
  color: #33305a;
}
.profile-tabs .table > tr > th, .profile-tabs .table > tr > td, .profile-tabs .table > thead > tr > th, .profile-tabs .table > tbody > tr > th, .profile-tabs .table > tfoot > tr > th, .profile-tabs .table > thead > tr > td, .profile-tabs .table > tbody > tr > td, .profile-tabs .table > tfoot > tr > td,
  .table-invoice.table > tr > th, .table-invoice.table > tr > td, .table-invoice.table > thead > tr > th, .table-invoice.table > tbody > tr > th,
  .table-invoice.table > tfoot > tr > th, .table-invoice.table > thead > tr > td, .table-invoice.table > tbody > tr > td, .table-invoice.table > tfoot > tr > td {
    padding: 15px 8px;
    line-height: 1.2;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #706e91;
}
.tablestriped .table tr > th, .tablestriped .table tr > td {
    padding: 10px 20px;
}

.entry-content table > tbody > tr:hover {
  background-color: transparent;
}
.tablestriped table tr td, .tablestriped table tr th {
  border: 0 none;
}
.entry-content .tablestriped table td:first-child, .entry-content .tablestriped table th:first-child {
  text-align: left;
}
.entry-content .tablestriped tbody > tr:nth-of-type(2n+1), .entry-content .tablestriped tbody > tr:nth-of-type(2n+1) tr {
    background-color: #f5f5f7;
}

@media screen and (max-width: 1199.98px) {
  .table > tr > th, .table > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
      padding: 3px 5px;
      font-size: 16px;
  }
  .profile-tabs .table > tr > th, .profile-tabs .table > tr > td, .profile-tabs .table > thead > tr > th, .profile-tabs .table > tbody > tr > th, .profile-tabs .table > tfoot > tr > th, .profile-tabs .table > thead > tr > td, .profile-tabs .table > tbody > tr > td, .profile-tabs .table > tfoot > tr > td,
  .table-invoice.table > tr > th, .table-invoice.table > tr > td, .table-invoice.table > thead > tr > th, .table-invoice.table > tbody > tr > th,
  .table-invoice.table > tfoot > tr > th, .table-invoice.table > thead > tr > td, .table-invoice.table > tbody > tr > td, .table-invoice.table > tfoot > tr > td {
      padding: 10px 5px;
  }
  .tablestriped .table tr > th, .tablestriped .table tr > td {
      padding: 5px 10px;
  }
}

/* --------------------- END tables --------------------- */
/* --------------------- UL OL --------------------- */

.entry-content ul, .entry-content ol,
.archive-description ul, .archive-description ol
.archive-container ul, .archive-container ol {
    list-style: none;
    margin-left: 12px;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul,
.archive-description ul ul, .archive-description ol ol, .archive-description ul ol, .archive-description ol ul,
.archive-container ul ul, .archive-container ol ol, .archive-container ul ol, .archive-container ol ul {
    margin-bottom: 10px;
}

.entry-content ul > li:before, .entry-content ol > li:before,
.archive-description ul > li:before, .archive-description ol > li:before,
.archive-container ul > li:before, .archive-container ol > li:before {
  display: block;
    position: absolute;
    left: 0;
    top: 7px;
    content: ' ';
    background: #00C0CF;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
blockquote ul > li:before, .blockquote ul > li:before {
    top: 5px;
}
.be8_quote ul > li:before {
    top: 7px;
}
blockquote ol > li:before, .blockquote ol > li:before {
    top: -2px;
}
.be8_quote ol > li:before {
    top: 0;
}

.entry-content ul ul > li:before, .entry-content ul ol > li:before, .entry-content ol ul > li:before, .entry-content ol ol > li:before,
.archive-description ul ul > li:before, .archive-description ul ol > li:before, .archive-description ol ul > li:before, .archive-description ol ol > li:before {
    background: #ffae21;
}
.entry-content ul ul ul > li:before, .entry-content ul ul ol > li:before, .entry-content ul ol ul > li:before, .entry-content ul ol ol > li:before, .entry-content ol ul ul > li:before, .entry-content ol ul ol > li:before, .entry-content ol ol ul > li:before, .entry-content ol ol ol > li:before,
.archive-description ul ul ul > li:before, .archive-description ul ul ol > li:before, .archive-description ul ol ul > li:before, .archive-description ul ol ol > li:before, .archive-description ol ul ul > li:before, .archive-description ol ul ol > li:before, .archive-description ol ol ul > li:before, .archive-description ol ol ol > li:before {
    background: #57b602;
}
.entry-content ul ul ul ul > li:before, .entry-content ul ul ul ol > li:before, 
.entry-content ul ul ol ul > li:before, .entry-content ul ul ol ol > li:before, 
.entry-content ul ol ul ul > li:before, .entry-content ul ol ul ol > li:before, 
.entry-content ul ol ol ul > li:before, .entry-content ul ol ol ol > li:before, 
.entry-content ol ul ul ul > li:before, .entry-content ol ul ul ol > li:before, 
.entry-content ol ul ol ul > li:before, .entry-content ol ul ol ol > li:before, 
.entry-content ol ol ul ul > li:before, .entry-content ol ol ul ol > li:before, 
.entry-content ol ol ol ul > li:before, .entry-content ol ol ol ol > li:before {
    background: #ffae21;
}
.entry-content ul ul ul ul ul > li:before, .entry-content ol ol ol ol ol > li:before {
    background: #57b602;
}

@media screen and (max-width: 1199.98px) {
  .entry-content ul, .entry-content ol,
  .archive-description ul, .archive-description ol
  .archive-container ul, .archive-container ol {
    margin-left: 11px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul,
  .archive-description ul ul, .archive-description ol ol, .archive-description ul ol, .archive-description ol ul,
  .archive-container ul ul, .archive-container ol ol, .archive-container ul ol, .archive-container ol ul {
      margin-bottom: 5px;
  }
  .entry-content ol, .archive-description ol, .archive-container ol {
      margin-left: 3px;
  }
  .entry-content ul > li, .entry-content ol > li,
  .archive-description ul > li, .archive-description ol > li,
  .archive-container ul > li, .archive-container ol > li {
      padding-left: 19px;
      margin-bottom: 5px;
      font-size: 16px;
  }
  .entry-content ol > li, .archive-description ol > li, .archive-container ol > li {
      padding-left: 27px;
  }
  .entry-content ul > li:before, .archive-description ul > li:before, .archive-container ul > li:before {
      top: 6px;
      border-radius: 50%;
      width: 6px;
      height: 6px;
  }
  blockquote ul > li:before, .blockquote ul > li:before {
      top: 5px;
  }
  .be8_quote ul > li:before {
      top: 6px;
  }
  .entry-content ol > li:before, .archive-description ol > li:before, .archive-container ol > li:before {
      top: -1px;
      font-size: 12px;
      width: 20px;
      height: 20px;
  }
  blockquote ol > li:before, .blockquote ol > li:before {
      top: -2px;
  }
  .be8_quote ol > li:before {
      top: -1px;
  }
}

/* --------------------- END UL OL --------------------- */

/*--------------------SHORTCODES----------------------------*/
blockquote, .blockquote {
    font-size: 16px;
    background-color: #E9F2F9;
    padding: 30px;
    border: 0 none;
    margin: 30px 0;
    text-align: justify;
}
.archive-container-main blockquote, .archive-container-main .blockquote {
  margin-bottom: 50px;
}
blockquote p, blockquote ul, blockquote li, blockquote a, blockquote input, blockquote span, .blockquote p, .blockquote ul, .blockquote li, .blockquote a, .blockquote input, .blockquote span {
  font-size: 16px;
}
blockquote > *:first-child, .blockquote > *:first-child {
    margin-top: 0;
}
blockquote img, .blockquote img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.be8_blockquote_pink {
    font-size: 18px;
    background-color: #ede1ed;
    padding: 30px;
    border: 0 none;
    text-align: justify;
}
.be8_blockquote_blue {
    font-size: 18px;
    background-color: #e6e6e6;
    padding: 30px;
    border: 0 none;
    text-align: justify;
}
.no-title-box-text {
  background-color: #f5f7f9;
  border: 1px solid #ddd;
  min-height: 120px;
}
.be8_white {
  background-color: transparent;
  border: 1px solid #ddd;
  min-height: 120px;
}
.be8_border_yellow {
  background-color: transparent;
  border: 1px solid #ffd200;
  min-height: 120px;
}
.be8_accordion {
    font-size: 18px;
    background-color: transparent;
    padding: 30px;
    border: 1px solid #0271b6;
    text-align: justify;
}
.be8_quote {
  font-size: 18px;
  padding-left: 120px; 
  border-top: 4px solid #d6e3f3;
  border-bottom: 4px solid #d6e3f3;
  background: transparent url("img/icon-quote.svg") no-repeat 0 30px;
  background-size: 70px;
  min-height: 138px;
  margin: 40px 0;
}
.be8_quote p, .be8_quote ul, .be8_quote li, .be8_quote a, .be8_quote input, .be8_quote span {
  font-size: 18px;
}
.be8_book {
  padding-left: 120px;
  border: 1px solid #c9ceff;
  background: transparent url("images/icon-book.svg") no-repeat 29px 29px;
  background-size: 60px;
  min-height: 120px;
}
.be8_buhexpert {
  padding-left: 120px;
  border: 1px solid #0688dc; 
  background: transparent url("images/icon-buhexpert.svg") no-repeat 29px 29px;
  background-size: 60px;
  min-height: 120px;
}
.be8_report {
  padding-left: 120px;
  border: 1px solid #638edc;
  background: transparent url("images/icon-report.svg") no-repeat 29px 29px;
  background-size: 55px;
  min-height: 120px;
}
.be8_info {
  padding-left: 120px;
  border: 1px solid #b4f88a;
  background: transparent url("images/icon-info.svg") no-repeat 29px 29px;
  background-size: 48px;
  min-height: 120px;
}
.be8_question {
  padding-left: 120px;
  border: 1px solid #ffb954;
  background: transparent url("images/icon-question.svg") no-repeat 29px 29px;
  background-size: 50px;
  min-height: 120px;
}
.be8_thumbup {
  padding-left: 120px;
  border: 1px solid #79d12a;
  background: transparent url("img/icon-thumbup.png") no-repeat 29px 29px;
  min-height: 120px;
}
.be8_case {
  padding-left: 120px;
  border: 1px solid #9194c3;
  background: transparent url("images/icon-case.svg") no-repeat 29px 29px;
  background-size: 55px;
  min-height: 120px;
}
.be8_scores {
  padding-left: 120px;
  border: 1px solid #96cb7b;
  background: transparent url("images/icon-scores.svg") no-repeat 29px 29px;
  background-size: 50px;
  min-height: 120px;
}
.be8_attention {
  padding-left: 120px;
  border: 1px solid #e3727c;
  background: transparent url("images/icon-attention.svg") no-repeat 29px 29px;
  background-size: 60px;
  min-height: 120px;  
}
.be8_download {
  padding-left: 120px;
  border: 1px solid #C62338;
  background: transparent url("images/icon-download.svg") no-repeat 29px 29px;
  background-size: 60px;
  min-height: 110px;
}
.be8_lamp {
  padding-left: 120px;
  border: 1px solid #ffae21;
  background: transparent url("images/icon-lamp.gif") no-repeat 29px 29px;
  min-height: 110px;
}
.be8_error {
  padding-left: 120px;
  border: 1px solid #ff8523;
  background: transparent url("images/icon-error.svg") no-repeat 29px 29px;
  background-size: 60px;
  min-height: 120px;
}
.be8_test {
  padding-left: 120px;
  border: 1px solid #17a508;
  background: transparent url("images/icon-test.svg") no-repeat 29px 29px;
  background-size: 45px;
  min-height: 120px;
}
.be8_test2 {
  padding-left: 120px;
  border: 1px solid #17a508;
  background: transparent url("images/icon-test2.svg") no-repeat 29px 29px;
  background-size: 50px;
  min-height: 120px;
}
.be8_note {
  padding-left: 120px; 
  border: 1px solid #16b310;
  background: transparent url("images/icon-note.gif") no-repeat 29px 29px;
  min-height: 120px;
}
.be8_how {
  padding-left: 120px; 
  border: 1px solid #ffc321;
  background: transparent url("images/icon-how.svg") no-repeat 29px 29px;
  background-size: 45px;
  min-height: 120px;
}
.be8_block_top_red_line {
  border-top: 5px solid #f23c3c;
  min-height: 120px;
  background-color: #f5f7f9;  
}
.be8_block_top_yellow_line {
  border-top: 5px solid #ff8523;
  min-height: 120px;
  background-color: #f5f7f9;  
}
.be8_block_top_blue_line {
  border-top: 5px solid #c9ceff;
  min-height: 120px;
  background-color: #f5f7f9;  
}
.be8_block_top_dblue_line {
  border-top: 5px solid #444990; 
  min-height: 120px;
  background-color: #f5f7f9;  
}
.be8_block_top_fadeblue_line {
  border-top: 5px solid #d6e3f3;
  min-height: 120px;
  background-color: #f5f7f9;  
}
.be8_tip {
  padding-left: 120px;
  border: 1px solid #FFAE3C; 
  background: transparent url("images/icon-tip.svg") no-repeat 29px 29px;
  min-height: 120px;
}

.divider {
  margin: 25px 0;
  height: 1px;
}
.be8_divider1 {
  border-top: 1px solid #33305a;
}
.be8_divider2 {
  border-top: 1px dashed #33305a;
}
.be8_divider3, .be8_gr_divider {
  background: transparent url("images/divider3-gradient.png") no-repeat center top;
  height: 1px;
}
.be8_divider4 {
  border-top: 1px dashed #d6e3f3;
}
hr {
  margin: 25px 0;
  border-top: 1px solid #d6e3f3;
}

@media screen and (max-width: 1199.98px) {
  blockquote, .blockquote {
      font-size: 14px;
      padding: 25px 30px;
      margin: 25px 0;
  }
  .archive-container-main blockquote, .archive-container-main .blockquote {
    margin-bottom: 40px;
  }
  blockquote p, blockquote ul, blockquote li, blockquote a, blockquote input, blockquote span,
  .blockquote p, .blockquote ul, .blockquote li, .blockquote a, .blockquote input, .blockquote span {
    font-size: 14px;
  }
  blockquote img, .blockquote img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .be8_quote {
    font-size: 16px;
    background: transparent url("img/icon-quote.svg") no-repeat 0 25px;
    background-size: 60px;
    min-height: 138px;
    margin: 30px 0;
  }
  .be8_quote p, .be8_quote ul, .be8_quote li, .be8_quote a, .be8_quote input, .be8_quote span {
    font-size: 16px;
  }
  .be8_blockquote_pink {
      font-size: 14px;
      padding: 25px 30px;
      margin: 25px 0;
  }
  .be8_blockquote_blue, .be8_accordion {
      font-size: 14px;
      padding: 25px 30px;
      margin: 25px 0;
  }
  .no-title-box-text {
    min-height: 100px;
  }
  .be8_white {
    min-height: 100px;
  }
  .be8_border_yellow {
    min-height: 100px;
  }
  .be8_book {
    padding-left: 110px;
    background: transparent url("images/icon-book.svg") no-repeat 29px 24px;
    background-size: 60px;
    min-height: 100px;
  }
  .be8_buhexpert {
    padding-left: 110px;
    background: transparent url("images/icon-buhexpert.svg") no-repeat 29px 24px;
    background-size: 60px;
    min-height: 100px;
  }
  .be8_report {
    padding-left: 110px;
    background: transparent url("images/icon-report.svg") no-repeat 29px 24px;
    background-size: 55px;
    min-height: 100px;
  }
  .be8_info {
    padding-left: 110px;
    background: transparent url("images/icon-info.svg") no-repeat 29px 24px;
    background-size: 48px;
    min-height: 100px;
  }
  .be8_question {
    padding-left: 110px;
    background: transparent url("images/icon-question.svg") no-repeat 29px 24px;
    background-size: 50px;
    min-height: 100px;
  }
  .be8_case {
    padding-left: 110px;
    background: transparent url("images/icon-case.svg") no-repeat 29px 24px;
    background-size: 50px;
    min-height: 100px;
  }
  .be8_scores {
    padding-left: 110px;
    background: transparent url("images/icon-scores.svg") no-repeat 29px 24px;
    background-size: 50px;
    min-height: 100px;
  }
  .be8_attention {
    padding-left: 110px;
    background: transparent url("images/icon-attention.svg") no-repeat 29px 24px;
    background-size: 60px;
    min-height: 100px;
  }
  .be8_download {
    padding-left: 110px;
    background: transparent url("images/icon-download.svg") no-repeat 29px 24px;
    background-size: 60px;
    min-height: 100px;
  }
  .be8_lamp {
    padding-left: 110px;
    background: transparent url("images/icon-lamp.gif") no-repeat 29px 24px;
    min-height: 100px;
  }
  .be8_error {
    padding-left: 110px;
    background: transparent url("images/icon-error.svg") no-repeat 29px 24px;
    background-size: 55px;
    min-height: 100px;
  }
  .be8_test {
    padding-left: 110px;
    background: transparent url("images/icon-test.svg") no-repeat 29px 24px;
    background-size: 45px;
    min-height: 100px;
  }
  .be8_test2 {
    padding-left: 110px;
    background: transparent url("images/icon-test2.svg") no-repeat 29px 24px;
    background-size: 50px;
    min-height: 100px;
  }
  .be8_note {
    padding-left: 110px;
    background: transparent url("images/icon-note.gif") no-repeat 29px 24px;
    min-height: 100px;
  }
  .be8_tip {
    padding-left: 110px;
    background: transparent url("images/icon-tip.svg") no-repeat 29px 24px;
    min-height: 100px;
  }
  .be8_block_top_red_line, .be8_block_top_yellow_line, .be8_block_top_blue_line, .be8_block_top_dblue_line {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .divider {
    margin: 20px 0;
  }
  hr {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .no-title-box-text, .be8_book, .be8_question, .be8_scores, .be8_attention, .be8_report, .be8_info, .be8_case, .be8_error, .be8_test, .be8_note, .be8_buhexpert, .be8_quote, .be8_test2, .be8_test, .be8_lamp, .be8_tip, .be8_thumbup, .be8_how {
    background-image: none;
    min-height: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
  .be8_quote {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------END SHORTCODES----------------------------*/
/* ------------------------------------------ END POST in SITE CONTENT ------------------------------------------ */

/*-------------------- advanced-searchform ----------------------------*/
#advanced-searchform {
  margin-bottom: 25px;
}
#advanced-search-under {
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e3e3e3;
}
#advanced-search-under span {
    margin: 8px 24px;
    display: inline-block;
    font-size: 16px;
}
#advanced-search-under .button {
    margin-bottom: 0;
    font-size: 14px;
    min-height: 40px;
    padding-top: 11px;
    padding-bottom: 10px;
}
#advanced-searchform .input-group {
    margin-bottom: 25px;
    padding: 25px 26px 20px;
    background: #F5F5F7;
}
#advanced-searchform h4.advanced-search-toggle {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 25px;
}
#advanced-searchform h4.advanced-search-toggle.nonactive {
  margin-bottom: 15px;
}
#advanced-searchform h4.advanced-search-toggle:after {
    font-size: 9px;
    position: relative;
    top: -3px;
    right: 0;
    margin-left: 10px;
    display: inline-block;
    font-family: FontAwesome;
    content: '\f077';
    line-height: 1;
}
#advanced-searchform h4.advanced-search-toggle.nonactive:after {
    content: '\f078';
} 
#advanced-searchform .form-control {
    padding: 0 0 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #706e91;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 40px #fff;
    -webkit-text-fill-color: #706e91;
    border: 0 none;
}
#advanced-searchform .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #33305a; opacity: 1; /* Firefox */ }
#advanced-searchform .form-control::-webkit-input-placeholder {color:#33305a;}
#advanced-searchform .form-control::-moz-placeholder {color:#33305a;}/* Firefox 19+ */
#advanced-searchform  .form-control:-moz-placeholder {color:#33305a;}/* Firefox 18- */
#advanced-searchform .form-control:-ms-input-placeholder {color:#33305a;}
#advanced-searchform .glyphicon {
    top: 2px;
    left: 28px;
  }
#advanced-searchform input.form-control:-webkit-autofill {
    background-color: #fff; 
  }
#advanced-searchform #searchsubmit {
    background-color: #fff;
    border-radius: 0;
    height: 50px;
    width: 70px;
    border: 0 none;
    padding: 0;
    font-size: 11px;
    text-align: left;
}
#advanced-searchform #searchsubmit:hover {
    background-color: #f9f9fa;
}
#advanced-searchform #searchsubmit span.glyphicon {
    color: #323059;
    font-size: 20px;
}
#advanced-searchform #searchsubmit:hover span.glyphicon {
    color: #005291;
}
#advanced-searchform #searchsubmit span.glyphicon:before {
  content: url(img/sml-header-search.svg);
}
#advanced-searchform legend {
  color: #0271b6;
  font-size: 16px;
  font-weight: bold;
  border: 0 none;
  margin-bottom: 20px;
}
#advanced-searchform fieldset label {
  font-weight: normal;
  margin-right: 40px;
  margin-bottom: 15px;
}
#advanced-searchform fieldset:first-child label:last-child {
  margin-bottom: 25px;
}
#advanced-searchform fieldset label:last-child {
  margin-right: 0;
}
#advanced-searchform fieldset label input[type="checkbox"]:checked:before {
  background: #0271b6;
}
.excerpt-content span.title-suffix { 
    font-size: 12px;
    font-weight: normal;
    color: #0271b6;
    background: #f0f0f0;
    padding: 5px 10px;
    text-transform: none;
    white-space: nowrap;
}
.no-results.not-found {
  margin-top: 40px;
}
.no-results.not-found .page-title {
  margin-bottom: 30px;
}
#widget_search_adv {
    padding: 32px 22px 33px;
    background: #F5F5F7;
}
#widget_search_adv.widget > h3 {
    text-transform: none;
    font: 700 20px/26px 'Roboto', sans-serif;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 23px;
    color: #0071B3;
}
#widget_search_adv input[type="checkbox"] {
    margin-right: 13px;
    width: 15px;
    height: 15px;
}
#widget_search_adv .btn.btn-default {
    width: 100%;
}
#widget_search_adv fieldset {
    margin-bottom: 27px;
}
#widget_search_adv.widget fieldset {
    margin-bottom: 27px;
    margin-top: 22px;
}
#widget_search_adv.widget fieldset:last-child {
    margin-bottom: 0;
}
#widget_search_adv.widget fieldset:last-child input {
    margin-bottom: 0;
}
span#search_in_type_clear_all {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #0071B3;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding-left: 34px;
    padding-right: 20px;
    margin-right: 7px;
    margin-top: 3px;
    margin-bottom: 11px;
}
span#search_in_type_check_all {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #0071B3;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding-left: 34px;
    padding-right: 20px;
    margin-top: 3px;
}
#widget_search_adv input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
#widget_search_adv input[type="date"]::-webkit-calendar-picker-indicator {
    color: #636180;
}
#widget_search_adv input[type="date"]::-webkit-calendar-picker-indicator:hover {
    background:#fff;
}
#widget_search_adv input[type="date"]::-webkit-clear-button {
    display: none;
}
#widget_search_adv input[type="checkbox"]:before {
    outline: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 15px;
    height: 15px;
}
#widget_search_adv input[type="checkbox"]:checked:before {
    background: #0071B3;
    border: 0 none;
    outline: 0 none;
    content: url('img/search-check.svg');
    padding-top: 3px;
    padding-left: 2px;
}
#widget_search_adv span#search_in_type_clear_all:before {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 15px;
    top: -2px;
    content: url('img/search-unset.svg');
}
#widget_search_adv span#search_in_type_check_all:before {
    display: block;
    position: absolute;
    width: 10px;
    height: 8px;
    left: 15px;
    top: -1px;
    content: url(img/search-set.svg);
}
#widget_search_adv select {
    width: 100%;
    cursor: pointer;
}
#widget_search_adv .search-adv-public input[type="date"] {
    cursor: pointer;
    display: inline-block;
    padding: 9px 0 9px 20px;
    line-height: 14px;
    width: 131px;
    border-radius: 0;
    border: 1px solid #8fb3de;
    color: #33305a;
    font-size: 14px;
-ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 7px;
}
#widget_search_adv .search-adv-public input[type="date"]:last-child {
  margin-right: 0; 
}
#widget_search_adv legend {
    font-weight: bold;
    font-size: 16px;
    color: #0071B3;
    margin-bottom: 11px;
    border: 0 none;
}
#widget_search_adv label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
     font-weight: normal; 
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
#widget_search_adv .search-adv-public legend {
    width: 100%;
}
#widget_search_adv .search-adv-public div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-pack: distribute;
    justify-content: space-around;
-ms-flex-align: center;
    align-items: center;  
}
#widget_search_adv .search_in_type legend {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
#widget_search_adv .search_in_type legend:hover {
  color: #005291;
}
#widget_search_adv .search_in_type legend.search_in_type_opened {
  margin-bottom: 11px;
}
#widget_search_adv .search_in_type legend:after {
    font-size: 9px;
    position: absolute;
    top: 5px;
    right: 7px; 
    display: block;
    font-family: FontAwesome;
    content: '\f078';
}
#widget_search_adv .search_in_type legend.search_in_type_opened:after {
    content: '\f077';
}
#widget_search_adv .search_in_type > div {
  display: none;
}
#widget_search_adv .search_in_type > div.search_in_type_divopened {
  display: block;
}

@media screen and (max-width: 1199.98px) {
  #advanced-search-under {
    padding: 15px;
    margin-bottom: 20px;
  }
  #advanced-searchform .input-group {
    margin-bottom: 30px;
  }
  #advanced-searchform h4.advanced-search-toggle {
    margin-bottom: 20px;
  }
  #advanced-searchform h4.advanced-search-toggle.active {
    margin-bottom: 10px;
  }
  #advanced-searchform .form-control {
      padding: 0 0 0 30px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      -webkit-box-shadow: inset 0 0 0 30px #fff;
  }
  #advanced-searchform #searchsubmit {
      height: 40px;
    }
  #advanced-searchform legend {
      font-size: 14px;
      margin-bottom: 15px;
  }
  #advanced-searchform fieldset label {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  #advanced-searchform fieldset:first-child label:last-child {
    margin-bottom: 15px;
  }
  #widget_search_adv .search-adv-public input[type="date"] {
    padding-left: 9px; 
  }
}
/*--------------------END advanced-searchform ----------------------------*/
.search-results article .ep-highlight {
  font-weight: inherit;
  padding: 0;
  font-style: inherit;
  background: #ffffc1;
}
/*-------------------- excerpts ----------------------------*/
.search h1 > span {
    font-size: 26px;
    margin-left: 10px;
    color: #0271b6;
    text-transform: none;
}
.search .blog-item-wrap {
  margin-bottom: 0;
}
.search .blog-item-wrap > a {
  display: none;
}
.excerpt-content.post-inner-content {
    border: 1px solid #efeff3;
    padding: 30px 30px 30px 64px;
    margin: 25px 0;
    position: relative;
}
.excerpt-content.post-inner-content .excerpt-content-search-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 34px;
  left: 27px;
}
.excerpt-content.post-inner-content .excerpt-content-search-icon:before {
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 3px 6px;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.55);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.55);
}
.excerpt-content.post-inner-content .excerpt-content-search-icon:hover:before {
  display: block;
}
 
.excerpt-content.post-inner-content.icon-dopolnitelnye-materialy {
    background: url(img/search-dopolnitelnye-materialy.svg) no-repeat 31px 34px;
}
.excerpt-content.post-inner-content.icon-dopolnitelnye-materialy .excerpt-content-search-icon:before {
    content: 'Дополнительный материал';
}
.excerpt-content.post-inner-content.icon-izmeneniya {
    background: url(img/search-izmeneniya.svg) no-repeat 29px 34px;
}
.excerpt-content.post-inner-content.icon-izmeneniya .excerpt-content-search-icon:before {
    content: 'Изменение в 1С';
}
.excerpt-content.post-inner-content.icon-kejs {
    background: url(img/search-kejs.svg) no-repeat 29px 33px;
}
.excerpt-content.post-inner-content.icon-kejs .excerpt-content-search-icon:before {
    content: 'Кейс';
}
.excerpt-content.post-inner-content.icon-lajfhaki {
    background: url(img/search-lajfhaki.svg) no-repeat 32px 34px;
}
.excerpt-content.post-inner-content.icon-lajfhaki .excerpt-content-search-icon:before {
    content: 'Лайфхаки';
}
.excerpt-content.post-inner-content.icon-novost {
    background: url(img/search-novost.svg) no-repeat 31px 35px;
}
.excerpt-content.post-inner-content.icon-novost .excerpt-content-search-icon:before {
    content: 'Новость';
}
.excerpt-content.post-inner-content.icon-obzor-obnovlenij {
    background: url(img/search-obzor-obnovlenij.svg) no-repeat 29px 36px;
}
.excerpt-content.post-inner-content.icon-obzor-obnovlenij .excerpt-content-search-icon:before {
    content: 'Обзор обновлений';
}
.excerpt-content.post-inner-content.icon-onlajn-seminar {
    background: url(img/search-onlajn-seminar.svg) no-repeat 29px 37px;
}
.excerpt-content.post-inner-content.icon-onlajn-seminar .excerpt-content-search-icon:before {
    content: 'Онлайн семинар';
}
.excerpt-content.post-inner-content.icon-vopros-otvet {
    background: url(img/search-vopros-otvet.svg) no-repeat 29px 34px;
}
.excerpt-content.post-inner-content.icon-vopros-otvet .excerpt-content-search-icon:before {
    content: 'Ответы на вопросы';
}
.excerpt-content.post-inner-content.icon-oshibki {
    background: url(img/search-oshibki.svg) no-repeat 29px 34px;
}
.excerpt-content.post-inner-content.icon-oshibki .excerpt-content-search-icon:before {
    content: 'Ошибка';
}
.excerpt-content.post-inner-content.icon-podborka {
    background: url(img/search-podborka.svg) no-repeat 28px 33px;
}
.excerpt-content.post-inner-content.icon-podborka .excerpt-content-search-icon:before {
    content: 'Подборка';
}
.excerpt-content.post-inner-content.icon-pi {
    background: url(img/search-pi.svg) no-repeat 30px 35px;
}
.excerpt-content.post-inner-content.icon-pi .excerpt-content-search-icon:before {
    content: 'Пошаговые инструкции';
}
.excerpt-content.post-inner-content.icon-sv {
    background: url(img/search-sv.svg) no-repeat 31px 34px;
}
.excerpt-content.post-inner-content.icon-sv .excerpt-content-search-icon:before {
    content: 'Сложный вопрос';
}
.excerpt-content.post-inner-content.icon-statya {
    background: url(img/search-statya.svg) no-repeat 29px 37px;
}
.excerpt-content.post-inner-content.icon-statya .excerpt-content-search-icon:before {
    content: 'Статья';
}
.excerpt-content.post-inner-content.icon-sp {
    background: url(img/search-sp.svg) no-repeat 29px 35px;
}
.excerpt-content.post-inner-content.icon-sp .excerpt-content-search-icon:before {
    content: 'Судебная практика';
}
.excerpt-content.post-inner-content.icon-test {
    background: url(img/search-test.svg) no-repeat 31px 34px;
} 
.excerpt-content.post-inner-content.icon-test .excerpt-content-search-icon:before {
    content: 'Тест';
}
.excerpt-content.post-inner-content:first-child {
  border: 1px solid #efeff3;
}
.excerpt-content.post-inner-content h2 {
  line-height: 0.9;
  margin: 0;
}
.excerpt-content.post-inner-content h2 a {
  font: 20px/26px 'Roboto', sans-serif;
  text-transform: none;
  color: #323059;
}
.excerpt-content.post-inner-content h2 a:hover {
  color: #0271b6; 
}
.excerpt-content.post-inner-content h2 span.type-term {
  font-size: 12px;
  font-weight: normal;
  color: #0271b6;
  background: #f5f5f7;
  padding: 5px 10px;
  text-transform: none;
  white-space: nowrap;
}
.excerpt-content.post-inner-content .entry-summary a p {
    color: #1A1A21;
    transition: 0.3s;
}
.excerpt-content.post-inner-content .entry-meta {
  display: none;
}
.excerpt-content.post-inner-content .entry-summary {
  margin-top: 13px;
}
.excerpt-content.post-inner-content .entry-summary > p {
  margin: 0;
}
.excerpt-content.post-inner-content .entry-summary a p:last-child {
  margin-bottom: 0;
}
.excerpt-content.post-inner-content .entry-summary a:hover p {
  color: #0271b6;
}
.excerpt-content.post-inner-content .btn.btn-default.read-more {
  display: none; 
} 

@media screen and (max-width: 1199.98px) {
  .excerpt-content.post-inner-content h2 a {
    font-size: 18px;
    line-height: 18px;
  }
  .excerpt-content.post-inner-content h2 span.type-term {
    font-size: 11px;
    padding: 3px 5px;
  }
  .excerpt-content.post-inner-content.icon-dopolnitelnye-materialy {
      background-position: 31px 35px;
  }
  .excerpt-content.post-inner-content.icon-izmeneniya {
      background-position: 29px 35px;
  }
  .excerpt-content.post-inner-content.icon-kejs {
      background-position: 29px 34px;
  }
  .excerpt-content.post-inner-content.icon-lajfhaki {
      background-position: 32px 35px;
  }
  .excerpt-content.post-inner-content.icon-novost {
      background-position: 31px 37px;
  }
  .excerpt-content.post-inner-content.icon-obzor-obnovlenij {
      background-position: 29px 37px;
  }
  .excerpt-content.post-inner-content.icon-onlajn-seminar {
      background-position: 29px 38px;
  }
  .excerpt-content.post-inner-content.icon-vopros-otvet {
      background-position: 29px 35px;
  }
  .excerpt-content.post-inner-content.icon-oshibki {
      background-position: 29px 35px;
  }
  .excerpt-content.post-inner-content.icon-podborka {
      background-position: 28px 34px;
  }
  .excerpt-content.post-inner-content.icon-pi {
      background-position: 30px 37px;
  }
  .excerpt-content.post-inner-content.icon-sv {
      background-position: 31px 35px;
  }
  .excerpt-content.post-inner-content.icon-statya {
      background-position: 29px 38px;
  }
  .excerpt-content.post-inner-content.icon-sp {
      background-position: 29px 36px;
  }
  .excerpt-content.post-inner-content.icon-test {
      background-position: 31px 35px;
  } 
}

/*-------------------- END excerpts ----------------------------*/
.category-content-seminars .post-inner-content.excerpt-content {
  position: relative;
  padding-left: 156px;
}
.category-content-seminars .post-inner-content.excerpt-content img {
  position: absolute;
  top: 50%;
  left: 29px;
  transform: translateY(-50%);
  width: 96px;
}
.category-content-seminars .seminars-comments {
  text-align: right;
  margin-top: 18px;
  text-transform: capitalize;
}
.category-content-seminars .entry-summary > a, .category-content-seminars .seminars-comments a {
  color: #1A1A21;
}
.category-content-seminars .entry-summary > a:hover, .category-content-seminars .seminars-comments a:hover {
  color: #005291;
}
@media screen and (max-width: 1199.98px) {
  .category-content-seminars .seminars-comments {
    font-size: 14px;
    margin-top: 15px;
  }
}
/*-------------------- RUBRIKATOR ----------------------------*/
ul.subcateg, div.subcateg {
    padding: 0;
    margin-bottom: 40px;
}
ul.subcateg li {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
}
ul.subcateg li a {
    font-size: 14px;
}
div.subcateg span.tag-link {
  margin-right: 20px;
}
div.subcateg span.tag-link a { 
  font-size: 14px;
}
.row-flex { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rcatalog-row > div {
  padding-bottom: 50px;
}
.rcatalog {
    border: 1px solid #efeff3;
    padding: 35px 40px 40px;
    height: 100%;
}
.rcatalog h4 {
  position: relative;
  font-size: 14px;
  margin-bottom: 35px; 
  margin-top: 0;
}
.rcatalog-row > div:nth-of-type(2n) .rcatalog h4 {
  color: #ffae21;
}
.rcatalog h4:after {
  position: absolute;
  top: -10px;
  right: 0;
}
.rcatalog a.btn { 
  margin-top: 25px;
  padding: 0;
  border: 0 none;
  font-size: 14px;
}
.rcatalog.rcatalog-instructions h4:after, .rcatalog-podborka h4:after { content: url(img/icon-instructions.png); }
.rcatalog.rcatalog-uchet h4:after { content: url(img/icon-uchet.png); }
.rcatalog.rcatalog-answers h4:after, .rcatalog-vopros-otvet h4:after { content: url(img/icon-answers.png); }
.rcatalog.rcatalog-lifehacks h4:after, .rcatalog-lajfhaki h4:after { content: url(img/icon-lifehacks.png); }
.rcatalog.rcatalog-dopmat h4:after, .rcatalog-dopolnitelnye-materialy h4:after { content: url(img/icon-dopmat.png); }
.rcatalog.rcatalog-mistakes h4:after, .rcatalog-oshibki h4:after { content: url(img/icon-mistakes.png); }
.rcatalog.rcatalog-question h4:after { content: url(img/icon-rquestion.png); }
.rcatalog.rcatalog-guides h4:after { content: url(img/icon-guides.png); }
.rcatalog.rcatalog-tests h4:after, .rcatalog-statya h4:after { content: url(img/icon-tests.png); }
.rcatalog.rcatalog-seminars h4:after, .rcatalog-onlajn-seminar h4:after { content: url(img/icon-seminars.png); }
.rcatalog.rcatalog-cases h4:after, .rcatalog-kejs h4:after { content: url(img/icon-cases.png); }
.rcatalog.rcatalog-judgment h4:after { content: url(img/icon-judgment.png); }
.rcatalog.rcatalog-accent h4:after { content: url(img/icon-dopmat.png); }
.rcatalog.rcatalog-accent { 
  border: 1px solid #2fa0e6;
}
.rcatalog.rcatalog-accent h4 { 
  color: #0271b6 !important;
}
.rcatalog.rcatalog-news, .rcatalog.rcatalog-izmeneniya, .rcatalog-novost {
  border: 1px solid #2fa0e6;
}
.rcatalog.rcatalog-news h4, .rcatalog.rcatalog-izmeneniya h4, .rcatalog-novost h4 { 
  color: #0271b6 !important;
  padding-right: 0;
}
.rcatalog.rcatalog-news .archive-date, .rcatalog.rcatalog-izmeneniya .archive-date, .rcatalog-novost .archive-date {
  display: inline-block;
  font-size: 12px;
  color: #adacb8;
  margin-bottom: 8px;
}
.rcatalog.rcatalog-news ul li, .rcatalog.rcatalog-izmeneniya ul li, .rcatalog-novost ul li {
    margin-bottom: 25px;
}
.rcatalog.be8_thumbup {
  padding-left: 100px;
}
.rcatalog.be8_thumbup h4 {
    margin-bottom: 25px;
}
.rcatalog.be8_thumbup ul li {
    margin-bottom: 25px;
}
.rcatalog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rcatalog ul li {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 0;
}
.rcatalog ul li:before {
  display: none;
}
.rcatalog .navigation.pagination {
  margin-top: 30px;
}
.rcatalog .navigation.pagination .screen-reader-text {
    margin: 0 0 10px 0;
}
.rcatalog ul li:last-child {
  margin-bottom: 0;
}
.rcatalog ul li a {
  color: #33305a;
}
.rcatalog ul li a:hover {
  color: #0271b6;
}

/*-------------------- my-buhexpert ----------------------------*/
.mybuh-row > div {
  padding-bottom: 30px;
}
.mybuh-block {
    border: 1px solid #46A4D9;
    padding: 40px 30px;
    height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-direction: column;
flex-direction: column;
}
.mybuh-block-fav {
    border: 1px solid #F8AC28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-direction: column;
flex-direction: column;
}
.mybuh-block-new {
    border: 1px solid #4AB629; 
}
.mybuh-block h4 {
  position: relative;
  font: 700 18px/23px 'Roboto', sans-serif;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  color: #323059;
  padding-right: 80px;
-ms-flex-positive: 0;
    flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.mybuh-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-direction: column;
flex-direction: column;
-ms-flex-positive: 1;
    flex-grow: 1;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.mybuh-block h4:after {
  position:absolute;
  top: -10px;
  right: -13px;
}
.mybuh-block-last h4:after {
    content: url(img/mybuh-last.svg);
}
.mybuh-block-fav h4:after {
    content: url(img/mybuh-fav.svg);
    top: -14px;
    right: -8px;
}
.mybuh-block-questions h4:after {
    content: url(img/mybuh-questions.svg);
    top: -18px;
}
.mybuh-block-new h4:after {
    content: url(img/mybuh-new.svg);
    top: -14px;
    right: -11px;
}
.mybuh-block .block-pagination {
-ms-flex-positive: 0;
    flex-grow: 0;
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.mybuh-block .block-pagination span {
  display: inline-block;
    margin: 0 6px 0 0;
    border-radius: 0;
    border: 0 none;
    background-color: #efeff3;
    height: 30px;
    min-width: 30px;
    padding: 0 2px;
    text-align: center;
    font: 600 14px/30px 'Montserrat', sans-serif;
}
.mybuh-block .block-pagination span.current-link {
    cursor: default;
    color: #fff;
    background-color: #0271b6;
}
.mybuh-block .block-pagination span.active-link {
  cursor: pointer;
  transition: 0.3s;
}
.mybuh-block .block-pagination span.active-link:hover {
      color: #0271b6;
}
.mybuh-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
-ms-flex-positive: 1;
    flex-grow: 1; 
-ms-flex-negative: 0;
    flex-shrink: 0;
-ms-flex-preferred-size: auto;
    flex-basis: auto;
  margin-bottom: 27px;
}
.mybuh-block-questions ul {
  margin-bottom: 27px;
}
.mybuh-block li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 17px;
}
.mybuh-block li a {
  color: #33305A;
}
.mybuh-block li a:hover {
  color: #0271b6;
}
.mybuh-block li:before {
display: block;
    position: absolute;
    left: 0;
    top: 7px;
    content: ' ';
    background: #0071B3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.mybuh-block p:last-child {
    margin-bottom: 0;
}
.mybuh-block-fav li {
    padding-left: 30px;
}
.mybuh-block-fav li:before {
    display: none;
}
.mybuh-block-fav li .favorite {
    position: absolute;
    left: 0;
    top: 1px;
}
.mybuh-block-fav li .favorite:before {
    display: block;
    width: 15px;
    position: absolute;
    height: 16px;
}
.mybuh-block-fav li .favorite.dashicons-star-filled:before {
    content: url(img/mybuh-block-bookmark-filled.svg);
}
.mybuh-block-fav li .favorite.dashicons-star-filled:hover:before {
    content: url(img/mybuh-block-bookmark.svg);
}
.mybuh-block-fav li .favorite.dashicons-star-empty:before {
    content: url(img/mybuh-block-bookmark.svg);
}
.mybuh-block-fav li .favorite.dashicons-star-empty:hover:before {
    content: url(img/mybuh-block-bookmark-filled.svg);
}
.mybuh-block-fav > div > p.mybuh-fav-but {
    margin-top: 27px;
}
.mybuh-block-fav > div > p.mybuh-fav-but a {
  margin: 0;
}
.mybuh-block-questions > div > p + p.mybuh-questions-but {
    margin-top: 27px;
}
.mybuh-block-questions .button {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}  
.mybuh-active-accesses {
  background: #F5F5F7;
  padding: 39px 96px 27px;
  margin-top: 10px;
}
.mybuh-active-accesses h4 {
  font: 700 18px/23px 'Roboto', sans-serif;
  text-align: center;
  text-transform: none;
  color: #323059;
  margin-top: 0;
  margin-bottom: 26px;
}
.mybuh-active-accesses .mybuh-but {
  margin-bottom: 0;
}
.mybuh-active-accesses .button {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.mybuh-active-accesses p {
  text-align: center;
}
.mybuh-active-accesses table {
    margin-bottom: 20px;
}
.mybuh-active-accesses tr {
    border: 1px solid #E1E1E1;
    background-color: #fff;
}
.mybuh-active-accesses th {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    width: 33.333%;
    padding: 21px 30px 13px;
}
.mybuh-active-accesses td {
    text-align: center;
    line-height: 21px;
    padding: 15px 30px 16px;
}
.mybuh-active-accesses td:first-child {
    text-align: left;
}

@media screen and (max-width: 1199.98px) { 
  .mybuh-active-accesses {
      padding: 35px 40px 25px;
  }   
  .mybuh-block li:before {
      top: 6px;
  }
  .mybuh-block-fav li .favorite {
      top: 0px;
  }
}
@media screen and (max-width: 991.98px) {
  .mybuh-block li:before {
    top: 6px;
  }
}
@media screen and (max-width: 630px) {
  .mybuh-active-accesses th, .mybuh-active-accesses td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mybuh-active-accesses {
      padding-left: 15px;
      padding-right: 15px;
  } 
}
@media screen and (max-width: 530px) {
  .mybuh-active-accesses th, .mybuh-active-accesses td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.note-content {
    border: 1px solid #efeff3;
    padding: 15px 30px;
    margin: 0 0 50px;
    background: url(img/icon-excerpt.png) no-repeat 30px 15px; 
    padding-left: 64px;
}
.note-content > *:first-child, .note-content > *:first-child > *:first-child {
    margin-top: 0;
}
.note-content > *:last-child, .note-content > *:last-child > *:last-child {
    margin-bottom: 0;
}
.note-content ul > li {
    padding-left: 19px;
    margin-bottom: 15px;
    font-size: 16px;
}
.note-content ul > li:before {
    top: 6px;
    width: 6px;
    height: 6px;
}
.note-content a, .note-content a p {
  color: #33305a;
}
.note-content a:hover, .note-content a:hover p {
  color: #0271b6;
}
.note-content ul {
  padding-left: 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.note-content ul li {
  margin-right: 20px;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.note-content ul > li.subtitle {
  font: 700 16px 'Montserrat', sans-serif;
  color: #00C0CF;
  text-transform: uppercase;
}
.note-content ul > li.subtitle:before {
  display: none;
}
@media screen and (max-width: 500px) {
  .note-content ul {
    padding-left: 10px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 1199.98px) {
  ul.subcateg {
      margin-bottom: 30px;
  }
  ul.subcateg li {
      margin-right: 10px;
      font-size: 13px;
  }
  ul.subcateg li a {
      font-size: 13px;
  }
  .rcatalog-row > div {
    padding-bottom: 40px;
  }
  .rcatalog {
      padding: 30px;
  }
  .note-content {
    margin-bottom: 40px;
  }
  .rcatalog h4 {
      margin-bottom: 25px;
  }
  .rcatalog h4:after {
      top: -8px;
  }
  .rcatalog a.btn {
    margin-top: 20px;
    font-size: 13px;
  }
  .rcatalog ul li {
      margin-bottom: 15px;
  }
  .rcatalog .navigation.pagination {
    margin-top: 25px;
  }
  .rcatalog.rcatalog-news .archive-date, .rcatalog.rcatalog-izmeneniya .archive-date, .rcatalog-novost .archive-date {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .rcatalog.rcatalog-news ul li, .rcatalog.rcatalog-izmeneniya ul li, .rcatalog-novost ul li { 
      margin-bottom: 20px;
  }
  .rcatalog.be8_thumbup h4 {
      margin-bottom: 20px;
  }
  .rcatalog.be8_thumbup ul li {
      margin-bottom: 20px;
  }
  .rcatalog.rcatalog-news ul li:last-child, .rcatalog.rcatalog-izmeneniya ul li:last-child, .rcatalog-novost ul li:last-child, .rcatalog.be8_thumbup ul li:last-child {
      margin-bottom: 0;
  }
  .note-content ul > li:before {
      top: 7px;
      width: 5px;
      height: 5px;
  }
  .note-content ul > li {
      margin-bottom: 10px;
  }
  .note-content ul > li.subtitle {
    font-size: 14px;
  }
}
/*-------------------- END RUBRIKATOR ----------------------------*/
/* ------------------------------------------ END SITE CONTENT ------------------------------------------ */

/*---------------------------------- pupup question------------------------------------------*/
article#post-1190 {
    text-align: center;
}
.entry-content .error {
    margin: 0px auto 10px auto;
    text-align: center;
    border: 1px solid #ff3c3cad;
    border-radius: 7px;
    max-width: 384px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error p {
    text-align: center;
    color: #ff3c3cad;
}
#login-reg-wrapper-in-page {
    width: 260px;
    margin: 0px auto;
    text-align: center;
}
#login-reg-wrapper-in-page.lk-form-login {
  margin: 0;
}
#login-reg-wrapper-in-page h3 {margin-top: 0;}
#login-reg-wrapper-in-page .header-log-reg-in-page {margin-top: 0;}
#login-reg-wrapper-in-page p.sml-reg-text, #login-reg-wrapper-in-page a { font-size: 12px;text-decoration: none; margin: 0;}
#login-reg-wrapper-in-page .alreadyreg a {display: block; margin-top:10px; font-size: 18px;}
.login-in-page p.forget-pass {margin: 0;}
#login-reg-wrapper-in-page.login-in-page p.forget-pass a, #login-reg-wrapper-in-page p.have-login a {font-size: 14px;}
#login-reg-wrapper-in-page p.have-login {margin-top: 10px;}
form[name="registerform"] p {margin: 0;}
#login-popup, #ask-popup { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(23, 22, 42, 0.8); z-index: 20000; box-sizing: border-box; display: none;}

#login-popup-wrapper, #ask-popup-wrapper {
    width: 690px;
    height: 480px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 40px 50px;
    overflow: hidden;
    font-size: 14px;
}
#ask-popup-wrapper {width: 660px; height: 580px;}

#login-popup-wrapper a, #ask-popup-wrapper a, .login-in-page a {color: #0271b6;}
#login-popup-wrapper a:hover, #ask-popup-wrapper a:hover, .login-in-page a:hover {color: #005291;}
#login-popup-close, #ask-popup-close { 
  position: absolute; 
  width: 11px; height: 11px; 
  top: 18px; right: 18px; 
  cursor: pointer; 
  background: url('img/icon-close.png') 0 -12px;
}
#ask-popup-close {
  color: transparent;
}
#login-popup-close:hover, #ask-popup-close:hover { 
  background: url('img/icon-close.png') 0 0;
}
#login-popup-header {
    margin-bottom: 37px;
    text-align: left;
}
#login-popup .half-width {
    width: 50%;
    float: left;
}
#login-popup .half-width h5 {
    margin: 0;
    margin-bottom: 40px;
}
#login-popup .half-width h5 a span {
  font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #0271b6;
}
#login-popup .half-width h5 a:hover span {
    border: 0 none;
}
#login-popup-login {
  padding-right: 25px;
}
#login-popup-register {
  padding-left: 25px;
}
#login-popup-wrapper input, .login-in-page input, form[name="registerform"] input, form[name="registerform"] select[name="interes"], .askquestion_form select, .askquestion_form input, .askquestion_form textarea, .page-checkout .checkout-notlogined input {
  width: 100%;
  margin-bottom: 15px;
}
 
#login-popup input[type="submit"] {
  width: 100%;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 5px;
}

#login-popup-wrapper p {
  margin-bottom: 0;
}
#login-popup-login a {}
#login-popup-register form p:first-child {}

#login-popup-wrapper p.submit {}
#login-popup-register p.pass-send-on-email { color: #9997ac;}
#login-popup-register p.sml-popup-reg-text { font-size: 11px; margin-top: 25px;}
#login-popup-register p.sml-popup-reg-text a { text-decoration: underline; }
#login-popup-register p.sml-popup-reg-text a:hover { text-decoration: none; }

form[name="registerform"] label, form[name="registerform"] .reg_passmail {display:none;}

@media screen and (max-width: 1199.98px) {
  #login-popup-wrapper {
    height: 420px;
  } 
  #ask-popup-wrapper {height: 560px;} 
  #login-popup-header {
      margin-bottom: 27px;
  }
  #login-popup .half-width h5 {
      margin-bottom: 30px;
  }
  #login-popup-register p.sml-popup-reg-text {
      margin-top: 20px;
  }
}
/* - popup from Header SML Screens - registration or login - */
@media screen and (max-width:991.98px) {
  #login-reg-wrapper-in-page h3 {margin-top: 20px;}
  #login-popup-wrapper, #ask-popup-wrapper {
      padding: 30px;
  }
  #ask-popup-wrapper {
      height: 540px;
  }
  #login-popup-close, #ask-popup-close {
      right: 10px;
      top: 10px;
  }
  #login-popup-wrapper {width: 300px; height: 400px;} 
  #login-popup .half-width { width: 100%;}
  #login-popup .half-width h5 {
      margin-bottom: 20px;
  }
  #login-popup-register {border-left: 0 none;}
  #login-popup-wrapper h5 { }
  #login-popup-login {
    padding-right: 0;
  }
  #login-popup-register {
    padding-left: 0;
  }
  #login-popup-register p.sml-popup-reg-text {
     margin-top: 5px;
  }
}
@media screen and (max-width: 660px) {
  #ask-popup-wrapper {width: 95%;}
}
@media screen and (max-width:359.98px) {
  #login-reg-wrapper-in-page.login-in-page { width: 100%; }
  #ask-popup-wrapper {width: 320px;}
}
@media screen and (max-height:570px) {
  #ask-popup-wrapper { margin: 0 auto; }
}
/* -------------------- End popup from Header - registration or login -------------------- */

.askquestion_form h5 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #33305a;
}
.askquestion_form h5 span { 
    color: #57b602;
}
.askquestion_form p {
  font-size: 13px;
  margin-bottom: 15px;
}
.askquestion_form p span.im {
    display: inline-block;
    padding: 15px;
    margin-top: 15px;
    border: 5px solid #d6e3f3;
    font-size: 17px;
    text-align: center;
}
.askquestion_form p span.im a {
  font-size: 16px;
  white-space: nowrap;
}
.askquestion_form .agree_askquestion {
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
}
.askquestion_form .agree_askquestion a {
  font-size: 12px;
  text-decoration: underline;
}
.askquestion_form .agree_askquestion a:hover {
  text-decoration: none;
}
.askquestion_form table {
  width: 100%;
  margin: 0;
}
.askquestion_form table td {
}
.askquestion_form textarea {
  height: 100px;  
}
.askquestion_form input[type="submit"] { 
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199.98px)  {
  .askquestion_form h5 {
      margin-bottom: 25px;
      font-size: 14px;
  }
  .askquestion_form p span.im {
      font-size: 16px;
  }
  .askquestion_form textarea {
    height: 90px;  
  }
}
/*---------------------------------- END pupup question------------------------------------------*/

/* -------------------- popup from Header - registration or login -------------------- */

/*---------------------------------------COMMENTS----------------------------------------*/
#comments {
  margin-top: 40px;
}
#comments .comments-title {
  font-size: 14px;
  margin-bottom: 20px;
}
#comments .comments-title span {
  display: none;
}
.comment .comment-body {
  background-color: #f5f5f5;
  position: relative;
  padding: 0 0 0 90px;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  min-height: 60px;
}
.comment-meta {
  margin-top: 4px;
}
#comments .comment-author.vcard {
  float: left;
}
#comments .comment-author.vcard .avatar {
  top: 0;
  left: 0;
  border-radius: 0;
}
.comment-author .fn {
  font-size: 14px;
  margin-right: 20px;
  line-height: 1;
  text-transform: none;
  color: #0271b6;
}
.comment-author .fn a {
  font-size: 14px;
}
#comments .staff {
    background-color: #b9e791;
    color: #383838;
    text-transform: lowercase;
    text-transform: capitalize;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    display: inline-block;
}
#comments .subscriber {
    background-color: #f5f5f7;
    color: #33305a;
    text-transform: lowercase;
    text-transform: capitalize;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    display: inline-block;
}
.comment-metadata {
  float: left;
  margin-bottom: 5px;
}
.comment-metadata a {
  font-size: 12px;
  margin-right: 20px;
}
.comment-content {
  clear: both;
}
.comment-content p {
  font-size: 18px;
  line-height: 1.3;
}
.comment-list {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.comment-list li {
    border-top: 1px solid #0271b6;
    padding-top: 20px;
    margin-top: 20px;
}
.comment-list .children li {
    border-top: 1px solid #e8e8ea;
}
.comment-list > li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0 none;
}
.comment-list .children {
  padding-left: 30px; 
  border: 0 none;
}
#comments .reply {
    position: absolute;
    top: 4px;
    right: 0;
}
#comments .comment-reply-link, p.logged-in-as a:last-child {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #00C0CF;
  text-transform: none;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  padding: 0 10px;
  border-radius: 0;
}
#comments .comment-reply-link:hover, p.logged-in-as a:last-child:hover {
  background-color: #00C0CF;
  opacity: 0.8;
  color: #fff;
}
#comments .comment-status-changed {
  font-size: 14px;
}
#comments .comment-content select {
    background: none !important;
    height: inherit;
    padding: 0;
}
#comments .comment-form-attachment {
  margin-bottom: 0;
  font-size: 14px;
}
#comments .comment-form-inputfile {
	display: inline-block;
	border: 1px solid #000000;
	position: relative;
	margin-bottom: 4px;
}
#comments .comment-form-inputfile input[type="file"] {
	font-size: 13px;
	transition: 0.3s;
	padding-left: 35px;
	background: #ffffff url('img/icon-download-comments.png') no-repeat 10px center;
}
#comments .comment-form-inputfile input[type="file"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
#comments .comment-respond {
  padding: 20px 30px !important;
  border: 1px solid #0271b6;
  font-size: 16px;
  position: relative;
}
#comments > .comment-respond {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments .children .comment-respond, #comments .comment-list .comment-respond {
  margin: 30px 0;
}

#comments .comment-respond label {
    font-size: 14px;
}
#comments .comment-reply-title {
  margin-top: 0;
}
#comments .comment-reply-title small {
  margin-left: 20px;
}
#comments .comment-reply-title small a {
    font-size: 12px;
    text-transform: none;
}
#comments .comment-reply-title small a:hover {
}
p.logged-in-as {
    margin-bottom: 0;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #0271b6;
}
p.logged-in-as a {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
p.logged-in-as a:hover {
}
p.logged-in-as a:last-child {
    display: inline-block;
    font-weight: normal;
}
#comments .comment-form-comment {
  margin-bottom: 20px;
  margin-top: 10px;
}
#comments .comment-form-comment textarea {
  color: #303035;
  padding: 10px 20px;
  height: 70px;
  border: 1px solid #8fb3de;
  border-radius: 2px;
  font-size: 14px;
}
#comments .comment-form .spent_time_clock {
  margin-top: 7px;
}
#comments .comment-form .spent_time {
 margin-bottom: 20px;
}
#comments .comment-navigation {
  margin: 0;
}
#comments .comment-navigation .screen-reader-text {
  margin: 0;
}
#comments .nav-links {
  margin-top: 0;
}
#comments .nav-previous {
  float: left;
}
#comments .nav-next {
  float: right;
}
#comments .nav-previous a, #comments .nav-next a {
  font-size: 14px;
}
#comments .nav-previous a:hover, #comments .nav-next a:hover {
}
#comments .attachmentFile a.attachmentLink {
  font-size: 14px;  
}
#comments .attachmentFile a.attachmentLink img {
    border: 5px solid #f5f5f7;
    display: block;
    margin: 10px 0;
}
@media screen and (max-width: 1199.98px)  {
  #comments .comment-form .spent_time_clock {
      margin-top: 5px;
  }
}
@media screen and (max-width:580px)  {
  #comments .nav-previous, #comments .nav-next  {
    float: none;
  }
}
/*---------------------------------------END COMMENTS----------------------------------------*/
/*---------------------------------------random-comments----------------------------------------*/
#comments-landing .comment-body {
  padding-bottom: 20px;
    border-bottom: 1px solid #2470B6;
    margin-bottom: 20px;
    min-height: 80px;
}
#comments-landing .comment-body:last-child {
  padding-bottom: 0;
    border-bottom: 0 none;
    margin-bottom: 0;
}
#comments-landing .comment-author-avatar {
    width: 60px;
    position: absolute;
}
#comments-landing .comment-author-avatar img {
    margin: 0;
    border: 0 none;
}
#comments-landing .comment-meta {
    float: none;
    text-align: left;
    margin-left: 90px;
    margin-top: 0;
}
#comments-landing .comment-author-name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #2470B6;
    margin-right: 10px;
}
#comments-landing .comment-time {
    display: inline-block;
}
#comments-landing .comment-time time {
    font-size: 12px;
    color: #2470B6;
}
#comments-landing .comment-content {
  margin-left: 90px;
    text-align: left;
    margin-top: 7px;
}
#comments-landing .comment-content p:first-child {
    margin-top: 0;
}
#comments-landing .comment-content p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #comments-landing .comment-meta {
      margin-left: 80px;
  }
  #comments-landing .comment-content {
    margin-left: 80px;
  }
}
/*---------------------------------------END random-comments----------------------------------------*/
/*---------------------------------------TEST----------------------------------------*/
.fields_calculator {
  border: 1px solid #efeff3;
  padding: 20px;
}
.fields_calculator .field {
  margin-bottom: 30px;
}
.fields_calculator .field:last-child {
  margin-bottom: 0;
}
.fields_calculator .field1 label:last-child {
  margin-left: 40px;
}
.fields_calculator .field1 label input {
  margin-right: 10px;
}
.fields_calculator .field2 {
  display: none;
}
.fields_calculator .field2_company {
  display: block;
}
.fields_calculator .field5 input[type="date"]::-webkit-calendar-picker-indicator {
}
.fields_calculator .field5 input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
/*---------------------------------------END TEST----------------------------------------*/
/*--------------------------------------- button Watch video ----------------------------------------*/
a.vp-a {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  border: 0 none;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #33305a;
}
a.vp-a i.glyphicon.glyphicon-play {
    border: 1px solid #33305a;
    border-radius: 50%;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    top: 5px;
}
a.vp-a i.glyphicon.glyphicon-play:before {
    position: absolute;
    color: #f00;
    font-size: 13px;
    left: 4px;
    top: 3px;
}
a.vp-a:hover {
  color: #0271b6;
}
a.vp-a:hover i.glyphicon.glyphicon-play {
    border: 1px solid #0271b6;
}
a.vp-a:hover i.glyphicon.glyphicon-play:before {
    color: #ff4949;
}
a.vp-a img {
  margin: 0;
  width: 180px;
  border: 0 none;
}
@media screen and (max-width:1199.98px) {
  a.vp-a {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      font-size: 14px;
  }
  a.vp-a i.glyphicon.glyphicon-play {
      width: 19px;
      height: 19px;
      top: 4px;
  }
  a.vp-a i.glyphicon.glyphicon-play:before {
      font-size: 11px;
      left: 3px;
      top: 3px;
  }
  a.vp-a img {
    width: 150px;
  }
}
/*--------------------------------------- END button Watch video ----------------------------------------*/
/*--------------------SINGLE-PRODUCT.PHP----------------------------*/
.page-template-single-product div.activity-feed-container {
  display: none !important;
}
#header-checkout {
  background: #1F1D4C;
}
#header-checkout .logo img {
    max-width: 200px;
    margin-top: 10px;
}
#header-checkout .tel {
    color: #fff;
    text-align: right;
    font: 500 30px/80px 'Montserrat', sans-serif;
}
#header-checkout .tel span {
    color: #d6e3f3;
    font-family: 'Montserrat', sans-serif;
}
.page-checkout {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-checkout .checkout-header {
  color: #33305a;
}
.page-checkout h1.entry-title span.dashicons {
  display: none;
}
.page-checkout .entry-content > p[style="text-align: left;"] {
  font: 16px 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-checkout .entry-content > p[style="text-align: center;"] {
  text-align: left !important;
}
.page-checkout .entry-content > div.divider {
  display: none;
}
.page-checkout .entry-content > p[style="padding-left: 30px;"] {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 12px;
  padding-left: 10px !important;
  position: relative;
}
.page-checkout .entry-content > p[style="padding-left: 30px;"]:first-letter {
  color: #fff;
}
.page-checkout .entry-content > p[style="padding-left: 30px;"]:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: ' ';
    background: #57b602;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.page-checkout .preorder-product-price {
  text-align: right;
}
.page-checkout .checkout-frame .checkout-company-director {
  resize: vertical;
  height: auto !important;
}
.page-checkout .preorder-product-price span, .page-checkout .checkout-frame .product-price {
  color: #C62338;
  font-size: 24px;
  text-transform: none;
  margin-left: 30px;
}
.page-checkout .preorder-product-price span {
  margin-left: 10px;
}
.page-checkout .checkout-frame {
    border: 5px solid #d6e3f3;
    padding: 35px;
  position: relative;
}
.page-checkout .checkout-frame h5 {
    margin-bottom: 20px;
}
.page-checkout .checkout-frame > *:first-child {
    margin-top: 0;
    padding-top: 0;
}
.page-checkout .checkout-frame .row [class^='col'] {
    font-size: 16px;
}
.page-checkout .checkout-frame .row.preorder-row [class^='col'] {
    margin-bottom: 20px;
    font-size: 14px;
    color: #9997ac;
}
.page-checkout .checkout-frame .row.preorder-but-row [class^='col'] {
    margin-bottom: 0;
}
.page-checkout .checkout-frame .row.preorder-row .fill-all, .page-checkout .checkout-frame .row.preorder-row .checkout-steps {
    line-height: 40px;
    margin-bottom: 15px;
}
.checkout-steps-right {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 10px;
}
.checkout-messages {
  border: 3px dashed #8fb3de;
  padding: 0 10px;
  margin-top: 12px;
}
.checkout-message-error {
  color: #DA4453;
  font-weight: bold;
}
.checkout-message-warning {
  color: #ffae21;
  font-weight: bold;
}
.page-checkout .checkout-frame .row input:disabled {
  background: #e2e2e2;
  cursor: not-allowed;
}
.page-checkout .checkout-frame .row input[type="text"],
.page-checkout .checkout-frame .row input[type="email"],
.page-checkout .checkout-frame .row input[type="number"],
.page-checkout .checkout-frame .row input[type="submit"],
.page-checkout .checkout-frame .row select {
  width: 100%;
}
.page-checkout .checkout-frame .row input[type="text"] + label,
.page-checkout .checkout-frame .row input[type="email"] + label,
.page-checkout .checkout-frame .row input[type="number"] + label,
.page-checkout .checkout-frame .row input[type="submit"] + label,
.page-checkout .checkout-frame .row select + label {
  margin-top: 5px;
}
.page-checkout .checkout-frame input[type="number"] {
  margin: 0;
  -moz-appearance: textfield;
}
.page-checkout .checkout-frame input[type="number"]::-webkit-outer-spin-button,
.page-checkout .checkout-frame input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-checkout .checkout-frame .checkbox-inline {
  position: relative;
  font-size: 17px;
  color: #000;
  line-height: 1.3;
  padding-left: 28px;
}
.page-checkout .checkout-frame .checkbox-inline input[type="checkbox"] {
  margin-left: -27px;
  margin-right: auto;
  top: 2px;
}
.page-checkout .checkout-frame .row textarea {
    padding: 12px 20px 0;
    line-height: 1;
    height: 40px;
}
.page-checkout .checkout-frame .row select option {
  color: #33305a;
}
.page-checkout .checkout-frame .row select option:first-child {
  color: #9997ac;
}
.page-checkout .checkout-frame .row textarea.spec_dem {
  padding-bottom: 12px;
  height: 100px;
}
.page-checkout .checkout-frame label {
  line-height: 1;
}
.page-checkout .checkout-frame .row input[type="radio"] {
  width: 13px;
}
.page-checkout .checkout-frame .row input:focus,
.page-checkout .checkout-frame .row textarea:focus,
.page-checkout .checkout-frame .row select:focus,
.page-checkout .checkout-frame .input-group.focus {
  outline: none;
  border: 1px solid #57b602;
}
.page-checkout .entry-content form input[type="submit"] {
  margin-bottom: 0;
}
.page-checkout .entry-content form input[type="submit"]:focus, .page-checkout .entry-content form input[type="submit"]:active {
  border: 0 none !important;
}
.page-checkout .entry-content form input[type="submit"]:active {
  background: #005291 !important;
}
.page-checkout .entry-content form input.button-green[type="submit"]:active {
  background: #3e8301 !important;
}
.page-checkout .checkout-frame .product-descr {
  background: #f5f5f7;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
  margin-bottom: 35px;
}
.page-checkout .checkout-frame .product-ver, .page-checkout .checkout-frame .product-coupon, .page-checkout .checkout-frame .product-bonus,
.page-checkout .checkout-frame .checkout-fio, .page-checkout .checkout-frame .checkout-country, .page-checkout .checkout-frame .product-col {
  margin-bottom: 30px;
}
.page-checkout .checkout-frame .product-ver span, .page-checkout .checkout-frame .product-coupon span, .page-checkout .checkout-frame .product-bonus span, .page-checkout .checkout-frame .checkout-fio span, .page-checkout .checkout-frame .checkout-country span, .page-checkout .checkout-frame .product-col span {
  color: #848397;
  font-size: 16px;
}
.page-checkout .checkout-frame .product-coupon > div, .page-checkout .checkout-frame .product-bonus > div {
  margin-bottom: 20px;
}
.page-checkout .checkout-frame .product-bonus input[type="number"] {
    width: 250px;
}
.page-checkout .checkout-frame .pay-method > div {
  margin-bottom: 20px;
}
.page-checkout .checkout-frame .pay-method > div:last-child {
  margin-bottom: 40px;
}
.page-checkout .checkout-frame .product-descr > div {
  padding: 20px 30px;
}
.page-checkout .row.product-descr .product-price {
  margin: 0;
  font: 700 24px 'Montserrat', sans-serif;
  white-space: nowrap;
  text-align: right;
}
.page-checkout form.checkout-notlogined {
  width: 250px;
}
.page-checkout form.checkout-notlogined div:last-child input {
  margin-bottom: 0;
}
.page-checkout .table {
  margin-bottom: 20px;
}
.page-checkout .table > tbody > tr > td:first-child {
  width: 400px;
}
.page-checkout .table > tbody > tr > td:last-child {
  font-weight: bold;
  text-align: left;
}
.invoice img {
  border: 0 none;
}
@media screen and (max-width: 1199.98px) {
  #header-checkout {
  }
  #header-checkout .tel {
      font-size: 25px;
      line-height: 70px;
  }
  .page-checkout {
      margin-top: 40px;
      margin-bottom: 40px;
  }
  .page-checkout .entry-content > p[style="text-align: left;"] {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page-checkout .entry-content > p[style="padding-left: 30px;"] {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 11px;
    padding-left: 3px !important;
  }
  .page-checkout .entry-content > ul > li {
    margin-bottom: 7px;
  }
  .page-checkout .entry-content > p[style="padding-left: 30px;"]:before {
      top: 6px;
      width: 6px;
      height: 6px;
  }
  .page-checkout .preorder-product-price span {
    font-size: 22px;
    margin-left: 25px;
  } 
  .page-checkout .row.product-descr .product-price {
    font-size: 22px;
  }
  .page-checkout .checkout-frame .product-descr, .page-checkout .checkout-frame .product-ver, .page-checkout .checkout-frame .product-coupon, .page-checkout .checkout-frame .product-bonus, .page-checkout .checkout-frame .checkout-fio, .page-checkout .checkout-frame .checkout-country, .page-checkout .checkout-frame .product-col {
    margin-bottom: 20px;
  }
  .page-checkout .checkout-frame .product-ver span, .page-checkout .checkout-frame .product-coupon span, .page-checkout .checkout-frame .product-bonus span, .page-checkout .checkout-frame .checkout-fio span, .page-checkout .checkout-frame .checkout-country span, .page-checkout .checkout-frame .product-col span {
    font-size: 14px;
  }
  .page-checkout .checkout-frame .product-coupon > div, .page-checkout .checkout-frame .product-bonus > div {
    margin-bottom: 15px;
  }
  .page-checkout .checkout-frame .pay-method > div {
    margin-bottom: 15px;
  }
  .page-checkout .checkout-frame .pay-method > div:last-child {
    margin-bottom: 30px;
  }
  .page-checkout .checkout-frame {
      padding: 25px;
  }
  .page-checkout .checkout-frame h5 {
      margin-bottom: 10px;
  }
  .page-checkout entry-content > p.first-child {
    margin-bottom: 15px;
  }
  .page-checkout .checkout-frame .row [class^='col'] {
      font-size: 14px;
  }
  .page-checkout .checkout-frame .row.preorder-row [class^='col'] {
      margin-bottom: 15px;
      min-height: 35px;
  }
  .page-checkout .checkout-frame .row.preorder-but-row [class^='col'] {
      margin-bottom: 0;
  }
  .page-checkout .checkout-frame .row.preorder-row .fill-all, .page-checkout .checkout-frame .row.preorder-row .checkout-steps {
      line-height: 35px;
      margin-bottom: 10px;
  }
  .page-checkout .checkout-frame .row textarea {
    padding: 10px 10px 0;
    min-height: 80px;
  }
  .page-checkout .checkout-frame .row textarea.spec_dem {
    padding-bottom:10px;
    height: 80px;
  }
  .page-checkout .checkout-frame .row input[type="radio"] {
    width: 12px;
  }
  .page-checkout .table > tbody > tr > td:first-child {
    width: 350px;
  }
  .page-checkout .table {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .page-checkout .checkout-frame .row.preorder-but-row [class^='col'] {
      margin-bottom: 15px;
  }
  .page-checkout .checkout-frame .row.preorder-but-row [class^='col']:last-child {
      margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #header-checkout .checkout-logo-head {
    text-align: center;
  }
  #header-checkout .tel {
    font-size: 16px;
    line-height: inherit;
    text-align: center;
    margin: 10px 0;
  }
  .checkout-steps-right {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
  }
  .page-checkout .checkout-frame {
    padding: 12px;
  }
  .page-checkout .checkout-frame .product-descr {
    display: block;
  }
  .page-checkout .row.product-descr .product-price {
    text-align: left;
  }
  .page-checkout .checkout-frame .product-descr > div:first-child {
    padding-bottom: 0;
  }
  .page-checkout .table > tbody > tr > td:first-child {
    width: 50%;
  }
  .page-checkout .checkout-frame .row.preorder-row .fill-all {
    margin-bottom: 0;
  }
}

/*--------------------END SINGLE-PRODUCT.PHP----------------------------*/
/*--------------------SINGLE-PRODUCT.PHP template:checkout /dostup3----------------------------*/
#post-59714 header {
  display: none;
}
#post-59714 h1.entry-title {
 color: #33305a;
}
.page-checkout .table-responsive {
  margin-bottom: 0;
}
#tabledostup {
  border: 5px solid #d6e3f3;
}
#tabledostup td {
  padding: 17px 0;
  border: 0 none;
  border-top: 1px solid #d6e3f3;
  border-bottom: 1px solid #d6e3f3;
}
#tabledostup td:nth-child(2n) {
  background: #f5f5f7;
}
#tabledostup td:nth-child(2), #tabledostup td:nth-child(3), #tabledostup td:nth-child(4), #tabledostup td:nth-child(5) {
  width: 180px; 
}
#tabledostup td:nth-child(1), #tabledostup .trdostup-price td:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 17px 40px;
  line-height: 1.2;
}
#tabledostup h4 {
  margin: 0;
}
#tabledostup tr:nth-child(1) p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  color: #706e8b;
}
#tabledostup img {
  border: 0 none;
  margin: 0;
}
#tabledostup .button-red {
  width: 100%;
  margin: 0;
}
#tabledostup .trdostup-price td {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: bottom;
}
#tabledostup .trdostup-price td:nth-child(1) {
  color: #ff403b;
  vertical-align: middle;
}
#tabledostup .trdostup-price p {
  margin: 0;
}
#tabledostup .trdostup-price span, #tabledostup .trdostup-price del {
  color: #ffae21;
  font: bold 24px 'Montserrat', sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
#tabledostup .trdostup-price del {
  color: #cad6e5;
  font-size: 18px;
  margin-bottom: 2px; 
}
.page-checkout .dostup-info {
  font-size: 16px;
  font-weight: bold;
  margin-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
.page-checkout .dostup-info:before {
  position: absolute;
  content: url(img/icon-info.png);
  top: -2px;
  left: -40px;
  width: 24px;
  height: 24px;
}
.page-checkout .dostup-info span {
  color: #0271b6;
}
.page-checkout .be8_how {
  border-width: 2px;
}
.page-checkout .be8_thumbup {
  border-width: 2px;
}
.page-checkout .be8_how h4, .page-checkout .be8_thumbup h4 {
  margin-bottom: 30px;
}
.page-checkout .be8_how h4 {
  color: #ffc321;
}
.page-checkout .be8_how p {
  margin-top: 30px;
  margin-bottom: 0;
}
.page-checkout .be8_how a {
  color: #0271b6;
}
.page-checkout .be8_how a:hover {
  color: #005291;
}
.page-checkout .blockquote {
  margin: 50px 0;
}
.page-checkout .blockquote > *:last-child {
    margin-bottom: 0;
}
.page-checkout .blockquote ol {
  margin: 30px 0;
}
.page-checkout .blockquote ol li {
  margin-bottom: 25px;
  padding-left: 45px;
}
.page-checkout .whatget {
  position: relative;
  padding-left: 30px;
}
.page-checkout .whatget:before {
  position: relative;
}
.page-checkout .icon-quotest:before {
  content: url(img/icon-qoutes.gif);
}
.page-checkout .icon-videoplayer:before {
  content: url(img/icon-videoplayer.gif);
}
.page-checkout .icon-zoom:before {
  content: url(img/icon-zoom.gif);
}
/*--------------------SINGLE-PRODUCT.PHP template:checkout /dostup3----------------------------*/
/*--------------------SALESLANDING.PHP /dostup----------------------------*/
.page-saleslanding {
  margin: 0 auto;
  width: 960px;
  color: #303035;
}
.page-saleslanding #header, .page-saleslanding #footer {
  background: none;
}
.page-saleslanding header {
  display: none;
}
.page-saleslanding .post-inner-content {
  padding: 15px;
}
.linefullwidth {
  border-top: 1px solid #d3d3d3;
}
.page-saleslanding #header .row {
  padding: 20px 0;
}
.page-saleslanding #header .row .tel {
  font: 30px/1.1 "Fira Sans",sans-serif;
    text-align: right;
    color: #49494c;
}
.page-saleslanding #header .row .tel span {
    color: #ea000f;
}
.page-saleslanding #header .row .mail {
    color: #49494c;
    font-size: 18px;
    text-align: right;
    line-height: 1;
}
.page-saleslanding #footer .logo2 a img, #page-checkout #footer .logo2 a img {
  width: 220px;
}
.page-saleslanding #footer, #page-checkout #footer {
  padding: 30px 0 20px;
  margin: 0;
}
.page-saleslanding #footer .logo2 p, #page-checkout #footer .logo2 p {
  color: #49494c;
    margin: 0 0 0 45px;
    font-size: 11px;
    line-height: 1.2;
}
.page-saleslanding #footer .row1, #page-checkout #footer .row1 {
    margin-bottom: 10px;
}
.page-saleslanding #footer .agreement, #page-checkout #footer .agreement {
    padding: 10px 100px 0;
    color: #49494c;
    font-size: 10px;
    text-align: center;
    line-height: 1.7;
}
.page-saleslanding #footer .links p, #page-checkout #footer .links p {
    line-height: 1.7;
}
.page-saleslanding #footer .links a, #page-checkout #footer .links a {
    color: #414142;
}
.page-saleslanding #footer .links a:hover, #page-checkout #footer .links a:hover {
    text-decoration: underline;
}
.page-saleslanding .price > div > p { 
  text-align: center;
}
.page-saleslanding .price .button {    
    background-color: #f00;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: none;
    border-width: medium;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    transition: background-color 0.3s linear 0s;
    text-decoration: none;
    padding: 0px 20px;
}
.page-saleslanding .price .button:hover {
    background-color: #363636;
}

.page-saleslanding .entry-content h2, .page-saleslanding .entry-content h2 > *, .page-saleslanding .entry-content .blockquote h2, .page-saleslanding .entry-content blockquote h2 {
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #303035;
    margin: 25px 0px;
    font-size: 33px;
    text-transform: none;
}
.page-saleslanding .entry-content h3, .page-saleslanding .entry-content h3 > *, .page-saleslanding .entry-content .blockquote h3, .page-saleslanding .entry-content blockquote h3 {
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #303035;
    margin: 25px 0px;
    font-size: 26px;
    text-transform: none;
}
.page-saleslanding .entry-content blockquote > h3:first-child, .page-saleslanding .entry-content .blockquote > h3:first-child {
  margin-bottom: 10px;
}
.page-saleslanding .entry-content h4, .page-saleslanding .entry-content h4 span {
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    text-transform: none;
}
.page-saleslanding .entry-content h4 span {
  color: #d10000;
}
.page-saleslanding .entry-content blockquote > *:first-child, .page-saleslanding .entry-content .blockquote > *:first-child {
  margin-top: 0;
}
.page-saleslanding .entry-content blockquote > *:last-child, .page-saleslanding .entry-content .blockquote > *:last-child {
  margin-bottom: 0;
}
.page-saleslanding .entry-content blockquote > *, .page-saleslanding .entry-content .blockquote > * {
  font-size: 18px;
}
.page-saleslanding .entry-content blockquote p, .page-saleslanding .entry-content .blockquote p { margin: 0 0 10px; }
.page-saleslanding .entry-content .divider {
    margin: 20px 0;
}
.page-saleslanding .entry-content ul > li:before {
  background: #d10000;
}
@media screen and (max-width: 1199.98px) {
  .page-saleslanding .entry-content .divider {
      margin: 15px 0;
  }
}
@media screen and (max-width: 991.98px) {
  .page-saleslanding {
    width: 750px;
  }
  .page-saleslanding #footer .logo2 a img {
    
  }
  .page-saleslanding #footer .links {
      padding: 0 15px;
  }
  .page-saleslanding #footer .links p {
      margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-saleslanding {
    width: 100%;
  }
  .page-saleslanding #header .row {
    padding: 15px 0;
  }
  .page-saleslanding #header .row .logo {
    display: block;
    margin: 0 auto;
    width: 309px;
    padding-bottom: 5px;
  } 
  .page-saleslanding #header .row .tel {
    float: right;
    font-size: 22px;
    line-height: 22px;
  }
  .page-saleslanding #header .row .mail {
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
  }
  .page-saleslanding #footer .row1, #page-checkout #footer .row1 {
     margin-bottom: 0; 
  }
  .page-saleslanding #footer .logo2 { text-align:center; } 
  .page-saleslanding #footer .logo2 p {
    margin: 0;
  }
  .page-saleslanding #footer .links {
      margin-top: 10px;
  }
  .page-saleslanding #footer .agree {
      padding: 0 50px 0;
  }
}
@media screen and (max-width: 359.98px) {
  .page-saleslanding #header .row .logo {
      max-width: 100%;
  }
}

#tablezayavka {width: 100%;font-size:18px;}
#tablezayavka tr {text-align:center;}
#tablezayavka td {line-height:1.2;vertical-align:middle;background-color:#F6F6F6;height:50px;}
#tablezayavka td p {margin: 0 0 10px;}
#tablezayavka .zagolovok p { margin: 0 0 10px; }
#tablezayavka .grafacomplect {text-align:left; line-height:1.2;}
#tablezayavka .zagolovok {font-weight:bold;}
#tablezayavka .oplata {text-align:center;}
#tablezayavka .price {padding-top:12px; padding-bottom:12px; font-size:20px;font-weight:bold;color:#000000;}
#tablezayavka .minim {background-color:#CED2D7;}
#tablezayavka .baza {background-color:#DFFAD3;}
#tablezayavka .vip {background-color:#FFD4D6;}
#tablezayavka .skachat {background-color:#F2F4F7; font-size:13px;color:#000000;}
#tablezayavka .skachat a{color:#FFFFFF;}
#tablezayavka .skachat a:hover{color:#FFFFFF;}

#tablezayavka th, #tablezayavka td {border: 1px solid #fff;padding: 10px;text-transform:none;}
#tablezayavka th p { color: #000;font-weight: bold;line-height: 1.1; font-size: 14px; padding-bottom: 10px;}
#tablezayavka th div { color: #d10000; border-top: 1px dashed #fff;line-height: 25px;}
#tablezayavka td:nth-child(2), #tablezayavka td:nth-child(3), #tablezayavka td:nth-child(4) {width: 160px;vertical-align: middle;}
#tablezayavka th:nth-child(1) {background: #f0f0f0;}
#tablezayavka th:nth-child(2) {background: #d8d29e;vertical-align: bottom;}
#tablezayavka th:nth-child(3) {background: #d9c396;vertical-align: bottom;}
#tablezayavka th:nth-child(4) {background: #d5b291;vertical-align: bottom;}
#tablezayavka th:nth-child(5) {background: #d5b291;vertical-align: bottom; border-top: 2px solid #f00; border-left: 2px solid #f00; border-right: 2px solid #f00;}

#tablezayavka td:nth-child(1) {background: #f0ece0;text-align:left;}
#tablezayavka td:nth-child(2) {background: #ede8bf;}
#tablezayavka td:nth-child(3) {background: #eddebf;}
#tablezayavka td:nth-child(4) {background: #edd5bf;}
#tablezayavka td:nth-child(5) {background: #f3c9a2; border-left: 2px solid #f00; border-right: 2px solid #f00;}
#tablezayavka tr:first-child td:nth-child(5) {border-top: 2px solid #f00 !important;}
#tablezayavka tr:nth-last-child(2) td:nth-child(5) {border-bottom: 2px solid #f00;}

#tablezayavka th:nth-child(1) {
    color: #000;
    font-size: 18px;
    text-align: left; 
    vertical-align: middle;
    font-weight: bold;
}
#tablezayavka .buy-row-tablezayavka td:first-child {
    vertical-align: middle;
}
#tablezayavka .buy-row-tablezayavka td {
    color: #e50000;
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
}
#tablezayavka .buy-row-tablezayavka td p{
    font-size: 18px;
    padding-bottom: 10px;
}
#tablezayavka .buy-row-tablezayavka td del {
    color: #000;
    font-weight: normal;
}
#tablezayavka tr:last-child td {background: #f0f0f0;text-align:center;}

#tablezayavka td img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.page-saleslanding a span.toopen {
  display: none;
}
.page-saleslanding a span.toclose {
  display: inline;
}
.page-saleslanding a.collapsed span.toopen {
  display: inline;
}
.page-saleslanding a.collapsed span.toclose {
  display: none;
}
.page-saleslanding .to_close {
  text-align: right;
}
.page-saleslanding .entry-content .to_close a {
  color: #444990;
  font-size: 16px;
  text-decoration: underline;
}
.page-saleslanding .entry-content .to_close a:hover {
  text-decoration: none;
}

@media screen and (max-width:767.98px)  { 
  #tablezayavka {max-width:767px;font-size:14px;} 
  #tablezayavka th, #tablezayavka td {padding:7px;}
  #tablezayavka .button {padding:0 7px;}
  #tablezayavka .price p span strong {font-size:20px !important;}
  #tablezayavka .priceheader h4 {font-size:18px !important;}
}

.bordr-no_back-flowrs1 {
    background: url('/images/bordr-no_back-flowrs1.jpg') no-repeat center top;
    padding: 20px 30px;
    margin-top: 25px;
    max-width: 910px;
    min-height: 215px;
    margin: 0 auto;
}
.bordr-no_back-flowrs1 p {
    line-height: 1.2;
    padding-bottom: 10px;
}
.bordr-no_back-flowrs1_button {
}
.bordr-no_back-flowrs1 h3 {
  margin: 0 0 10px;
}

.table-author td {
  border: 0 none !important;
  text-align: left !important;
}
.table-author img {
  max-width: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hasCountdown {
  background: none;
}
.CountdownWrapper {
  height: 100px;
  width: inherit;
  max-width: 500px;
}
/*--------------------END SALESLANDING.PHP  /dostup----------------------------*/

/*-------------------- /about ----------------------------*/
.buttons-author {
  margin: 0 -7px; 
}
.entry-content .author-h2 {
  margin: 60px 0 30px; 
}
.buttons-author a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  margin: 0 7px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #0071B3;
  border: 1px solid #0071B3;
}
.buttons-author a:hover {
  border: 1px solid #005291;
  background: #f1f4f7;
  color: #005291;
}
.authorblock {
    background: #FFFFFF;
    border: 1px solid #F1F0F4;
    margin-bottom: 35px;
    position: relative;
}
.authorblock:after {
  display: block;
  content: '';
  clear: both;
}
.author_cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.author_cols .authorblock {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 15px 35px;
}
.authorblock-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 390px;
}
.authorblock .author-content {
    padding: 29px 16px 58px;
    color: #33305A;
    position: relative;
}
.authorblock-lg .author-content {
    padding: 39px 43px 58px;
}
.authorblock .author-content > *:last-child {
  margin-bottom: 0;
}
.authorblock .author-more {
    position:absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
}
.authorblock h4 {
    font-size: 18px;
    line-height: 22px;
    color: #323059;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
.authorblock p {
    color: #33305A;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
}
.authorblock .author-sub {
  font-size: 14px;
  line-height: 19px;
  color: rgba(50, 48, 89, 0.74);
  text-align: center;
}
.authorblock-lg h4 {
    text-align: left;
}
.authorblock-lg .author-sub {
  text-align: left;
}

.entry-content .authorblock img {
  margin: 0;
  border: 0 none;
  width: 100%;
}
.entry-content .authorblock .author-img {
  max-width: 300px;
}
.entry-content .authorblock-lg .author-img {
  min-height: 100%;
}
.entry-content .authorblock ul {
  margin: 17px 0 17px 3px;
}
.entry-content .authorblock ul > li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
    padding-left: 20px;
    color: #33305A;
    overflow: hidden;
}
.entry-content .authorblock ul > li:last-child {
    margin-bottom: 0;
}
.entry-content .authorblock ul > li:before {
    width: 5px;
    height: 5px;
    background: #323059;
    top: 8px;
}

.modal-backdrop {
  z-index: 99999;
}
.modal-open .modal {
  z-index: 100000;
}
.authorblock .modal-footer button {
  margin-bottom: 0;
}
.authorblock .modal-header {
  padding: 5px 15px;
}
.authorblock .modal-header .close {
  color: #282452;
  transition: 0.3s;
  opacity: 1;
  background: none;
  font-size: 40px;
  font-weight: normal;
}
.authorblock .modal-header .close:hover, .authorblock .modal-header .close:focus {
  opacity: 0.7;
}
.authorblock .modal-content h4, .authorblock .modal-content .author-sub {
  text-align: left;
}
.authorblock .modal-content, .authorblock .modal-content p {
  font-size: 16px;
}
.entry-content .authorblock .modal-body img {
    margin: 15px 0;
}
.entry-content .authorblock .modal-body .author-img {
    width: 200px;
    margin: 0 15px 15px 0;
    float: left;
}
.authorblock .modal-content .resume, .authorblock .modal-content .biblio {
  margin: 30px 0;
}
.authorblock .modal-content .resume_more , .authorblock .modal-content .biblio_more {
  text-align: right;
  margin-top: 20px;
}
.authorblock .modal-content .resume_more a, .authorblock .modal-content .biblio_more a {
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .author_cols {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
  .authorblock-lg {
    display: block;
  }
  .entry-content .authorblock .author-img {
    width: 200px;
    float: left;
    margin: 29px 16px;
  }
  .authorblock-lg .author-content {
      padding: 29px 16px 58px;
  }
  .authorblock h4, .authorblock .author-sub {
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .entry-content .authorblock .author-img, .entry-content .authorblock .modal-body .author-img {
    width: 100%;
    margin: 0 0 29px 0;
    max-width: 100%;
  }
}
/*-------------------- END /about ----------------------------*/

.tabs-nav {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #DA4453;
}
.tabs-nav li {
  float: left;
  list-style: none;
  padding: 5px 10px;
  border: solid #DA4453;
  border-width: 1px 1px 0 0;
}
.tabs-nav li:first-child {
  border-width: 1px 1px 0 1px;
}
.tabs-nav li.current-tab {
  color: #fff;
  background: #DA4453;
}
.tabs-nav li.current-tab a {
  color: #fff;
}

.tabs-content {
  clear: both;
}
.tabs-content > div {
  display: none;
}
.tabs-content > div:first-child {
  display: block;
}

.playlist > ul {
  float: right;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .playlist > ul {
    float: none;
    width: 100%;
  }
}
.playlist div {
  display: none;
}
.playlist div:first-of-type {
  display: block;
}

/* -------------------------------------------- paginateBox ------------------------------------------- */
.excerptShow {
  font-weight: normal;
  color: #444990;
}
/* -------------------------------------------- END paginateBox ------------------------------------------- */
a.carousel-control.left, a.carousel-control.right {
  background: none;
    opacity: 1;
}
.carousel p {
    margin: 0;
    font-size: 0;
}
.carousel .item img {
    margin: 0;
    padding: 0;
}
a.carousel-control::before {
    display: block;
  content: "\1F81C";
    position: absolute;
    top: 50%;
    left: 30px;
    color: #ff0000;
    font-size: 47px;
}
a.carousel-control.right::before {
  content: "\1F81E";
    left: unset;
    right: 30px;
}
a.carousel-control:hover::before {
    color: #FF3F43;
}
@media screen and (max-width: 550px) {
  a.carousel-control::before {
      font-size: 37px;
  }
}
/* -------------------------------------------- Tests ------------------------------------------- */
.wpst_question {
    margin-bottom: 25px;
    font-size: 18px;
    color: #0271b6 !important;
}
.wpst_question:nth-child(2n) {
  color: #0271b6;
}
.wpst_question .wpsqt_multiple_question label {
  font-weight: normal;
  display: inline;
  font-size:16px;
}
.wpst_question .wpsqt_multiple_question label * {
    font-size: 16px;
}
.wpst_question .wpsqt_multiple_question li:before {
  display: none;
}
.wpst_question .wpsqt_multiple_question li {
  padding-left: 54px;
}
.wpst_question .wpsqt_multiple_question input[type="checkbox"], .wpst_question .wpsqt_multiple_question input[type="radio"] {
    margin-left: -28px;
}
blockquote .quiz h1 {
  margin: 0 0 15px 0;
}
.be8_block_top_red_line h2.wpsqt-exam-finished-title {
  margin-top: 10px;
}
/* -------------------------------------------- END Tests ------------------------------------------- */
/* -------------------------------------------- highlight-form ------------------------------------------- */
.highlight-form {
  border: 2px solid #ff403b;
  background: none;
  margin-top: 40px;
  display: inline-block;
}
.highlight-form:after, .highlight-form .hl-form:before {
    content: '';
    display: block;
    clear: both;
}
.highlight-form > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: center;
    align-items: center;
}
.highlight-form div.hl_img { 
  width: 30%;
  text-align: center;
}
.highlight-form div.hl_img img { 
  margin: 0;
  width: 90%;
  border: 0 none;
}
.highlight-form div.hl_descr { 
  width: 70%;
  font-size: 16px;
  padding-left: 20px;
}
.highlight-form div.hl_descr p { 
  font-size: 24px;
}
.highlight-form div.hl_descr p:first-child { 
  margin-top: 0;
}
.highlight-form .hl-form p.alreadyreg { 
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}
.highlight-form .hl-form p.alreadyreg a { 
  font-size: 22px;
}
.highlight-form .hl-form {
  overflow: unset !important;
  margin-top: 20px;
}
.highlight-form form[name="registerform"] p {
  display: inline;
}
.highlight-form form[name="registerform"] p.reg_passmail {
    display: none;
}
.highlight-form form[name="registerform"] input[type="submit"], .highlight-form form[name="registerform"] input[type="email"] {
  font-size: 16px;
  margin-bottom: 0;
}
.highlight-form form[name="registerform"] input[type="email"] {
  width: 60%;
}
.highlight-form form[name="registerform"] .button {
  width: 38%;
  background: #ff403b;
  margin-bottom: 0;
}
.highlight-form form[name="registerform"] .button:hover {
  background: #f00;
}
@media screen and (max-width: 767.98px) {
  .highlight-form div.hl_descr p { 
    font-size: 22px;
  }
  .highlight-form form[name="registerform"] input[type="submit"], .highlight-form form[name="registerform"] input[type="email"] {
      font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .highlight-form div.hl_descr p {
    font-size: 18px;
  } 
}
@media screen and (max-width: 500px) {
  .highlight-form div.hl_descr p {
    font-size: 16px;
  } 
}
@media screen and (max-width: 500px) {
  .highlight-form div.hl_descr p {
    font-size: 14px;
  } 
  .highlight-form form[name="registerform"] input[type="submit"], .highlight-form form[name="registerform"] input[type="email"] {
      font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .highlight-form div.hl_img img { 
    width: 100%;
  }
  .highlight-form form[name="registerform"] p {
      display: block;
  }
  .highlight-form form[name="registerform"] input[type="email"], .highlight-form form[name="registerform"] .button {
    width: 100%;
  }
  .highlight-form form[name="registerform"] p.submit {
    margin-top: 10px;
  }
}
/* -------------------------------------------- END highlight-form ------------------------------------------- */
.be8_accordion .acc_title {
    font-size: 20px;
    margin-left: 30px;
    display: block;
    position: relative;
    text-decoration: none;
}
.be8_accordion .acc_title:before {
    content: '\002B';
    font-size: 120%;
    display: block;
    position: absolute;
    top: -3px;
    left: -30px;
}
.be8_accordion .acc_title[aria-expanded="true"]:before {
    content: '\2212';
}
.be8_accordion .acc_exp {
  font-size: 18px; 
  margin-top: 20px;
}
.be8_accordion .acc_exp > *:first-child {
    margin-top: 0;
}
@media screen and (max-width: 1199.98px) { 
  .be8_accordion .acc_title {
    font-size: 18px;
    margin-left: 20px;
  }
  .be8_accordion .acc_exp {
    font-size: 16px; 
    margin-top: 15px;
  }
}
/* -------------------------------------------- sms-form ------------------------------------------- */
.hours_plus_ipb {
    background: #d6e3f3;
    padding: 2px 4px;
    margin-top: 2px;
    display: inline-block;
    color: #33305a;
    transition: 0.3s;
}
.hours_plus_ipb:hover {
    background: #f0f7ff;
}
.entry-title .hours_plus_ipb {
  line-height: 25px;
  margin-left: 10px;
  margin-top: 0;
}

#sms-popup-form-overlay {
    width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 20000; display: none; }
#sms-popup-form-wrapper { position: absolute; bottom: 50%; right: 50%; width: 480px; background: #fff; padding: 0; transform: translate(50%,50%); overflow: hidden; }
#sms-popup-form-closer { visibility: hidden; right: unset; font-size: 24px; left: 0; top: 0; }
#sms-popup-form-closer:after { content:'\1F7AA'; visibility: visible; display: block; position: absolute; top: 0; left: 2px; color: #33305a; cursor: pointer; }
#sms-popup-form-closer:hover:after { color: #6b6a8a; }
#sms-popup-form-wrapper form > img { margin-top: -10px; }
.sms-popup-content { padding: 0 20px 33px; }
.sms-p-header { font-size: 26px; text-align: center; margin-bottom: 20px; }
.sms-p-subheader { font-size: 20px; text-align: center; margin-bottom: 20px; }
.sms-popup-form-abv { text-align:center; margin-bottom: 15px; }
.sms-popup-form-undr { text-align:center; margin-top: 15px; }
.sms-popup-form form { overflow: hidden;   display: -ms-flexbox;  display: flex;}
.sms-popup-form span.error { display: block; text-align: center; }
.sms-popup-form input { float: left; }
.sms-popup-form input.phone, .sms-popup-form input.code { -ms-flex-positive: 1; flex-grow: 1; width: calc(100% - 160px); font-size: 22px; border: 1px solid #bfc5ce;}
.sms-popup-content input[type="submit"] { width: 160px; background-color: #fd303b; margin-bottom: 0;}
.sms-popup-content input[type="submit"]:hover { background-color: #ac0223; }
@media screen and (max-width: 479.98px) {
#sms-popup-form-wrapper { width: 360px; }
.sms-popup-form input.phone, .sms-popup-form input.code { width: calc(100% - 122px); font-size: 18px; padding: 0 10px; }
.sms-popup-content input[type="submit"] { width: 122px; padding-left: 10px; padding-right: 10px;}
}
@media screen and (max-width: 359.98px) {
#sms-popup-form-wrapper { width: 320px; }
}
/* -------------------------------------------- END sms-form ------------------------------------------- */
/* ------------------------------------------POPUP_reg ---------------------------------------- */
#TB_overlay.TB_overlayBG {
  background: rgba(12, 12, 20, 0.67);
}
div#TB_window {
    width: auto !important;
    margin: auto !important;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  margin-right: -50%;
  border-radius: 7px;
  background: none;
}
#TB_title {
    position: absolute;
    right: -38px;
    top: 1px;
}
#TB_ajaxWindowTitle { display: none; }
#TB_closeWindowButton {
  width: 20px;
  height: 20px;
}
#TB_closeWindowButton:focus .tb-close-icon { box-shadow: none; }
#TB_title .tb-close-icon {
  width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
#TB_title #TB_closeWindowButton:hover {
    opacity: 0.7;
}
#TB_title .tb-close-icon:before {
    display: block;
    content: url('img/popup-close.svg');
}
div#TB_ajaxContent {
    width: auto !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  #TB_title {
      right: 5px;
  }
  #TB_title .tb-close-icon:before {
      content: url('img/popup-close-sml.svg');
  }
}
@media screen and (max-width: 359.98px) {
  div#TB_window {
    width: 99% !important;
  }
}
/* ------------------------------------------end POPUP_reg ---------------------------------------- */
#jcont, #jvlabelWrap {
  z-index: 990;
}
.page-template-front-page3 {
  background: #F8F8F8;
}
.page-template-front-page3 .ui-widget-content {
  background: none;
}
.page-template-front-page3 .ui-widget-header, .page-template-front-page3 .ui-tabs .ui-tabs-nav li {
    background-color: transparent;
}
.mainp-block {
  background: #fff url('img/icon-block-sem-2.svg') no-repeat center 62px;
  border: 1px solid #F1F0F4;
  padding: 209px 21px 53px;
  transition: 0.3s;
  height: 100%;
}
.mainp-block-faq {
  background-image: url('img/icon-block-faq-2.svg');
}
.mainp-block-cat {
  background-image: url('img/icon-block-1c-2.svg');
}
.mainp-block:hover {
  border-color: #0271B6;
}
.mainp-block h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #0271B6;
  margin-top: 0;
  margin-bottom: 19px;
  min-height: 40px;
}
.mainp-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mainp-block li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 19px;
}
.mainp-block ul li:last-child {
  margin-bottom: 0;
}
.mainp-block ul > li:before  {
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    content: ' ';
    background: #0071B3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.mainp-block li a {
  line-height: 21px;
  color: #33305A;
}
.mainp-block li a:hover {
  color: #0271b6;
}
.mainp-block .navigation.pagination {
  margin-top: 30px;
}
.mainp-block-faq .boxTitle {
  display: none;
}
.login-reg-mainp {
  padding: 0 15px;
  margin-bottom: 30px;
}
.login-reg-mainp p.alreadyreg {
  text-align: center;
  font-size: 22px;
  margin: 10px 0 30px;
  display: block;
  border: 1px solid #E9EBEE;
  padding: 15px 10px;
}
.login-reg-mainp p.alreadyreg a {
    display: block;
    font-size: 24px;
}
.login-reg-mainp .register {
    margin-top: 15px;
}
.header-mainp {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #4AB629;
}
.subheader-mainp {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #33305A;
  background: url('img/icon-arr-mpage.svg') no-repeat right bottom;
  padding-bottom: 20px;
}
.subheader-mainp span {
  text-transform: uppercase;
  font-weight: 600;
  color: #33305A;
}
.mainp-smltxt {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.mainp-smltxt a {
  font-size: 12px;
  color: #46a4d9;
}
.login-reg-mainp form[name="registerform"] input {
    margin-bottom: 10px;
}
.login-reg-mainp form[name="registerform"] input[type="submit"] {
    background: #4AB629;
    margin-bottom: 20px;
}
.login-reg-mainp form[name="registerform"] select[name="interes"] {
  margin-bottom: 10px;
}
.login-reg-mainp form[name="registerform"] input[type="submit"]:hover {
  background: #46a928;
}
.row-mainp-block2 {
  margin-bottom: 50px;
}
.row-mainp-block2 .like-mainpage {
    margin-bottom: 0;
}
@media (min-width: 768px) { 
  .row-mainp-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .row-mainp-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .mainp-block {
      height: auto;
      margin-bottom: 38px;
  }
  .row-mainp-block > div:last-child > .mainp-block {
    margin-bottom: 0;
  }
  .login-reg-mainp {
      margin-bottom: 40px;
      margin-top: 30px;
      padding: 0; 
  }
}

/* ------------------------------------------shop of presents single-product2.php ---------------------------------------- */
.row.row-gifts {
}
.single-product2 .gift-image-block, .single-product2 .post-inner-content, .single-product2 #order {
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-product2 .gift-image-block {
  float: left;
}
.single-product2 .gift-image-block > div {
  border: 1px solid #E1E1E1;
  padding: 15px;
  text-align: center;
}
.single-product2 .post-inner-content, .single-product2 #order {
  float: right;
}
.single-product2 #order {
  margin-top: 16px;
}
.single-product2 h1.entry-title {
  margin-bottom: 21px;
}
.single-product2 .entry-content, .single-product2 .entry-content p {
    font-size: 16px;
    line-height: 21px;
}
.single-product2 #order form {
  padding: 35px 59px 50px;
  background: #F5F5F7;
}
.single-product2 #order form h3 {
  color: #0071B3;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
}
.single-product2 #order form div, .single-product2 #order form input {
  width: 100%;
}
.single-product2 #order form div {
  font-size: 14px;
  line-height: 18px;
  color: #393058;
  margin-bottom: 3px;
}
.single-product2 #order form input, .single-product2 #order form textarea {
  margin-bottom: 9px;
  border: 1px solid #E1E1E1;
  font-size: 16px;
  line-height: 21px;
  padding-left: 13px;
  padding-right: 13px;
}
.single-product2 #order form textarea {
  height: 88px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-product2 #order input[type="submit"] {
  margin-top: 9px;
  margin-bottom: 0;
  padding: 0 13px;
  height: 40px;
  line-height: 40px
}
.single-product2 #order .order-agreetxt {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #33305A;
  margin-bottom: 0;
  margin-top: 21px;
}
.single-product2 #order .order-agreetxt a {
  font-size: 12px;
  line-height: 15px;
}
.single-product2 #order .note-gifts {
  padding: 15px;
  margin: 15px 0;
  border: 5px solid #d6e3f3;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .single-product2 #order form {
    padding: 30px 29px;
  }
}
@media (max-width: 575.98px) {
  .single-product2 .gift-image-block, .single-product2 .post-inner-content, .single-product2 #order {
    float: none;
    width: 100%;
  }
  .single-product2 .gift-image-block > div {
    text-align: center;
  }
  .single-product2 .gift-image-block {
    margin-bottom: 30px;
  }
  .single-product2 .gift-image-block img.gift-image {
    max-height: 300px;
    width: auto;
  }

}


.post-type-archive-product2 #page {
  background: #f8f8f8;
}
.post-type-archive-product2 h1.page-title {
    font-size: 30px;
    margin-bottom: 38px;
}
.bonus-points {
    font-size: 16px;
    line-height: 120%;
    color: #33305A;
    margin-bottom: 33px;
}
.bonus-points span {
  font: 600 36px/44px 'Montserrat', sans-serif;
  text-align: center;
  color: #0271B6;
  background: #D5E3F2;
  padding: 0 8px;
}
.gift-grid {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gift-grid [class*="col-"] {
  margin-bottom: 38px;
}
.gift-grid .gift {
  border: 1px solid #E1E1E1;
  background: #fff;
  padding: 16px 17px 14px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}
.gift-grid .gift-thumbnail a {
  display: block;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.gift-grid .gift-thumbnail img {
  max-height: 200px;
  width: unset; 
}
.gift-grid .gift-title-description {
  -ms-flex-positive: 1;
    flex-grow: 1;
}
.gift-grid .gift-title-description h2 {
  font: bold 16px/1.2 "Roboto",sans-serif;
  color: #0271B6;
  text-transform: none;
  margin-bottom: 7px;
}
.gift-grid .gift-title-description p {
  font-size: 14px;
  line-height: 17px; 
  color: #1A1A21;
  margin-bottom: 14px;
}
.gift-grid .gift-buy {
  margin: 0 -17px;
  border-top: 1px solid #e1e1e1;
  padding: 14px 17px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gift-grid .gift-buy-right {
  -ms-flex-positive: 1;
    flex-grow: 1;
  text-align: right;
}
.gift-grid .gift-buy-right a {
  margin-bottom: 0;
  min-height: 32px;
  padding: 0;
  min-width: 82px;
  line-height: 32px;
  max-width: 108px;
  width: 100%;
}
.gift-grid .gift-buy-left {
  font-size: 12px;
  line-height: 110%;
  color: #33305A;
/*  -ms-flex-positive: 1;
    flex-grow: 1;*/
}
.gift-grid .gift-buy-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.gift-grid .gift-buy-block div {
  width: 57px;
}
.gift-grid .gift-buy-left .gift-price {
  font: 600 30px/32px 'Montserrat', sans-serif;
  text-align: center;
  color: #0271B6;
  margin-right: 7px;
}
.gift-grid .gift-buy-left .points-enough {
  color: rgba(51, 48, 90, 0.53);
  margin-top: 3px;
}
/* ------------------------------------------END shop of presents single-product2.php ---------------------------------------- */
/* ------------------------------------------ Attestation ---------------------------------------- */
.table-for-testlist {
  position: relative;
}
.table-responsive.t-resp-m0 {
  margin: 0;
}
.table-responsive.t-resp-m20 {
  margin: 20px 0;
}
table.be8-tests-all td {
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  padding: 15px;
  width: 25%;
}
table.be8-tests-all td a {
  text-decoration: none;
  color: #0071B3;
}
table.be8-tests-all td a:hover {
  color: #33305a;
}
table.be8-tests-all tr.section-head td {
  background: #F1F4F7;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.be8-tests-topic .dashicons { 
    color: #fff;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
table.be8-tests-all .dashicons, .be8-tests-topic .dashicons {
    font-size: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    min-width: 32px;
}

table.be8-tests-all .small-test-link {
  cursor: pointer;
  color: #0271b6;
}
table.be8-tests-all tr > .small-test-link:hover {
  color: #33305a;
}
table.be8-tests-all .small-test-link-block {
    position: absolute;
    right: 0;
    width: 360px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1000;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 7px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}
table.be8-tests-all .small-test-link:hover .small-test-link-block {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 350px;
    overflow-y: auto;
}
table.be8-tests-all .small-test-link-block::-webkit-scrollbar {-webkit-appearance: none;}
table.be8-tests-all .small-test-link-block::-webkit-scrollbar:vertical {width: 8px;}
table.be8-tests-all .small-test-link-block::-webkit-scrollbar:horizontal {height: 8px;}
table.be8-tests-all .small-test-link-block::-webkit-scrollbar-thumb {background-color: #0271b6bf;border-radius: 4px;border: 2px solid #f5f5f5;}
table.be8-tests-all .small-test-link-block::-webkit-scrollbar-track {border-radius: 1px;background-color: #f5f5f5;}
table.be8-tests-all .small-test-link .small-test-link-trngl {
  display: block;
  content: url("img/att-trngl.svg");
  position: absolute;
  width: 26px;
  height: 18.37px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1001;
}
table.be8-tests-all .small-test-link:hover .small-test-link-trngl {
  opacity: 1;
}
table.be8-tests-all .small-test-link-row, .be8-tests-topic .small-test-link-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 10px 22px 10px 20px;
  border-bottom: 1px solid #E1E1E1;
  min-height: 57px;
}
table.be8-tests-all .dashicons.not-passed, .be8-tests-topic .dashicons.not-passed {
    background: #E4E4E4;
}
table.be8-tests-all .dashicons.passed, .be8-tests-topic .dashicons.passed {
    background: #57B602;
}
table.be8-tests-all .dashicons-welcome-learn-more:before, .be8-tests-topic  .dashicons-welcome-learn-more:before {
    content: url("img/att-hat-white.svg");
}
table.be8-tests-all .small-test-link-row .dashicons, .be8-tests-topic .small-test-link-row .dashicons {
    margin-right: 20px;
}
.be8-tests-topic-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; 
  padding-bottom: 10px;
}
.be8-tests-topic-block > div {
  width: 50%;
}
.be8-tests-topic-block > div:last-child { 
  margin-left: 15px;
}
.be8-tests-topic .tests-topic {
  display: inline-block;
    text-align: center;         
}
table.be8-tests-all .topic .topic-td:before, .be8-tests-topic .be8-tests-topic-block .tests-topic:before {
  display: block;
  margin: 1px 0 10px;
  height: 32px;
}
table.be8-tests-all .topic .topic-td.exam-passed:before, .be8-tests-topic .exam-passed:before {
  content: url("img/att-exam-passed.svg");
}
table.be8-tests-all .topic .topic-td.exam-not-passed:before, .be8-tests-topic .exam-not-passed:before {
  content: url("img/att-exam-notpassed.svg");
}
table.be8-tests-all .topic .topic-td.training-passed:before, .be8-tests-topic .training-passed:before {
  content: url("img/att-training-passed.svg");
}
table.be8-tests-all .topic .topic-td.training-not-passed:before, .be8-tests-topic .training-not-passed:before {
  content: url("img/att-training-notpassed.svg");
}
table.be8-tests-all .topic .topic-td.small-test-link:before {
  content: url("img/att-tests.svg");
}
table.be8-tests-all .precentage {
    display: block;
    font-size: 16px;
}
table.be8-tests-all .exam-passed-number, table.be8-tests-all .test-compared-to-others {
  font-size: 14px;
}
table.be8-tests-all .exam-passed-number span, table.be8-tests-all .test-compared-to-others span {
  font-size: 14px;
  font-weight: bold;
}
table.be8-tests-all .get-certificate, .be8-tests-topic .get-certificate {
  display: block;
    padding: 2px;
    margin-top: 3px;
  background: #57B602;
  border-radius: 2px;
font-weight: bold;
font-size: 11px;
line-height: 14px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
}
.be8-tests-topic .get-certificate {
  padding: 2px 10px;
}
table.be8-tests-all .get-certificate:hover, .be8-tests-topic .get-certificate:hover { 
    background: #57b602cc;
    color: #fff;
}

@media screen and (max-width: 1199.98px) {
  table.be8-tests-all td {
      font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  table.be8-tests-all td {
    word-break: break-word;
    padding: 10px;
  }
  table.be8-tests-all .small-test-link-block {
      width: 320px;
  }
  table.be8-tests-all .topic .topic-td:before {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 375px) {
  table.be8-tests-all td { 
    padding: 10px 5px;
  }
  table.be8-tests-all td, table.be8-tests-all td a {
      font-size: 13px;
  }
  table.be8-tests-all .small-test-link-block {
      width: 100%;
  }
}

.be8-test {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #ECECEC;
  padding: 46px 54px 34px 130px;
  overflow: hidden;
  font-size: 16px;
  line-height: 21px;
  color: #33305A;
}
.be8-test:before {
    content: url(img/att-test-back.svg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #2470B6;
    width: 90px;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
}
.be8-test span, .be8-test p {
  color: #33305A;
  font-size: 16px;
line-height: 21px;
}
.be8-test p {
  margin-top: 10px;
}
.be8-test .test-results .dashicons {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.be8-test .test-results th, .be8-test .test-results td {
  border: 1px solid #E1E1E1;
  font-size: 16px;
  padding: 10px 20px;
}
.be8-test .test-results th {
  background: #F5F5F7;
  font-weight: normal;
}
.be8-test .test-results th:first-child, .be8-test .test-results td:first-child, .be8-test .test-results th:last-child, .be8-test .test-results td:last-child {
  text-align: left;
}
.be8-test .test-results .test-results-icon {
  padding: 10px;
 }

.be8-test .test-results .dashicons-yes:before {
  content: url("img/att-yes.svg");
  margin-top: 11px;
}
.be8-test .test-results .dashicons-no-alt:before {
  content: url("img/att-no.svg");
  margin-top: 11px;
}
.be8-test .test-results-after {
  margin: 10px 0;
}
.be8-test .test-results-after span, .be8-test .test-results .retest-after span {
  font-weight: bold;
}
.be8-test .buttons-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.be8-test .button-green {
  cursor: pointer;
  background: #4AB629;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  margin-top: 29px;
}
.be8-test .button-green:hover {
  background: #409f23;
}
.be8-test .button-green .dashicons {
    color: #fff;
}
.be8-test .begin-test span.dashicons {
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}
.be8-test .test-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #0071B3;
}
/*.be8-test.be8-test-begin .test-title {
  margin-bottom: 0;
}*/
.be8-test .intro, .be8-test .test-subtitle-finished {
  margin-top: 13px;
}
.be8-test .test-compared-to-others span {
  font-weight: bold;
}
.be8-test .test-compared-to-others .bar {
  display: none;
}
.be8-test .begin-test {
  margin-top: 21px;
}
.be8-test .variants {
/*  background: #F5F5F7;
  padding: 23px 27px 24px;*/
}
.be8-test .get-question-hint, .be8-test .exam-question-num {
  margin-top: 10px;
  display: block; 
}
.be8-test .question p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 23px;
}
.be8-test .variants input[type="text"] {
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #E1E1E1;
}
.be8-test .variants input[type="text"]:focus {
  outline: 0 none;
}
.be8-test .variants > div > label {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
/*  -ms-flex-align: center;
  align-items: center;*/
  position: relative;
}
.be8-test .variants > div:last-child > label {
  margin-bottom: 0;
}
.be8-test .variants > div > label > div {
  padding-left: 35px;
}
.be8-test .send-answer {
  /*margin-top: 21px;*/
}
.be8-test .variants input[type="checkbox"], .be8-test .variants input[type="radio"] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
}
.be8-test .variants input[type="checkbox"]:before, .be8-test .variants input[type="radio"]:before {
    width: 20px;
    height: 20px;
}
.be8-test .variants input[type="checkbox"]:checked:before, .be8-test .variants input[type="radio"]:checked:before {
  background: #0071B3;
}
.be8-test .variants input[type="checkbox"]:checked:before {
  display: block;
  content: url("img/att-check.svg");
  padding-top: 3px;
    padding-left: 3px;
}
.be8-test .variants input[type="checkbox"]:before {
    border: 1px solid #D9D9D9;
    outline: 0 none;
    border-radius: 2px;
}
.be8-test .variants input[type="radio"]:before {
    border: 4px solid #fff;
    box-shadow: 0 0 0px 1px #D9D9D9;
}
.be8-test .answers-given > *:last-child, .be8-test .answers-given > *:last-child > *:last-child, .be8-test .materials > *:last-child, .be8-test .materials > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.be8-test .answers-given.correct {
  background: rgba(89, 172, 112, 0.09);
  border: 1px solid rgba(89, 172, 112, 0.25);
  padding: 13px 23px 15px;
  font-size: 16px;
  line-height: 21px;
}
.be8-test .answers-given.incorrect {
  background: rgba(255, 125, 132, 0.09);
  border: 1px solid rgba(255, 125, 132, 0.33);
  padding: 13px 23px 15px;
  font-size: 16px;
  line-height: 21px;
}
.be8-test .answers-given .correct, .be8-test .answers-given .incorrect {
  margin-bottom: 10px;
}
.be8-test .answers-given .correct > div > span:first-child, .be8-test .answers-given .incorrect > div > span:first-child {
  font-size: 20px;
  line-height: 26px;
  position: relative;
}
.be8-test .answers-given .correct > span:first-child, .be8-test .answers-given .incorrect > span:first-child {
  font-size: 20px;
  line-height: 26px;
}
.be8-test .materials {
  /*background: #F5F5F7;*/
  padding: 13px 23px 15px; 
  margin-top: 15px;
  border: 1px solid #b8b8bc;
}
.be8-test .materials .answer-title {
  display: block;
  margin-bottom: 10px;
}
.be8-test .questions-navigation {
  display: block;
  margin-top: 46px;
  margin-bottom: -17px;
  text-align: center;
}
.be8-test .questions-navigation .back, .be8-test .questions-navigation .noting:first-child {
  float: left;
}
.be8-test .questions-navigation .forward, .be8-test .questions-navigation .noting:last-child {
  float: right;
}
.be8-test .questions-navigation .middle {
  clear: both;
  text-align: center;
  display: inline-block;
}
.be8-test .questions-navigation span.dashicons.dashicons-controls-back, .be8-test .questions-navigation span.dashicons.dashicons-controls-forward {
  width: 28px;
  height: 22px;
  background: none;
  margin: 0;
}
.be8-test .questions-navigation span.dashicons.dashicons-controls-back:before {
  content: url("img/att-left.svg");
  top: 0;
  background: none;
}
.be8-test .questions-navigation span.dashicons.dashicons-controls-forward:before {
  content: url("img/att-right.svg");
  top: 0;
  background: none;
}
.be8-test .questions-navigation span.dashicons.dashicons-controls-back:after, .be8-test .questions-navigation span.dashicons.dashicons-controls-forward:after {
  display: none;
}
.be8-test .questions-navigation span.dashicons {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 20px 28px;
    position: relative;
    overflow: visible;
    transition: 0.3s;
}
.be8-test .questions-navigation span.dashicons:hover {
  opacity: 0.8;
}
.be8-test .questions-navigation span.dashicons:before {
  display:none;
}
.be8-test .questions-navigation span.dashicons-star-half.get_answer {
    background: #E8E8E8; /*#FF3C3C;*/
}
.be8-test .questions-navigation span.dashicons-star-filled.get_answer {
    background: #4AB629;
}
.be8-test .questions-navigation span.get_question {
    background: #E8E8E8;
}
.be8-test .questions-navigation span.current_question {
  background: #2296DA;
}
.be8-test .questions-navigation span.dashicons:after {
  display: block;
    content: url(img/att-navarr.svg);
    width: 26px;
    height: 14.54px;
    position: absolute;
    top: -2px;
    right: -33px;
}
.be8-test .questions-navigation span.current_question:before {
  display: block;
    content: url(img/att-navcurrent.svg);
    position: absolute;
    top: 15px;
    right: 0;
}
.be8-test .questions-navigation .question-nav-hat {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E4E4E4 url(img/att-hat-nav.svg) no-repeat center 8px;
    cursor: auto;
    margin: -8px 20px 0;
}

.be8-test .answer-title {
  font-size: 14px !important;
  line-height: 18px !important;
  color: rgba(51, 48, 90, 0.69);
}
.be8-test .answer-title:before {
  display: none !important;
}
.be8-test .answer-title + * {
  margin-top: 3px;
/*  position: relative;
  margin-left: 30px;*/
}
.be8-test .answer-title + div span:first-child:before {
/*    display: block;
    position: absolute;
    top: 0;
    left: -30px;*/
  /*margin-right: 5px;*/
}
.be8-test .answers-given .correct span:first-child:before {
  content: url(img/att-yes.svg);
  margin-right: 7px;
}
.be8-test .answers-given .incorrect span:first-child:before {
  content: url(img/att-no.svg);
  position: relative;
  top: 6px;
  margin-left: -5px;
  margin-right: 5px;
}
.be8-test .answers-given .hint {
  display: block;
  margin-top: 3px;
}
.be8-test .answers-given .incorrect .hint {
  color: #ff0028;
}
.be8-test .answers-given .correct .hint {
  color: #2dbc01;
}
.be8-test .answers-given.incorrect .verdict p {
  color: #ff0028;
}
.be8-test .answers-given.correct .verdict p {
  color: #2dbc01;
}
.be8-test .you-pass {
  padding: 13px 0 15px; 
}
.be8-test .you-pass span {
  font-weight: bold;
}
.be8-test .finish {
  font-size: 20px;
  line-height: 26px;
}
.be8-test .finish .get_results {
  text-decoration: underline;
  cursor: pointer;
  color: #0071B3;
  font-size: 20px;
  line-height: 26px;
}
.be8-test .finish .get_results:hover {
  text-decoration: none;
  color: #33305a;
}
.be8-test .deadline {
  background: #F0F8FF;
  border: 1px solid #A9D5F4;
  padding: 8px 49px 9px 17px;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.be8-test .deadline:after {
  display: block;
  content: url(img/att-deadline.svg);
  position: absolute;
  right: 14px;
  top: 10px;
}
.be8-test .deadline span {
  font-weight: bold;
}
span.be8-tests.dashicons {
  position: relative;
}
span.be8-tests.dashicons-star-filled:before {
    content: url(img/att-title-filled.svg);
    left: 5px;
    top: 1px;
    position: absolute;
    width: 26px;
    height: 19px;
}
span.be8-tests.dashicons-star-empty:before {
    content: url(img/att-title-empty.svg);
    left: 5px;
    top: 1px;
    position: absolute;
    width: 22px;
    height: 14.38px;
}



@media (max-width: 575.98px) {
  .be8-test.be8-test-begin {
      padding: 46px 54px 34px 54px;
  }
  .be8-test.be8-test-begin:before {
    display: none;
  }
  .be8-test .buttons-block {
    display: block;
  }
  .be8-test .buttons-block > span {
    display: block;
  }
  .be8-test .send-answer {
    display: block;
  }
}
/* ------------------------------------------ END Attestation ---------------------------------------- */
/* ---------------------- Activity ---------------------- */
div.activity-feed-container {
  top: 113px;
  z-index: 100;
  transition: 0.3s;
  color: #1B1B1D;
  width: 315px;
  right: 0;
  left: auto;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.2);
}
div.activity-feed-container .activity-feed-menu {
  float: right;
  width: 45px;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F0F3FA;
  border: 1px solid rgba(224, 226, 234, 0.6);
  height: 100%;
  /*display: none;*/
}
.activity-feed-container.collapsed > .activity-feed-menu {
  display: none;
}
div.activity-feed-container .activity-feed-menu > div {
  border-bottom: 1px solid rgba(224, 226, 234, 0.6);
  height: 70px;
    display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
div.activity-feed-container .activity-feed-menu > div > div {
	position: absolute;
	bottom: 4%;
	right: 50%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 2px 6px;
	font-size: 12px;
	color: #323059;
	white-space: nowrap;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
	transition: opacity 0.5s ease-in-out;
}
div.activity-feed-container .activity-feed-menu > div:hover > div {
-webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
div.activity-feed-container .activity-feed-menu > div.active {
  background: #fff;
}
div.activity-feed-container .activity-feed-menu > div:before {
  display: block;
  transition: 0.3s;
}
div.activity-feed-container .activity-feed-menu > div:hover:before {
  opacity: 0.7;
}
div.activity-feed-container .activity-feed-leaders:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjY3OTkgMTAuNTMzMkgxNy45MDExQzE4LjA4MjQgMTEuMDI5NiAxOC4xODE1IDExLjU2NTMgMTguMTgxNSAxMi4xMjM2VjE4Ljg0NjJDMTguMTgxNSAxOS4wNzkgMTguMTQxIDE5LjMwMjQgMTguMDY3MiAxOS41MTAySDIxLjAwNzlDMjIuMTA2NCAxOS41MTAyIDIzIDE4LjYxNjUgMjMgMTcuNTE4MVYxMy44NTMzQzIzIDEyLjAyMjYgMjEuNTEwNiAxMC41MzMyIDE5LjY3OTkgMTAuNTMzMloiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNNC44MTg1NSAxMi4xMjM5QzQuODE4NTUgMTEuNTY1NSA0LjkxNzYxIDExLjAyOTggNS4wOTg5MSAxMC41MzM0SDMuMzIwMThDMS40ODk0MyAxMC41MzM0IDAgMTIuMDIyOSAwIDEzLjg1MzZWMTcuNTE4NEMwIDE4LjYxNjggMC44OTM2MzIgMTkuNTEwNSAxLjk5MjExIDE5LjUxMDVINC45MzI3OUM0Ljg1OTA3IDE5LjMwMjYgNC44MTg1NSAxOS4wNzkyIDQuODE4NTUgMTguODQ2NFYxMi4xMjM5WiIgZmlsbD0iIzMzMzA1QSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CjxwYXRoIGQ9Ik0xMy41MzMyIDguODAzNDdIOS40NjY3OUM3LjYzNjA0IDguODAzNDcgNi4xNDY2MSAxMC4yOTI5IDYuMTQ2NjEgMTIuMTIzNlYxOC44NDYyQzYuMTQ2NjEgMTkuMjEyOSA2LjQ0MzkgMTkuNTEwMyA2LjgxMDY0IDE5LjUxMDNIMTYuMTg5NEMxNi41NTYxIDE5LjUxMDMgMTYuODUzNCAxOS4yMTMgMTYuODUzNCAxOC44NDYyVjEyLjEyMzZDMTYuODUzNCAxMC4yOTI5IDE1LjM2NCA4LjgwMzQ3IDEzLjUzMzIgOC44MDM0N1oiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNMTEuNSAwQzkuMjk4MyAwIDcuNTA3MDggMS43OTEyMiA3LjUwNzA4IDMuOTkyOThDNy41MDcwOCA1LjQ4NjQxIDguMzMxMzUgNi43OTA3MiA5LjU0ODY1IDcuNDc1NTFDMTAuMTI2IDcuODAwMjkgMTAuNzkxNyA3Ljk4NTkxIDExLjUgNy45ODU5MUMxMi4yMDgzIDcuOTg1OTEgMTIuODc0IDcuODAwMjkgMTMuNDUxNCA3LjQ3NTUxQzE0LjY2ODcgNi43OTA3MiAxNS40OTI5IDUuNDg2MzYgMTUuNDkyOSAzLjk5Mjk4QzE1LjQ5MjkgMS43OTEyNiAxMy43MDE3IDAgMTEuNSAwWiIgZmlsbD0iIzMzMzA1QSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CjxwYXRoIGQ9Ik00LjQ4ODM4IDMuNzIxNjhDMi44NDE3NyAzLjcyMTY4IDEuNTAyMiA1LjA2MTI1IDEuNTAyMiA2LjcwNzg3QzEuNTAyMiA4LjM1NDQ4IDIuODQxNzcgOS42OTQwNSA0LjQ4ODM4IDkuNjk0MDVDNC45MDYwNyA5LjY5NDA1IDUuMzAzODEgOS42MDc1MyA1LjY2NTExIDkuNDUyMDFDNi4yODk4IDkuMTgzMDcgNi44MDQ4NyA4LjcwNjk4IDcuMTIzNTkgOC4xMTA2NEM3LjM0NzMxIDcuNjkyMTEgNy40NzQ1NyA3LjIxNDYzIDcuNDc0NTcgNi43MDc4N0M3LjQ3NDU3IDUuMDYxMyA2LjEzNSAzLjcyMTY4IDQuNDg4MzggMy43MjE2OFoiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNMTguNTExNiAzLjcyMTY4QzE2Ljg2NSAzLjcyMTY4IDE1LjUyNTQgNS4wNjEyNSAxNS41MjU0IDYuNzA3ODdDMTUuNTI1NCA3LjIxNDY4IDE1LjY1MjcgNy42OTIxNSAxNS44NzY0IDguMTEwNjRDMTYuMTk1MSA4LjcwNzAzIDE2LjcxMDIgOS4xODMxMSAxNy4zMzQ4IDkuNDUyMDFDMTcuNjk2MiA5LjYwNzUzIDE4LjA5MzkgOS42OTQwNSAxOC41MTE2IDkuNjk0MDVDMjAuMTU4MiA5LjY5NDA1IDIxLjQ5NzggOC4zNTQ0OCAyMS40OTc4IDYuNzA3ODdDMjEuNDk3OCA1LjA2MTI1IDIwLjE1ODIgMy43MjE2OCAxOC41MTE2IDMuNzIxNjhaIiBmaWxsPSIjMzMzMDVBIiBmaWxsLW9wYWNpdHk9IjAuMjQiLz4KPC9zdmc+Cg==');
}
div.activity-feed-container .activity-feed-leaders.active:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjY3OTkgMTAuNTMzMkgxNy45MDExQzE4LjA4MjQgMTEuMDI5NiAxOC4xODE1IDExLjU2NTMgMTguMTgxNSAxMi4xMjM2VjE4Ljg0NjJDMTguMTgxNSAxOS4wNzkgMTguMTQxIDE5LjMwMjQgMTguMDY3MiAxOS41MTAySDIxLjAwNzlDMjIuMTA2NCAxOS41MTAyIDIzIDE4LjYxNjUgMjMgMTcuNTE4MVYxMy44NTMzQzIzIDEyLjAyMjYgMjEuNTEwNiAxMC41MzMyIDE5LjY3OTkgMTAuNTMzMloiIGZpbGw9IiNGRjNDM0MiLz4KPHBhdGggZD0iTTQuODE4NTUgMTIuMTIzOUM0LjgxODU1IDExLjU2NTUgNC45MTc2MSAxMS4wMjk4IDUuMDk4OTEgMTAuNTMzNEgzLjMyMDE4QzEuNDg5NDMgMTAuNTMzNCAwIDEyLjAyMjkgMCAxMy44NTM2VjE3LjUxODRDMCAxOC42MTY4IDAuODkzNjMyIDE5LjUxMDUgMS45OTIxMSAxOS41MTA1SDQuOTMyNzlDNC44NTkwNyAxOS4zMDI2IDQuODE4NTUgMTkuMDc5MiA0LjgxODU1IDE4Ljg0NjRWMTIuMTIzOVoiIGZpbGw9IiNGRjNDM0MiLz4KPHBhdGggZD0iTTEzLjUzMzIgOC44MDM0N0g5LjQ2Njc5QzcuNjM2MDQgOC44MDM0NyA2LjE0NjYxIDEwLjI5MjkgNi4xNDY2MSAxMi4xMjM2VjE4Ljg0NjJDNi4xNDY2MSAxOS4yMTI5IDYuNDQzOSAxOS41MTAzIDYuODEwNjQgMTkuNTEwM0gxNi4xODk0QzE2LjU1NjEgMTkuNTEwMyAxNi44NTM0IDE5LjIxMyAxNi44NTM0IDE4Ljg0NjJWMTIuMTIzNkMxNi44NTM0IDEwLjI5MjkgMTUuMzY0IDguODAzNDcgMTMuNTMzMiA4LjgwMzQ3WiIgZmlsbD0iI0ZGM0MzQyIvPgo8cGF0aCBkPSJNMTEuNSAwQzkuMjk4MyAwIDcuNTA3MDggMS43OTEyMiA3LjUwNzA4IDMuOTkyOThDNy41MDcwOCA1LjQ4NjQxIDguMzMxMzUgNi43OTA3MiA5LjU0ODY1IDcuNDc1NTFDMTAuMTI2IDcuODAwMjkgMTAuNzkxNyA3Ljk4NTkxIDExLjUgNy45ODU5MUMxMi4yMDgzIDcuOTg1OTEgMTIuODc0IDcuODAwMjkgMTMuNDUxNCA3LjQ3NTUxQzE0LjY2ODcgNi43OTA3MiAxNS40OTI5IDUuNDg2MzYgMTUuNDkyOSAzLjk5Mjk4QzE1LjQ5MjkgMS43OTEyNiAxMy43MDE3IDAgMTEuNSAwWiIgZmlsbD0iI0ZGM0MzQyIvPgo8cGF0aCBkPSJNNC40ODgzOCAzLjcyMTY4QzIuODQxNzcgMy43MjE2OCAxLjUwMjIgNS4wNjEyNSAxLjUwMjIgNi43MDc4N0MxLjUwMjIgOC4zNTQ0OCAyLjg0MTc3IDkuNjk0MDUgNC40ODgzOCA5LjY5NDA1QzQuOTA2MDcgOS42OTQwNSA1LjMwMzgxIDkuNjA3NTMgNS42NjUxMSA5LjQ1MjAxQzYuMjg5OCA5LjE4MzA3IDYuODA0ODcgOC43MDY5OCA3LjEyMzU5IDguMTEwNjRDNy4zNDczMSA3LjY5MjExIDcuNDc0NTcgNy4yMTQ2MyA3LjQ3NDU3IDYuNzA3ODdDNy40NzQ1NyA1LjA2MTMgNi4xMzUgMy43MjE2OCA0LjQ4ODM4IDMuNzIxNjhaIiBmaWxsPSIjRkYzQzNDIi8+CjxwYXRoIGQ9Ik0xOC41MTE2IDMuNzIxNjhDMTYuODY1IDMuNzIxNjggMTUuNTI1NCA1LjA2MTI1IDE1LjUyNTQgNi43MDc4N0MxNS41MjU0IDcuMjE0NjggMTUuNjUyNyA3LjY5MjE1IDE1Ljg3NjQgOC4xMTA2NEMxNi4xOTUxIDguNzA3MDMgMTYuNzEwMiA5LjE4MzExIDE3LjMzNDggOS40NTIwMUMxNy42OTYyIDkuNjA3NTMgMTguMDkzOSA5LjY5NDA1IDE4LjUxMTYgOS42OTQwNUMyMC4xNTgyIDkuNjk0MDUgMjEuNDk3OCA4LjM1NDQ4IDIxLjQ5NzggNi43MDc4N0MyMS40OTc4IDUuMDYxMjUgMjAuMTU4MiAzLjcyMTY4IDE4LjUxMTYgMy43MjE2OFoiIGZpbGw9IiNGRjNDM0MiLz4KPC9zdmc+Cg==');
}
div.activity-feed-container .activity-feed-questions:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODM1NzggMTYuNDk5NUg1LjY4MDM3QzUuNDk1ODkgMTYuNDk5NSA1LjMzNDIxIDE2LjU2ODcgNS4xOTU3IDE2LjcwNkM1LjA1NzA3IDE2Ljg0MzYgNC45ODc4OCAxNy4wMDM5IDQuOTg3ODggMTcuMTg3MlYyMS4zMTI1QzQuOTg3ODggMjEuNDk1OSA1LjA1NzMyIDIxLjY1NjQgNS4xOTU3IDIxLjc5MzhDNS4zMzQyMSAyMS45MzEgNS40OTU3MSAyMiA1LjY4MDM3IDIySDkuODM1NzhDMTAuMDIwMyAyMiAxMC4xODI0IDIxLjkzMTEgMTAuMzIwMyAyMS43OTM4QzEwLjQ1OTIgMjEuNjU2NCAxMC41Mjg1IDIxLjQ5NTkgMTAuNTI4NSAyMS4zMTI1VjE3LjE4NzJDMTAuNTI4NSAxNy4wMDM5IDEwLjQ1OTQgMTYuODQzNiAxMC4zMjAzIDE2LjcwNkMxMC4xODI0IDE2LjU2ODQgMTAuMDIwMyAxNi40OTk1IDkuODM1NzggMTYuNDk5NVoiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNMTUuMjkwMSA0LjE1MDkyQzE0LjgxNjcgMy4yODUzNSAxNC4yMDUxIDIuNTU1MjMgMTMuNDU0NyAxLjk1OTI0QzEyLjcwNDcgMS4zNjM0OSAxMS44NjE1IDAuODg3NzI1IDEwLjkyNjggMC41MzI2NTlDOS45OTE4MSAwLjE3NzcxNCA5LjA2MjY5IDAgOC4xMzkxIDBDNC42MzAzMyAwIDEuOTUyNDkgMS41MjM5OSAwLjEwNTUzNiA0LjU3MjAzQzAuMDEzMjk3NCA0LjcyMDkxIC0wLjAxODU0MDQgNC44ODEyOCAwLjAxMDI2NTMgNS4wNTMyMkMwLjAzOTI1MjggNS4yMjQ5MSAwLjEyODcwMiA1LjM2ODE5IDAuMjc4NzM0IDUuNDgyNzVMMy4xMTgzIDcuNjMxMzlDMy4yNjgzMyA3LjcyMjg5IDMuNDEyNjcgNy43Njg3MSAzLjU1MTI0IDcuNzY4NzFDMy43NTkwNiA3Ljc2ODcxIDMuOTM3ODQgNy42NzY5IDQuMDg4MDUgNy40OTM1OUM0LjkxODk5IDYuNDYyNDYgNS41MzY2NCA1LjgwMzYyIDUuOTQwNTkgNS41MTcwMUM2LjQzNzAyIDUuMTg0ODIgNy4wNjAxMyA1LjAxODc4IDcuODEwNDEgNS4wMTg3OEM4LjUxNDQ4IDUuMDE4NzggOS4xMzQ3NCA1LjIwMjE2IDkuNjcxNjggNS41Njg1NEMxMC4yMDg0IDUuOTM1MjggMTAuNDc2NSA2LjM1OTI4IDEwLjQ3NjUgNi44NDA1M0MxMC40NzY1IDcuMzc4ODUgMTAuMzMyNCA3LjgxNDQ2IDEwLjA0MzggOC4xNDY3N0M5Ljc1NTMgOC40Nzg5NiA5LjI3MDM0IDguNzk5NjUgOC41ODkxOSA5LjEwOTE1QzcuNjg5MTIgOS41MTAxNCA2Ljg2MzQ2IDEwLjEzMTggNi4xMTM1NCAxMC45NzQxQzUuMzYzMDggMTEuODE2MyA0Ljk4ODEyIDEyLjcxMyA0Ljk4ODEyIDEzLjY2NFYxNC40Mzc0QzQuOTg4MTIgMTQuNjU1MyA1LjA0ODQgMTQuODcgNS4xNjk4MSAxNS4wODJDNS4yOTExIDE1LjI5NDEgNS40MzgxNiAxNS40IDUuNjExNDIgMTUuNEg5Ljc2Njc2QzkuOTUxNDggMTUuNCAxMC4xMTI5IDE1LjMxMTQgMTAuMjUxNSAxNS4xMzMyQzEwLjM4OTggMTQuOTU2MSAxMC40NTkzIDE0Ljc2OTkgMTAuNDU5MyAxNC41NzUzQzEwLjQ1OTMgMTQuMjg5IDEwLjYxOCAxMy45MDQ3IDEwLjkzNTIgMTMuNDIzN0MxMS4yNTI3IDEyLjk0MjQgMTEuNjQ3OSAxMi41Njk3IDEyLjEyMTUgMTIuMzA2MUMxMi41NzE0IDEyLjA1NDEgMTIuOTIzMSAxMS44NTA5IDEzLjE3NzQgMTEuNjk2QzEzLjQzMTggMTEuNTQxNiAxMy43NjM0IDExLjI5MTggMTQuMTczMyAxMC45NDgzQzE0LjU4MyAxMC42MDQ0IDE0LjkwMDUgMTAuMjYzNSAxNS4xMjUzIDkuOTI1NTlDMTUuMzUwNSA5LjU4NzYyIDE1LjU1MjYgOS4xNDkyNCAxNS43MzE1IDguNjEwNTZDMTUuOTEwNyA4LjA3MjA2IDE2IDcuNDkzMzUgMTYgNi44NzQ2NkMxNS45OTk5IDUuOTIzNiAxNS43NjMxIDUuMDE1NTkgMTUuMjkwMSA0LjE1MDkyWiIgZmlsbD0iIzMzMzA1QSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CjxwYXRoIGQ9Ik0xNC44NTE0IDQuMzkwODdMMTQuODUxNCA0LjM5MDg0QzE0LjQwOTEgMy41ODIxMiAxMy44NDA0IDIuOTA0MDcgMTMuMTQzNyAyLjM1MDc5TDEzLjE0MzcgMi4zNTA3NUMxMi40MzU4IDEuNzg4NDUgMTEuNjM4IDEuMzM3NzEgMTAuNzQ5MyAxLjAwMDExQzkuODY2MjQgMC42NjQ4NTkgOC45OTcxMiAwLjUgOC4xMzkxIDAuNUM0LjgwODUzIDAuNSAyLjI5MTI1IDEuOTI5NzYgMC41MzMxNTYgNC44MzExNUwwLjUzMDU5MSA0LjgzNTM4TDAuNTMwNTcxIDQuODM1MzdDMC41MDE4NzYgNC44ODE2OCAwLjQ5NDgyNyA0LjkxOTE1IDAuNTAzMzM5IDQuOTcwMjhDMC41MDk0MTggNS4wMDYwMSAwLjUyMzg5NCA1LjA0MDY3IDAuNTgxNDg2IDUuMDg0ODNDMC41ODE3MTYgNS4wODUwMSAwLjU4MTk0NyA1LjA4NTE4IDAuNTgyMTc5IDUuMDg1MzZMMy4zOTc1MyA3LjIxNTY3QzMuNDc4NzIgNy4yNjE5OSAzLjUyOCA3LjI2ODcxIDMuNTUxMjQgNy4yNjg3MUMzLjU4NjQ4IDcuMjY4NzEgMy42MzAzMiA3LjI2MjgxIDMuNzAwMjIgNy4xNzgwMUM0LjUyNjcgNi4xNTI1NCA1LjE4MzQxIDUuNDQxMTggNS42NTEyNSA1LjEwOTIzTDUuNjYyNDIgNS4xMDEzMUw1LjY2MjUyIDUuMTAxNDZDNi4yNjAwNSA0LjcwMTYyIDYuOTg2NDggNC41MTg3OCA3LjgxMDQxIDQuNTE4NzhDOC42MDY0IDQuNTE4NzggOS4zMjY2NSA0LjcyNzc5IDkuOTUzNSA1LjE1NTUzTDkuOTUzNzcgNS4xNTU3MkMxMC41NzQ1IDUuNTc5ODYgMTAuOTc2NSA2LjEzOTQ5IDEwLjk3NjUgNi44NDA1M0MxMC45NzY1IDcuNDcxIDEwLjgwNTcgOC4wMzIwMyAxMC40MjEzIDguNDc0NjFMMTQuODUxNCA0LjM5MDg3Wk0xNC44NTE0IDQuMzkwODdDMTUuMjg1NyA1LjE4NDgxIDE1LjQ5OTkgNi4wMTA2NSAxNS41IDYuODc0NjZMMTQuODUxNCA0LjM5MDg3Wk04Ljc5MjY4IDkuNTY1ODhMOC43OTI2NyA5LjU2NTg3QzcuOTY2MDYgOS45MzQxNCA3LjE5NjQxIDEwLjUwOTggNi40ODY5NyAxMS4zMDY2TDYuNDg2ODYgMTEuMzA2N0M1LjgwMjAxIDEyLjA3NTMgNS40ODgxMiAxMi44NTc3IDUuNDg4MTIgMTMuNjY0VjE0LjQzNzRDNS40ODgxMiAxNC41NTg1IDUuNTIwNTQgMTQuNjg4MyA1LjYwMzY4IDE0LjgzMzVMNS42MDM4OCAxNC44MzM4QzUuNjIyOTYgMTQuODY3MiA1LjYzODQ3IDE0Ljg4NzkgNS42NDg4NSAxNC45SDkuNzY2NzZDOS43NzUyMyAxNC45IDkuNzc4ODQgMTQuODk5IDkuNzg1NDggMTQuODk1M0M5Ljc5NDkzIDE0Ljg5MDIgOS44MjAyOSAxNC44NzMzIDkuODU2OTEgMTQuODI2Mkw5Ljg1NzM2IDE0LjgyNTZDOS45Mzg0MyAxNC43MjE3IDkuOTU5MzEgMTQuNjQxMSA5Ljk1OTMxIDE0LjU3NTNDOS45NTkzMSAxNC4xMzMxIDEwLjE5MTUgMTMuNjQzMiAxMC41MTc4IDEzLjE0ODVMMTAuNTE3OCAxMy4xNDg0QzEwLjg3NjMgMTIuNjA0OSAxMS4zMjk1IDEyLjE3NDggMTEuODc3NyAxMS44Njk1QzEyLjMyNTQgMTEuNjE4OCAxMi42NzA4IDExLjQxOTIgMTIuOTE3MiAxMS4yNjkxTDEyLjkxNzkgMTEuMjY4NkMxMy4xMzk1IDExLjEzNDEgMTMuNDQ4MSAxMC45MDM3IDEzLjg1MTkgMTAuNTY1M0MxNC4yMzYgMTAuMjQyOSAxNC41MTc1IDkuOTM2NSAxNC43MDkgOS42NDg2NEwxNC43MDkyIDkuNjQ4MzZDMTQuOTAyIDkuMzU4OSAxNS4wODcgOC45NjQ3IDE1LjI1NyA4LjQ1Mjk3TDE1LjI1NzEgOC40NTI2M0MxNS40MTc4IDcuOTY5NjYgMTUuNSA3LjQ0NDc2IDE1LjUgNi44NzQ3M0w4Ljc5MjY4IDkuNTY1ODhaTTguNzkyNjggOS41NjU4OEw4Ljc5NjAzIDkuNTY0MzZNOC43OTI2OCA5LjU2NTg4TDguNzk2MDMgOS41NjQzNk04Ljc5NjAzIDkuNTY0MzZDOS41MDI3NyA5LjI0MzIzIDEwLjA2MzYgOC44ODY0NCAxMC40MjEzIDguNDc0NjZMOC43OTYwMyA5LjU2NDM2Wk05Ljk2ODY4IDIxLjQzODNMOS45Njc1MiAyMS40Mzk0QzkuOTE3NzYgMjEuNDg5IDkuODgwNDUgMjEuNSA5LjgzNTc4IDIxLjVINS42ODAzN0M1LjYzNjM4IDIxLjUgNS41OTkwMiAyMS40ODk0IDUuNTQ3NzggMjEuNDM4N0M1LjQ5NzE5IDIxLjM4ODQgNS40ODc4OCAyMS4zNTMxIDUuNDg3ODggMjEuMzEyNVYxNy4xODcyQzUuNDg3ODggMTcuMTQ2NCA1LjQ5NzA3IDE3LjExMTMgNS41NDc5NiAxNy4wNjA4QzUuNTk5MjQgMTcuMDEwMSA1LjYzNjc2IDE2Ljk5OTUgNS42ODAzNyAxNi45OTk1SDkuODM1NzhDOS44ODA1IDE2Ljk5OTUgOS45MTc2MyAxNy4wMTA1IDkuOTY3MjEgMTcuMDZMOS45Njg2MSAxNy4wNjE0QzEwLjAxOTQgMTcuMTExNiAxMC4wMjg1IDE3LjE0NjQgMTAuMDI4NSAxNy4xODcyVjIxLjMxMjVDMTAuMDI4NSAyMS4zNTMzIDEwLjAxOTMgMjEuMzg4MyA5Ljk2ODY4IDIxLjQzODNaIiBzdHJva2U9IiMzMzMwNUEiIHN0cm9rZS1vcGFjaXR5PSIwLjA0Ii8+Cjwvc3ZnPgo=');
}
div.activity-feed-container .activity-feed-questions.active:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODM1NzggMTYuNDk5NUg1LjY4MDM3QzUuNDk1ODkgMTYuNDk5NSA1LjMzNDIxIDE2LjU2ODcgNS4xOTU3IDE2LjcwNkM1LjA1NzA3IDE2Ljg0MzYgNC45ODc4OCAxNy4wMDM5IDQuOTg3ODggMTcuMTg3MlYyMS4zMTI1QzQuOTg3ODggMjEuNDk1OSA1LjA1NzMyIDIxLjY1NjQgNS4xOTU3IDIxLjc5MzhDNS4zMzQyMSAyMS45MzEgNS40OTU3MSAyMiA1LjY4MDM3IDIySDkuODM1NzhDMTAuMDIwMyAyMiAxMC4xODI0IDIxLjkzMTEgMTAuMzIwMyAyMS43OTM4QzEwLjQ1OTIgMjEuNjU2NCAxMC41Mjg1IDIxLjQ5NTkgMTAuNTI4NSAyMS4zMTI1VjE3LjE4NzJDMTAuNTI4NSAxNy4wMDM5IDEwLjQ1OTQgMTYuODQzNiAxMC4zMjAzIDE2LjcwNkMxMC4xODI0IDE2LjU2ODQgMTAuMDIwMyAxNi40OTk1IDkuODM1NzggMTYuNDk5NVoiIGZpbGw9IiM0NkE0RDkiLz4KPHBhdGggZD0iTTE1LjI5MDEgNC4xNTA5MkMxNC44MTY3IDMuMjg1MzUgMTQuMjA1MSAyLjU1NTIzIDEzLjQ1NDcgMS45NTkyNEMxMi43MDQ3IDEuMzYzNDkgMTEuODYxNSAwLjg4NzcyNSAxMC45MjY4IDAuNTMyNjU5QzkuOTkxODEgMC4xNzc3MTQgOS4wNjI2OSAwIDguMTM5MSAwQzQuNjMwMzMgMCAxLjk1MjQ5IDEuNTIzOTkgMC4xMDU1MzYgNC41NzIwM0MwLjAxMzI5NzQgNC43MjA5MSAtMC4wMTg1NDA0IDQuODgxMjggMC4wMTAyNjUzIDUuMDUzMjJDMC4wMzkyNTI4IDUuMjI0OTEgMC4xMjg3MDIgNS4zNjgxOSAwLjI3ODczNCA1LjQ4Mjc1TDMuMTE4MyA3LjYzMTM5QzMuMjY4MzMgNy43MjI4OSAzLjQxMjY3IDcuNzY4NzEgMy41NTEyNCA3Ljc2ODcxQzMuNzU5MDYgNy43Njg3MSAzLjkzNzg0IDcuNjc2OSA0LjA4ODA1IDcuNDkzNTlDNC45MTg5OSA2LjQ2MjQ2IDUuNTM2NjQgNS44MDM2MiA1Ljk0MDU5IDUuNTE3MDFDNi40MzcwMiA1LjE4NDgyIDcuMDYwMTMgNS4wMTg3OCA3LjgxMDQxIDUuMDE4NzhDOC41MTQ0OCA1LjAxODc4IDkuMTM0NzQgNS4yMDIxNiA5LjY3MTY4IDUuNTY4NTRDMTAuMjA4NCA1LjkzNTI4IDEwLjQ3NjUgNi4zNTkyOCAxMC40NzY1IDYuODQwNTNDMTAuNDc2NSA3LjM3ODg1IDEwLjMzMjQgNy44MTQ0NiAxMC4wNDM4IDguMTQ2NzdDOS43NTUzIDguNDc4OTYgOS4yNzAzNCA4Ljc5OTY1IDguNTg5MTkgOS4xMDkxNUM3LjY4OTEyIDkuNTEwMTQgNi44NjM0NiAxMC4xMzE4IDYuMTEzNTQgMTAuOTc0MUM1LjM2MzA4IDExLjgxNjMgNC45ODgxMiAxMi43MTMgNC45ODgxMiAxMy42NjRWMTQuNDM3NEM0Ljk4ODEyIDE0LjY1NTMgNS4wNDg0IDE0Ljg3IDUuMTY5ODEgMTUuMDgyQzUuMjkxMSAxNS4yOTQxIDUuNDM4MTYgMTUuNCA1LjYxMTQyIDE1LjRIOS43NjY3NkM5Ljk1MTQ4IDE1LjQgMTAuMTEyOSAxNS4zMTE0IDEwLjI1MTUgMTUuMTMzMkMxMC4zODk4IDE0Ljk1NjEgMTAuNDU5MyAxNC43Njk5IDEwLjQ1OTMgMTQuNTc1M0MxMC40NTkzIDE0LjI4OSAxMC42MTggMTMuOTA0NyAxMC45MzUyIDEzLjQyMzdDMTEuMjUyNyAxMi45NDI0IDExLjY0NzkgMTIuNTY5NyAxMi4xMjE1IDEyLjMwNjFDMTIuNTcxNCAxMi4wNTQxIDEyLjkyMzEgMTEuODUwOSAxMy4xNzc0IDExLjY5NkMxMy40MzE4IDExLjU0MTYgMTMuNzYzNCAxMS4yOTE4IDE0LjE3MzMgMTAuOTQ4M0MxNC41ODMgMTAuNjA0NCAxNC45MDA1IDEwLjI2MzUgMTUuMTI1MyA5LjkyNTU5QzE1LjM1MDUgOS41ODc2MiAxNS41NTI2IDkuMTQ5MjQgMTUuNzMxNSA4LjYxMDU2QzE1LjkxMDcgOC4wNzIwNiAxNiA3LjQ5MzM1IDE2IDYuODc0NjZDMTUuOTk5OSA1LjkyMzYgMTUuNzYzMSA1LjAxNTU5IDE1LjI5MDEgNC4xNTA5MloiIGZpbGw9IiM0NkE0RDkiLz4KPHBhdGggZD0iTTE0Ljg1MTQgNC4zOTA4N0wxNC44NTE0IDQuMzkwODRDMTQuNDA5MSAzLjU4MjEyIDEzLjg0MDQgMi45MDQwNyAxMy4xNDM3IDIuMzUwNzlMMTMuMTQzNyAyLjM1MDc1QzEyLjQzNTggMS43ODg0NSAxMS42MzggMS4zMzc3MSAxMC43NDkzIDEuMDAwMTFDOS44NjYyNCAwLjY2NDg1OSA4Ljk5NzEyIDAuNSA4LjEzOTEgMC41QzQuODA4NTMgMC41IDIuMjkxMjUgMS45Mjk3NiAwLjUzMzE1NiA0LjgzMTE1TDAuNTMwNTkxIDQuODM1MzhMMC41MzA1NzEgNC44MzUzN0MwLjUwMTg3NiA0Ljg4MTY4IDAuNDk0ODI3IDQuOTE5MTUgMC41MDMzMzkgNC45NzAyOEMwLjUwOTQxOCA1LjAwNjAxIDAuNTIzODk0IDUuMDQwNjcgMC41ODE0ODYgNS4wODQ4M0MwLjU4MTcxNiA1LjA4NTAxIDAuNTgxOTQ3IDUuMDg1MTggMC41ODIxNzkgNS4wODUzNkwzLjM5NzUzIDcuMjE1NjdDMy40Nzg3MiA3LjI2MTk5IDMuNTI4IDcuMjY4NzEgMy41NTEyNCA3LjI2ODcxQzMuNTg2NDggNy4yNjg3MSAzLjYzMDMyIDcuMjYyODEgMy43MDAyMiA3LjE3ODAxQzQuNTI2NyA2LjE1MjU0IDUuMTgzNDEgNS40NDExOCA1LjY1MTI1IDUuMTA5MjNMNS42NjI0MiA1LjEwMTMxTDUuNjYyNTIgNS4xMDE0NkM2LjI2MDA1IDQuNzAxNjIgNi45ODY0OCA0LjUxODc4IDcuODEwNDEgNC41MTg3OEM4LjYwNjQgNC41MTg3OCA5LjMyNjY1IDQuNzI3NzkgOS45NTM1IDUuMTU1NTNMOS45NTM3NyA1LjE1NTcyQzEwLjU3NDUgNS41Nzk4NiAxMC45NzY1IDYuMTM5NDkgMTAuOTc2NSA2Ljg0MDUzQzEwLjk3NjUgNy40NzEgMTAuODA1NyA4LjAzMjAzIDEwLjQyMTMgOC40NzQ2MUwxNC44NTE0IDQuMzkwODdaTTE0Ljg1MTQgNC4zOTA4N0MxNS4yODU3IDUuMTg0ODEgMTUuNDk5OSA2LjAxMDY1IDE1LjUgNi44NzQ2NkwxNC44NTE0IDQuMzkwODdaTTguNzkyNjggOS41NjU4OEw4Ljc5MjY3IDkuNTY1ODdDNy45NjYwNiA5LjkzNDE0IDcuMTk2NDEgMTAuNTA5OCA2LjQ4Njk3IDExLjMwNjZMNi40ODY4NiAxMS4zMDY3QzUuODAyMDEgMTIuMDc1MyA1LjQ4ODEyIDEyLjg1NzcgNS40ODgxMiAxMy42NjRWMTQuNDM3NEM1LjQ4ODEyIDE0LjU1ODUgNS41MjA1NCAxNC42ODgzIDUuNjAzNjggMTQuODMzNUw1LjYwMzg4IDE0LjgzMzhDNS42MjI5NiAxNC44NjcyIDUuNjM4NDcgMTQuODg3OSA1LjY0ODg1IDE0LjlIOS43NjY3NkM5Ljc3NTIzIDE0LjkgOS43Nzg4NCAxNC44OTkgOS43ODU0OCAxNC44OTUzQzkuNzk0OTMgMTQuODkwMiA5LjgyMDI5IDE0Ljg3MzMgOS44NTY5MSAxNC44MjYyTDkuODU3MzYgMTQuODI1NkM5LjkzODQzIDE0LjcyMTcgOS45NTkzMSAxNC42NDExIDkuOTU5MzEgMTQuNTc1M0M5Ljk1OTMxIDE0LjEzMzEgMTAuMTkxNSAxMy42NDMyIDEwLjUxNzggMTMuMTQ4NUwxMC41MTc4IDEzLjE0ODRDMTAuODc2MyAxMi42MDQ5IDExLjMyOTUgMTIuMTc0OCAxMS44Nzc3IDExLjg2OTVDMTIuMzI1NCAxMS42MTg4IDEyLjY3MDggMTEuNDE5MiAxMi45MTcyIDExLjI2OTFMMTIuOTE3OSAxMS4yNjg2QzEzLjEzOTUgMTEuMTM0MSAxMy40NDgxIDEwLjkwMzcgMTMuODUxOSAxMC41NjUzQzE0LjIzNiAxMC4yNDI5IDE0LjUxNzUgOS45MzY1IDE0LjcwOSA5LjY0ODY0TDE0LjcwOTIgOS42NDgzNkMxNC45MDIgOS4zNTg5IDE1LjA4NyA4Ljk2NDcgMTUuMjU3IDguNDUyOTdMMTUuMjU3MSA4LjQ1MjYzQzE1LjQxNzggNy45Njk2NiAxNS41IDcuNDQ0NzYgMTUuNSA2Ljg3NDczTDguNzkyNjggOS41NjU4OFpNOC43OTI2OCA5LjU2NTg4TDguNzk2MDMgOS41NjQzNk04Ljc5MjY4IDkuNTY1ODhMOC43OTYwMyA5LjU2NDM2TTguNzk2MDMgOS41NjQzNkM5LjUwMjc3IDkuMjQzMjMgMTAuMDYzNiA4Ljg4NjQ0IDEwLjQyMTMgOC40NzQ2Nkw4Ljc5NjAzIDkuNTY0MzZaTTkuOTY4NjggMjEuNDM4M0w5Ljk2NzUyIDIxLjQzOTRDOS45MTc3NiAyMS40ODkgOS44ODA0NSAyMS41IDkuODM1NzggMjEuNUg1LjY4MDM3QzUuNjM2MzggMjEuNSA1LjU5OTAyIDIxLjQ4OTQgNS41NDc3OCAyMS40Mzg3QzUuNDk3MTkgMjEuMzg4NCA1LjQ4Nzg4IDIxLjM1MzEgNS40ODc4OCAyMS4zMTI1VjE3LjE4NzJDNS40ODc4OCAxNy4xNDY0IDUuNDk3MDcgMTcuMTExMyA1LjU0Nzk2IDE3LjA2MDhDNS41OTkyNCAxNy4wMTAxIDUuNjM2NzYgMTYuOTk5NSA1LjY4MDM3IDE2Ljk5OTVIOS44MzU3OEM5Ljg4MDUgMTYuOTk5NSA5LjkxNzYzIDE3LjAxMDUgOS45NjcyMSAxNy4wNkw5Ljk2ODYxIDE3LjA2MTRDMTAuMDE5NCAxNy4xMTE2IDEwLjAyODUgMTcuMTQ2NCAxMC4wMjg1IDE3LjE4NzJWMjEuMzEyNUMxMC4wMjg1IDIxLjM1MzMgMTAuMDE5MyAyMS4zODgzIDkuOTY4NjggMjEuNDM4M1oiIHN0cm9rZT0iIzQ2QTREOSIvPgo8L3N2Zz4K');
}
div.activity-feed-container .activity-feed-articles:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMSIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNNC4yMzY1NCAyNC45NjcxQzQuNDg2NTcgMjUuMDk3IDQuNzUwMzIgMjQuODE1OCA0LjU5NzI0IDI0LjU4MzFDMy43NjYzMyAyMy4zMjAxIDIuOTc5NTEgMjEuMTk0OCA0LjIzMzExIDE4LjQ1NzdDNi4zMjM2NCAxMy44OTMyIDcuNTk1NzMgMTEuNTI5MiA3LjU5NTczIDExLjUyOTJDNy41OTU3MyAxMS41MjkyIDguMjcyMzUgMTQuMjg4IDEwLjEwNjUgMTYuNzQxQzExLjg3MTcgMTkuMTAxOCAxMi44MzggMjIuMDcxIDExLjI4MDMgMjQuNTQ0NUMxMS4xMzQxIDI0Ljc3NjYgMTEuMzkxOSAyNS4wNTA1IDExLjY0MDMgMjQuOTI2NEMxMy41Njg1IDIzLjk2MzEgMTUuNzMxMSAyMi4wMzA3IDE1Ljk3NTEgMTguMTg1NUMxNi4wNjUxIDE3LjAxMDUgMTUuOTMwMSAxNS4zNjU1IDE1LjI1NTUgMTMuMjg5NkMxNC4zODc5IDEwLjY1ODYgMTMuMzIxNSA5LjQzMDk5IDEyLjcwNDQgOC45MDM3OEMxMi41MTk4IDguNzQ2MDYgMTIuMjMyOCA4Ljg4NTg1IDEyLjI0NzkgOS4xMjQ5QzEyLjQyNzcgMTEuOTYzNyAxMS4zMzQyIDEyLjY4NDEgMTAuNzExOCAxMS4wNjA2QzEwLjQ2MzMgMTAuNDEyMiAxMC4zMTgzIDkuMjkwNTkgMTAuMzE4MyA3LjkyNDc0QzEwLjMxODMgNS42NTA4NCA5LjY0MjgxIDMuMzEwMDcgOC4xNTM2IDEuNDA3OTVDNy43NjYzNCAwLjkxMzMwMiA3LjMxMzIgMC40NTEwODggNi43OTMzIDAuMDU2OTI5OEM2LjYwNTA5IC0wLjA4NTc5ODkgNi4zMzIyNiAwLjA1NzY2NTEgNi4zNDk0OSAwLjI4OTc3M0M2LjQ2Mzg0IDEuODMxMjggNi4zNjAyNCA2LjI0OTEzIDIuMzkxNzcgMTEuNTI3MUMtMS4yMDY0NiAxNi40MjI5IDAuMTg3ODQzIDIwLjE4MjkgMC42ODI2IDIxLjIwMTNDMS42Mjg1MyAyMy4xNTIzIDIuOTQ3OTcgMjQuMjk4IDQuMjM2NTQgMjQuOTY3MVoiLz4KPC9tYXNrPgo8cGF0aCBkPSJNNC4yMzY1NCAyNC45NjcxQzQuNDg2NTcgMjUuMDk3IDQuNzUwMzIgMjQuODE1OCA0LjU5NzI0IDI0LjU4MzFDMy43NjYzMyAyMy4zMjAxIDIuOTc5NTEgMjEuMTk0OCA0LjIzMzExIDE4LjQ1NzdDNi4zMjM2NCAxMy44OTMyIDcuNTk1NzMgMTEuNTI5MiA3LjU5NTczIDExLjUyOTJDNy41OTU3MyAxMS41MjkyIDguMjcyMzUgMTQuMjg4IDEwLjEwNjUgMTYuNzQxQzExLjg3MTcgMTkuMTAxOCAxMi44MzggMjIuMDcxIDExLjI4MDMgMjQuNTQ0NUMxMS4xMzQxIDI0Ljc3NjYgMTEuMzkxOSAyNS4wNTA1IDExLjY0MDMgMjQuOTI2NEMxMy41Njg1IDIzLjk2MzEgMTUuNzMxMSAyMi4wMzA3IDE1Ljk3NTEgMTguMTg1NUMxNi4wNjUxIDE3LjAxMDUgMTUuOTMwMSAxNS4zNjU1IDE1LjI1NTUgMTMuMjg5NkMxNC4zODc5IDEwLjY1ODYgMTMuMzIxNSA5LjQzMDk5IDEyLjcwNDQgOC45MDM3OEMxMi41MTk4IDguNzQ2MDYgMTIuMjMyOCA4Ljg4NTg1IDEyLjI0NzkgOS4xMjQ5QzEyLjQyNzcgMTEuOTYzNyAxMS4zMzQyIDEyLjY4NDEgMTAuNzExOCAxMS4wNjA2QzEwLjQ2MzMgMTAuNDEyMiAxMC4zMTgzIDkuMjkwNTkgMTAuMzE4MyA3LjkyNDc0QzEwLjMxODMgNS42NTA4NCA5LjY0MjgxIDMuMzEwMDcgOC4xNTM2IDEuNDA3OTVDNy43NjYzNCAwLjkxMzMwMiA3LjMxMzIgMC40NTEwODggNi43OTMzIDAuMDU2OTI5OEM2LjYwNTA5IC0wLjA4NTc5ODkgNi4zMzIyNiAwLjA1NzY2NTEgNi4zNDk0OSAwLjI4OTc3M0M2LjQ2Mzg0IDEuODMxMjggNi4zNjAyNCA2LjI0OTEzIDIuMzkxNzcgMTEuNTI3MUMtMS4yMDY0NiAxNi40MjI5IDAuMTg3ODQzIDIwLjE4MjkgMC42ODI2IDIxLjIwMTNDMS42Mjg1MyAyMy4xNTIzIDIuOTQ3OTcgMjQuMjk4IDQuMjM2NTQgMjQuOTY3MVoiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNNC4yMzY1NCAyNC45NjcxTDMuNzc1NjcgMjUuODU0NkwzLjc3NTc0IDI1Ljg1NDZMNC4yMzY1NCAyNC45NjcxWk00LjU5NzI0IDI0LjU4MzFMMy43NjE4MiAyNS4xMzI4TDMuNzYxODMgMjUuMTMyOEw0LjU5NzI0IDI0LjU4MzFaTTQuMjMzMTEgMTguNDU3N0wzLjMyMzkzIDE4LjA0MTNMMy4zMjM5MyAxOC4wNDEzTDQuMjMzMTEgMTguNDU3N1pNNy41OTU3MyAxMS41MjkyTDguNTY2OTUgMTEuMjkxTDcuOTQ3NDcgOC43NjUxNUw2LjcxNTEzIDExLjA1NTNMNy41OTU3MyAxMS41MjkyWk0xMC4xMDY1IDE2Ljc0MUw5LjMwNTYyIDE3LjMzOThMOS4zMDU2MiAxNy4zMzk4TDEwLjEwNjUgMTYuNzQxWk0xMS4yODAzIDI0LjU0NDVMMTAuNDM0MSAyNC4wMTE2TDEwLjQzNDEgMjQuMDExNkwxMS4yODAzIDI0LjU0NDVaTTExLjY0MDMgMjQuOTI2NEwxMS4xOTM0IDI0LjAzMThMMTEuMTkzMiAyNC4wMzE5TDExLjY0MDMgMjQuOTI2NFpNMTUuOTc1MSAxOC4xODU1TDE0Ljk3NzkgMTguMTA5MUwxNC45NzcxIDE4LjEyMjFMMTUuOTc1MSAxOC4xODU1Wk0xNS4yNTU1IDEzLjI4OTZMMTYuMjA2NSAxMi45ODA1TDE2LjIwNTIgMTIuOTc2NUwxNS4yNTU1IDEzLjI4OTZaTTEyLjcwNDQgOC45MDM3OEwxMi4wNTQ4IDkuNjY0MDNMMTIuMDU0OCA5LjY2NDA3TDEyLjcwNDQgOC45MDM3OFpNMTIuMjQ3OSA5LjEyNDlMMTEuMjQ5OSA5LjE4ODExVjkuMTg4MTFMMTIuMjQ3OSA5LjEyNDlaTTEwLjcxMTggMTEuMDYwNkw5Ljc3ODA5IDExLjQxODVMOS43NzgxIDExLjQxODZMMTAuNzExOCAxMS4wNjA2Wk04LjE1MzYgMS40MDc5NUw3LjM2NjIxIDIuMDI0NDFMNy4zNjYyMiAyLjAyNDQxTDguMTUzNiAxLjQwNzk1Wk02Ljc5MzMgMC4wNTY5Mjk4TDYuMTg5MDcgMC44NTM3MzVMNi4xODkxNiAwLjg1MzgwMUw2Ljc5MzMgMC4wNTY5Mjk4Wk02LjM0OTQ5IDAuMjg5NzczTDcuMzQ2NzUgMC4yMTU3OTRMNy4zNDY3NSAwLjIxNTczNEw2LjM0OTQ5IDAuMjg5NzczWk0yLjM5MTc3IDExLjUyNzFMMS41OTI0NSAxMC45MjYxTDEuNTg1OTkgMTAuOTM0OUwyLjM5MTc3IDExLjUyNzFaTTAuNjgyNiAyMS4yMDEzTDEuNTgyNDEgMjAuNzY1TDEuNTgyMDcgMjAuNzY0M0wwLjY4MjYgMjEuMjAxM1pNMy43NzU3NCAyNS44NTQ2QzQuMzQ1MDUgMjYuMTUwMiA0Ljk1MDM5IDI1Ljk2NDggNS4yOTcxIDI1LjU5NTZDNS42NDY2MiAyNS4yMjMzIDUuNzk4MDEgMjQuNTg4OSA1LjQzMjY1IDI0LjAzMzVMMy43NjE4MyAyNS4xMzI4QzMuNTQ5NTYgMjQuODEwMSAzLjY0NTYxIDI0LjQzMjYgMy44MzkwMiAyNC4yMjY2QzQuMDI5NjIgMjQuMDIzNiA0LjM3ODA2IDIzLjkxMzkgNC42OTczNCAyNC4wNzk2TDMuNzc1NzQgMjUuODU0NlpNNS40MzI2NyAyNC4wMzM1QzQuNzM1OTEgMjIuOTc0NCA0LjA2OTQ4IDIxLjIxNjQgNS4xNDIyOSAxOC44NzQxTDMuMzIzOTMgMTguMDQxM0MxLjg4OTUzIDIxLjE3MzEgMi43OTY3NSAyMy42NjU4IDMuNzYxODIgMjUuMTMyOEw1LjQzMjY3IDI0LjAzMzVaTTUuMTQyMjggMTguODc0MUM2LjE4MjggMTYuNjAyMiA3LjAxODY3IDE0Ljg4MDEgNy41OTMyNCAxMy43MjgxQzcuODgwNTMgMTMuMTUyMSA4LjEwMjQ4IDEyLjcxODYgOC4yNTIwMyAxMi40MzAzQzguMzI2OCAxMi4yODYxIDguMzgzNDcgMTIuMTc4MiA4LjQyMTE1IDEyLjEwNjlDOC40Mzk5OSAxMi4wNzEyIDguNDU0MDggMTIuMDQ0NyA4LjQ2MzMyIDEyLjAyNzRDOC40Njc5NCAxMi4wMTg3IDguNDcxMzQgMTIuMDEyNCA4LjQ3MzUxIDEyLjAwODNDOC40NzQ2IDEyLjAwNjMgOC40NzUzOCAxMi4wMDQ4IDguNDc1ODUgMTIuMDAzOUM4LjQ3NjA5IDEyLjAwMzUgOC40NzYyNSAxMi4wMDMyIDguNDc2MzMgMTIuMDAzMUM4LjQ3NjM3IDEyLjAwMyA4LjQ3NjM5IDEyLjAwMjkgOC40NzYzOSAxMi4wMDI5QzguNDc2MzkgMTIuMDAyOSA4LjQ3NjM4IDEyLjAwMyA4LjQ3NjM4IDEyLjAwM0M4LjQ3NjM2IDEyLjAwMyA4LjQ3NjM0IDEyLjAwMyA3LjU5NTczIDExLjUyOTJDNi43MTUxMyAxMS4wNTUzIDYuNzE1MSAxMS4wNTU0IDYuNzE1MDYgMTEuMDU1NUM2LjcxNTA0IDExLjA1NTUgNi43MTUgMTEuMDU1NiA2LjcxNDk2IDExLjA1NTdDNi43MTQ4OCAxMS4wNTU4IDYuNzE0NzkgMTEuMDU2IDYuNzE0NjcgMTEuMDU2MkM2LjcxNDQ0IDExLjA1NjYgNi43MTQxNCAxMS4wNTcyIDYuNzEzNzUgMTEuMDU3OUM2LjcxMjk5IDExLjA1OTMgNi43MTE5MSAxMS4wNjEzIDYuNzEwNTMgMTEuMDYzOUM2LjcwNzc2IDExLjA2OTEgNi43MDM3NiAxMS4wNzY1IDYuNjk4NTUgMTEuMDg2M0M2LjY4ODEzIDExLjEwNTkgNi42NzI4NiAxMS4xMzQ2IDYuNjUyODMgMTEuMTcyNUM2LjYxMjc3IDExLjI0ODMgNi41NTM3MyAxMS4zNjA4IDYuNDc2NTggMTEuNTA5NUM2LjMyMjI4IDExLjgwNzEgNi4wOTU1NSAxMi4yNDk5IDUuODAzNSAxMi44MzU0QzUuMjE5MzkgMTQuMDA2NiA0LjM3Mzk1IDE1Ljc0ODcgMy4zMjM5MyAxOC4wNDEzTDUuMTQyMjggMTguODc0MVpNNy41OTU3MyAxMS41MjkyQzYuNjI0NTIgMTEuNzY3NCA2LjYyNDU3IDExLjc2NzYgNi42MjQ2MiAxMS43Njc4QzYuNjI0NjQgMTEuNzY3OSA2LjYyNDcgMTEuNzY4MSA2LjYyNDc0IDExLjc2ODNDNi42MjQ4MyAxMS43Njg3IDYuNjI0OTMgMTEuNzY5MSA2LjYyNTAzIDExLjc2OTVDNi42MjUyNSAxMS43NzA0IDYuNjI1NTEgMTEuNzcxNCA2LjYyNTgxIDExLjc3MjZDNi42MjY0MSAxMS43NzUgNi42MjcxOCAxMS43NzgxIDYuNjI4MTMgMTEuNzgxOUM2LjYzMDAyIDExLjc4OTQgNi42MzI2IDExLjc5OTUgNi42MzU4OSAxMS44MTIyQzYuNjQyNDcgMTEuODM3NSA2LjY1MTg4IDExLjg3MyA2LjY2NDI1IDExLjkxNzlDNi42ODg5NyAxMi4wMDc3IDYuNzI1NTYgMTIuMTM1NCA2Ljc3NDk4IDEyLjI5NDhDNi44NzM3NCAxMi42MTMyIDcuMDI0MzIgMTMuMDYwMiA3LjIzNDggMTMuNTg2NUM3LjY1Mzc1IDE0LjYzNDIgOC4zMjAwMiAxNi4wMjE3IDkuMzA1NjIgMTcuMzM5OEwxMC45MDc0IDE2LjE0MjJDMTAuMDU4OCAxNS4wMDczIDkuNDY5NzEgMTMuNzg4OSA5LjA5MTgyIDEyLjg0MzlDOC45MDM4OCAxMi4zNzM5IDguNzcwNjcgMTEuOTc3OSA4LjY4NTI0IDExLjcwMjRDOC42NDI1OCAxMS41NjQ4IDguNjExOTcgMTEuNDU3OCA4LjU5MjUzIDExLjM4NzFDOC41ODI4MSAxMS4zNTE4IDguNTc1OSAxMS4zMjU3IDguNTcxNjcgMTEuMzA5NEM4LjU2OTU1IDExLjMwMTMgOC41NjgxMSAxMS4yOTU2IDguNTY3MzMgMTEuMjkyNUM4LjU2Njk0IDExLjI5MDkgOC41NjY3MSAxMS4yOSA4LjU2NjY1IDExLjI4OThDOC41NjY2MiAxMS4yODk3IDguNTY2NjMgMTEuMjg5NyA4LjU2NjY4IDExLjI4OTlDOC41NjY3IDExLjI5IDguNTY2NzQgMTEuMjkwMSA4LjU2Njc4IDExLjI5MDNDOC41NjY4MSAxMS4yOTA0IDguNTY2ODUgMTEuMjkwNiA4LjU2Njg2IDExLjI5MDZDOC41NjY5IDExLjI5MDggOC41NjY5NSAxMS4yOTEgNy41OTU3MyAxMS41MjkyWk05LjMwNTYyIDE3LjMzOThDMTAuOTkwNyAxOS41OTM1IDExLjY1MjQgMjIuMDc2OSAxMC40MzQxIDI0LjAxMTZMMTIuMTI2NSAyNS4wNzc0QzE0LjAyMzUgMjIuMDY1IDEyLjc1MjggMTguNjEwMiAxMC45MDc0IDE2LjE0MjJMOS4zMDU2MiAxNy4zMzk4Wk0xMC40MzQxIDI0LjAxMTZDOS42OTc4MyAyNS4xODA4IDExLjAyMDIgMjYuMzU0MiAxMi4wODczIDI1LjgyMDlMMTEuMTkzMiAyNC4wMzE5QzExLjUwNzEgMjMuODc1IDExLjg0OTMgMjMuOTgwNyAxMi4wNDAyIDI0LjE4MzNDMTIuMjMzOCAyNC4zODg4IDEyLjMyNzIgMjQuNzU4NSAxMi4xMjY1IDI1LjA3NzNMMTAuNDM0MSAyNC4wMTE2Wk0xMi4wODcyIDI1LjgyMDlDMTQuMjUwOSAyNC43NCAxNi43MDEyIDIyLjUzMzQgMTYuOTczMSAxOC4yNDg4TDE0Ljk3NzEgMTguMTIyMUMxNC43NjEgMjEuNTI4MSAxMi44ODYgMjMuMTg2MiAxMS4xOTM0IDI0LjAzMThMMTIuMDg3MiAyNS44MjA5Wk0xNi45NzIyIDE4LjI2MThDMTcuMDczMiAxNi45NDIxIDE2LjkxNjggMTUuMTY2IDE2LjIwNjUgMTIuOTgwNUwxNC4zMDQ0IDEzLjU5ODdDMTQuOTQzNSAxNS41NjQ5IDE1LjA1NjkgMTcuMDc4OSAxNC45NzggMTguMTA5MUwxNi45NzIyIDE4LjI2MThaTTE2LjIwNTIgMTIuOTc2NUMxNS4yODg3IDEwLjE5NzIgMTQuMTI5MSA4LjgwNTc0IDEzLjM1NCA4LjE0MzQ5TDEyLjA1NDggOS42NjQwN0MxMi41MTM4IDEwLjA1NjIgMTMuNDg3MSAxMS4xMjAxIDE0LjMwNTcgMTMuNjAyOEwxNi4yMDUyIDEyLjk3NjVaTTEzLjM1NCA4LjE0MzUzQzEyLjUyNzkgNy40Mzc1NyAxMS4xNzY0IDguMDI3NyAxMS4yNDk5IDkuMTg4MTFMMTMuMjQ1OSA5LjA2MTY5QzEzLjI4OTEgOS43NDQgMTIuNTExOCAxMC4wNTQ2IDEyLjA1NDggOS42NjQwM0wxMy4zNTQgOC4xNDM1M1pNMTEuMjQ5OSA5LjE4ODExQzExLjI5MSA5LjgzNjg4IDExLjI1NjMgMTAuMzI0NSAxMS4xOTAyIDEwLjY2QzExLjExNzggMTEuMDI3MyAxMS4wMzAxIDExLjEwMjkgMTEuMDcwMSAxMS4wNjI2QzExLjEwMzggMTEuMDI4NSAxMS4yMDYgMTAuOTQ0MiAxMS4zNzk1IDEwLjkxOThDMTEuNTU5NSAxMC44OTQ1IDExLjY5ODcgMTAuOTUwMSAxMS43Njc3IDEwLjk5M0MxMS44NTg1IDExLjA0OTUgMTEuNzc0MyAxMS4wMzg1IDExLjY0NTYgMTAuNzAyNkw5Ljc3ODEgMTEuNDE4NkM5Ljk2MDU0IDExLjg5NDQgMTAuMjQ2NCAxMi40MDIyIDEwLjcxMTcgMTIuNjkxNUMxMC45Njc5IDEyLjg1MDggMTEuMjk1NSAxMi45NTEzIDExLjY1OCAxMi45MDA0QzEyLjAxNDIgMTIuODUwMyAxMi4yOTMzIDEyLjY2OTcgMTIuNDkxNCAxMi40Njk3QzEyLjg2IDEyLjA5NzMgMTMuMDUwOSAxMS41NjIxIDEzLjE1MjQgMTEuMDQ2NkMxMy4yNjAyIDEwLjQ5OTMgMTMuMjk0NyA5LjgzMjMzIDEzLjI0NTkgOS4wNjE2OUwxMS4yNDk5IDkuMTg4MTFaTTExLjY0NTYgMTAuNzAyN0MxMS40NjQzIDEwLjIyOTcgMTEuMzE4MyA5LjI1Nzc0IDExLjMxODMgNy45MjQ3NEg5LjMxODNDOS4zMTgzIDkuMzIzNDMgOS40NjIyNiAxMC41OTQ2IDkuNzc4MDkgMTEuNDE4NUwxMS42NDU2IDEwLjcwMjdaTTExLjMxODMgNy45MjQ3NEMxMS4zMTgzIDUuNDU5MTMgMTAuNTg2MyAyLjg5MzA0IDguOTQwOTkgMC43OTE0OTJMNy4zNjYyMiAyLjAyNDQxQzguNjk5MjkgMy43MjcxMSA5LjMxODMgNS44NDI1NiA5LjMxODMgNy45MjQ3NEgxMS4zMTgzWk04Ljk0MDk5IDAuNzkxNDk2QzguNTA3MjUgMC4yMzc0NzggNy45OTM5NSAtMC4yODc3MDQgNy4zOTc0NSAtMC43Mzk5NDJMNi4xODkxNiAwLjg1MzgwMUM2LjYzMjQ0IDEuMTg5ODggNy4wMjU0MyAxLjU4OTEzIDcuMzY2MjEgMi4wMjQ0MUw4Ljk0MDk5IDAuNzkxNDk2Wk03LjM5NzU0IC0wLjczOTg3NUM2LjU2MDg0IC0xLjM3NDM3IDUuMjY3NzggLTAuNzczODEyIDUuMzUyMjQgMC4zNjM4MTFMNy4zNDY3NSAwLjIxNTczNEM3LjM5Njc0IDAuODg5MTQzIDYuNjQ5MzQgMS4yMDI3NyA2LjE4OTA3IDAuODUzNzM1TDcuMzk3NTQgLTAuNzM5ODc1Wk01LjM1MjIzIDAuMzYzNzUyQzUuNDUyMTIgMS43MTAzNCA1LjM4OTU4IDUuODc2MSAxLjU5MjUgMTAuOTI2MUwzLjE5MTA0IDEyLjEyOEM3LjMzMDkgNi42MjIxNiA3LjQ3NTU2IDEuOTUyMjEgNy4zNDY3NSAwLjIxNTc5NEw1LjM1MjIzIDAuMzYzNzUyWk0xLjU4NTk5IDEwLjkzNDlDLTIuMjkwNjYgMTYuMjA5NiAtMC44MjU0NzQgMjAuMzg1NiAtMC4yMTY4NjggMjEuNjM4M0wxLjU4MjA3IDIwLjc2NDNDMS4yMDExNiAxOS45ODAzIC0wLjEyMjI2IDE2LjYzNjMgMy4xOTc1NSAxMi4xMTkzTDEuNTg1OTkgMTAuOTM0OVpNLTAuMjE3MjEgMjEuNjM3NkMwLjgyODYwMiAyMy43OTQ1IDIuMzA4NSAyNS4wOTI3IDMuNzc1NjcgMjUuODU0Nkw0LjY5NzQgMjQuMDc5N0MzLjU4NzQzIDIzLjUwMzMgMi40Mjg0NiAyMi41MSAxLjU4MjQxIDIwLjc2NUwtMC4yMTcyMSAyMS42Mzc2WiIgZmlsbD0iIzMzMzA1QSIgZmlsbC1vcGFjaXR5PSIwLjA0IiBtYXNrPSJ1cmwoI3BhdGgtMS1pbnNpZGUtMSkiLz4KPC9zdmc+Cg==');
}
div.activity-feed-container .activity-feed-articles.active:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMSIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNNC4yMzY1NCAyNC45NjcxQzQuNDg2NTcgMjUuMDk3IDQuNzUwMzIgMjQuODE1OCA0LjU5NzI0IDI0LjU4MzFDMy43NjYzMyAyMy4zMjAxIDIuOTc5NTEgMjEuMTk0OCA0LjIzMzExIDE4LjQ1NzdDNi4zMjM2NCAxMy44OTMyIDcuNTk1NzMgMTEuNTI5MiA3LjU5NTczIDExLjUyOTJDNy41OTU3MyAxMS41MjkyIDguMjcyMzUgMTQuMjg4IDEwLjEwNjUgMTYuNzQxQzExLjg3MTcgMTkuMTAxOCAxMi44MzggMjIuMDcxIDExLjI4MDMgMjQuNTQ0NUMxMS4xMzQxIDI0Ljc3NjYgMTEuMzkxOSAyNS4wNTA1IDExLjY0MDMgMjQuOTI2NEMxMy41Njg1IDIzLjk2MzEgMTUuNzMxMSAyMi4wMzA3IDE1Ljk3NTEgMTguMTg1NUMxNi4wNjUxIDE3LjAxMDUgMTUuOTMwMSAxNS4zNjU1IDE1LjI1NTUgMTMuMjg5NkMxNC4zODc5IDEwLjY1ODYgMTMuMzIxNSA5LjQzMDk5IDEyLjcwNDQgOC45MDM3OEMxMi41MTk4IDguNzQ2MDYgMTIuMjMyOCA4Ljg4NTg1IDEyLjI0NzkgOS4xMjQ5QzEyLjQyNzcgMTEuOTYzNyAxMS4zMzQyIDEyLjY4NDEgMTAuNzExOCAxMS4wNjA2QzEwLjQ2MzMgMTAuNDEyMiAxMC4zMTgzIDkuMjkwNTkgMTAuMzE4MyA3LjkyNDc0QzEwLjMxODMgNS42NTA4NCA5LjY0MjgxIDMuMzEwMDcgOC4xNTM2IDEuNDA3OTVDNy43NjYzNCAwLjkxMzMwMiA3LjMxMzIgMC40NTEwODggNi43OTMzIDAuMDU2OTI5OEM2LjYwNTA5IC0wLjA4NTc5ODkgNi4zMzIyNiAwLjA1NzY2NTEgNi4zNDk0OSAwLjI4OTc3M0M2LjQ2Mzg0IDEuODMxMjggNi4zNjAyNCA2LjI0OTEzIDIuMzkxNzcgMTEuNTI3MUMtMS4yMDY0NiAxNi40MjI5IDAuMTg3ODQzIDIwLjE4MjkgMC42ODI2IDIxLjIwMTNDMS42Mjg1MyAyMy4xNTIzIDIuOTQ3OTcgMjQuMjk4IDQuMjM2NTQgMjQuOTY3MVoiLz4KPC9tYXNrPgo8cGF0aCBkPSJNNC4yMzY1NCAyNC45NjcxQzQuNDg2NTcgMjUuMDk3IDQuNzUwMzIgMjQuODE1OCA0LjU5NzI0IDI0LjU4MzFDMy43NjYzMyAyMy4zMjAxIDIuOTc5NTEgMjEuMTk0OCA0LjIzMzExIDE4LjQ1NzdDNi4zMjM2NCAxMy44OTMyIDcuNTk1NzMgMTEuNTI5MiA3LjU5NTczIDExLjUyOTJDNy41OTU3MyAxMS41MjkyIDguMjcyMzUgMTQuMjg4IDEwLjEwNjUgMTYuNzQxQzExLjg3MTcgMTkuMTAxOCAxMi44MzggMjIuMDcxIDExLjI4MDMgMjQuNTQ0NUMxMS4xMzQxIDI0Ljc3NjYgMTEuMzkxOSAyNS4wNTA1IDExLjY0MDMgMjQuOTI2NEMxMy41Njg1IDIzLjk2MzEgMTUuNzMxMSAyMi4wMzA3IDE1Ljk3NTEgMTguMTg1NUMxNi4wNjUxIDE3LjAxMDUgMTUuOTMwMSAxNS4zNjU1IDE1LjI1NTUgMTMuMjg5NkMxNC4zODc5IDEwLjY1ODYgMTMuMzIxNSA5LjQzMDk5IDEyLjcwNDQgOC45MDM3OEMxMi41MTk4IDguNzQ2MDYgMTIuMjMyOCA4Ljg4NTg1IDEyLjI0NzkgOS4xMjQ5QzEyLjQyNzcgMTEuOTYzNyAxMS4zMzQyIDEyLjY4NDEgMTAuNzExOCAxMS4wNjA2QzEwLjQ2MzMgMTAuNDEyMiAxMC4zMTgzIDkuMjkwNTkgMTAuMzE4MyA3LjkyNDc0QzEwLjMxODMgNS42NTA4NCA5LjY0MjgxIDMuMzEwMDcgOC4xNTM2IDEuNDA3OTVDNy43NjYzNCAwLjkxMzMwMiA3LjMxMzIgMC40NTEwODggNi43OTMzIDAuMDU2OTI5OEM2LjYwNTA5IC0wLjA4NTc5ODkgNi4zMzIyNiAwLjA1NzY2NTEgNi4zNDk0OSAwLjI4OTc3M0M2LjQ2Mzg0IDEuODMxMjggNi4zNjAyNCA2LjI0OTEzIDIuMzkxNzcgMTEuNTI3MUMtMS4yMDY0NiAxNi40MjI5IDAuMTg3ODQzIDIwLjE4MjkgMC42ODI2IDIxLjIwMTNDMS42Mjg1MyAyMy4xNTIzIDIuOTQ3OTcgMjQuMjk4IDQuMjM2NTQgMjQuOTY3MVoiIGZpbGw9IiNGRjhFM0MiLz4KPHBhdGggZD0iTTQuMjM2NTQgMjQuOTY3MUwzLjc3NTY3IDI1Ljg1NDZMMy43NzU3NCAyNS44NTQ2TDQuMjM2NTQgMjQuOTY3MVpNNC41OTcyNCAyNC41ODMxTDMuNzYxODIgMjUuMTMyOEwzLjc2MTgzIDI1LjEzMjhMNC41OTcyNCAyNC41ODMxWk00LjIzMzExIDE4LjQ1NzdMMy4zMjM5MyAxOC4wNDEzTDMuMzIzOTMgMTguMDQxM0w0LjIzMzExIDE4LjQ1NzdaTTcuNTk1NzMgMTEuNTI5Mkw4LjU2Njk1IDExLjI5MUw3Ljk0NzQ3IDguNzY1MTVMNi43MTUxMyAxMS4wNTUzTDcuNTk1NzMgMTEuNTI5MlpNMTAuMTA2NSAxNi43NDFMOS4zMDU2MiAxNy4zMzk4TDkuMzA1NjIgMTcuMzM5OEwxMC4xMDY1IDE2Ljc0MVpNMTEuMjgwMyAyNC41NDQ1TDEwLjQzNDEgMjQuMDExNkwxMC40MzQxIDI0LjAxMTZMMTEuMjgwMyAyNC41NDQ1Wk0xMS42NDAzIDI0LjkyNjRMMTEuMTkzNCAyNC4wMzE4TDExLjE5MzIgMjQuMDMxOUwxMS42NDAzIDI0LjkyNjRaTTE1Ljk3NTEgMTguMTg1NUwxNC45Nzc5IDE4LjEwOTFMMTQuOTc3MSAxOC4xMjIxTDE1Ljk3NTEgMTguMTg1NVpNMTUuMjU1NSAxMy4yODk2TDE2LjIwNjUgMTIuOTgwNUwxNi4yMDUyIDEyLjk3NjVMMTUuMjU1NSAxMy4yODk2Wk0xMi43MDQ0IDguOTAzNzhMMTIuMDU0OCA5LjY2NDAzTDEyLjA1NDggOS42NjQwN0wxMi43MDQ0IDguOTAzNzhaTTEyLjI0NzkgOS4xMjQ5TDExLjI0OTkgOS4xODgxMVY5LjE4ODExTDEyLjI0NzkgOS4xMjQ5Wk0xMC43MTE4IDExLjA2MDZMOS43NzgwOSAxMS40MTg1TDkuNzc4MSAxMS40MTg2TDEwLjcxMTggMTEuMDYwNlpNOC4xNTM2IDEuNDA3OTVMNy4zNjYyMSAyLjAyNDQxTDcuMzY2MjIgMi4wMjQ0MUw4LjE1MzYgMS40MDc5NVpNNi43OTMzIDAuMDU2OTI5OEw2LjE4OTA3IDAuODUzNzM1TDYuMTg5MTYgMC44NTM4MDFMNi43OTMzIDAuMDU2OTI5OFpNNi4zNDk0OSAwLjI4OTc3M0w3LjM0Njc1IDAuMjE1Nzk0TDcuMzQ2NzUgMC4yMTU3MzRMNi4zNDk0OSAwLjI4OTc3M1pNMi4zOTE3NyAxMS41MjcxTDEuNTkyNDUgMTAuOTI2MUwxLjU4NTk5IDEwLjkzNDlMMi4zOTE3NyAxMS41MjcxWk0wLjY4MjYgMjEuMjAxM0wxLjU4MjQxIDIwLjc2NUwxLjU4MjA3IDIwLjc2NDNMMC42ODI2IDIxLjIwMTNaTTMuNzc1NzQgMjUuODU0NkM0LjM0NTA1IDI2LjE1MDIgNC45NTAzOSAyNS45NjQ4IDUuMjk3MSAyNS41OTU2QzUuNjQ2NjIgMjUuMjIzMyA1Ljc5ODAxIDI0LjU4ODkgNS40MzI2NSAyNC4wMzM1TDMuNzYxODMgMjUuMTMyOEMzLjU0OTU2IDI0LjgxMDEgMy42NDU2MSAyNC40MzI2IDMuODM5MDIgMjQuMjI2NkM0LjAyOTYyIDI0LjAyMzYgNC4zNzgwNiAyMy45MTM5IDQuNjk3MzQgMjQuMDc5NkwzLjc3NTc0IDI1Ljg1NDZaTTUuNDMyNjcgMjQuMDMzNUM0LjczNTkxIDIyLjk3NDQgNC4wNjk0OCAyMS4yMTY0IDUuMTQyMjkgMTguODc0MUwzLjMyMzkzIDE4LjA0MTNDMS44ODk1MyAyMS4xNzMxIDIuNzk2NzUgMjMuNjY1OCAzLjc2MTgyIDI1LjEzMjhMNS40MzI2NyAyNC4wMzM1Wk01LjE0MjI4IDE4Ljg3NDFDNi4xODI4IDE2LjYwMjIgNy4wMTg2NyAxNC44ODAxIDcuNTkzMjQgMTMuNzI4MUM3Ljg4MDUzIDEzLjE1MjEgOC4xMDI0OCAxMi43MTg2IDguMjUyMDMgMTIuNDMwM0M4LjMyNjggMTIuMjg2MSA4LjM4MzQ3IDEyLjE3ODIgOC40MjExNSAxMi4xMDY5QzguNDM5OTkgMTIuMDcxMiA4LjQ1NDA4IDEyLjA0NDcgOC40NjMzMiAxMi4wMjc0QzguNDY3OTQgMTIuMDE4NyA4LjQ3MTM0IDEyLjAxMjQgOC40NzM1MSAxMi4wMDgzQzguNDc0NiAxMi4wMDYzIDguNDc1MzggMTIuMDA0OCA4LjQ3NTg1IDEyLjAwMzlDOC40NzYwOSAxMi4wMDM1IDguNDc2MjUgMTIuMDAzMiA4LjQ3NjMzIDEyLjAwMzFDOC40NzYzNyAxMi4wMDMgOC40NzYzOSAxMi4wMDI5IDguNDc2MzkgMTIuMDAyOUM4LjQ3NjM5IDEyLjAwMjkgOC40NzYzOCAxMi4wMDMgOC40NzYzOCAxMi4wMDNDOC40NzYzNiAxMi4wMDMgOC40NzYzNCAxMi4wMDMgNy41OTU3MyAxMS41MjkyQzYuNzE1MTMgMTEuMDU1MyA2LjcxNTEgMTEuMDU1NCA2LjcxNTA2IDExLjA1NTVDNi43MTUwNCAxMS4wNTU1IDYuNzE1IDExLjA1NTYgNi43MTQ5NiAxMS4wNTU3QzYuNzE0ODggMTEuMDU1OCA2LjcxNDc5IDExLjA1NiA2LjcxNDY3IDExLjA1NjJDNi43MTQ0NCAxMS4wNTY2IDYuNzE0MTQgMTEuMDU3MiA2LjcxMzc1IDExLjA1NzlDNi43MTI5OSAxMS4wNTkzIDYuNzExOTEgMTEuMDYxMyA2LjcxMDUzIDExLjA2MzlDNi43MDc3NiAxMS4wNjkxIDYuNzAzNzYgMTEuMDc2NSA2LjY5ODU1IDExLjA4NjNDNi42ODgxMyAxMS4xMDU5IDYuNjcyODYgMTEuMTM0NiA2LjY1MjgzIDExLjE3MjVDNi42MTI3NyAxMS4yNDgzIDYuNTUzNzMgMTEuMzYwOCA2LjQ3NjU4IDExLjUwOTVDNi4zMjIyOCAxMS44MDcxIDYuMDk1NTUgMTIuMjQ5OSA1LjgwMzUgMTIuODM1NEM1LjIxOTM5IDE0LjAwNjYgNC4zNzM5NSAxNS43NDg3IDMuMzIzOTMgMTguMDQxM0w1LjE0MjI4IDE4Ljg3NDFaTTcuNTk1NzMgMTEuNTI5MkM2LjYyNDUyIDExLjc2NzQgNi42MjQ1NyAxMS43Njc2IDYuNjI0NjIgMTEuNzY3OEM2LjYyNDY0IDExLjc2NzkgNi42MjQ3IDExLjc2ODEgNi42MjQ3NCAxMS43NjgzQzYuNjI0ODMgMTEuNzY4NyA2LjYyNDkzIDExLjc2OTEgNi42MjUwMyAxMS43Njk1QzYuNjI1MjUgMTEuNzcwNCA2LjYyNTUxIDExLjc3MTQgNi42MjU4MSAxMS43NzI2QzYuNjI2NDEgMTEuNzc1IDYuNjI3MTggMTEuNzc4MSA2LjYyODEzIDExLjc4MTlDNi42MzAwMiAxMS43ODk0IDYuNjMyNiAxMS43OTk1IDYuNjM1ODkgMTEuODEyMkM2LjY0MjQ3IDExLjgzNzUgNi42NTE4OCAxMS44NzMgNi42NjQyNSAxMS45MTc5QzYuNjg4OTcgMTIuMDA3NyA2LjcyNTU2IDEyLjEzNTQgNi43NzQ5OCAxMi4yOTQ4QzYuODczNzQgMTIuNjEzMiA3LjAyNDMyIDEzLjA2MDIgNy4yMzQ4IDEzLjU4NjVDNy42NTM3NSAxNC42MzQyIDguMzIwMDIgMTYuMDIxNyA5LjMwNTYyIDE3LjMzOThMMTAuOTA3NCAxNi4xNDIyQzEwLjA1ODggMTUuMDA3MyA5LjQ2OTcxIDEzLjc4ODkgOS4wOTE4MiAxMi44NDM5QzguOTAzODggMTIuMzczOSA4Ljc3MDY3IDExLjk3NzkgOC42ODUyNCAxMS43MDI0QzguNjQyNTggMTEuNTY0OCA4LjYxMTk3IDExLjQ1NzggOC41OTI1MyAxMS4zODcxQzguNTgyODEgMTEuMzUxOCA4LjU3NTkgMTEuMzI1NyA4LjU3MTY3IDExLjMwOTRDOC41Njk1NSAxMS4zMDEzIDguNTY4MTEgMTEuMjk1NiA4LjU2NzMzIDExLjI5MjVDOC41NjY5NCAxMS4yOTA5IDguNTY2NzEgMTEuMjkgOC41NjY2NSAxMS4yODk4QzguNTY2NjIgMTEuMjg5NyA4LjU2NjYzIDExLjI4OTcgOC41NjY2OCAxMS4yODk5QzguNTY2NyAxMS4yOSA4LjU2Njc0IDExLjI5MDEgOC41NjY3OCAxMS4yOTAzQzguNTY2ODEgMTEuMjkwNCA4LjU2Njg1IDExLjI5MDYgOC41NjY4NiAxMS4yOTA2QzguNTY2OSAxMS4yOTA4IDguNTY2OTUgMTEuMjkxIDcuNTk1NzMgMTEuNTI5MlpNOS4zMDU2MiAxNy4zMzk4QzEwLjk5MDcgMTkuNTkzNSAxMS42NTI0IDIyLjA3NjkgMTAuNDM0MSAyNC4wMTE2TDEyLjEyNjUgMjUuMDc3NEMxNC4wMjM1IDIyLjA2NSAxMi43NTI4IDE4LjYxMDIgMTAuOTA3NCAxNi4xNDIyTDkuMzA1NjIgMTcuMzM5OFpNMTAuNDM0MSAyNC4wMTE2QzkuNjk3ODMgMjUuMTgwOCAxMS4wMjAyIDI2LjM1NDIgMTIuMDg3MyAyNS44MjA5TDExLjE5MzIgMjQuMDMxOUMxMS41MDcxIDIzLjg3NSAxMS44NDkzIDIzLjk4MDcgMTIuMDQwMiAyNC4xODMzQzEyLjIzMzggMjQuMzg4OCAxMi4zMjcyIDI0Ljc1ODUgMTIuMTI2NSAyNS4wNzczTDEwLjQzNDEgMjQuMDExNlpNMTIuMDg3MiAyNS44MjA5QzE0LjI1MDkgMjQuNzQgMTYuNzAxMiAyMi41MzM0IDE2Ljk3MzEgMTguMjQ4OEwxNC45NzcxIDE4LjEyMjFDMTQuNzYxIDIxLjUyODEgMTIuODg2IDIzLjE4NjIgMTEuMTkzNCAyNC4wMzE4TDEyLjA4NzIgMjUuODIwOVpNMTYuOTcyMiAxOC4yNjE4QzE3LjA3MzIgMTYuOTQyMSAxNi45MTY4IDE1LjE2NiAxNi4yMDY1IDEyLjk4MDVMMTQuMzA0NCAxMy41OTg3QzE0Ljk0MzUgMTUuNTY0OSAxNS4wNTY5IDE3LjA3ODkgMTQuOTc4IDE4LjEwOTFMMTYuOTcyMiAxOC4yNjE4Wk0xNi4yMDUyIDEyLjk3NjVDMTUuMjg4NyAxMC4xOTcyIDE0LjEyOTEgOC44MDU3NCAxMy4zNTQgOC4xNDM0OUwxMi4wNTQ4IDkuNjY0MDdDMTIuNTEzOCAxMC4wNTYyIDEzLjQ4NzEgMTEuMTIwMSAxNC4zMDU3IDEzLjYwMjhMMTYuMjA1MiAxMi45NzY1Wk0xMy4zNTQgOC4xNDM1M0MxMi41Mjc5IDcuNDM3NTcgMTEuMTc2NCA4LjAyNzcgMTEuMjQ5OSA5LjE4ODExTDEzLjI0NTkgOS4wNjE2OUMxMy4yODkxIDkuNzQ0IDEyLjUxMTggMTAuMDU0NiAxMi4wNTQ4IDkuNjY0MDNMMTMuMzU0IDguMTQzNTNaTTExLjI0OTkgOS4xODgxMUMxMS4yOTEgOS44MzY4OCAxMS4yNTYzIDEwLjMyNDUgMTEuMTkwMiAxMC42NkMxMS4xMTc4IDExLjAyNzMgMTEuMDMwMSAxMS4xMDI5IDExLjA3MDEgMTEuMDYyNkMxMS4xMDM4IDExLjAyODUgMTEuMjA2IDEwLjk0NDIgMTEuMzc5NSAxMC45MTk4QzExLjU1OTUgMTAuODk0NSAxMS42OTg3IDEwLjk1MDEgMTEuNzY3NyAxMC45OTNDMTEuODU4NSAxMS4wNDk1IDExLjc3NDMgMTEuMDM4NSAxMS42NDU2IDEwLjcwMjZMOS43NzgxIDExLjQxODZDOS45NjA1NCAxMS44OTQ0IDEwLjI0NjQgMTIuNDAyMiAxMC43MTE3IDEyLjY5MTVDMTAuOTY3OSAxMi44NTA4IDExLjI5NTUgMTIuOTUxMyAxMS42NTggMTIuOTAwNEMxMi4wMTQyIDEyLjg1MDMgMTIuMjkzMyAxMi42Njk3IDEyLjQ5MTQgMTIuNDY5N0MxMi44NiAxMi4wOTczIDEzLjA1MDkgMTEuNTYyMSAxMy4xNTI0IDExLjA0NjZDMTMuMjYwMiAxMC40OTkzIDEzLjI5NDcgOS44MzIzMyAxMy4yNDU5IDkuMDYxNjlMMTEuMjQ5OSA5LjE4ODExWk0xMS42NDU2IDEwLjcwMjdDMTEuNDY0MyAxMC4yMjk3IDExLjMxODMgOS4yNTc3NCAxMS4zMTgzIDcuOTI0NzRIOS4zMTgzQzkuMzE4MyA5LjMyMzQzIDkuNDYyMjYgMTAuNTk0NiA5Ljc3ODA5IDExLjQxODVMMTEuNjQ1NiAxMC43MDI3Wk0xMS4zMTgzIDcuOTI0NzRDMTEuMzE4MyA1LjQ1OTEzIDEwLjU4NjMgMi44OTMwNCA4Ljk0MDk5IDAuNzkxNDkyTDcuMzY2MjIgMi4wMjQ0MUM4LjY5OTI5IDMuNzI3MTEgOS4zMTgzIDUuODQyNTYgOS4zMTgzIDcuOTI0NzRIMTEuMzE4M1pNOC45NDA5OSAwLjc5MTQ5NkM4LjUwNzI1IDAuMjM3NDc4IDcuOTkzOTUgLTAuMjg3NzA0IDcuMzk3NDUgLTAuNzM5OTQyTDYuMTg5MTYgMC44NTM4MDFDNi42MzI0NCAxLjE4OTg4IDcuMDI1NDMgMS41ODkxMyA3LjM2NjIxIDIuMDI0NDFMOC45NDA5OSAwLjc5MTQ5NlpNNy4zOTc1NCAtMC43Mzk4NzVDNi41NjA4NCAtMS4zNzQzNyA1LjI2Nzc4IC0wLjc3MzgxMiA1LjM1MjI0IDAuMzYzODExTDcuMzQ2NzUgMC4yMTU3MzRDNy4zOTY3NCAwLjg4OTE0MyA2LjY0OTM0IDEuMjAyNzcgNi4xODkwNyAwLjg1MzczNUw3LjM5NzU0IC0wLjczOTg3NVpNNS4zNTIyMyAwLjM2Mzc1MkM1LjQ1MjEyIDEuNzEwMzQgNS4zODk1OCA1Ljg3NjEgMS41OTI1IDEwLjkyNjFMMy4xOTEwNCAxMi4xMjhDNy4zMzA5IDYuNjIyMTYgNy40NzU1NiAxLjk1MjIxIDcuMzQ2NzUgMC4yMTU3OTRMNS4zNTIyMyAwLjM2Mzc1MlpNMS41ODU5OSAxMC45MzQ5Qy0yLjI5MDY2IDE2LjIwOTYgLTAuODI1NDc0IDIwLjM4NTYgLTAuMjE2ODY4IDIxLjYzODNMMS41ODIwNyAyMC43NjQzQzEuMjAxMTYgMTkuOTgwMyAtMC4xMjIyNiAxNi42MzYzIDMuMTk3NTUgMTIuMTE5M0wxLjU4NTk5IDEwLjkzNDlaTS0wLjIxNzIxIDIxLjYzNzZDMC44Mjg2MDIgMjMuNzk0NSAyLjMwODUgMjUuMDkyNyAzLjc3NTY3IDI1Ljg1NDZMNC42OTc0IDI0LjA3OTdDMy41ODc0MyAyMy41MDMzIDIuNDI4NDYgMjIuNTEgMS41ODI0MSAyMC43NjVMLTAuMjE3MjEgMjEuNjM3NloiIGZpbGw9IiNGRjhFM0MiIG1hc2s9InVybCgjcGF0aC0xLWluc2lkZS0xKSIvPgo8L3N2Zz4K');
}
div.activity-feed-container .activity-feed-comments:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjA4OTcgMEM1LjgwODYgMC4wNjU3NDM5IDEuNTA1NDYgNC4yNzMzNiAxLjUwNTQ2IDkuNDY3MTNDMS41MDU0NiAxMS4xMTA3IDEuOTYxODUgMTIuNjg4NiAyLjc0NDI0IDE0LjA2OTJDMi41NDg2NSAxNC41OTUyIDIuMjIyNjUgMTUuMDU1NCAxLjg5NjY1IDE1LjQ0OThDMS42MzU4NiAxNS43MTI4IDEuMzc1MDYgMTUuOTc1OCAxLjA0OTA3IDE2LjE3M0MwLjcyMzA3IDE2LjM3MDIgMC4zOTcwNzQgMTYuNTY3NSAwLjA3MTA3ODEgMTYuNjk5Qy0wLjA1OTMyMDEgMTYuNzY0NyAwLjAwNTg3OTAxIDE2LjgzMDUgMC4xMzYyNzcgMTYuODk2MkMwLjI2NjY3NiAxNi45NjE5IDAuMzk3MDc0IDE3LjAyNzcgMC41Mjc0NzIgMTcuMDkzNEMwLjc4ODI2OSAxNy4yMjQ5IDEuMDQ5MDcgMTcuMjkwNyAxLjMwOTg2IDE3LjM1NjRDMS43NjYyNiAxNy40ODc5IDIuMjIyNjUgMTcuNTUzNiAyLjc0NDI0IDE3LjU1MzZDMy4yNjU4NCAxNy42MTk0IDMuNzIyMjMgMTcuNDg3OSA0LjI0MzgyIDE3LjQyMjFDNC43MDAyMiAxNy4zNTY0IDUuMDkxNDEgMTcuMjI0OSA1LjU0NzgxIDE3LjA5MzRDNy4xNzc3OCAxOC4yNzY4IDkuMTk4OTYgMTkgMTEuMzUwNSAxOUMxNi42OTY5IDE5IDIxIDE0LjcyNjYgMjEgOS41MzI4N0MyMC44MDQ0IDQuMjA3NjEgMTYuNDM2MSAwIDExLjA4OTcgMFoiIGZpbGw9IiMzMzMwNUEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgo8cGF0aCBkPSJNMy4yMTI4OCAxNC4yNDM1TDMuMjk0MDQgMTQuMDI1M0wzLjE3OTI1IDEzLjgyMjdDMi40MzYwMiAxMi41MTEyIDIuMDA1NDYgMTEuMDE3NiAyLjAwNTQ2IDkuNDY3MTNDMi4wMDU0NiA0LjU2MTA1IDYuMDczNjkgMC41NjQxMTQgMTEuMDkyOCAwLjVDMTYuMTY2NSAwLjUwMTYzMSAyMC4zMDk2IDQuNDkxNzUgMjAuNSA5LjU0MjAzQzIwLjQ5NDkgMTQuNDQ4MyAxNi40MjQ4IDE4LjUgMTEuMzUwNSAxOC41QzkuMzExNTcgMTguNSA3LjM5MjA2IDE3LjgxNDUgNS44NDE1NiAxNi42ODg4TDUuNjQzOTkgMTYuNTQ1NEw1LjQwOTM4IDE2LjYxM0M1LjMxNjk0IDE2LjYzOTYgNS4yMjk2IDE2LjY2NTQgNS4xNDU5MSAxNi42OTAxQzQuNzk0ODcgMTYuNzkzOCA0LjUwNzk2IDE2Ljg3ODYgNC4xNzY2NSAxNi45MjY3QzQuMDM3MzYgMTYuOTQ0MyAzLjkwNDA4IDE2Ljk2NjEgMy43ODEyNyAxNi45ODY0TDMuNzU0MzcgMTYuOTkwOEMzLjYzODEzIDE3LjAxIDMuNTMyNDcgMTcuMDI3NSAzLjQyNzQxIDE3LjA0MTdDMy4yMDQzNSAxNy4wNzE2IDMuMDA3NTMgMTcuMDgyOSAyLjgwNjc3IDE3LjA1NzZMMi43NzU2MyAxNy4wNTM2SDIuNzQ0MjRDMi4yNjgwOCAxNy4wNTM2IDEuODU4MzYgMTYuOTk0MSAxLjQ0ODI4IDE2Ljg3NTlMMS40NDAyMiAxNi44NzM2TDEuNDMyMDggMTYuODcxNkMxLjI4NjMgMTYuODM0OCAxLjE1Nzg5IDE2LjgwMTkgMS4wMzgwNSAxNi43NjI4QzEuMTI0NjUgMTYuNzExNyAxLjIwOTAzIDE2LjY2MDYgMS4yOTA2MyAxNi42MTEyTDEuMzA3ODkgMTYuNjAwOEMxLjY4NzAzIDE2LjM3MTQgMS45ODQ4NyAxNi4wNzEgMi4yMzU3NCAxNS44MThMMi4yNTE2OCAxNS44MDE5TDIuMjY3NjMgMTUuNzg1OEwyLjI4MjA3IDE1Ljc2ODNDMi42MjIxNSAxNS4zNTY4IDIuOTg4NzUgMTQuODQ2MiAzLjIxMjg4IDE0LjI0MzVaIiBzdHJva2U9IiMzMzMwNUEiIHN0cm9rZS1vcGFjaXR5PSIwLjA0Ii8+Cjwvc3ZnPgo=');
}
div.activity-feed-container .activity-feed-comments.active:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjA4OTcgMEM1LjgwODYgMC4wNjU3NDM5IDEuNTA1NDYgNC4yNzMzNiAxLjUwNTQ2IDkuNDY3MTNDMS41MDU0NiAxMS4xMTA3IDEuOTYxODUgMTIuNjg4NiAyLjc0NDI0IDE0LjA2OTJDMi41NDg2NSAxNC41OTUyIDIuMjIyNjUgMTUuMDU1NCAxLjg5NjY1IDE1LjQ0OThDMS42MzU4NiAxNS43MTI4IDEuMzc1MDYgMTUuOTc1OCAxLjA0OTA3IDE2LjE3M0MwLjcyMzA3IDE2LjM3MDIgMC4zOTcwNzQgMTYuNTY3NSAwLjA3MTA3ODEgMTYuNjk5Qy0wLjA1OTMyMDEgMTYuNzY0NyAwLjAwNTg3OTAxIDE2LjgzMDUgMC4xMzYyNzcgMTYuODk2MkMwLjI2NjY3NiAxNi45NjE5IDAuMzk3MDc0IDE3LjAyNzcgMC41Mjc0NzIgMTcuMDkzNEMwLjc4ODI2OSAxNy4yMjQ5IDEuMDQ5MDcgMTcuMjkwNyAxLjMwOTg2IDE3LjM1NjRDMS43NjYyNiAxNy40ODc5IDIuMjIyNjUgMTcuNTUzNiAyLjc0NDI0IDE3LjU1MzZDMy4yNjU4NCAxNy42MTk0IDMuNzIyMjMgMTcuNDg3OSA0LjI0MzgyIDE3LjQyMjFDNC43MDAyMiAxNy4zNTY0IDUuMDkxNDEgMTcuMjI0OSA1LjU0NzgxIDE3LjA5MzRDNy4xNzc3OCAxOC4yNzY4IDkuMTk4OTYgMTkgMTEuMzUwNSAxOUMxNi42OTY5IDE5IDIxIDE0LjcyNjYgMjEgOS41MzI4N0MyMC44MDQ0IDQuMjA3NjEgMTYuNDM2MSAwIDExLjA4OTcgMFoiIGZpbGw9IiMzN0I3M0EiLz4KPHBhdGggZD0iTTMuMjEyODggMTQuMjQzNUwzLjI5NDA0IDE0LjAyNTNMMy4xNzkyNSAxMy44MjI3QzIuNDM2MDIgMTIuNTExMiAyLjAwNTQ2IDExLjAxNzYgMi4wMDU0NiA5LjQ2NzEzQzIuMDA1NDYgNC41NjEwNSA2LjA3MzY5IDAuNTY0MTE0IDExLjA5MjggMC41QzE2LjE2NjUgMC41MDE2MzEgMjAuMzA5NiA0LjQ5MTc1IDIwLjUgOS41NDIwM0MyMC40OTQ5IDE0LjQ0ODMgMTYuNDI0OCAxOC41IDExLjM1MDUgMTguNUM5LjMxMTU3IDE4LjUgNy4zOTIwNiAxNy44MTQ1IDUuODQxNTYgMTYuNjg4OEw1LjY0Mzk5IDE2LjU0NTRMNS40MDkzOCAxNi42MTNDNS4zMTY5NCAxNi42Mzk2IDUuMjI5NiAxNi42NjU0IDUuMTQ1OTEgMTYuNjkwMUM0Ljc5NDg3IDE2Ljc5MzggNC41MDc5NiAxNi44Nzg2IDQuMTc2NjUgMTYuOTI2N0M0LjAzNzM2IDE2Ljk0NDMgMy45MDQwOCAxNi45NjYxIDMuNzgxMjcgMTYuOTg2NEwzLjc1NDM3IDE2Ljk5MDhDMy42MzgxMyAxNy4wMSAzLjUzMjQ3IDE3LjAyNzUgMy40Mjc0MSAxNy4wNDE3QzMuMjA0MzUgMTcuMDcxNiAzLjAwNzUzIDE3LjA4MjkgMi44MDY3NyAxNy4wNTc2TDIuNzc1NjMgMTcuMDUzNkgyLjc0NDI0QzIuMjY4MDggMTcuMDUzNiAxLjg1ODM2IDE2Ljk5NDEgMS40NDgyOCAxNi44NzU5TDEuNDQwMjIgMTYuODczNkwxLjQzMjA4IDE2Ljg3MTZDMS4yODYzIDE2LjgzNDggMS4xNTc4OSAxNi44MDE5IDEuMDM4MDUgMTYuNzYyOEMxLjEyNDY1IDE2LjcxMTcgMS4yMDkwMyAxNi42NjA2IDEuMjkwNjMgMTYuNjExMkwxLjMwNzg5IDE2LjYwMDhDMS42ODcwMyAxNi4zNzE0IDEuOTg0ODcgMTYuMDcxIDIuMjM1NzQgMTUuODE4TDIuMjUxNjggMTUuODAxOUwyLjI2NzYzIDE1Ljc4NThMMi4yODIwNyAxNS43NjgzQzIuNjIyMTUgMTUuMzU2OCAyLjk4ODc1IDE0Ljg0NjIgMy4yMTI4OCAxNC4yNDM1WiIgc3Ryb2tlPSIjMzdCNzNBIi8+Cjwvc3ZnPgo=');
}

div.activity-feed-container > .activity-feed-header {
  height: 70px;
  background: #F5F5F7;
  font-size: 12px;
  float: left;
  width: 270px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
div.activity-feed-container > .activity-feed-header > div {
  -ms-flex-positive: 1;
    flex-grow: 1; 
  padding: 0;
  transition: 0.3s;
  line-height: 1.2;
  color: #010101;
}
div.activity-feed-container .activity-feed-header-title {
  display: none;
}
div.activity-feed-container .activity-feed-header-title.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
 -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #33305A;
  cursor: auto;
}
div.activity-feed-container .activity-feed-header-leaders.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
div.activity-feed-container .activity-feed-header-leaders .activity-feed-leaders-title {
	line-height: 1.1;
	margin-top: 2px;
}
div.activity-feed-container .activity-feed-header-leaders .activity-feed-header-submenu span {
  font-size: 14px;
  line-height: 130%;
  margin-right: 18px;
  color: #0271B6;
  font-weight: normal;
  cursor: pointer;
}
div.activity-feed-container .activity-feed-header-leaders .activity-feed-header-submenu span.active {
  text-decoration: underline;
  font-weight: bold;
}
div.activity-feed-container .activity-feed-header-leaders .activity-feed-header-submenu span:hover {
  color: #005291;
}
div.activity-feed-container .activity-feed-header-leaders .activity-feed-header-submenu span:last-child {
  margin-right: 0;
}
div.activity-feed-container .activity-feed-header .activity-feed-collapse {
  background: #f23c3c url(img/activity-collapse.svg) no-repeat center;
  width: 25px;
  border-right: 1px solid #dfdfe1;
  -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
  transition: 0.3s;
}
div.activity-feed-container .activity-feed-header .activity-feed-collapse:hover {
  background: #f23c3c url(img/activity-collapse.svg) no-repeat center;
  opacity: 0.8;
}
div.activity-feed-container .af-type {
    height:32px;
    width: auto;
    transition: 0.3s;
    background-position: center 10px;
}
div.activity-feed-container .af-type-comment {
    background-image: url(img/activity-comment.svg);
    background-position: center 11px;
}
div.activity-feed-container .af-type-graduate {
    background-image: url(img/activity-graduate.svg);
}
div.activity-feed-container .af-type-order {
    background-image: url(img/activity-order.svg);
    background-position: center 9px;
}
div.activity-feed-container .af-type-question {
    background-position: center 7px;
    background-size: 24%;
}
div.activity-feed-container .af-type-article {
    background-position: center 6px;
    background-size: 21%;
}

div.activity-feed-content {
  float: left;
  width: 270px;
}
div.activity-feed-content .leaderboard {
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.03);
}
div.activity-feed-content .leaderboard tr {
  border-top: 1px solid rgba(224, 226, 234, 0.6);
  border-bottom: 1px solid rgba(224, 226, 234, 0.6);
}
div.activity-feed-content .leaderboard td {
  padding: 14px;
  vertical-align: middle;
}
div.activity-feed-content .leaderboard .current-user {
  padding: 9px 10px;
}
div.activity-feed-content .leaderboard .current-user .leaderboard-data {
  border: 2px solid #ef8a8c;
  padding: 10px;
}
div.activity-feed-content .leaderboard .leaderboard-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
div.activity-feed-content .leaderboard .leaderboard-number {
  min-width: 9px;
  text-align: right;
-ms-flex-negative: 0;
    flex-shrink: 0;
}
div.activity-feed-content .leaderboard .leaderboard-avatar {
  display: none;
}
div.activity-feed-content .leaderboard .leaderboard-name {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #323059;
-ms-flex-positive: 1;
    flex-grow: 1;
}
div.activity-feed-content .leaderboard .leaderboard-score {
  font-size: 14px;
  line-height: 130%;
  color: #323059;
  white-space: nowrap;
}
div.activity-feed-content .af-post {
    padding: 21px 17px;
    border-bottom: 1px solid #E9EBEE;
}
div.activity-feed-content .af-post-meta {
  overflow: visible;
}
div.activity-feed-content img.avatar {
    width: 28px;
    height: 28px;
    margin-right: 0;
}
div.activity-feed-container .af-avatar .af-type {
  width: 25px;
    height: 28px;
    bottom: -5px;
    right: -16px;
}
div.activity-feed-container .af-avatar .af-type-comment {
  background: url(img/activity-comment-brdr.png) no-repeat center center;
  background-size: contain;
}
div.activity-feed-container .af-avatar .af-type-order {
    bottom: -9px;
    right: -18px;
    width: 30px;
  background: url(img/activity-order-brdr.png) no-repeat center center;
  background-size: contain;
}
div.activity-feed-container .af-avatar .af-type-graduate {
  width: 31px;
    bottom: -12px;
  background: url(img/activity-graduate-brdr.png) no-repeat center center;
  background-size: contain;
}
div.activity-feed-container .af-avatar .af-type-question {
  background-size: 60%; 
  background-position: 1px center;
}
div.activity-feed-container .af-avatar .af-type-article {
  background-size: 65%; 
  background-position: 1px center;
}
div.activity-feed-content .af-author, div.activity-feed-content .af-date {
    padding-left: 49px;
}
div.activity-feed-content .af-author {
  font-size: 13px;
  line-height: 15px;
  color: #010101; 
}
div.activity-feed-content .af-excerpt {
  font-size: 13px;
  line-height: 15px;
  color: #010101;
}
div.activity-feed-content .af-date {
  font-size: 12px;
  line-height: 130%;
  color: #010101;
}
div.activity-feed-content .af-title a, div.activity-feed-content .af-excerpt h4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #0271b6;
  transition: 0.3s;
}
div.activity-feed-content .af-excerpt h4 {
  color: #424249;
}
div.activity-feed-content .af-excerpt a {
  color: #0271b6;
}
div.activity-feed-content .af-excerpt a:hover {
  color: #005291;
}

div.activity-feed-container.collapsed {
    height: 100%;
    width: 25px;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.2);
    margin: 0;
}
div.activity-feed-container.collapsed > .activity-feed-header {
    height: 100%;
    background: #fff;
}
div.activity-feed-container.collapsed > .activity-feed-header:before {
    display: block;
    content: '';
    width: 25px;
    height: 70px;
    background: #f23c3c;
    position: absolute;
    transition: 0.3s;
}
div.activity-feed-container.collapsed > .activity-feed-header > div.activity-feed-expand {
    position: relative;
    margin: 0;
    line-height: 140.4%;
    color: #333058;
    white-space: nowrap;
    background: none;
    height: 100%;
    font-size: 0;
}
div.activity-feed-container.collapsed > .activity-feed-header > div.activity-feed-expand:before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 30px;
    left: 7px;
    content: url(img/activity-expand.svg);
    transition: 0.3s;
}
div.activity-feed-container.collapsed > .activity-feed-header > div.activity-feed-expand:after {
    display: block;
    content: 'Лента активности';
    transform: rotate(90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 90px;
    left: 13px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}
div.activity-feed-container.collapsed:hover {
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.2);
}
div.activity-feed-container.collapsed:hover > .activity-feed-header:before {
  opacity: 0.8;
}
div.activity-feed-container.collapsed:hover > .activity-feed-header > div.activity-feed-expand {
    opacity: 0.8;
}
div.activity-feed-container.collapsed:hover > .activity-feed-header > div.activity-feed-expand:before {
  opacity: 0.8;
}
div.activity-feed-container.activity-scroll {
  top: 56px;
}

@media screen and (max-width: 1199.98px) { 
  div.activity-feed-container {
    top: 95px;
  }
  div.activity-feed-container.activity-scroll {
    top: 46px;
  }
}
@media screen and (max-width: 991.98px) {
  div.activity-feed-container {
    top: 97px;
  }
  div.activity-feed-container.activity-scroll {
    top: 0;
  } 
}
@media screen and (max-width: 767.98px) {
  div.activity-feed-container {
    top: 95px;
  } 
}
div.activity-feed-container .activity-feed-menu .activity-feed-rubrikator, div.activity-feed-container .activity-feed-head {
  display: none;
}
/* ---------------------- END Activity ---------------------- */

.entry-content .question-meta {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 15px;
	width: 150px;
	border: 1px solid #0271b6;
}
.entry-content .question-meta p {
  margin: 0 0 10px;
  text-align: left;
  font-size: 16px;
}
.entry-content .question-meta div:last-child p {
	margin-bottom: 0;
}
.entry-content .question-meta p span {
	display: block;
	font-weight: bold;
    font-size: 16px;
}

@media (max-width: 359.98px) {
  .entry-content .question-meta {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    float: none;
  }
}


/* ---------------------- get SMS block ---------------------- */
.page-id-167336 .entry-header, .page-id-167479 .entry-header, .page-id-167480 .entry-header {
    display:none;
}
.page-id-167336 .searchheader, .page-id-167479 .searchheader, .page-id-167480 .searchheader {
    display:none !important;
}

.block-getsms {
	display: flex;
	justify-content: center;
}
.block-getsms.block-getsms-present {
	margin-top: 64px;
}
.block-getsms.block-getsms-robot1 {
	margin-top: 46px;
}
.block-getsms.block-getsms-robot2 {
	margin-top: 69px;
}
.block-getsms .block-getsms-l {
  display: block;
  position: relative;
}
.block-getsms .block-getsms-r {
	width: 480px;
}
.block-getsms.block-getsms-robot1 .block-getsms-r {
	margin-right: 50px;
}
.block-getsms.block-getsms-robot2 .block-getsms-r {
	margin-right: 94px;
}
.block-getsms .block-getsms-l::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.block-getsms.block-getsms-present .block-getsms-l {
	width: 340px;
	height: 235px;
	margin-right: 49px;
}
.block-getsms.block-getsms-present .block-getsms-l::before {
	content: '';
	top: 20px;
    right: 78px;
    background: url(img/getsms-present.svg) no-repeat;
    background-size: contain;
	width: 164px;
	height: 193px;
}

.block-getsms.block-getsms-robot1 .block-getsms-l {
	width: 209px;
	height: 260px;
	margin-right: 94px;
	margin-top: 18px;
}

.block-getsms.block-getsms-robot1 .block-getsms-l::before {
    content: '';
    background: url(img/getsms-robot1.svg) no-repeat;
    background-size: contain;
	width: 209px;
	height: 260px;
}
.block-getsms.block-getsms-robot2 .block-getsms-l {
	width: 303px;
    height: 362px;
	margin-right: 45px;
	margin-top: 0;
}
.block-getsms.block-getsms-robot2 .block-getsms-l::before {
    content: '';
    background: url(img/getsms-robot2.svg) no-repeat;
    background-size: contain;
    top: -52px;
    width: 303px;
    height: 362px;
}
.block-getsms .block-getsms-l::after {
	display: block;
	position: absolute;
	top: -19px;
	right: 0;
}
.block-getsms.block-getsms-present .block-getsms-l::after {
	content: url("img/getsms-present-back.svg");
}

.block-getsms .getsms-header {
	font: bold 36px/1.15 'Montserrat', sans-serif;
	text-align: center;
	color: #33305A;
}

.block-getsms .getsms-subheader {
	margin-top: 24px;
	font: 18px/1.25 "Roboto", sans-serif;
	text-align: center;
	color: #33305A;
}
.block-getsms.block-getsms-robot1 .getsms-subheader {
    margin-top: 20px;
}
.block-getsms.block-getsms-robot2 .getsms-subheader {
    margin-top: 21px;
}
.block-getsms .getsms-garant {
	margin-top: 30px;
	font: 14px/1.25 "Roboto", sans-serif;
	text-align: left;
	color: #33305A;
	display: flex;
	justify-content: center;
}
.block-getsms.block-getsms-robot1 .getsms-garant {
    margin-top: 26px;
}
.block-getsms.block-getsms-robot2 .getsms-garant {
    margin-top: 33px;
}
.block-getsms .getsms-garant span {
	font: bold 14px/1.25 "Roboto", sans-serif;
	color: #33305A;
}
.block-getsms .getsms-garant div {
	padding-left: 48px;
    padding-top: 2px;
	background: url("img/getsms-garant.svg") no-repeat;
}
.block-getsms form {
	margin-top: 45px;
}
.block-getsms.block-getsms-robot1 form {
    margin-top: 42px;
}
.block-getsms.block-getsms-robot2 form {
    margin-top: 42px;
}
.block-getsms form input[type="text"] {
    height: 50px;
    line-height: 50px;
    font: 18px/50px "Roboto", sans-serif;
	padding: 0 20px;
	margin-right: 12px;
	flex-grow: 1;
}
.block-getsms form input[type="submit"] {
    height: 50px;
    font: 700 16px/50px "Roboto", sans-serif;
    color: #fff;
    background: #FF3C3C;
    padding: 0 44px;
    margin-bottom: 0;
    transition: 0.3s;
}
.block-getsms form input[type="submit"]:hover {
    opacity: 0.8;
}
.block-getsms form input[type="text"]:focus, .block-getsms form input[type="submit"]:focus {
	border-radius: 0;
}
.block-getsms .getsms-notnow {
	text-align: center;
	margin-top: 20px;
}
.block-getsms.block-getsms-robot1 .getsms-notnow {
    margin-top: 23px;
}
.block-getsms.block-getsms-robot2 .getsms-notnow {
    margin-top: 16px;
}
.block-getsms .getsms-notnow a {
	font: 14px/18px "Roboto", sans-serif;
	color: rgba(36, 112, 182, 0.81);
}

@media screen and (max-width: 991.98px) {
	.block-getsms.block-getsms-present {
	    margin-top: 34px;
	}
	.block-getsms.block-getsms-present .block-getsms-l {
	    margin-right: 0;
	    margin-top: 16px;
	    margin-bottom: 10px;
	}
	.block-getsms .block-getsms-l::after {
	    right: -23px;
	}
	.block-getsms.block-getsms-present .block-getsms-l::before {
	    width: 137px;
	}
	.block-getsms.block-getsms-robot1 {
	    margin-top: 35px;
	}
	.block-getsms.block-getsms-robot1 .block-getsms-l::before {
	    top: -11px;
		width: 167px;
	}
	.block-getsms.block-getsms-robot1 .block-getsms-r {
	     margin-right: 0; 
	}
	.block-getsms.block-getsms-robot1 .block-getsms-l {
	    margin-right: 61px;
	    margin-top: 30px;
	}
	.block-getsms.block-getsms-robot2 {
	    margin-top: 35px;
	}
	.block-getsms.block-getsms-robot2 .block-getsms-l::before {
	    top: -11px;
	    width: 228px;
	}
	.block-getsms.block-getsms-robot2 .block-getsms-r {
	     margin-right: 0; 
	}
}

@media screen and (max-width: 767.98px) {
	.block-getsms {
		margin-top: 25px;
	    flex-direction: column;
	    align-items: center;
	}
	.block-getsms.block-getsms-present .block-getsms-l::before {
	    width: 147px;
	    top: 6px;
	    right: 89px;
	}
	.block-getsms.block-getsms-present .block-getsms-l::after {
	    right: -9px;
	}
	.block-getsms.block-getsms-robot1 .block-getsms-l {
	    margin-right: 0;
	    margin-top: 0;
	    display: flex;
    	justify-content: center;
    	height: 213px;
    	margin-bottom: 20px;
	}
	.block-getsms.block-getsms-robot1 .block-getsms-l::before {
	    position: relative;
	    height: 213px;
	}
	.block-getsms.block-getsms-robot2 .block-getsms-l {
	    margin-right: 0;
	    display: flex;
    	justify-content: center;
    	height: 259px;
    	margin-bottom: 20px;
	}
	.block-getsms.block-getsms-robot2 .block-getsms-l::before {
	    position: relative;
	    height: 259px;
	}
	.block-getsms form {
		flex-direction: column;
	}
	.block-getsms form input[type="text"] {
	    margin-right: 0;
	    margin-bottom: 15px;
	}

}
@media screen and (max-width: 575.98px) {
	.block-getsms .block-getsms-r {
	    width: 100%;
	}
}
/* ---------------------- END get SMS block ---------------------- */
.question_from table {
  width: 100%;
}
.question_from #question_title {
  font-size: 16px;
  width: 100%;
}
.question_from #question_content {
  margin-top: 10px;
  min-height: 110px;
}
.question_from .askform_apply {
  font-size: 14px;
}
.question_from input[type="file"] {
  font-size: 13px;
  transition: 0.3s;
  padding-left: 35px;
  background: #ffffff url('img/icon-download-comments.png') no-repeat 10px center;
  border: 1px solid #000000;
  margin-bottom: 10px;
}
.question_from input[type="file"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.question_from input[type="file"]:last-child {
  margin-bottom: 0;
}
.question_from input[type="submit"] {
  margin-bottom: 0;
}
.send-login-link-btn-wrap.sent {
  display: inline-block;
  border: 5px solid #0271b6;
  padding: 10px;
}
.button-order-prev,
.button-order-next {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-height: 40px;
  font: 500 14px / 1.4 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  border: 0 none;
  border-radius: 0;
  text-transform: none;
  margin-bottom: 15px;
  text-decoration: none;
}
.button-order-prev {
  background: #C62338;
}
.button-order-next {
  background: #00C0CF;
}