

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

a.b-btn-ghost{
  border: 1px solid;
  display: inline-block;
  margin: 0 auto;
  color: #000;
  border-radius: 3px;
  padding: .3rem 2.2rem .5rem 2.2rem;
  transition: .3s;
  /*font-size: .9rem;*/
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  text-transform: lowercase;
}
a.b-btn-ghost:hover{
  color: #5081B3;
}

.b-state_bg_dark  a.b-btn-ghost{
  border: 1px solid;
  color: white !important;
  font-weight: 500;
}
.b-state_bg_dark a.b-btn-ghost:hover{
  color: #E6F2FD !important;
}

/**
 * Содержит стили новых элементов сайта, используемых в разных разделах сайта
 */
a.jslink,
.jslink a,
a.jslink:hover,
.jslink a:hover{
  border-bottom: 1px dotted;
  text-decoration: none;
  /*line-height: 1.1em;*/
  /*display: inline-block;*/
  /*font-weight: normal;*/
}


/**
 * .b-xlink
 *
 * Стиль блоковых элементов-ссылок
 */
.b-xlink_display_block{
  padding: 15px;
  margin: -15px;   
}
.b-xlink_display_block:hover{
  background: #f5f5f5;
}

/**
 * .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-page__content-inner.container{
  padding: 0 80px;
}


 /**
  * .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{
  padding-top: 2rem;
}
.b-xl-page__sidebar2{
  padding-top: 90px;
}
@media (max-width: 767px) {
  .b-xl-page__sidebar2{
    padding-top: 2rem;
  }
}
.b-xl-page__sidebar1-block{
   /*padding-bottom: 1rem;*/
   margin-bottom: 2rem;
   /*border-bottom: 1px solid #dee9ee;*/
}
.b-xl-page__sidebar2-block{
   padding-bottom: 1rem;
/*   margin-bottom: 2rem;
   border-bottom: 1px solid #dee9ee;
*/}

.b-xl-page__main-top{
  /*margin-bottom: 2rem;*/
}
.not-front .b-xl-page__main{
  padding-top: 90px;
}
@media (max-width: 767px) {
  .not-front .b-xl-page__main{
    padding-top: 1.5rem;
  }
}
.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;
}


/*** xslider plugin ***/
.slick-slide{
  outline: none;
}
.slick-arrow{
  outline: none;
}

.b-xslider__nav{
  position: relative;
}

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

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

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

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

.b-xslider__slide-cur{
}

.b-xslider__slide-total{
}


/**
 * 
 */
.b-block_wide{
  padding: 3rem 0;
}

.b-block_wide .b-block__title{
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 767px){
  .b-block_wide{
    padding: 1.5rem 0;
  }

  .b-block_wide .b-block__title{
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: center;
  }
}


/* КНОПКА НАСТРОЙКИ СЕКЦИЙ (ВИДЖИТОВ) */

.b-xwidget-editor__gear{
  background: rgba(0,0,0,.6);
  border: 0;
  top: 50%;
  right: 0px;
  border-radius: 70px 0 0 70px;
  overflow: hidden;
  height: 42px;
  line-height: 41px;
  font-size: 16px;
  margin-top: -21px;
  padding: 0 0 0 45px;
  width: 40px;
  -webkit-transition: width 0.2s linear 0s;
  transition: width 0.2s linear 0s;
  z-index: 999;
}

.b-xwidget-editor__gear:hover{
  width: 85px;
}

.b-xwidget-editor__gear:before{
  content: '';
  background: url(images/ico-gear.svg) 0px 0px no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}

.b-xwidget-editor__gear:after{
  content: 'Ред.';
  color: #fff;
}

.b-xwidget-editor__gear .fa{
  display: none;
}


/* ФОРМА НАСТРОЕК ВИДЖЕТА */

.b-form-xwidget-editor{
  text-align: center;
}

.b-form-xwidget-editor__section{
  border: #f1f1f1 solid 1px;
  background: #f9f9f9;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: left;
}

.b-form-xwidget-editor__section-label{
  border: #f1f1f1 solid 1px;
  background: #f9f9f9;
  border-radius: 30px;
  position: absolute;
  top: -13px;
  left: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px; 
}

.b-form-xwidget-editor__section .b-image-upload .control-label{
  margin-bottom: 5px;
}

.b-form-xwidget-editor__color-preview{
  position: absolute;
  right: 7px;
  bottom: 29px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

.b-form-xwidget-editor .form-button-reset{
  display: none;
}