/* SKYPE FIX */
/*
span.skype_pnh_print_container{display:inline !important;}
span.skype_pnh_container{display:none !important;}

.pluso .pluso-wrap a{
  opacity: 0.8;
}

.pluso .pluso-wrap a:hover{
  opacity: 1;
}

.pluso .pluso-wrap .pluso-more{
  display: none;
}
*/

/* PWA INSTALL */

.b-pwa-install-btn, 
.b-pwa-install-btn:hover{
  box-shadow: 0 2px 5px rgba(0,0,0,.173), 0 0 1px rgba(0,0,0,.25);
  background: #fff;
  border-radius: 100px;
  padding: 9px 20px 9px 52px;
  margin: 0 0 0 -115px;
  display: none;
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: 230px;
  border: 0;
  z-index: 999;
  font-size: 11px;
  line-height: 11px;
  text-align: left;
  color: #000;
}

.b-pwa-install-btn:before{
  background: url(images/ico-pwa.svg) 0px 0px no-repeat;
  background-size: contain;
  overflow: hidden;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -11px;
}

/* ТУГЛЕР ФОРМ */

.b-form-toggler{
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 1em;
}

.b-form-toggler:hover{
  text-decoration: none;
}

.b-form-toggler:after{
  border-top: #ededed solid 1px;
  content: ' ';
  height: 1px;
  width: 100%;
  position: absolute;
  margin-top: 1px;
  top: 50%;
  left: 0px;
  z-index: 2;
}

.b-form-toggler._status_open:after{
  border-top: rgb(34, 45, 53) dotted 1px;
}

.b-form-toggler__inner{
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  color: #bababb;
  position: relative;
  z-index: 3;
  font-size: 13px;
  text-transform: lowercase;
}

.b-form-toggler:hover .b-form-toggler__inner, 
.b-form-toggler._status_open .b-form-toggler__inner{
  color: rgb(34, 45, 53);
}

/**
 * Информация по кол-ве чего-либо
 */
.b-count-info{
  white-space: nowrap;
  font-weight: normal;
}

a.b-btn-ghost{
  border-radius: 2rem;
  border: 2px solid rgba(61,145,204,.45);
  padding: .4rem 0;
  color: #3D91CC;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: .5rem;
  font-weight: bold;
  transition: .3s;
  font-size: .9rem;
  line-height: 1.5;
  /*font-size: 1rem;*/
  white-space: nowrap;
}
a.b-btn-ghost:hover{
  border: 2px solid rgba(61,145,204,1);
  color: #3D91CC;
  opacity: 1;
  text-decoration: none;
}

.b-state_bg_dark  a.b-btn-ghost{
  color: white !important;
  font-weight: 500;
  border: 2px solid rgba(255,255,255,.45);
}
.b-state_bg_dark a.b-btn-ghost:hover{
  border: 2px solid rgba(255,255,255,1);
  color: white !important;
}

/**
 * .b-text-content
 *
 * Оборачивает любой текстовый контент (нода, комментарий, ...)
 */
.b-text-content{

}
.b-text-content img{
  margin-bottom: 1rem;
}


/**
 * .b-text_format_one-line
 *
 * Обеспечивает отображение только первой строки текста.
 * Текст, не поместившийся в одну строку, скрывается.
 */
.b-text_format_oneline{
  display: inline-block;
  height: 1em !important;
  line-height: 1.1em !important;
  overflow: hidden;
}

/**
 * .b-block
 */
.b-block{
}
.b-block__header{
  position: relative;
}
.b-block_align_center{
  text-align: center;
}
.b-block_bg_white{
  background: white;
}
.b-block_bg_darker{
  background: #ecf0f1;
}
.b-block__title_align_center{
  text-align: center;
}
.b-block__header-title-more{
  float: right;
  font-size: 1rem;
  line-height: 3rem;
  white-space: nowrap;
}

/* Блоки второго уровня, у которых заголовок это ссылка: добавим стрелочку "вправо" */
.b-block__header-title a,
.b-block__header-title a:hover
{
  position: relative;
  color: #f4088d;
}
.b-block__header-title a::after{
  content: ' ';
  border-right: #f5269a solid 2px;
  border-top: #f5269a solid 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -2px;
  right: -4px;
  transition: .3s;
}

.b-block__header-title a:hover::after{
  right: -8px;
}

@media (max-width: 767px) {
  .b-block__header-title-more{
    float: none;
  }
}
.b-block__text_align_center{
  text-align: center;
}
.b-block__items{

}
.b-block__item{
  margin-bottom: 1rem;
}

/**
 * .b-normal-block
 */
.b-normal-block{
  margin: 1.3rem 0;
}
.b-normal-block_index_first{
  margin-top: 0;
}

.b-normal-block .b-block__header{
  border-bottom: #ededed solid 1px;
}

.b-normal-block_index_first .b-block__header{
  border-top: 0;
}

.b-normal-block .b-block__header-title{
  font-size: 30px;
  line-height: 1.15;
  padding: .7rem 0 .5rem 0;
}
.b-normal-block .b-block__header-subtitle{
  margin-bottom: .8rem;
  color: #b2b4b4;
}
.b-normal-block .b-block__header-toolbar{
  position: absolute;
  right: 0;
  top: 1.1rem;
  line-height: 1em;
  font-size: 2rem;
  color: #b2b4b4;
}
.b-normal-block .b-block__content{
  padding: 1rem 0;
}


/**
 * .b-block-sidebar
 */

.b-block-sidebar{
  /*background: white;*/
  margin-bottom: 1rem;
}
.b-block-sidebar .b-block__header-title{
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1rem;
}
.b-block-sidebar .b-block__header-subtitle{
  font-size: .75rem;
  color: #b2b4b4;
}


.b-block-sidebar .b-block__content{
/*  padding: .7rem 1rem;
  font-size: .9rem;
*/
}
.b-block-sidebar .b-block__content-toolbar{
  padding: .0 0 .5rem 0;
  text-align: center;
}

 /**
  * .b-xl-node__sidebar
  *
  */
.b-xl-node__sidebar{
   /*margin-top: 2rem;*/
}
.b-xl-node__sidebar-block{
/*   margin-bottom: 2rem;
   background: white;
*/}

.b-xl-page__content-header{
  /*margin-bottom: 2rem;*/
}
.b-xl-page__sidebar1-block{
   /*padding-bottom: 1rem;*/
   margin-bottom: 2rem;
   /*border-bottom: 1px solid #dee9ee;*/
}
.b-xl-page__sidebar2-block{
   padding-bottom: 2rem;
/*   margin-bottom: 2rem;
   border-bottom: 1px solid #dee9ee;
*/}
.b-xl-page__sidebar2-block .b-block-xad{
  text-align: center;
}

.b-xl-page__main-top{
  /*margin-bottom: 2rem;*/
}
.b-xl-page_lite .b-xl-page__main{
  padding: 0 !important;
}
.b-xl-page__main-block-title.h2{
  margin-top: 0;
}
.b-xl-node__sidebar-block_module_xad{
  text-align: center;
  padding: 1rem;
}
.b-xl-page__sidebar2-block_module_xad{
  background: rgba(255,255,255,.5);
  text-align: center;
  padding: 1rem;
}


/**
 * .b-node-header
 * Шапка страницы материала (блог, объявление, ..)
 */
.b-node-header{
  /*background: #ecf0f1;*/
  overflow: hidden;
}
.b-node-blog__header{
  background: #ecf0f1;
}
.b-node-header__inner {
  /*max-height: 17.06em;*/
  padding: 2.66rem 0;
  color: #676767;
}
.b-node-header__author{
  margin: 0;
  font-size: 1.33em; /* 20px */
  margin-bottom: 0.4rem; /* 20px; */
}

.b-node-header__author-link{
  /*color: #676767;*/
}

.b-node-header__title{
  margin: 0;
  font-size: 2.66em; /* 40px */
  text-transform: uppercase;
  /*color: #676767;*/
  color: #ec4a41;
}

.b-node-header__title-accent{
  color: #ec4a41;
}

.b-node-header__text{
  margin: 0;
  font-size: 1.33em; /* 20px */
  margin-top: 1.1rem; /* 26px; */
  color: #676767;
}

.b-node-header__meta{
  margin: 0;
  font-size: 0.93em; /* 14px */
  margin-top: 1.33rem; /* 20px; */
  color: #bfbfbf;
  /*text-transform: lowercase;*/
}

.b-node-header__meta-item{
  margin-right: 1.53rem;
  display: inline-block;
}

.b-node-header__meta-item .b-ico{
  color: #d4d8d9;
  top: 3px;
}


/* b-event-dates */
.b-event-dates_status_completed .b-event-dates__labels{
  color: #b2b4b4;
}
.b-event-dates__from,
.b-event-dates__to{
  white-space: nowrap;
}


/*** xslider plugin ***/

.slick-slide{
  outline: none;
}
.slick-arrow{
  outline: none;
}

.b-xslider__nav{
  position: relative;
}

.b-xslider__control{
  cursor: pointer;
  vertical-align: middle;
}

.b-xslider__control.slick-disabled{
  opacity: .3;
  cursor: default;
}

.b-xslider__control.slick-hidden{
  display: none;
}

.b-xslider__counter{
  font-size: 1rem;
  vertical-align: middle;
}

.b-xslider__slide-cur{
}

.b-xslider__slide-total{
}


/**
 * Toggler 
 */
h3.box-toggler{
  font-weight: normal;
  font-size: 1.2rem;
}
.box-toggler{
  color: inherit;
}
.box-toggler span.toggler{
  margin-top: 4px;
}
