.clear {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 8px;
}
i.selectboxit-container.selectboxit-container.selectboxit-container.selectboxit-container {
  margin-bottom: 0;
  width: auto;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /*font: 14px Helvetica, Arial;*/
  font-weight: bold;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 27px;
  /* Height of the drop down */
  line-height: 27px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 0;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 10px;
  text-align: left;
}
/* Individual options */
.selectboxit-option:before {
  display: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 8px;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -4px;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  /*background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;*/
  background: white;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid #8bbc07;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #8bbc07;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.b-dropzone,
.b-dropzone * {
  box-sizing: border-box;
}
.b-dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.b-dropzone.dz-clickable {
  cursor: pointer;
}
.b-dropzone.dz-clickable * {
  cursor: default;
}
.b-dropzone.dz-clickable .dz-message,
.b-dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.b-dropzone.dz-started .dz-message {
  display: none;
}
.b-dropzone.dz-drag-hover {
  border-style: solid;
}
.b-dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.b-dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.b-dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.b-dropzone .dz-preview:hover {
  z-index: 1000;
}
.b-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.b-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.b-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.b-dropzone .dz-preview.dz-image-preview {
  background: white;
}
.b-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.b-dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.b-dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.b-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.b-dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.b-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.b-dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.b-dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.b-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.b-dropzone .dz-preview .dz-details .dz-filename span,
.b-dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.b-dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.b-dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.b-dropzone .dz-preview .dz-image img {
  display: block;
}
.b-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.b-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.b-dropzone .dz-preview .dz-success-mark,
.b-dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.b-dropzone .dz-preview .dz-success-mark svg,
.b-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.b-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.b-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.b-dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.b-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666666, #444444);
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.b-dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.b-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.b-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.b-dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  -ms-transform: none !important;
      transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform, width;
          transition-property: -webkit-transform, width;
  transition-property: transform,width;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(i/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(i/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBook.eot");
	src: url("./fonts/OfficinaSansBook.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBook.woff") format("woff"),
	url("./fonts/OfficinaSansBook.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
/* font-family: "OfficinaSansBookItalic"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBookItalic.eot");
	src: url("./fonts/OfficinaSansBookItalic.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBookItalic.woff") format("woff"),
	url("./fonts/OfficinaSansBookItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 400;
}
/* font-family: "OfficinaSansBold"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBold.eot");
	src: url("./fonts/OfficinaSansBold.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBold.woff") format("woff"),
	url("./fonts/OfficinaSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
/* font-family: "OfficinaSansBoldItalic"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBoldItalic.eot");
	src: url("./fonts/OfficinaSansBoldItalic.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBoldItalic.woff") format("woff"),
	url("./fonts/OfficinaSansBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 700;
}
/* font-family: "OfficinaSansBlack"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBlack.eot");
	src: url("./fonts/OfficinaSansBlack.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBlack.woff") format("woff"),
	url("./fonts/OfficinaSansBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}
/* font-family: "OfficinaSansBlackItalic"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansBlackItalic.eot");
	src: url("./fonts/OfficinaSansBlackItalic.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansBlackItalic.woff") format("woff"),
	url("./fonts/OfficinaSansBlackItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 900;
}
/* font-family: "OfficinaSansExtraBold"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansExtraBold.eot");
	src: url("./fonts/OfficinaSansExtraBold.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansExtraBold.woff") format("woff"),
	url("./fonts/OfficinaSansExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
}
/* font-family: "OfficinaSansExtraBoldItalic"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansExtraBoldItalic.eot");
	src: url("./fonts/OfficinaSansExtraBoldItalic.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansExtraBoldItalic.woff") format("woff"),
	url("./fonts/OfficinaSansExtraBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 800;
}
/* font-family: "OfficinaSansMedium"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansMedium.eot");
	src: url("./fonts/OfficinaSansMedium.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansMedium.woff") format("woff"),
	url("./fonts/OfficinaSansMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
/* font-family: "OfficinaSansMediumItalic"; */
@font-face {
	font-family: "OfficinaSans";
	src: url("./fonts/OfficinaSansMediumItalic.eot");
	src: url("./fonts/OfficinaSansMediumItalic.eot?#iefix")format("embedded-opentype"),
	url("./fonts/OfficinaSansMediumItalic.woff") format("woff"),
	url("./fonts/OfficinaSansMediumItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 500;
}
html {
  overflow-y: auto;
}
/** Common features -------- **/
.container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  font-size: 18px;
  line-height: 120%;
  color: #403f38;
  font-weight: 700;
  font-style: normal;
  border: 0;
  border-radius: 10px;
  padding: 2px 16px;
  height: 34px;
  text-indent: 0;
}
.container select::-ms-expand {
  display: none;
}
.btn {
  border: 0;
  font-size: 20px;
  line-height: 50px;
  padding: 0 12px;
  text-transform: uppercase;
  min-width: 258px;
}
.rs-carousel-action {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: -69px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #8bbc07;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  font-size: 0;
  line-height: 0;
  display: none;
}
.rs-carousel-action:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -230px;
  width: 19px;
  height: 34px;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -10px;
  /*.size(@width * 1px, @height * 1px);*/
  margin-left: -12px;
}
.rs-carousel-action:hover {
  background: #8bbc07;
}
.rs-carousel-action:hover:before {
  background-image: url(i/sprite.png);
  background-position: -427px -186px;
  width: 19px;
  height: 34px;
}
.rs-carousel-action-active {
  display: block;
}
.rs-carousel-action-prev:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lte8 .rs-carousel-action-prev:before {
  -webkit-filter: FlipH;
          filter: FlipH;
}
.rs-carousel-action-next {
  left: auto;
  right: 14px;
}
.rs-carousel-action-next:before {
  margin-left: -7px;
}
.rs-carousel-pagination {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
  padding: 0;
}
.rs-carousel-pagination-link {
  display: inline-block;
}
.rs-carousel-pagination-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
}
.rs-carousel-pagination-link a:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  border: 1px solid #8bbc07;
}
.rs-carousel-pagination-link-active a:before {
  background: #8bbc07;
}
.rs-carousel-disabled .rs-carousel-action,
.rs-carousel-disabled .rs-carousel-pagination {
  display: none;
}
.b-subsections {
  color: #888783;
  line-height: 22px;
  margin-bottom: 37px;
}
.b-subsections__item {
  display: inline-block;
  border: 2px solid #e0457b;
  text-transform: uppercase;
  color: #e0457b;
  padding: 0 5px;
  font-size: 14px;
  margin-left: 5px;
  min-width: 110px;
  text-align: center;
}
.b-subsections__item:hover,
.b-subsections__item_active {
  color: white;
  text-decoration: none;
  background: #e0457b;
}
.b-subsections__item:first-of-type {
  margin-left: 14px;
}
.color_teal .b-subsections__item {
  border-color: #0093b2;
  color: #0093b2;
}
.color_teal .b-subsections__item:hover,
.color_teal .b-subsections__item_active {
  color: white;
  background: #0093b2;
}
.color_blue .b-subsections__item {
  border-color: #2e008b;
  color: #2e008b;
}
.color_blue .b-subsections__item:hover,
.color_blue .b-subsections__item_active {
  color: white;
  background: #2e008b;
}
.color_green .b-subsections__item {
  border-color: #8bbc07;
  color: #8bbc07;
}
.color_green .b-subsections__item:hover,
.color_green .b-subsections__item_active {
  color: white;
  background: #8bbc07;
}
.color_red .b-subsections__item {
  border-color: #fc4c02;
  color: #fc4c02;
}
.color_red .b-subsections__item:hover,
.color_red .b-subsections__item_active {
  color: white;
  background: #fc4c02;
}
.b-section-about {
  background: #eff4e2;
  margin-bottom: 40px;
  padding: 35px 230px 30px 23px;
  position: relative;
  line-height: 120%;
}
.b-section-about img {
  float: left;
  margin: -5px 35px 10px 0;
}
.b-section-about:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("i/pattern_green.png");
}
.b-section-about__header {
  margin: 0 0 4px 0;
  position: relative;
  left: -3px;
}
.b-section-about p {
  margin-bottom: 10px;
}
.b-section-about p a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-section-about p a:hover {
  text-decoration: none;
}
.color_teal .b-section-about p a {
  color: #0093b2;
}
.color_red .b-section-about p a {
  color: #fc4c02;
}
.b-section-about_search {
  padding: 18px 35px;
}
.b-section-about_search .b-form input[type=submit] {
  margin-top: 0;
  height: 40px;
  line-height: 40px;
  width: 170px;
  font-size: 21px;
  position: relative;
  top: -1px;
  margin-left: 30px;
  min-width: 0;
}
.b-section-about_search .b-form input[type=text],
.b-section-about_search .b-form input[type=email],
.b-section-about_search .b-form input[type=search] {
  width: 674px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding-left: 27px;
}
.b-section-about_search .b-section-about__header {
  left: 0;
  margin-bottom: 5px;
}
.b-section-about_project {
  padding: 31px 210px 25px 36px;
}
.b-section-about .b-subsections {
  margin-bottom: 0;
  font-size: 14px;
}
.b-section-about .b-subsections__item:first-of-type {
  margin-left: 9px;
}
.b-section-about_with-subsections .b-section-about__header {
  margin-top: 10px;
  margin-bottom: 6px;
}
.top_filter_form .b-section-about {
  padding-right: 45px;
}
.color_stories .b-section-about {
  background: #eae5f3;
}
.color_stories .b-section-about:after {
  background: url("i/pattern_lviolet_flip.png");
}
.b-section-about__tell {
  text-transform: none;
  font-size: 18px;
  line-height: 41px;
  padding: 0 21px;
  min-width: 0;
  margin-top: 20px;
}
.b-section-about__tell_blog {
  font-weight: 500;
  font-style: normal;
  margin-top: 8px;
  padding: 0 31px;
}
.b-content h2 {
  text-align: center;
  margin: 62px 0 34px;
}
.b-pagination {
  clear: both;
  font-size: 0;
  line-height: 0;
  color: #403f38;
  padding: 44px 0 40px 45px;
}
.b-pagination a {
  color: #8bbc07;
}
.b-pagination a:hover,
.b-pagination a:active,
.b-pagination a:focus {
  color: #403f38;
  text-decoration: none;
}
.b-pagination__item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  padding: 0 7px;
}
.b-pagination__item_nearby {
  position: relative;
  width: 16px;
  height: 24px;
}
.b-pagination__item_nearby:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -341px;
  width: 19px;
  height: 22px;
  top: 1px;
  left: 3px;
}
.b-pagination__item_nearby:hover:before {
  background-image: url(i/sprite.png);
  background-position: -456px -341px;
  width: 19px;
  height: 22px;
}
.b-pagination__item_prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lte8 .b-pagination__item_prev {
  -webkit-filter: FlipH;
          filter: FlipH;
}
.b-pagination__item_next {
  margin-left: 2px;
}
a.b-pagination__item_current {
  color: #403f38;
}
.b-pagination_doctor {
  padding: 20px 0 30px 35px;
}
.b-pagination_blog {
  padding: 10px 0;
  text-align: center;
}
.custom-combobox {
  display: inline-block;
  position: relative;
}
.custom-combobox input::-ms-clear {
  display: none;
}
.custom-combobox-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 27px;
}
.custom-combobox-toggle:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 50%;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #8bbc07;
  margin: -5px 0 0 -13px;
  width: 0;
  height: 0;
}
.custom-combobox-toggle:hover,
.custom-combobox-toggle:active {
  text-decoration: none;
}
.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  max-height: 351px;
  z-index: 9999;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.ui-autocomplete li {
  display: block;
  text-indent: 12px;
  color: #403f38;
  cursor: pointer;
  margin: 0;
}
.ui-autocomplete li:hover {
  border-color: transparent;
  background: #8bbc07;
  color: white;
}
.ui-autocomplete li:before {
  display: none;
}
.ui-autocomplete li:last-of-type {
  border-bottom: 0;
}
.ui-autocomplete li.ui-state-focus,
.ui-autocomplete li a:hover {
  color: white;
  background: #8bbc07;
}
.ui-autocomplete_teal li:hover,
.ui-autocomplete_teal li.ui-state-focus,
.ui-autocomplete_teal a:hover {
  background: #0093b2;
}
.ui-helper-hidden-accessible {
  display: none;
}
.b-hidden {
  display: none;
}
.b-text {
  line-height: 1.333em;
  position: relative;
  margin-bottom: 106px;
}
.b-text a {
  color: #8bbc07;
}
.b-text a:hover {
  color: #403f38;
  text-decoration: none;
}
.b-text > *:first-child {
  margin-top: 0;
}
.b-text_fullwidth {
  padding: 30px 160px 0 36px;
}
.b-text_fullwidth a {
  text-decoration: underline;
}
.color_teal .b-article-info_blog .b-text .highlight {
  background: #0093b2;
  color: white;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  padding: 40px 27px;
  margin-right: -26px;
}
.color_teal .b-article-info_blog .b-text .right_oriented {
  width: 425px;
  margin-left: 10px;
}
.color_red .b-article-info_blog .b-text .highlight {
  background: #fc4c02;
  color: white;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  padding: 40px 27px;
  margin-right: -26px;
}
.color_red .b-article-info_blog .b-text .right_oriented {
  width: 425px;
  margin-left: 10px;
}
.b-text .ilike-light a {
  color: white;
}
.b-text__btn {
  position: absolute;
  right: 0;
  bottom: -113px;
  width: 86px;
  height: 86px;
  color: white;
}
.b-text__btn_share {
  right: 108px;
}
.b-text__btn:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0457b;
  border-radius: 50%;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-text__btn_like:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  /*.size(@width * 1px, @height * 1px);*/
  font-size: 25px;
}
.b-text__btn_like_active:after {
  content: "\f004";
}
.b-text__btn_share:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  z-index: 1;
  background-image: url(i/sprite.png);
  background-position: -427px -110px;
  width: 27px;
  height: 29px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -14px;
  /*.size(@width * 1px, @height * 1px);*/
}
.b-text__btn:hover:before {
  background: #cf235f;
}
.b-text__btn:active:before {
  background: #a41b4b;
}
.color_teal .b-text__btn:before {
  background: #0093b2;
}
.color_teal .b-text__btn:hover:before {
  background: #00697f;
}
.color_teal .b-text__btn:active:before {
  background: #003f4c;
}
.color_red .b-text__btn:before {
  background: #fc4c02;
}
.color_red .b-text__btn:hover:before {
  background: #e34402;
}
.color_red .b-text__btn:active:before {
  background: #c93d02;
}
.b-text__btn_share:hover .b-text__share {
  right: -108px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-text__share {
  position: absolute;
  top: 86px;
  right: -108px;
  right: 9999px;
  white-space: nowrap;
  font-size: 0 !important;
  line-height: 0 !important;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.b-text__share .b-share {
  padding: 18px 18px 8px !important;
  background: white;
  border-radius: 8px;
}
.b-text__share .b-share_theme_counter .b-share-btn__wrap {
  float: none;
  display: inline-block;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.b-text__share .b-share_theme_counter .b-share__handle {
  width: 32px !important;
  height: 32px !important;
  padding: 4px !important;
}
.b-text__share .b-share_theme_counter .b-share__link {
  border-radius: 0;
}
.b-text__share .b-share-counter {
  display: none !important;
}
.b-text__share .b-share_theme_counter .b-share-icon_facebook {
  background-position: -3px 0;
}
.b-anchor {
  position: relative;
  top: -40px;
  font-size: 0;
  line-height: 0;
}
.loading {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.b-dummy-img.b-dummy-img.b-dummy-img {
  border-radius: 0;
  border: 0;
}
/** -------- Common features **/
/** Template parts -------- **/
body {
  padding-top: 47px;
  min-width: 1120px;
}
body:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: -webkit-linear-gradient(left, #8bbc07 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #8bbc07 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.container {
  width: 1080px;
}
.b-header .container {
  border-bottom: 1px solid #8bbc07;
}
.b-header-club {
  float: right;
  position: relative;
  z-index: 11;
  text-align: right;
  /*&:before { .after(); right: 100%; top: -18px; margin-right: -7px; .icon-leo(); }*/
}
.b-header-club__header {
  display: inline-block;
  /*.relative; left: 10px;*/
  margin-right: -10px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 46px;
  color: #8bbc07;
  border-radius: 50px;
  border: 2px solid #8bbc07;
  padding: 0 15px;
}
a.b-header-club__header:hover {
  color: #8bbc07;
  text-decoration: none;
}
.b-header-club__header_big {
  background: #8bbc07;
  color: white;
  padding: 0 48px;
  /*&:hover, &:active { color: @green; background: white; }*/
}
a.b-header-club__header_big:hover,
a.b-header-club__header_big:active {
  color: white;
  background: #8bbc07;
}
.b-header-club__links {
  float: right;
  font-size: 0;
  line-height: 0;
  margin-top: 12px;
}
.b-header-club__link {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  color: #3f3e39;
}
.b-header-club__link:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 0;
  left: -7px;
  width: 1px;
  height: 100%;
  background: #8bbc07;
}
.b-header-club__link:first-of-type:before {
  display: none;
}
.b-header-club__hello {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
  min-width: 100%;
  margin: 10px 0 0 20px;
  min-height: 30px;
  position: relative;
  /*left: -15px;*/
  left: -20px;
}
.b-header-club__hello-link:hover {
  text-decoration: none;
}
.b-header-club__name {
  color: #8bbc07;
}
.b-header-club__count {
  background: #8bbc07;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
.b-header-club .before {
  position: absolute;
  content: "\0000a0";
  display: block;
  right: 100%;
  top: -18px;
  margin-right: 3px;
  background-image: url(i/sprite.png);
  background-position: 0px 0px;
  width: 89px;
  height: 108px;
}
.b-header-lk-menu {
  position: absolute;
  /*left: 5px;*/
  right: 0;
  top: 100%;
  background: #8bbc07;
  color: white;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
  line-height: 31px;
  padding: 20px 24px;
  z-index: 20;
  text-transform: none;
}
.b-header-lk-menu__item {
  margin: 0;
}
.b-header-lk-menu__item:before {
  display: none;
}
.b-header-lk-menu__item_active {
  font-weight: 700;
  font-style: normal;
}
.b-header-lk-menu a {
  color: white;
}
.b-header-lk-menu__count {
  background: white;
  color: #8bbc07;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  min-width: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
}
.b-header-logo {
  display: block;
  position: relative;
  margin-bottom: 58px;
  width: 137px;
}
.b-header-logo:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -268px 0px;
  width: 149px;
  height: 48px;
  top: -30px;
  left: 142px;
}
.b-header-logo img {
  display: block;
}
.b-header-about-link {
  clear: both;
  float: right;
  color: #403f38;
  line-height: 32px;
  position: relative;
  z-index: 5;
}
.b-header-about-link.active {
  color: white;
  background: #8bbc07;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  padding: 0 11px;
}
.b-header-about-link.active:hover {
  text-decoration: none;
}
.b-header-search {
  float: left;
  position: relative;
  margin-right: 19px;
}
.b-header-search__input {
  width: 300px;
  height: 28px;
  border: 0;
  background: #eff4e2;
  padding: 8px 35px 6px 13px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 120%;
  color: #9caf6a;
}
.b-header-search__submit {
  position: absolute;
  top: 4px;
  right: 8px;
  border-radius: 50%;
  background: #8bbc07;
  border: 5px solid #8bbc07;
  background-image: url(i/sprite.png);
  background-position: -464px -110px;
  width: 11px;
  height: 11px;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-header-search__submit:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-header-navbar {
  min-height: 0;
  border: 0;
  margin: 0;
}
.b-header-navbar .nav {
  margin: -11px 0 0;
  padding: 0;
}
.b-header-navbar li {
  margin-bottom: 0;
}
.b-header-navbar li:before {
  display: none;
}
.b-header-navbar .nav > li > a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  color: #403f38;
  font-weight: 700;
  font-style: normal;
  padding: 11px 14px;
  margin: 0 13px;
}
.b-header-navbar .nav > li:hover > a,
.b-header-navbar .nav > li > a.active {
  background: #8bbc07;
  color: white;
}
.b-header-navbar.hover_item .dropdown-open .dropdown-menu {
  display: none !important;
}
.b-header-navbar .dropdown-open .dropdown-menu {
  display: block !important;
  z-index: 10;
  opacity: 1 !important;
}
.b-header-navbar .dropdown.open > a {
  background: #8bbc07;
  color: white;
}
.b-header-navbar .dropdown-menu {
  left: 13px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  padding: 6px 0;
  z-index: 20;
}
.b-header-navbar .dropdown-menu li {
  display: inline-block;
}
.b-header-navbar .dropdown-menu li > a {
  border: 2px solid transparent;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  padding: 0 10px;
  margin: 0 5px;
}
.b-header-navbar .dropdown-menu li > a.active {
  border-color: white;
}
.b-header-navbar .dropdown-menu li > a:hover {
  color: white;
  text-decoration: underline;
}
.b-header-navbar .dropdown-menu li > a:active,
.b-header-navbar .dropdown-menu li > a:focus {
  color: white;
}
.b-footer {
  margin-top: 100px;
}
.b-footer a {
  color: #8bbc07;
}
.b-footer ul {
  padding: 0;
}
.b-footer li {
  margin: 0;
}
.b-footer li:before {
  display: none;
}
.b-footer-about {
  padding: 0 36px 48px;
}
.b-footer-about__soc-link {
  float: right;
  display: block;
  margin-left: 15px;
  width: 49px;
  height: 49px;
  margin-top: 6px;
}
.b-footer-about__soc-link_vk {
  background-image: url(i/sprite.png);
  background-position: -365px -58px;
  width: 49px;
  height: 49px;
}
.b-footer-about__soc-link_ok {
  background-image: url(i/sprite.png);
  background-position: -327px -149px;
  width: 49px;
  height: 49px;
}
.b-footer-about__soc-link_fb {
  background-image: url(i/sprite.png);
  background-position: -268px -149px;
  width: 49px;
  height: 49px;
}
.b-footer-about__soc-link_tw {
  background-image: url(i/sprite.png);
  background-position: -359px -307px;
  width: 49px;
  height: 49px;
}
.b-footer-about__soc-link_mail {
  background-image: url(i/sprite.png);
  background-position: -427px 0px;
  width: 48px;
  height: 48px;
}
.b-footer-about__soc-link:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-footer-about p {
  margin: 0;
  width: 545px;
  font-size: 14px;
  line-height: 120%;
}
.b-footer-menu {
  background: #eff4e2;
  font-size: 16px;
  line-height: 19px;
  padding: 34px 0 44px;
}
.b-footer-menu .container {
  padding: 0 36px;
}
.b-footer-menu__table {
  display: table;
  width: 100%;
}
.b-footer-menu__column {
  display: table-cell;
  vertical-align: top;
}
.b-footer-menu__header {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 13px;
}
.b-footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.b-footer-menu li {
  list-style: none;
  margin-bottom: 5px;
}
.b-footer-bottom {
  padding: 24px 36px 11px;
  text-align: center;
}
.b-footer-bottom__developer.b-footer-bottom__developer {
  display: block;
  float: right;
  color: #403f38;
  font-size: 14px;
  line-height: 16px;
  padding-right: 34px;
  position: relative;
  padding-top: 2px;
  text-align: left;
}
.b-footer-bottom__developer.b-footer-bottom__developer img {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}
.b-footer-bottom__menu {
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.b-footer-bottom__menu li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 34px;
}
.b-footer-bottom__copyright {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  float: left;
}
.b-footer-bottom__copyright:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  right: 100%;
  top: 1px;
  content: "©";
  margin-right: 1px;
}
.b-share-block {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -95px;
  width: 43px;
  height: 190px;
  background: url("i/share.png");
}
.b-share-block .b-share {
  padding: 0 !important;
}
.b-share-block .b-share-btn__wrap {
  width: 43px;
  height: 48px;
  margin-left: 0 !important;
  position: relative;
}
.b-share-block .b-share__link {
  background: transparent !important;
  display: block;
  width: 100%;
  height: 48px;
  height: 48px !important;
}
.b-share-block .b-share__link:after {
  display: none;
}
.b-share-block .b-share-icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100% !important;
  height: 48px !important;
}
.b-share-block .b-share-counter {
  text-align: center;
  position: absolute !important;
  width: 100%;
  height: 13px;
  left: 0;
  bottom: 6px !important;
  color: white;
  font-size: 12px !important;
  margin: 0 !important;
  top: auto !important;
}
/** -------- Template parts **/
/** Mainpage blocks -------- **/
.b-big-banner {
  position: relative;
  margin-bottom: 45px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-linear-gradient(top, #ffffff 72%, #f7faee 100%);
  background: linear-gradient(to bottom, #ffffff 72%, #f7faee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7faee', GradientType=0);
  /* IE6-9 */
}
.b-big-banner:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url("i/pattern_lgreen.png");
}
.b-big-banner .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
}
.b-big-banner__container {
  position: relative;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.b-big-banner__item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 24px;
  line-height: 28px;
  width: 1080px;
  height: 494px;
  position: relative;
}
.b-big-banner__item-holder {
  position: absolute;
  left: 118px;
  bottom: 38px;
  width: 560px;
}
.b-big-banner__item-header {
  font-size: 40px;
  line-height: 120%;
  font-weight: 800;
  font-style: normal;
  margin: 0 0 12px 0;
  -webkit-touch-callout: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.b-big-banner__item-text {
  padding-right: 130px;
  -webkit-touch-callout: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.b-big-banner__item-btn {
  margin-top: 62px;
  font-size: 30px;
  line-height: 54px;
  padding: 0 50px;
  text-transform: none;
  min-width: 0;
}
.b-big-banner_catalog {
  background: #f7faee;
  padding: 36px 0 0;
  color: white;
}
.b-big-banner_catalog .container {
  padding-bottom: 68px;
}
.b-big-banner_catalog .rs-carousel-pagination {
  bottom: 16px;
}
.b-big-banner_catalog:after {
  display: none;
}
.b-big-banner_catalog .b-big-banner__item {
  height: 523px;
}
.b-big-banner_catalog .b-big-banner__item-holder {
  width: 586px;
  left: 50%;
  margin-left: -293px;
  bottom: 50px;
  text-align: center;
}
.b-big-banner_catalog .b-big-banner__item-header {
  font-weight: 700;
  font-style: normal;
}
.b-big-banner_catalog .b-big-banner__item-text {
  padding-right: 0;
}
.b-big-banner_catalog .b-big-banner__item-btn {
  margin-top: 29px;
}
.b-big-banner__item_topleft .b-big-banner__item-holder {
  bottom: auto;
  top: 36px;
  margin-left: 0;
  left: 130px;
  width: 600px;
  text-align: left;
}
.b-big-banner__item_left .b-big-banner__item-holder {
  bottom: 134px;
  margin-left: 0;
  left: 130px;
  width: 510px;
  text-align: left;
}
.b-big-banner__item_bottomleft .b-big-banner__item-holder {
  margin-left: 0;
  left: 130px;
  width: 600px;
  text-align: left;
}
.b-big-banner__item_top .b-big-banner__item-holder {
  bottom: 0;
  top: 36px;
}
.b-big-banner__item_topright .b-big-banner__item-holder {
  bottom: auto;
  top: 36px;
  margin-left: 0;
  left: auto;
  right: 130px;
  width: 600px;
  text-align: right;
}
.b-big-banner__item_right .b-big-banner__item-holder {
  bottom: 134px;
  margin-left: 0;
  left: auto;
  right: 130px;
  width: 510px;
  text-align: right;
}
.b-big-banner__item_bottomright .b-big-banner__item-holder {
  margin-left: 0;
  left: auto;
  right: 130px;
  width: 600px;
  text-align: right;
}
.b-big-banner__item_grey {
  color: #403f38;
}
.b-big-banner__item_white {
  color: white;
}
.b-main-articles {
  margin-bottom: 41px;
}
.b-main-articles__header {
  margin-top: 0;
  margin-bottom: 4px;
}
.b-main-articles__subheader {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
}
.b-main-articles__items {
  padding: 58px 0 0;
}
.b-main-articles__items:before,
.b-main-articles__items:after {
  content: " ";
  display: table;
}
.b-main-articles__items:after {
  clear: both;
}
.b-main-articles__items:before,
.b-main-articles__items:after {
  content: " ";
  display: table;
}
.b-main-articles__items:after {
  clear: both;
}
.b-main-articles__item {
  float: left;
  width: 360px;
  padding: 0 36px;
  font-size: 14px;
  line-height: 120%;
}
.b-main-articles__item-link {
  text-align: center;
  display: block;
}
.b-main-articles__item-link:hover {
  color: #e0457b;
}
.b-main-articles__item-link:hover .b-main-articles__item-image {
  background: #e0457b;
}
.b-main-articles__item-link:hover .b-main-articles__item-image-1:before {
  background-image: url(i/sprite.png);
  background-position: -268px -58px;
  width: 87px;
  height: 81px;
}
.b-main-articles__item-link:hover .b-main-articles__item-image-2:before {
  background-image: url(i/sprite.png);
  background-position: 0px -211px;
  width: 79px;
  height: 86px;
}
.b-main-articles__item-link:hover .b-main-articles__item-image-3:before {
  background-image: url(i/sprite.png);
  background-position: -99px 0px;
  width: 106px;
  height: 83px;
}
.b-main-articles__item-image {
  display: block;
  margin: 0 auto;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background: #eff4e2;
  position: relative;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  margin-bottom: 24px;
}
.b-main-articles__item-image:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.b-main-articles__item-image-1:before {
  background-image: url(i/sprite.png);
  background-position: -116px -118px;
  width: 87px;
  height: 81px;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -41px;
  /*.size(@width * 1px, @height * 1px);*/
}
.b-main-articles__item-image-2:before {
  background-image: url(i/sprite.png);
  background-position: -89px -211px;
  width: 79px;
  height: 86px;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 -40px;
  /*.size(@width * 1px, @height * 1px);*/
}
.b-main-articles__item-image-3:before {
  background-image: url(i/sprite.png);
  background-position: 0px -118px;
  width: 106px;
  height: 83px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -53px;
  /*.size(@width * 1px, @height * 1px);*/
}
.b-main-articles__item-title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px;
}
.b-main-articles__item-more {
  display: inline-block;
  vertical-align: middle;
  color: white;
  background: #e0457b;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 12px;
}
.b-main-articles__item-more:hover {
  text-decoration: none;
  background: #eff4e2;
  color: #e0457b;
}
.b-last-blog {
  background: #e4f9f2;
  position: relative;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 44px;
}
.b-last-blog:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url("i/pattern_lteal.png");
}
.b-last-blog .container {
  border: 1px solid transparent;
  border-width: 0 50px;
  position: relative;
}
.b-last-blog .rs-carousel-mask {
  width: 100%;
  overflow: hidden;
}
.b-last-blog__header {
  margin: 28px 0 26px;
}
.b-last-blog__container {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 22px;
}
.b-last-blog__item {
  display: inline-block;
  vertical-align: top;
  width: 980px;
  white-space: normal;
}
.b-last-blog__post {
  vertical-align: top;
  width: 490px;
  padding: 0 22.5px 19px;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
}
.b-last-blog__post:before,
.b-last-blog__post:after {
  content: " ";
  display: table;
}
.b-last-blog__post:after {
  clear: both;
}
.b-last-blog__post:before,
.b-last-blog__post:after {
  content: " ";
  display: table;
}
.b-last-blog__post:after {
  clear: both;
}
.b-last-blog__post-img {
  float: left;
  overflow: hidden;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  text-align: center;
  width: 126px;
  height: 126px;
}
.b-last-blog__post-img img {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: 5px solid white;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-last-blog__post-comment {
  background: #baefde;
  border-radius: 5px;
  border: 1px solid transparent;
  border-width: 9px 20px;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 10px 0 15px 140px;
}
.b-last-blog__post-comment-holder {
  height: 57px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.b-last-blog__post-comment:before {
  background: url("i/comment_corner_dteal.png");
  display: none;
  /** for preloading **/
}
.b-last-blog__post-comment:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  bottom: -15px;
  left: -36px;
  width: 57px;
  height: 22px;
  background: url("i/comment_corner_teal.png");
}
.b-last-blog__post-more {
  color: #0093b2;
}
.b-last-blog__post-link:hover .b-last-blog__post-img img {
  border-color: #7ae1bf;
}
.b-last-blog__post-link:hover .b-last-blog__post-comment {
  background: #7ae1bf;
}
.b-last-blog__post-link:hover .b-last-blog__post-comment:after {
  background: url("i/comment_corner_dteal.png");
}
.b-last-blog__post-comments {
  float: right;
  color: #aac7ae;
  font-size: 14px;
  line-height: 18px;
  padding-left: 18px;
  position: relative;
  margin-left: 11px;
}
.b-last-blog__post-comments:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -78px -389px;
  width: 15px;
  height: 14px;
  top: 3px;
  left: 0;
}
a.b-last-blog__post-comments:hover,
a.b-last-blog__post-comments:active,
a.b-last-blog__post-comments:focus {
  color: #403f38;
  text-decoration: none;
}
a.b-last-blog__post-comments:hover:before,
a.b-last-blog__post-comments:active:before,
a.b-last-blog__post-comments:focus:before {
  background-image: url(i/sprite.png);
  background-position: -460px -274px;
  width: 15px;
  height: 15px;
}
.b-last-blog__post-date {
  float: right;
  color: #aac7ae;
  font-size: 13px;
  line-height: 20px;
  padding-left: 16px;
  position: relative;
  margin-left: 11px;
}
.b-last-blog__post-date:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -461px -309px;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 0;
}
.b-last-blog__post-author {
  margin-left: 24px;
  display: block;
  float: left;
  color: #0093b2;
  font-size: 16px;
  line-height: 16px;
  max-width: 134px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-last-blog .rs-carousel-action {
  border-color: #0093b2;
  top: 196px;
  margin-top: 0;
}
.b-last-blog .rs-carousel-action:hover {
  background: #0093b2;
}
.b-last-blog .rs-carousel-action:before {
  background-image: url(i/sprite.png);
  background-position: -456px -186px;
  width: 19px;
  height: 34px;
}
.b-last-blog .rs-carousel-action:hover:before {
  background-image: url(i/sprite.png);
  background-position: -427px -186px;
  width: 19px;
  height: 34px;
}
.b-last-blog .rs-carousel-action-prev {
  left: -65px;
}
.b-last-blog .rs-carousel-action-next {
  right: -65px;
}
.b-last-blog .rs-carousel-pagination {
  display: none;
}
.b-mosaic-list {
  font-size: 0;
  line-height: 0;
  padding-bottom: 21px;
}
.b-mosaic-list:before,
.b-mosaic-list:after {
  content: " ";
  display: table;
}
.b-mosaic-list:after {
  clear: both;
}
.b-mosaic-list:before,
.b-mosaic-list:after {
  content: " ";
  display: table;
}
.b-mosaic-list:after {
  clear: both;
}
.b-mosaic-list__btn-holder {
  text-align: center;
}
.b-mosaic-list__item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  background: #eff4e2;
  width: 480px;
  margin: 0 33px 33px 0;
  border: 33px solid transparent;
  border-width: 30px 33px 16px;
  overflow: hidden;
  text-align: left;
  float: left;
  display: block;
}
.b-mosaic-list__item-wrapper {
  position: relative;
}
.b-mosaic-list__item-wrapper a {
  display: block;
}
.b-mosaic-list__item-wrapper a:hover {
  text-decoration: none;
}
.b-mosaic-list__item-wrapper a:hover img {
  filter: none;
  -webkit-filter: none;
}
.b-mosaic-list__item-wrapper a:hover .img_wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.b-mosaic-list__item-wrapper a:hover .b-mosaic-list__item-title {
  color: #8bbc07;
}
.b-mosaic-list__item-wrapper .b-mosaic-list__item-label {
  top: 100%;
  margin-top: -239px;
}
.b-mosaic-list__item-title,
.b-mosaic-list__item_incut-title {
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  margin-bottom: 2px;
  display: inline-block;
}
.b-mosaic-list__item img {
  display: block;
  height: 239px;
  width: auto;
  max-width: none;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.b-mosaic-list__item-img-holder {
  position: relative;
  display: block;
  margin: 21px 0 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 0;
  line-height: 0;
  /*&:hover img { filter: none; }*/
}
.b-mosaic-list__item-img-holder .img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-mosaic-list__item-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 26px;
  color: white;
  font-size: 18px;
  line-height: 27px;
  z-index: 9;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-mosaic-list__item-label_green {
  background: #8bbc07;
}
.b-mosaic-list__item-label_green:hover {
  background: #678b05;
}
.b-mosaic-list__item-label_pink {
  background: #e0457b;
}
.b-mosaic-list__item-label_pink:hover {
  background: #cf235f;
}
.b-mosaic-list__item-label_red {
  background: #fc4c02;
}
.b-mosaic-list__item-label_red:hover {
  background: #c93d02;
}
.b-mosaic-list__item-label_teal {
  background: #0093b2;
}
.b-mosaic-list__item-label_teal:hover {
  background: #00697f;
}
.b-mosaic-list__item-label_blue {
  background: #2e008b;
}
.b-mosaic-list__item-label_blue:hover {
  background: #1d0058;
}
.b-mosaic-list__item-label:hover {
  color: white;
}
.b-mosaic-list__item-stats {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.b-mosaic-list__item-stats > * {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  margin: 16px 8px 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-mosaic-list__item-stats > script,
.b-mosaic-list__item-stats > link {
  display: none;
}
.b-mosaic-list__item-stats a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.b-mosaic-list__item-stats a:active,
.b-mosaic-list__item-stats a:focus {
  text-decoration: none;
}
.b-mosaic-list__item-like {
  padding-left: 20px;
}
.b-mosaic-list__item-like:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 2px;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  font-size: 15px;
}
a.b-mosaic-list__item-like_active {
  color: #8bbc07;
}
.b-mosaic-list__item-comment {
  padding-left: 19px;
}
.b-mosaic-list__item-comment:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 3px;
  left: 0;
  background-image: url(i/sprite.png);
  background-position: -460px -274px;
  width: 15px;
  height: 15px;
}
.b-mosaic-list__item-views {
  padding-left: 22px;
}
.b-mosaic-list__item-views:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 4px;
  left: 0;
  background-image: url(i/sprite.png);
  background-position: -99px -93px;
  width: 20px;
  height: 12px;
}
.b-mosaic-list__item:nth-of-type(2n) {
  margin-right: 0;
}
.b-mosaic-list__item:nth-of-type(4n+2),
.b-mosaic-list__item:nth-of-type(4n+3) {
  width: 567px;
}
.b-mosaic-list__item_incut {
  background: #8bbc07;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
}
.b-mosaic-list__item_incut-btn {
  text-transform: none;
  margin-top: 30px;
}
.b-mosaic-list__item_incut-social {
  width: 72px;
  height: 72px;
  display: inline-block;
  margin: 27px 9px 24px;
}
.b-mosaic-list__item_incut-social_vk,
.b-mosaic-list__item_incut-social_vkontakte {
  background-image: url(i/sprite.png);
  background-position: -260px -211px;
  width: 72px;
  height: 72px;
}
.b-mosaic-list__item_incut-social_ok,
.b-mosaic-list__item_incut-social_odnoklassniki {
  background-image: url(i/sprite.png);
  background-position: -178px -211px;
  width: 72px;
  height: 72px;
}
.b-mosaic-list__item_incut-social_fb,
.b-mosaic-list__item_incut-social_facebook {
  background-image: url(i/sprite.png);
  background-position: -342px -211px;
  width: 72px;
  height: 72px;
}
.b-mosaic-list__item_incut-social_tw,
.b-mosaic-list__item_incut-social_twitter {
  background-image: url(i/sprite.png);
  background-position: 0px -307px;
  width: 72px;
  height: 72px;
}
.b-mosaic-list__item_incut-social:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-mosaic-list__item_incut-title {
  text-transform: none;
  margin-top: 27px;
}
.b-mosaic-list__btn {
  background: #eaf2d1;
  color: #403f38;
  text-transform: none;
  margin-top: 20px;
  clear: both;
}
.color_stories .b-mosaic-list__btn {
  background: #eae5f3;
}
.color_stories .b-mosaic-list__btn:hover {
  background: #b29fd3;
  color: white;
}
.color_stories .b-mosaic-list__btn:active {
  background: #957cc3;
  color: white;
}
.b-main-stories {
  position: relative;
  background: #eae5f3;
  padding: 27px 0 22px;
  text-align: center;
}
.b-main-stories:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: -9px;
  width: 100%;
  height: 9px;
  background: url("i/pattern_lviolet.png");
}
.b-main-stories__header {
  margin: 0 0 31px;
}
.b-main-stories .container {
  border: 1px solid transparent;
  border-width: 0 38px;
  position: relative;
}
.b-main-stories .rs-carousel-mask {
  width: 100%;
  overflow: hidden;
}
.b-main-stories__container {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 37px;
}
.b-main-stories__item {
  display: inline-block;
  vertical-align: top;
  width: 1004px;
  white-space: normal;
}
.b-main-stories__item:first-of-type {
  text-align: center;
}
.b-main-stories__post {
  display: inline-block;
  vertical-align: top;
  width: 251px;
  padding: 0 38px;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  text-align: left;
}
.b-main-stories__post:before,
.b-main-stories__post:after {
  content: " ";
  display: table;
}
.b-main-stories__post:after {
  clear: both;
}
.b-main-stories__post:before,
.b-main-stories__post:after {
  content: " ";
  display: table;
}
.b-main-stories__post:after {
  clear: both;
}
.b-main-stories__post-img {
  border: 5px solid white;
  border-radius: 50%;
  overflow: hidden;
  width: 169px;
  height: 169px;
  margin: 0 auto 16px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  text-align: center;
}
.b-main-stories__post-img img {
  width: 159px;
  height: 159px;
  display: block;
}
.b-main-stories__post-img_no {
  border-radius: 0;
  border: 4px solid transparent;
}
.b-main-stories__post-img_no img {
  display: inline-block;
  width: auto;
  height: auto;
}
.b-main-stories__post-like {
  position: absolute;
  right: 36px;
  top: 155px;
  color: #a3b19a;
  padding-left: 20px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  /*&:hover { .opacity(0.7); }
			&:hover, &:active, &:focus { .nounderline; }*/
}
.b-main-stories__post-like:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -26px -389px;
  width: 16px;
  height: 15px;
  top: 1px;
  left: 0;
}
.b-main-stories__post-text {
  font-weight: 400;
  font-style: italic;
  position: relative;
}
.b-main-stories__post-text:before {
  position: absolute;
  content: '«';
  top: 0;
  left: -18px;
  color: #9f89c9;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 14px;
}
.b-main-stories__post-text-last {
  display: inline-block;
  white-space: nowrap;
  padding-right: 4px;
  position: relative;
}
.b-main-stories__post-text-last:after {
  content: '»';
  color: #9f89c9;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 19px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  left: 8px;
}
.b-main-stories__post-author {
  display: block;
  color: #8f9c86;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  margin-top: 19px;
}
.b-main-stories__post-author small {
  font-size: 14px;
}
.b-main-stories__post-link {
  display: block;
}
.b-main-stories__post-link:hover {
  text-decoration: underline;
}
.b-main-stories__post-link:hover .b-main-stories__post-img {
  border-color: #b1a0d4;
}
.b-main-stories__post-link:hover .b-main-stories__post-img_no {
  border-color: transparent;
}
.b-main-stories__post-link:hover .b-main-stories__post-text-last {
  text-decoration: underline;
}
.b-main-stories__post-link:hover .b-main-stories__post-text:before,
.b-main-stories__post-link:hover .b-main-stories__post-text-last:after {
  text-decoration: none;
}
.b-main-stories .rs-carousel-action {
  border-color: #fc4c02;
  top: 50%;
  margin-top: -35px;
}
.b-main-stories .rs-carousel-action:hover {
  background: #fc4c02;
}
.b-main-stories .rs-carousel-action:before {
  background-image: url(i/sprite.png);
  background-position: -456px -230px;
  width: 19px;
  height: 34px;
}
.b-main-stories .rs-carousel-action:hover:before {
  background-image: url(i/sprite.png);
  background-position: -427px -186px;
  width: 19px;
  height: 34px;
}
.b-main-stories .rs-carousel-action-prev {
  left: -65px;
}
.b-main-stories .rs-carousel-action-next {
  right: -65px;
}
.b-main-stories .rs-carousel-pagination {
  display: none;
}
.b-main-stories_right {
  padding-top: 24px;
  margin-bottom: 50px;
}
.b-main-stories_right:before {
  display: none;
}
.b-main-stories_right .b-main-stories__header {
  margin-bottom: 12px;
}
.b-main-stories_right .b-main-stories__post {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 21px;
  /*&-like { color: @black; .opacity(0.67); top: 145px; right: 20px;
			&:before { .icon-like(); }
			&:hover { .opacity(1); }
		}
		&-text {
			.medium-italic(); .fs(15px);
			&:before { .relative; .ib; left: -6px; }
			&:after { left: 2px; }
			&:before, &:after { color: @blue; font-size: 21px; }
		}
		&-author { .fs(13px); color: black; }*/
}
.b-main-stories_right .b-main-stories__post-img {
  width: 150px;
  height: 150px;
  border-width: 7px;
  margin-bottom: 24px;
}
.b-main-stories_right .b-main-stories__post-img img {
  width: 136px;
  height: 136px;
}
.b-main-stories_right .b-main-stories__post-img_no {
  width: auto;
  height: auto;
  border: 0;
}
.b-main-stories_right .b-main-stories__post-img_no img {
  width: auto;
  height: auto;
}
.b-main-stories_right .b-main-stories__post-like {
  top: 145px;
  right: 20px;
}
.b-main-stories_right .b-main-stories__post-text {
  border-left: 10px solid transparent;
}
.b-main-stories_right .b-last-blog__btn {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 35px;
  min-width: 0;
  padding: 0 16px;
}
/** -------- Mainpage blocks **/
/** 404 page -------- **/
.b-404 {
  background: url("i/404.jpg") no-repeat center top;
  height: 837px;
  margin: 50px 0 0;
}
.b-404 .container {
  width: 330px;
  padding: 98px 0 0;
}
.b-404__header,
.b-404__subheader {
  margin: 4px 0;
  text-align: center;
}
.b-404__subheader {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 36px;
}
.b-404 ul {
  padding: 0;
  white-space: nowrap;
  line-height: 26px;
  margin: 10px 0 0;
}
.b-404 ul li {
  position: relative;
  list-style: none;
  margin: 0;
}
.b-404 ul li:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 12px;
  left: -22px;
  background: #8bbc07;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.b-404 ul li a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-404 ul li a:hover {
  text-decoration: none;
  color: #403f38;
}
.b-404 ul li a,
.b-404 ul li b {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.b-404 .b-header-search {
  margin-right: 0;
  margin-top: 26px;
  float: none;
}
.b-404 .b-header-search__input {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.23);
  font-weight: 400;
  font-style: normal;
  color: #403f38;
  font-size: 16px;
  padding: 9px 40px 10px 17px;
  height: 37px;
  width: 100%;
}
.b-404 .b-header-search__input::-webkit-input-placeholder {
  color: transparent;
}
.b-404 .b-header-search__input:-moz-placeholder {
  color: transparent;
}
.b-404 .b-header-search__input::-moz-placeholder {
  color: transparent;
}
.b-404 .b-header-search__input:-ms-input-placeholder {
  color: transparent;
}
.b-404 .b-header-search__input:placeholder {
  color: transparent;
}
.b-404 .b-header-search__submit {
  top: 8px;
  right: 13px;
}
/** -------- 404 page **/
/** Auth and More page -------- **/
.b-auth {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.b-auth h3 {
  margin: 0;
}
.b-auth__column {
  display: table-cell;
  vertical-align: top;
  line-height: 120%;
  text-align: center;
  padding: 34px 39px 28px;
  color: #b2b0a8;
}
.b-auth__column_social {
  color: white;
  background: #8bbc07;
  width: 477px;
}
.b-auth__column_form {
  background: #eaf2d1;
  color: #403f38;
  width: 477px;
  padding: 34px 110px;
}
.b-auth__column_form h3 {
  margin-bottom: 24px;
}
.b-auth .b-mosaic-list__item_incut-social {
  margin-top: 52px;
}
.b-auth .h3 {
  margin: 11px 0 19px;
}
.b-auth__or {
  background: #e1dfd9;
  width: 2px;
  height: 202px;
  margin: 0 auto;
}
.b-form__row {
  position: relative;
  padding: 9px 0;
}
.b-form__label {
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.b-form__row .b-form__label {
  position: absolute;
  top: 18px;
  right: 100%;
  margin-right: 20px;
}
.b-form input[type=text],
.b-form input[type=password],
.b-form input[type=email],
.b-form textarea {
  border-radius: 10px;
  background: #ffffff;
  border: 0;
  padding: 4px 12px 2px;
  height: 37px;
  width: 257px;
  font-weight: 700;
  font-style: normal;
}
.b-form input[type=text]::-webkit-input-placeholder,
.b-form input[type=password]::-webkit-input-placeholder,
.b-form input[type=email]::-webkit-input-placeholder,
.b-form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-style: normal;
}
.b-form input[type=text]:-moz-placeholder,
.b-form input[type=password]:-moz-placeholder,
.b-form input[type=email]:-moz-placeholder,
.b-form textarea:-moz-placeholder {
  font-weight: 400;
  font-style: normal;
}
.b-form input[type=text]::-moz-placeholder,
.b-form input[type=password]::-moz-placeholder,
.b-form input[type=email]::-moz-placeholder,
.b-form textarea::-moz-placeholder {
  font-weight: 400;
  font-style: normal;
}
.b-form input[type=text]:-ms-input-placeholder,
.b-form input[type=password]:-ms-input-placeholder,
.b-form input[type=email]:-ms-input-placeholder,
.b-form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-style: normal;
}
.b-form input[type=text]:placeholder,
.b-form input[type=password]:placeholder,
.b-form input[type=email]:placeholder,
.b-form textarea:placeholder {
  font-weight: 400;
  font-style: normal;
}
.b-form__row .b-form input[type=text],
.b-form__row .b-form input[type=password],
.b-form__row .b-form input[type=email],
.b-form__row .b-form textarea {
  width: 100%;
}
.b-form input[type=text].b-form__field_error,
.b-form input[type=password].b-form__field_error,
.b-form input[type=email].b-form__field_error,
.b-form textarea.b-form__field_error {
  border: 3px solid #fc4c01;
  height: 43px;
  border-radius: 13px;
}
.b-form textarea {
  height: 214px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.b-form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
}
.b-form textarea:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
}
.b-form textarea::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
}
.b-form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
}
.b-form textarea:placeholder {
  font-weight: 400;
  font-style: italic;
}
.b-form__forgot {
  display: inline-block;
  float: right;
  color: #9caf6a;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
}
.b-form__forgot:hover {
  text-decoration: none;
  color: #9caf6a;
}
.b-form .btn {
  font-size: 24px;
}
.b-form__margin {
  width: 100%;
  height: 31px;
}
.b-form__hint {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 13px;
  color: #83837f;
  margin: -4px 0 0;
}
.b-form input[type=checkbox] {
  position: absolute;
  z-index: -1;
}
.b-form input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -386px -176px;
  width: 19px;
  height: 16px;
  top: -2px;
  left: 1px;
}
.b-form input[type=checkbox]:checked + label.b-form__checkbox_after:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -386px -176px;
  width: 19px;
  height: 16px;
  top: -2px;
  left: 100%;
  margin-left: 1px;
}
.b-form input[type=checkbox][disabled] + label.b-form__checkbox_after:before {
  background: #cdcdcc;
}
.b-form__checkbox {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 7px;
  cursor: pointer;
}
.b-form__checkbox:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 0;
  left: 0;
  background: white;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
.b-form__checkbox_after {
  padding-left: 0;
  padding-right: 5px;
}
.b-form__checkbox_after:before {
  left: 100%;
}
.b-form__holder {
  position: relative;
}
.b-form_forgot {
  margin-top: 31px;
}
.b-form_forgot input[type=submit] {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: -1px 0 0;
  width: 204px;
  min-width: 0;
}
.b-form_forgot .b-form__label {
  margin-right: 12px;
}
.b-form_find {
  margin-bottom: 37px;
  margin-top: 8px;
}
.b-form_find label {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 37px;
  margin-right: 14px;
  margin-bottom: 0;
}
.b-form_find input[type=text] {
  background: #eaf2d1;
  padding-left: 24px;
  padding-right: 24px;
  width: 570px;
}
.b-form_find input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #9caf6a;
}
.b-form_find input[type=text]:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #9caf6a;
}
.b-form_find input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #9caf6a;
}
.b-form_find input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #9caf6a;
}
.b-form_find input[type=text]:placeholder {
  font-weight: 400;
  font-style: italic;
  color: #9caf6a;
}
.b-form_find input[type=submit] {
  display: none;
}
.b-form_change-status {
  overflow: hidden;
  font-size: 16px;
  line-height: 120%;
  margin-top: 27px;
}
.b-form_change-status input[type=text] {
  width: 100%;
  height: 26px;
  font-weight: 400;
  font-style: normal;
  padding: 1px 12px 0;
}
.b-form_changepass input[type=submit] {
  margin: 20px 0 0 200px;
  float: left;
}
.b-form_changepass .b-form__row {
  padding-left: 200px;
}
.b-form_changepass .b-form__label {
  margin-right: -188px;
}
.b-form-holder {
  background: #eaf2d1;
  margin: 0 auto 50px;
  padding: 36px 57px 38px;
  max-width: 780px;
}
.b-form-holder:before,
.b-form-holder:after {
  content: " ";
  display: table;
}
.b-form-holder:after {
  clear: both;
}
.b-form-holder:before,
.b-form-holder:after {
  content: " ";
  display: table;
}
.b-form-holder:after {
  clear: both;
}
/** -------- Auth and More page **/
/** Catalog page -------- **/
.b-catalog-section {
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 91px;
}
.b-catalog-section__header {
  margin: 0;
  font-size: 40px;
  line-height: 120%;
}
/** -------- Catalog page **/
/** Search page -------- **/
.b-search-total {
  font-size: 16px;
  line-height: 120%;
  color: #83837f;
  padding: 23px 0 20px 45px;
}
.b-search-result {
  padding-left: 45px;
  counter-reset: item;
  padding-right: 130px;
}
.b-search-result__item {
  list-style: none;
  position: relative;
  counter-increment: item;
}
.b-search-result__item:before,
.b-search-result__item:after {
  content: " ";
  display: table;
}
.b-search-result__item:after {
  clear: both;
}
.b-search-result__item:before,
.b-search-result__item:after {
  content: " ";
  display: table;
}
.b-search-result__item:after {
  clear: both;
}
.b-search-result__item:before {
  display: block;
  position: absolute;
  left: -45px;
  top: 0;
  content: counter(item) ". ";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
}
.b-search-result__item-img {
  float: left;
  margin-top: 7px;
}
.b-search-result__item-img img {
  display: block;
}
a.b-search-result__item-img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-search-result__item_with-image .b-search-result__item-holder {
  padding-left: 250px;
}
.b-search-result__item-holder {
  font-size: 16px;
  line-height: 120%;
}
.b-search-result__item-title {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 11px;
  position: relative;
  left: -1px;
}
a.b-search-result__item-title:hover {
  color: #8bbc07;
  text-decoration: none;
}
.b-search-result__item b {
  font-weight: 700;
  font-style: normal;
  color: #8bbc07;
}
.b-search-result__item p {
  margin-bottom: 0;
}
.b-search-result__item-section {
  display: inline-block;
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 0 12px;
  margin-top: 21px;
}
.b-search-result__item-section_green {
  background: #8bbc07;
}
.b-search-result__item-section_green:hover {
  background: #678b05;
}
.b-search-result__item-section_pink {
  background: #e0457b;
}
.b-search-result__item-section_pink:hover {
  background: #cf235f;
}
.b-search-result__item-section_red {
  background: #fc4c02;
}
.b-search-result__item-section_red:hover {
  background: #c93d02;
}
.b-search-result__item-section_teal {
  background: #0093b2;
}
.b-search-result__item-section_teal:hover {
  background: #00697f;
}
.b-search-result__item-section_blue {
  background: #2e008b;
}
.b-search-result__item-section_blue:hover {
  background: #1d0058;
}
.b-search-result__item-section:hover,
.b-search-result__item-section:active,
.b-search-result__item-section:focus {
  color: white;
  text-decoration: none;
}
.b-search-result__item-author {
  margin-top: 12px;
}
.b-search-result__item-author:before,
.b-search-result__item-author:after {
  content: " ";
  display: table;
}
.b-search-result__item-author:after {
  clear: both;
}
.b-search-result__item-author:before,
.b-search-result__item-author:after {
  content: " ";
  display: table;
}
.b-search-result__item-author:after {
  clear: both;
}
.b-search-result__item-author img {
  float: left;
  max-width: 47px;
  border-radius: 50%;
}
.b-search-result__item-author-info {
  padding-left: 62px;
  font-size: 14px;
  line-height: 120%;
  color: #83837f;
  padding-top: 6px;
}
.b-search-result__item-author a {
  color: #0093b2;
  font-size: 18px;
  line-height: 18px;
}
.b-search-result__item + .b-search-result__item {
  margin-top: 71px;
}
/** -------- Search page **/
/** About page -------- **/
.b-project-action {
  background: #eff4e2;
  padding: 34px 0 45px;
  margin-bottom: 58px;
}
.b-project-action__header {
  text-transform: uppercase;
  margin: 0 0 22px;
}
.b-project-action .container {
  border: 1px solid transparent;
  border-width: 0 60px;
  position: relative;
}
.b-project-action .rs-carousel-mask {
  width: 100%;
  overflow: hidden;
}
.b-project-action__container {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
.b-project-action__item {
  display: inline-block;
  vertical-align: top;
  width: 960px;
  height: 384px;
  white-space: normal;
}
.b-project-action__link {
  display: inline-block;
  vertical-align: top;
  border: 4px solid transparent;
  border-width: 0 4px 8px;
  width: 184px;
  height: 184px;
  position: relative;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.b-project-action__link img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.b-project-action__link:hover img {
  filter: none;
  -webkit-filter: none;
}
.b-project-action__link .img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.b-project-action__link:hover .img_wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.b-project-action__link-author {
  position: absolute;
  z-index: 9;
  bottom: 14px;
  right: 10px;
  color: #dbe9b6;
  background: #89bc04;
  background: rgba(137, 188, 4, 0.8);
  font-size: 18px;
  line-height: 21px;
  padding: 0 7px;
}
.b-project-action .rs-carousel-action {
  top: 211px;
  margin-top: 0;
}
.b-project-action .rs-carousel-action-prev {
  left: -78px;
}
.b-project-action .rs-carousel-action-next {
  right: -78px;
}
.b-project-action .rs-carousel-pagination {
  display: none;
}
.b-project-columns:before,
.b-project-columns:after {
  content: " ";
  display: table;
}
.b-project-columns:after {
  clear: both;
}
.b-project-columns:before,
.b-project-columns:after {
  content: " ";
  display: table;
}
.b-project-columns:after {
  clear: both;
}
.b-project-columns .b-form-holder {
  width: 372px;
  float: right;
  padding: 30px 30px 25px;
}
.b-project-columns .b-form-holder__header {
  margin: 0 0 24px;
}
.b-project-columns .b-form-holder input,
.b-project-columns .b-form-holder textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 3px 0 18px;
}
.b-project-columns .b-form-holder input[type=submit] {
  width: 232px;
  margin: 28px auto 0;
  display: block;
}
.b-project-columns__column {
  width: 627px;
  padding-left: 36px;
  line-height: 24px;
}
.b-project-columns p {
  margin-bottom: 1.55em;
}
.b-project-columns a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-project-columns a:hover {
  text-decoration: none;
}
/** -------- About page **/
/** Find doctor page -------- **/
.b-doctors {
  font-size: 0;
  line-height: 0;
}
.b-doctors:before,
.b-doctors:after {
  content: " ";
  display: table;
}
.b-doctors:after {
  clear: both;
}
.b-doctors:before,
.b-doctors:after {
  content: " ";
  display: table;
}
.b-doctors:after {
  clear: both;
}
.b-doctors__item {
  display: inline-block;
  vertical-align: top;
  width: 520px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: #f7faee;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 29px;
}
.b-doctors__item:before,
.b-doctors__item:after {
  content: " ";
  display: table;
}
.b-doctors__item:after {
  clear: both;
}
.b-doctors__item:before,
.b-doctors__item:after {
  content: " ";
  display: table;
}
.b-doctors__item:after {
  clear: both;
}
.b-doctors__item-title {
  background: #eaf2d1;
  width: 100%;
  min-height: 55px;
  position: relative;
  padding: 10px 153px 10px 75px;
  margin-bottom: 7px;
}
.b-doctors__item-title:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -58px;
  width: 33px;
  height: 42px;
  top: 7px;
  left: 23px;
}
.b-doctors__item-title-number {
  position: absolute;
  top: 14px;
  left: 23px;
  width: 34px;
  text-align: center;
}
.b-doctors__item-title-holder {
  display: table-cell;
  width: 292px;
  height: 35px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
}
.b-doctors__item-title-link {
  position: absolute;
  width: 153px;
  text-align: center;
  right: 0;
  top: 19px;
  font-size: 16px;
  line-height: 120%;
}
.b-doctors__item-title-link a {
  display: inline-block;
  color: #9caf6a;
  border-bottom: 1px dashed #9caf6a;
}
.b-doctors__item-title-link a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.b-doctors__item-profile {
  float: right;
  width: 153px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
}
.b-doctors__item-profile img {
  display: block;
  margin: 2px auto 8px;
  border-radius: 50%;
  border: 5px solid #eaf2d1;
  width: 100px;
}
.b-doctors__item-profile a {
  text-decoration: underline;
  color: #8bbc07;
  font-size: 18px;
  line-height: 24px;
}
.b-doctors__item-profile a:hover {
  text-decoration: none;
}
.b-doctors__item-wrapper {
  padding: 0 163px 0 33px;
  line-height: 21px;
}
.b-doctors__item-wrapper a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-doctors__item-wrapper a:hover {
  text-decoration: none;
}
.b-doctors__item-param-name {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  min-width: 68px;
  display: inline-block;
}
.b-doctors__item:nth-of-type(2n) {
  margin-right: 0;
}
.b-ymap-holder {
  width: 100%;
  height: 430px;
  margin-bottom: 33px;
}
.b-ymap-holder .ymaps-glass-pane {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}
/** -------- Find doctor page **/
/** Reg page -------- **/
.b-reg-left {
  float: left;
  width: 477px;
}
.b-reg-left.b-auth__column_social {
  padding-bottom: 0;
  height: 230px;
}
.b-reg-left.b-auth__column_social h3 {
  margin: 0;
}
.b-reg-left .b-mosaic-list__item_incut-social {
  margin-left: 8px;
  margin-right: 7px;
}
.b-reg-left .b-mosaic-list__item_incut-social_vk,
.b-reg-left .b-mosaic-list__item_incut-social_vkontakte {
  background-image: url(i/sprite.png);
  background-position: -290px -307px;
  width: 59px;
  height: 59px;
}
.b-reg-left .b-mosaic-list__item_incut-social_ok,
.b-reg-left .b-mosaic-list__item_incut-social_odnoklassniki {
  background-image: url(i/sprite.png);
  background-position: -82px -307px;
  width: 60px;
  height: 59px;
}
.b-reg-left .b-mosaic-list__item_incut-social_fb,
.b-reg-left .b-mosaic-list__item_incut-social_facebook {
  background-image: url(i/sprite.png);
  background-position: -221px -307px;
  width: 59px;
  height: 59px;
}
.b-reg-left .b-mosaic-list__item_incut-social_tw,
.b-reg-left .b-mosaic-list__item_incut-social_twitter {
  background-image: url(i/sprite.png);
  background-position: -152px -307px;
  width: 59px;
  height: 59px;
}
.b-reg-left_or {
  padding: 0;
}
.b-reg-left_or .h3 {
  margin: 13px 0 14px;
}
.b-reg-left.b-auth__column_form {
  padding: 12px 50px 30px;
  text-align: left;
}
.b-reg-left.b-auth__column_form h3 {
  text-align: center;
}
.b-reg-left.b-auth__column_form input[type=text],
.b-reg-left.b-auth__column_form input[type=email],
.b-reg-left.b-auth__column_form input[type=password],
.b-reg-left.b-auth__column_form select {
  width: 100%;
  height: 27px;
  padding: 1px 20px 3px;
  margin-bottom: 8px;
}
.b-reg-left.b-auth__column_form input[type=text].b-form__field_error,
.b-reg-left.b-auth__column_form input[type=email].b-form__field_error,
.b-reg-left.b-auth__column_form input[type=password].b-form__field_error,
.b-reg-left.b-auth__column_form select.b-form__field_error {
  height: 33px;
}
.b-reg-left.b-auth__column_form input[type=text]::-webkit-input-placeholder,
.b-reg-left.b-auth__column_form input[type=email]::-webkit-input-placeholder,
.b-reg-left.b-auth__column_form input[type=password]::-webkit-input-placeholder,
.b-reg-left.b-auth__column_form select::-webkit-input-placeholder {
  font-weight: 700;
  font-style: normal;
}
.b-reg-left.b-auth__column_form input[type=text]:-moz-placeholder,
.b-reg-left.b-auth__column_form input[type=email]:-moz-placeholder,
.b-reg-left.b-auth__column_form input[type=password]:-moz-placeholder,
.b-reg-left.b-auth__column_form select:-moz-placeholder {
  font-weight: 700;
  font-style: normal;
}
.b-reg-left.b-auth__column_form input[type=text]::-moz-placeholder,
.b-reg-left.b-auth__column_form input[type=email]::-moz-placeholder,
.b-reg-left.b-auth__column_form input[type=password]::-moz-placeholder,
.b-reg-left.b-auth__column_form select::-moz-placeholder {
  font-weight: 700;
  font-style: normal;
}
.b-reg-left.b-auth__column_form input[type=text]:-ms-input-placeholder,
.b-reg-left.b-auth__column_form input[type=email]:-ms-input-placeholder,
.b-reg-left.b-auth__column_form input[type=password]:-ms-input-placeholder,
.b-reg-left.b-auth__column_form select:-ms-input-placeholder {
  font-weight: 700;
  font-style: normal;
}
.b-reg-left.b-auth__column_form input[type=text]:placeholder,
.b-reg-left.b-auth__column_form input[type=email]:placeholder,
.b-reg-left.b-auth__column_form input[type=password]:placeholder,
.b-reg-left.b-auth__column_form select:placeholder {
  font-weight: 700;
  font-style: normal;
}
.b-reg-left.b-auth__column_form .custom-combobox {
  width: 100%;
}
.b-reg-left.b-auth__column_form .custom-combobox .custom-combobox-input {
  padding-top: 3px;
  padding-bottom: 2px;
}
.b-reg-left.b-auth__column_form input[type=submit] {
  margin: 34px auto 0;
  display: block;
}
.b-reg-left .b-form__row {
  border-left: 115px solid transparent;
}
.b-reg-left .b-form__row input[type=text],
.b-reg-left .b-form__row input[type=email],
.b-reg-left .b-form__row input[type=password] {
  height: 37px;
  margin-bottom: 0;
}
.b-reg-left .b-form__row .b-form__label {
  padding: 0;
  margin-right: 18px;
  font-size: 18px;
  line-height: 120%;
}
.b-reg-left .b-form__label {
  font-size: 16px;
  line-height: 120%;
  white-space: nowrap;
}
.b-reg-left .b-form__label_small {
  font-size: 14px;
}
.b-reg-left .b-form__label,
.b-reg-left .b-form__hint {
  padding: 0 10px;
}
.b-reg-left .b-form__error-block {
  position: absolute;
  display: block;
  right: 100%;
  top: 0;
  margin-right: -377px;
  color: #fc4c01;
  font-size: 14px;
}
.b-reg-left label a {
  color: #9caf6a;
  text-decoration: underline;
}
.b-reg-left label a:hover {
  text-decoration: none;
}
.b-reg-left_lk {
  width: 530px;
}
.b-auth__column_authorize label {
  white-space: nowrap;
}
.b-reg-right {
  padding-left: 560px;
}
.b-reg-right h3,
.b-reg-right .h3 {
  text-align: center;
  margin: 33px 0 27px;
}
.b-reg-right_lk {
  padding-left: 580px;
}
.b-reg-right_lk h3,
.b-reg-right_lk .h3 {
  text-align: left;
  margin: 0 0 39px;
}
.b-reg-points {
  padding-left: 83px;
  counter-reset: regitem;
  /*&_lk*/
}
.b-reg-points__item {
  counter-increment: regitem;
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 120%;
  min-height: 78px;
  margin-bottom: 25px;
}
.b-reg-points__item:before {
  display: block;
  position: absolute;
  left: -87px;
  top: 0;
  content: counter(regitem);
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 73px;
  color: white;
  background: #8bbc07;
  border-radius: 50%;
  text-align: center;
  width: 73px;
}
.b-reg-points__item:last-of-type {
  margin-bottom: 0;
}
.b-reg-points__item-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  color: #8bbc07;
  margin-bottom: 6px;
}
.b-reg-points__item {
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 40px;
}
.b-reg-points__item:before {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
  top: 5px;
}
.b-reg-points__item-title {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
}
/** -------- Reg page **/
/** Article page -------- **/
.b-article-main {
  background: #eff4e2;
  padding: 46px 33px 34px;
  margin-bottom: 66px;
}
.b-article-main__header {
  margin: 0 0 16px;
}
.b-article-main__preview {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 19px;
}
.b-article-main__preview > *:last-child {
  margin-bottom: 0;
}
.b-article-main img {
  display: block;
  margin: 0 auto;
}
.b-article-info {
  padding-bottom: 52px;
}
.b-article-info .col-xs-3 {
  padding-right: 99px;
}
.b-article-info_blog .col-xs-3 {
  padding-right: 99px;
}
.b-article-info_blog .col-xs-7 {
  padding-right: 26px;
}
.b-article-info__date {
  text-align: right;
  font-size: 16px;
  line-height: 120%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-bottom: 54px;
}
.b-article-info .b-mosaic-list__item-stats {
  text-align: right;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-article-info .b-mosaic-list__item-stats > * {
  margin: 5px 0 0 16px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-article-info .b-mosaic-list__item-stats a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.b-article-info_blog .b-mosaic-list__item-stats {
  text-align: left;
}
.b-article-info_blog .b-mosaic-list__item-stats > * {
  margin: 0 13px 32px 3px;
}
.b-article-info_blog .b-mosaic-list__item-stats a {
  color: #403f38;
}
.b-article-info_blog .b-mosaic-list__item-stats a.b-mosaic-list__item-like_active {
  color: #8bbc07;
}
.b-article-info__banner {
  margin: 30px 0;
}
.b-article-info__banner:last-child {
  margin-bottom: 0;
}
.b-last-articles {
  border: 3px solid #eaf2d1;
  margin-top: 101px;
}
.b-last-articles__header {
  border-bottom: 3px solid #eaf2d1;
  margin: 0;
  padding: 12px 16px 11px;
}
.b-last-articles ul {
  padding: 26px 10px 14px 30px;
}
.b-last-articles li {
  list-style: none;
  position: relative;
}
.b-last-articles li:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 4px;
  left: -15px;
  background: #8bbc07;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.b-last-articles__item-link {
  display: inline-block;
}
.b-last-articles__item {
  margin-bottom: 26px;
}
.b-last-articles__item:last-of-type {
  margin-bottom: 0;
}
.b-last-articles__item-title {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-last-articles__item-preview {
  font-size: 14px;
  line-height: 16px;
  margin: 1px 0 9px;
}
.b-last-articles__item-section {
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 23px;
  padding: 0 10px;
  min-width: 92px;
  text-align: center;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-last-articles__item-section_green {
  background: #8bbc07;
}
.b-last-articles__item-section_pink {
  background: #e0457b;
}
.b-last-articles__item-section_red {
  background: #fc4c02;
}
.b-last-articles__item-section_teal {
  background: #0093b2;
}
.b-last-articles__item-section_blue {
  background: #2e008b;
}
.b-last-articles__item-link:hover {
  text-decoration: none;
}
.b-last-articles__item-link:hover .b-last-articles__item-title {
  color: #8bbc07;
}
.b-last-articles__item-link:hover .b-last-articles__item-section_green {
  background: #9dd508;
}
.b-last-articles__item-link:hover .b-last-articles__item-section_pink {
  background: #e7719a;
}
.b-last-articles__item-link:hover .b-last-articles__item-section_red {
  background: #fd6f34;
}
.b-last-articles__item-link:hover .b-last-articles__item-section_teal {
  background: #00bde5;
}
.b-last-articles__item-link:hover .b-last-articles__item-section_blue {
  background: #3f00be;
}
.b-articles-more {
  background: #eff4e2;
  padding: 35px 33px 28px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 80px;
}
.b-articles-more__header {
  margin: 0 0 23px;
}
.b-articles-more__item {
  display: inline-block;
  vertical-align: top;
  width: 338px;
  padding: 0 50px;
  font-size: 14px;
  line-height: 120%;
}
.b-articles-more__item img {
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-filter: grayscale(100%);
}
.b-articles-more__item-title {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  margin: 12px 0 3px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-articles-more__item-link:hover {
  text-decoration: none;
}
.b-articles-more__item-link:hover img {
  filter: none;
  -webkit-filter: none;
}
.b-articles-more__item-link:hover .b-articles-more__item-title {
  color: #8bbc07;
}
.b-articles-more .b-mosaic-list__item-stats {
  text-align: left;
}
.b-articles-more .b-mosaic-list__item-stats > * {
  font-size: 14px;
  margin: 12px 15px 0 0;
}
/** -------- Article page **/
/** Dummy pages -------- **/
.b-dummy {
  position: relative;
  min-height: 875px;
}
.b-dummy__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.b-dummy__holder {
  position: relative;
  z-index: 1;
  top: 57px;
  left: 65px;
  width: 540px;
  line-height: 1.33em;
}
.b-dummy_club .b-dummy__holder {
  width: 820px;
}
.b-dummy__header {
  margin-bottom: 34px;
}
.b-dummy a {
  color: white;
}
.b-dummy a:hover {
  color: #403f38;
  text-decoration: none;
}
/** -------- Dummy pages **/
/** LK page -------- **/
.b-lk-change-avatar {
  float: left;
  width: 160px;
  text-align: center;
  margin-top: -6px;
  position: relative;
}
.b-lk-change-avatar img {
  border-radius: 50%;
  margin: 0 0 10px;
  float: none;
}
.b-lk-change-avatar .b-dropzone {
  padding: 0;
  border: 0;
  background: none;
}
.b-lk-change-avatar .b-dropzone input[type=submit] {
  text-transform: none;
  min-width: 0;
  font-size: 16px;
  line-height: 30px;
}
.b-lk-change-avatar .b-file-name {
  font-size: 15px;
  line-height: 120%;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-lk-change-avatar .b-input-file-holder__link {
  display: none;
}
.b-lk-change-avatar__img {
  width: 160px;
  height: 110px;
  margin: 0 auto 10px;
  display: table-cell;
  vertical-align: middle;
}
.b-lk-change-avatar .b-dropzone {
  min-height: 0;
  height: auto;
}
.b-lk-change-avatar .b-dropzone.dz-clickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.b-lk-change-avatar .b-dropzone.dz-clickable.dz-started {
  z-index: 3;
}
.b-lk-change-avatar .b-dropzone .dz-preview {
  background: #eff4e2;
  margin: 0;
}
.b-lk-change-avatar .dz-error-message {
  display: none !important;
}
.b-lk-change-avatar .b-dropzone .dz-preview .dz-remove {
  display: none;
}
.b-lk-change-avatar .b-dropzone .dz-preview .dz-image {
  width: 110px;
  height: 110px;
}
.b-lk-change-avatar .fallback .b-input-file-holder__link,
.b-lk-change-avatar .dz-clickable + .b-input-file-holder__link {
  display: block;
}
.b-input-file-holder {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.b-input-file-holder input[type=file] {
  font-size: 1000px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 1000%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.b-input-file-holder__link {
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 120%;
  color: #2e008b;
  text-decoration: underline;
  padding: 0 5px;
}
.b-input-file-holder:hover .b-input-file-holder__link {
  text-decoration: none;
}
.b-lk-menu {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin-bottom: 57px;
}
.b-lk-menu__item {
  display: inline-block;
  margin: 0;
  background: #f7f3ff;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
  position: relative;
  padding: 0 8px;
}
.b-lk-menu__item:first-of-type {
  padding-left: 25px;
  border-radius: 4px 0 0 4px;
}
.b-lk-menu__item:last-of-type {
  padding-right: 25px;
  border-radius: 0 4px 4px 0;
}
.b-lk-menu__item:before {
  display: none;
}
.b-lk-menu__link {
  display: block;
  padding: 0 34px;
  height: 35px;
  line-height: 35px;
  position: relative;
  top: -2px;
  border-radius: 2px;
}
.b-lk-menu__item_active .b-lk-menu__link {
  background: #2e008b;
  color: white;
}
.b-lk-menu__item_active .b-lk-menu__link:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 100%;
  left: 50%;
  border: 11px solid transparent;
  border-color: #2e008b transparent transparent transparent;
  width: 0;
  height: 0;
  margin-left: -11px;
  margin-top: -1px;
}
.b-lk-menu__item_green.b-lk-menu__item_active .b-lk-menu__link {
  background: #8bbc07;
}
.b-lk-menu__item_green.b-lk-menu__item_active .b-lk-menu__link:before {
  border-top-color: #8bbc07;
}
.b-lk-menu__count {
  background: #8bbc07;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
  min-width: 30px;
  display: inline-block;
  position: absolute;
  text-align: center;
  border: 3px solid white;
  top: -15px;
  right: 0;
  z-index: 10;
}
.b-lk-block {
  padding: 21px 20px 21px 27px;
  margin-bottom: 40px;
}
.b-lk-block:before,
.b-lk-block:after {
  content: " ";
  display: table;
}
.b-lk-block:after {
  clear: both;
}
.b-lk-block:before,
.b-lk-block:after {
  content: " ";
  display: table;
}
.b-lk-block:after {
  clear: both;
}
.b-lk-block_green {
  background: #eff4e2;
}
.b-lk-block_purple {
  background: #f4eeff;
}
.b-lk-block .b-form__label {
  padding: 0 6px;
  width: 100%;
  font-size: 18px;
}
.b-lk-block .b-form__label_small {
  font-size: 16px;
}
.b-lk-block input[type=text],
.b-lk-block input[type=password],
.b-lk-block input[type=email],
.b-lk-block textarea,
.b-lk-block select,
.b-lk-block .selectboxit-container {
  width: 100%;
  margin-bottom: 21px;
  font-weight: 400;
  font-style: normal;
  max-width: 378px;
}
.b-lk-block input[type=text][disabled],
.b-lk-block input[type=password][disabled],
.b-lk-block input[type=email][disabled],
.b-lk-block textarea[disabled] {
  color: #b4b4b2;
}
.b-lk-block .b-form__hint {
  padding: 0 6px;
  font-size: 16px;
  line-height: 17px;
  color: #44433e;
  margin-bottom: 8px;
}
.b-lk-block .custom-combobox input[type=text] {
  height: 27px;
  font-weight: 700;
  font-style: normal;
  padding-top: 2px;
  margin-bottom: 23px;
}
.b-lk-block .selectboxit-container {
  margin-bottom: 14px;
  margin-top: 5px;
}
.b-lk-block .custom-combobox-toggle:after {
  border-top-color: #2e008b;
  border-width: 7px;
  margin-left: -10px;
  margin-top: -3px;
}
.b-lk-block__row {
  width: 223px;
  float: left;
  margin-right: 36px;
}
.b-lk-block__row:nth-of-type(2n) {
  margin-right: 0;
}
.b-lk-block .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border-width: 7px;
  border-top-color: #2e008b;
  margin-top: -3px;
}
.b-lk-block .selectboxit-text {
  font-size: 16px;
  text-indent: 11px;
}
.b-lk-block .btn {
  float: right;
  text-transform: none;
  font-size: 18px;
  line-height: 41px;
  min-width: 0;
  padding: 0 38px;
  margin-top: 30px;
  margin-bottom: 13px;
}
.b-lk-block__field {
  position: relative;
  display: inline-block;
  min-width: 378px;
}
.b-lk-block__hint-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 37px;
}
.b-lk-block__hint-block:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  /*.size(@width * 1px, @height * 1px);*/
  border-radius: 50%;
  background: #2e008b;
  width: 15px;
  height: 15px;
}
.b-lk-block__hint-block:after {
  position: absolute;
  content: "i";
  display: block;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  /*.size(@width * 1px, @height * 1px);*/
  width: 15px;
  height: 15px;
  text-align: center;
  z-index: 1;
  font-size: 14px;
  line-height: 15px;
  color: white;
}
.b-lk-block__hint-block-text {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: -48px;
  z-index: 100;
  left: -9999px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  padding: 17px 10px 20px 15px;
  background: #f7f3ff;
  font-size: 14px;
  line-height: 120%;
  width: 217px;
}
.b-lk-block__hint-block:hover .b-lk-block__hint-block-text {
  left: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-lk-form-link {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.b-lk-form-link:hover {
  text-decoration: none;
}
.b-lk-form-link_right {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 10;
}
.b-lk-form-brake {
  height: 28px;
}
.b-one-story__header {
  font-size: 24px;
  line-height: 120%;
  margin: 23px 0 17px;
}
.b-one-story__item {
  background: #f7f3ff;
  padding: 35px 23px 11px;
  max-width: 830px;
}
.b-one-story__item:before,
.b-one-story__item:after {
  content: " ";
  display: table;
}
.b-one-story__item:after {
  clear: both;
}
.b-one-story__item:before,
.b-one-story__item:after {
  content: " ";
  display: table;
}
.b-one-story__item:after {
  clear: both;
}
.b-one-story__item-table {
  display: table;
  margin-bottom: 52px;
  width: 100%;
}
.b-one-story__item-cell {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 17px 0 40px;
}
.b-one-story__item-cell:first-of-type {
  vertical-align: top;
  padding: 0;
}
.b-one-story__item img {
  border-radius: 50%;
  border: 6px solid white;
  max-width: none;
}
.b-one-story__item-title {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-weight: 700;
  font-style: normal;
}
.b-one-story__item-title a:hover {
  color: #fc4c02;
  text-decoration: none;
}
.b-one-story__item-text {
  font-size: 16px;
  line-height: 120%;
}
.b-one-story__item-stats {
  float: right;
  max-width: 500px;
  margin-top: 6px;
}
.b-one-story__item-tags {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  max-width: 350px;
  text-align: right;
}
.b-one-story__item-tags a {
  display: inline-block;
  margin-left: 10px;
}
.b-one-story__item-tags a:hover {
  color: #fc4c02;
  text-decoration: none;
}
.b-blog-posts .b-one-story__item-tags a:hover {
  color: #2e008b;
}
.color_teal .b-one-story__item-tags a:hover {
  color: #0093b2;
}
.color_red .b-one-story__item-tags a:hover {
  color: #fc4c02;
}
.b-one-story__item .b-one-story__item-tags a:hover {
  color: #fc4c02;
}
.b-one-story__item .b-mosaic-list__item-stats {
  text-align: right;
  position: relative;
  right: -8px;
}
.b-one-story .b-theme-btn {
  text-transform: uppercase;
  font-size: 16px;
}
.b-one-story .b-blog-posts__item-block-link,
.b-one-story .b-blog-posts__item-block-link:hover,
.b-one-story .b-blog-posts__item-block-link:active {
  color: #fc4c02;
}
.b-theme-btn.b-theme-btn {
  display: inline-block;
  color: white;
  padding: 0 15px;
  font-size: 18px;
  line-height: 24px;
  min-width: 130px;
  text-align: center;
  background: #e0457b;
  margin-bottom: 16px;
}
.b-theme-btn.b-theme-btn:hover {
  color: white;
  text-decoration: none;
  background: #e7719a;
}
.b-theme-btn.b-theme-btn:active {
  color: white;
  text-decoration: none;
}
.b-theme-btn.b-theme-btn_teal {
  background: #0093b2;
}
.b-theme-btn.b-theme-btn_teal:hover {
  background: #00a8cb;
}
.b-theme-btn.b-theme-btn_blue,
.color_blue .b-theme-btn.b-theme-btn {
  background: #2e008b;
}
.b-theme-btn.b-theme-btn_blue:hover,
.color_blue .b-theme-btn.b-theme-btn:hover {
  background: #3f00be;
}
.b-theme-btn.b-theme-btn_green {
  background: #8bbc07;
}
.b-theme-btn.b-theme-btn_green:hover {
  background: #9dd508;
}
.b-theme-btn.b-theme-btn_red {
  background: #fc4c02;
}
.b-theme-btn.b-theme-btn_red:hover {
  background: #fd6f34;
}
/** -------- LK page **/
/** LK blog -------- **/
.b-add-blog-post {
  margin-bottom: 50px;
}
.b-add-blog-post__btn {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 51px;
  background: #eff4e2;
  padding: 0 20px 0 30px;
}
.b-add-blog-post__btn:after {
  content: "\0000a0";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #403f38 transparent transparent;
  border-width: 8px 6px;
  position: relative;
  top: 4px;
  margin-left: 12px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-add-blog-post__btn:hover,
.b-add-blog-post__btn:active,
.b-add-blog-post__btn_active,
.b-add-blog-post__btn:focus {
  text-decoration: none;
}
.b-add-blog-post__btn_active:after {
  border-color: transparent transparent #403f38;
  top: -4px;
}
.b-add-post-form {
  padding: 21px 32px 38px 30px;
  background: #eff4e2;
  position: relative;
}
.b-add-post-form .b-form__label {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 7px;
}
.b-add-post-form .b-form__label_small {
  font-size: 16px;
}
.b-add-post-form .b-form__label_required {
  font-weight: 700;
  font-style: normal;
}
.b-add-post-form .b-form__label_required .b-star-required {
  display: inline;
}
.b-add-post-form .b-star-required {
  display: none;
}
.b-add-post-form input[type=text],
.b-add-post-form input[type=password],
.b-add-post-form input[type=email],
.b-add-post-form textarea,
.b-add-post-form select,
.b-add-post-form .selectboxit-container {
  width: 717px;
  margin-bottom: 29px;
}
.b-add-post-form .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border-width: 7px;
  border-top-color: #2e008b;
  margin-top: -3px;
}
.b-add-post-form .selectboxit-text {
  text-indent: 16px;
  font-size: 16px;
}
.b-add-post-form__textarea {
  height: 310px;
  min-height: 200px;
  max-height: 700px;
  resize: vertical;
}
.b-add-post-form .b-add-post-form__title {
  height: 68px;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-style: normal;
  padding: 14px 18px;
  border-radius: 18px;
}
.b-add-post-form__wysiwyg {
  margin-bottom: 40px;
}
.b-add-post-form__wysiwyg img {
  display: block;
}
.b-add-post-form__tags-input {
  margin-bottom: 29px;
  position: relative;
}
.b-add-post-form__tags-input input[type=text] {
  margin-bottom: 5px;
}
.b-add-post-form__tag {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-style: italic;
  border-bottom: 2px dotted #403f38;
}
.b-add-post-form__tag:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.b-add-post-form__tag:first-of-type {
  margin-left: 10px;
  display: inline-block;
}
.b-add-post-form__action-link {
  float: right;
  font-size: 14px;
  line-height: 41px;
  font-weight: 400;
  font-style: italic;
  color: #2e008b;
  text-decoration: underline;
  position: absolute;
  bottom: 38px;
  right: 36px;
}
.b-add-post-form__action-link:hover {
  text-decoration: none;
}
.b-add-post-form input[type=submit] {
  margin: 0 auto;
  display: block;
  font-size: 15px;
  line-height: 41px;
  border-radius: 16px;
  min-width: 194px;
}
.color_stories .b-add-post-form {
  background: #eae5f3;
}
.color_red .b-add-post-form a {
  color: #fc4c02;
  text-decoration: underline;
}
.color_red .b-add-post-form a:hover {
  color: #fc4c02;
  text-decoration: none;
}
.color_red .b-add-post-form input[type=checkbox]:checked + label.b-form__checkbox_after:after {
  background-image: url(i/sprite.png);
  background-position: -386px -149px;
  width: 20px;
  height: 17px;
  margin-left: 0;
  top: -1px;
}
.b-add-post-form_story {
  width: 773px;


  padding: 23px 25px 65px 25px;
  margin-bottom: 110px;
}
.b-add-post-form_story input[type=text],
.b-add-post-form_story input[type=password],
.b-add-post-form_story input[type=email],
.b-add-post-form_story textarea,
.b-add-post-form_story select,
.b-add-post-form_story .selectboxit-container {
  width: 100%;
}
.b-add-post-form_story input[type=submit] {
  margin: 90px 0 0 auto;
  font-size: 18px;
  line-height: 41px;
  padding: 0 27px;
}
.b-add-post-form_story .b-add-post-form__textarea {
  font-weight: normal;
}
.b-add-post-form__file-story {
  padding-bottom: 30px;
}
.b-add-post-form__file-story .b-form__label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-right: 57px;
}
.b-add-post-form__file-story-block {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  border: 2px dotted #fc4c02;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.b-add-post-form__file-story-block:before,
.b-add-post-form__file-story-block:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  background: #fc4c02;
  top: 50%;
  left: 50%;
}
.b-add-post-form__file-story-block:before {
  width: 5px;
  height: 50px;
  margin: -25px 0 0 -3px;
}
.b-add-post-form__file-story-block:after {
  width: 50px;
  height: 5px;
  margin: -3px 0 0 -25px;
}
.b-add-post-form__file-story-block.b-active:before,
.b-add-post-form__file-story-block.b-active:after {
  display: none;
}
.b-add-post-form__file-story-block input[type=checkbox],
.b-add-post-form__file-story-block label {
  display: none;
}
.b-add-post-form__file-story-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 25px;
}
.b-add-post-form__file-story-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 0 20px;
  background: none;
  border: 0;
  z-index: 10;
}
.b-add-post-form__file-story-container .dz-preview {
  margin: 40px 16px 20px;
}
.b-add-post-form__file-story-container .dz-error-message {
  display: none !important;
}
.b-add-post-form__file-story-container .dz-preview.dz-image-preview {
  background: none;
}
.b-add-post-form__file-story-container .dz-preview .dz-image {
  border-radius: 0;
}
.b-add-post-form__file-story-container.dz-drag-hover {
  background: rgba(255, 255, 255, 0.3);
}
.b-add-post-form__file-story input[type=file] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 500px;
  cursor: pointer;
  z-index: 10;
}
.b-add-post-form__file-story .b-file-name {
  position: absolute;
  top: 86px;
  left: 10%;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fc4c02;
}
.b-add-post-form__file {
  border: 2px dotted #2e008b;
  border-radius: 14px;
  text-align: center;
  padding: 10px 0 10px;
  position: relative;
  margin: 68px 0 61px;
  overflow: visible;
  background: none;
  box-shadow: none;
}
.b-add-post-form__file:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: -22px;
  left: 14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2e008b;
  z-index: 5;
}
.b-add-post-form__file:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -274px;
  width: 23px;
  height: 25px;
  left: 26px;
  top: -12px;
  z-index: 10;
}
.b-add-post-form__file .file-extended {
  margin: 0;
}
.b-add-post-form__file .file-extended .file-selector {
  border: 3px solid transparent;
}
.b-add-post-form__file .file-extended .file-selector,
.b-add-post-form__file .file-extended .file-selector:hover {
  color: #403f38;
  padding: 18px 0 13px;
  margin: 10px 20px;
}
.b-add-post-form__file .file-extended .file-uploader {
  color: #403f38;
}
.b-add-post-form__file .file-placeholder {
  margin: 10px 20px;
}
.b-add-post-form__file .file-placeholder .files-list td {
  box-shadow: none;
  border-bottom-color: #bbb;
  border-bottom-color: transparent;
  font-size: 14px;
  line-height: 120%;
}
.b-add-post-form__file .file-placeholder .files-text,
.b-add-post-form__file .feed-add-img-title {
  color: #2e008b;
}
.b-add-post-form__file-big {
  color: #2e008b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.b-add-post-form__file-comment {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
.file-but-text .b-add-post-form__file-big,
.file-but-text .b-add-post-form__file-comment {
  position: static;
}
.b-add-post-form__file .b-dropzone .dz-preview {
  margin: 30px;
}
.b-add-post-form__file.b-dropzone-active {
  height: 204px;
}
.b-add-post-form__file.b-dropzone-active .b-add-post-form__file-big,
.b-add-post-form__file.b-dropzone-active .b-add-post-form__file-comment {
  display: none;
}
.dropzone-no-support .b-add-post-form__file-comment {
  display: none;
}
.b-add-post-form__file input[type=file] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 500px;
  cursor: pointer;
}
.b-add-post-form__file .b-file-name {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 28%;
  margin: -10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: #2e008b;
}
.b-add-post-form .b-tags-cloud {
  position: absolute;
  left: 100%;
  width: 225px;
  height: 1000px;
  margin-left: 60px;
  top: -484px;
}
.b-add-post-form .b-tags-cloud__container {
  display: table-cell;
  width: 225px;
  height: 1000px;
  vertical-align: middle;
}
.b-add-post-form .b-tags-cloud a {
  text-decoration: none;
  color: #afa0c9;
}
.b-add-post-form .b-tags-cloud a:hover {
  color: #887aa0;
}
.b-add-post-form__tags-hint {
  text-align: right;
  color: #fc4c02;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 120%;
}
.b-add-post-form__tags-hint .b-icon {
  background-image: url(i/sprite.png);
  background-position: -464px -149px;
  width: 10px;
  height: 9px;
  display: inline-block;
}
.b-add-post-form__row {
  float: left;
  width: 267px;
  margin-right: 52px;
  clear: left;
}
.b-add-post-form__row .b-form__label {
  padding-right: 0;
}
.b-add-post-form__row input[type=text] {
  max-width: 267px;
}
.b-add-post-form__row_second {
  float: none;
  margin-right: 0;
  width: 100%;
  padding-left: 319px;
  clear: none;
}
.b-add-post-form__row .b-form__checkbox {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #545351;
  font-size: 15px;
  line-height: 120%;
}
.b-add-post-form__chck-hint {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  font-style: italic;
  padding: 2px 0 0;
}
.b-add-post-form table {
  border-collapse: collapse;
}
.b-add-post-form table td {
  padding: inherit;
  border: inherit;
}
.b-blog-posts {
  padding-left: 30px;
}
.b-blog-posts__header {
  margin: 0;
  font-size: 30px;
  line-height: 120%;
}
.b-blog-posts__table {
  display: table;
  width: 100%;
}
.b-blog-posts__list,
.b-blog-posts__themes {
  display: table-cell;
  vertical-align: top;
}
.b-blog-posts__list {
  width: 700px;
}
.b-blog-posts__themes {
  padding: 48px 0 0 79px;
}
.b-blog-posts__item {
  padding: 23px 0 47px;
  max-width: 830px;
}
.b-blog-posts__item:before,
.b-blog-posts__item:after {
  content: " ";
  display: table;
}
.b-blog-posts__item:after {
  clear: both;
}
.b-blog-posts__item:before,
.b-blog-posts__item:after {
  content: " ";
  display: table;
}
.b-blog-posts__item:after {
  clear: both;
}
.b-blog-posts__item-date {
  color: #929191;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
}
.b-blog-posts__item-date_right {
  float: right;
}
.b-blog-posts__item-title {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-weight: 700;
  font-style: normal;
}
.b-blog-posts__item-title a {
  color: black;
}
.b-blog-posts__item-title a:hover {
  text-decoration: none;
  color: #2e008b;
}
.b-blog-posts__item-title a:active {
  text-decoration: none;
}
.color_teal .b-blog-posts__item-title a:hover {
  color: #0093b2;
}
.color_red .b-blog-posts__item-title a:hover {
  color: #fc4c02;
}
.b-blog-posts__item-text {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 11px;
}
.b-blog-posts__item-stats {
  float: right;
  max-width: 500px;
  margin-top: 6px;
}
.b-blog-posts__item .b-one-story__item-tags {
  text-align: right;
  margin-bottom: 16px;
}
.b-blog-posts__item .b-mosaic-list__item-stats {
  text-align: right;
  position: relative;
  right: -8px;
}
.b-blog-posts__item .b-mosaic-list__item-stats > * {
  margin-top: 0;
}
.b-blog-posts__item-block-link {
  font-size: 16px;
  line-height: 120%;
  color: #2e008b;
  text-decoration: underline;
}
.b-blog-posts__item-block-link:hover {
  text-decoration: none;
  color: #2e008b;
}
.b-blog-posts__item-nickname {
  color: black;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
a.b-blog-posts__item-nickname:hover {
  text-decoration: underline;
  color: #8bbc07;
}
.b-blog-posts__item-acc-link {
  display: block;
}
.b-blog-posts__item-acc-link:hover img {
  border-color: #8bbc07 !important;
}
.b-blog-posts__item-acc-link:hover .b-blog-posts__item-nickname {
  color: #8bbc07;
  text-decoration: underline;
}
.b-blog-posts__item-param {
  color: #929191;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
}
.b-blog-posts__item-story-source {
  position: relative;
  display: block;
  padding-left: 55px;
  font-size: 14px;
  line-height: 15px;
  padding-top: 6px;
  display: inline-block;
}
.b-blog-posts__item-story-source img {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #8bbc07;
  border-radius: 50%;
}
.b-blog-posts__item-story-source_no-img {
  padding-left: 0;
}
.b-blog-posts_big {
  padding-left: 0;
}
.b-blog-posts_big .b-blog-posts__list {
  width: 776px;
}
.b-blog-posts_big .b-blog-posts__themes {
  padding-top: 0;
  max-width: 304px;
  min-width: 304px;
}
.b-blog-posts_big .b-blog-posts__item {
  display: table;
  width: 100%;
  padding: 23px 0 55px;
}
.b-blog-posts_big .b-blog-posts__item-left {
  display: table-cell;
  vertical-align: top;
  width: 171px;
  padding-right: 39px;
  text-align: center;
  padding-top: 4px;
}
.b-blog-posts_big .b-blog-posts__item-left img {
  border-radius: 50%;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  margin-bottom: 12px;
}
.b-blog-posts_big .b-blog-posts__item-right {
  display: table-cell;
  vertical-align: top;
}
.b-blog-posts_big .b-blog-posts__item-text {
  margin-bottom: 18px;
}
.b-blog-posts_authors .b-blog-posts__list {
  width: auto;
}
.b-blog-posts_authors .b-blog-posts__themes {
  padding-left: 0;
  max-width: 225px;
  min-width: 225px;
}
.b-blog-posts_author .b-blog-posts__themes {
  padding-left: 0;
  max-width: 265px;
  min-width: 265px;
  padding-right: 40px;
}
.b-blog-posts_author .b-blog-posts__list {
  width: 815px;
}
.b-blog-posts_author .b-blog-posts__item {
  padding-left: 23px;
  padding-right: 23px;
}
.b-blog-posts_author .b-one-story__item {
  padding-top: 15px;
}
.b-blog-posts_stories .b-blog-posts__item-left {
  width: 168px;
  padding-right: 17px;
  padding-top: 30px;
}
.b-blog-posts_stories .b-one-story__item-tags {
  max-width: 400px;
}
.b-blog-posts_stories .b-blog-posts__item-story-source {
  max-width: 205px;
}
.b-blog-themes {
  width: 225px;
  text-align: center;
  margin-bottom: 25px;
}
.b-blog-themes:before,
.b-blog-themes:after {
  content: " ";
  display: table;
}
.b-blog-themes:after {
  clear: both;
}
.b-blog-themes:before,
.b-blog-themes:after {
  content: " ";
  display: table;
}
.b-blog-themes:after {
  clear: both;
}
.b-blog-themes__group {
  width: 225px;
  border-radius: 50%;
  background: #2e008b;
  color: white;
  border: 24px solid transparent;
  float: left;
  border-width: 24px;
  margin-top: -36px;
  min-width: 170px;
}
.b-blog-themes__group:first-of-type {
  height: 225px;
  margin-top: 0;
  border-width: 24px;
}
.b-blog-themes__group.js-do-square-element {
  height: auto;
}
.b-blog-themes__header {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  margin: 0 0 9px;
}
.b-blog-themes__link {
  font-size: 18px;
  line-height: 120%;
  display: block;
  color: white;
  margin: 4px 0;
}
.b-blog-themes__link:hover {
  text-decoration: none;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.b-blog-themes__count {
  font-size: 13px;
  color: #7ae1bf;
}
.b-blog-themes__group_small {
  background: #fc4c02;
  width: auto;
  height: auto;
  border: 0;
  padding: 0 30px;
  margin-top: -46px;
  position: relative;
}
.b-blog-themes__group_small .b-blog-themes__count {
  color: #eae5f3;
}
.color_teal .b-blog-themes__group {
  background: #0093b2;
}
.color_teal .b-blog-themes__group_small {
  background: #e0457b;
}
.color_teal .b-blog-themes__group_small .b-blog-themes__count {
  color: #d6c3fd;
}
/** -------- LK blog **/
/** LK consultation -------- **/
.b-text-block {
  width: 855px;
  margin: 0 auto 67px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  color: black;
  padding-top: 24px;
}
.b-text-block__header {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 11px;
}
.color_teal .b-text-block__header {
  color: #0093b2;
}
.b-text-block__header a {
  color: #0093b2;
  text-decoration: underline;
}
.b-text-block__header a:hover {
  text-decoration: none;
}
.b-text-block__bigger {
  font-size: 24px;
  line-height: 120%;
}
.b-text-block__bigger a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-text-block__bigger a:hover {
  text-decoration: none;
}
.b-fullsize-form {
  background: #eff4e2;
  padding: 62px 0;
  text-align: center;
}
.b-fullsize-form .container {
  width: 532px;
}
.b-fullsize-form .b-form__label {
  width: 100%;
  margin-bottom: 7px;
}
.b-fullsize-form input[type=text] {
  width: 100%;
  margin-bottom: 42px;
}
.b-fullsize-form input[type=submit],
.b-fullsize-form .b-input-submit {
  font-size: 20px;
  line-height: 40px;
  text-transform: none;
  min-width: 204px;
  margin-top: 31px;
  padding: 0 36px;
}
.b-fullsize-form .b-fullsize-form__big-label {
  font-size: 24px;
  line-height: 120%;
  margin: 26px 0 18px;
}
.b-fullsize-form__id {
  color: black;
  font-size: 78px;
  line-height: 120%;
  margin-bottom: 59px;
}
/** -------- LK consultation **/
/** LK notices -------- **/
.b-lk-notices {
  width: 884px;
  margin: 0 auto;
}
.b-lk-notices__item {
  margin-bottom: 13px;
  padding: 19px 31px 19px 138px;
  position: relative;
  min-height: 85px;
  font-size: 16px;
  line-height: 120%;
}
.b-lk-notices__item_new {
  background: #eff4e2;
}
.b-lk-notices__item-avatar {
  position: absolute;
  top: 3px;
  left: 31px;
  width: 78px;
  text-align: center;
}
.b-lk-notices__item-avatar img {
  border-radius: 50%;
  border: 3px solid white;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
a.b-lk-notices__item-avatar:hover img {
  border-color: #8bbc07;
}
.b-lk-notices__item-date {
  float: right;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px 20px;
}
.b-lk-notices__item-name {
  display: inline-block;
  color: #8bbc07;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1px;
}
.b-lk-notices__item-name:hover,
.b-lk-notices__item-name:active {
  text-decoration: none;
}
.b-lk-notices__item-text {
  color: black;
}
.b-lk-notices__item-text a {
  color: black;
  text-decoration: underline;
}
.b-lk-notices__item-text a:hover {
  text-decoration: none;
}
a.b-lk-notices__item-link-post {
  color: #44433e;
}
.b-lk-notices .b-mosaic-list__btn {
  background: #eff4e2;
  margin: 80px 0;
}
.b-lk-notices .b-mosaic-list__btn:hover {
  background: #8bbc07;
}
/** -------- LK notices **/
/** Social Network: Last Posts -------- **/
.b-sort-block {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.b-sort-block__title {
  display: inline-block;
  color: #888783;
  padding: 0 12px;
  min-width: 171px;
  font-size: 18px;
  line-height: 120%;
}
.b-sort-block__title_no-padding {
  padding-left: 0;
}
.b-sort-block__item {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 24px;
  color: #0093b2;
}
.b-sort-block__item:hover {
  border-bottom: 1px dotted #0093b2;
  text-decoration: none;
  color: #0093b2;
}
.b-sort-block__item:active {
  text-decoration: none;
  color: #0093b2;
}
.b-sort-block__item_active {
  font-weight: 700;
  font-style: normal;
  cursor: default;
}
.b-sort-block__item_active:hover {
  border: 0;
}
.b-sort-block_filtered {
  margin-top: 15px;
}
.b-sort-block__filter {
  color: #0093b2;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
.b-sort-block__cancel {
  display: inline-block;
  width: 46px;
  height: 50px;
  position: relative;
}
.b-sort-block__cancel:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 4px;
  right: 2px;
  background-image: url(i/sprite.png);
  background-position: -52px -389px;
  width: 16px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -8px;
}
.b-sort-block__cancel:hover,
.b-sort-block__cancel:active,
.b-sort-block__cancel:focus {
  text-decoration: none;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.color_red .b-sort-block__item {
  color: #fc4c02;
}
.color_red .b-sort-block__item:hover {
  color: #fc4c02;
  border-color: #fc4c02;
}
.color_red .b-sort-block__filter {
  color: #fc4c02;
}
.b-tags-cloud {
  margin-bottom: 30px;
  text-align: center;
  font-size: 11px;
  line-height: 200%;
  font-weight: 700;
  font-style: normal;
}
.b-tags-cloud a {
  color: #8bbc07;
  display: inline-block;
  margin: 0 10px;
}
.b-tags-cloud a:hover {
  color: #fc4c02;
  text-decoration: none;
}
.color_teal .b-tags-cloud a:hover {
  color: #0093b2;
}
/** -------- Social Network: Last Posts **/
/** Social Network: Authors -------- **/
.b-authors-list {
  width: 100%;
  padding-left: 21px;
  font-size: 0;
  line-height: 0;
}
.b-authors-list__item {
  display: inline-block;
  vertical-align: top;
  width: 278px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding: 0 37px;
  border-left: 1px solid #0093b2;
  margin-bottom: 26px;
}
.b-authors-list__item:nth-of-type(3n+1) {
  border-left: 0;
}
.b-authors-list__item-age {
  position: absolute;
  top: 0;
  left: 37px;
  color: #666560;
  font-size: 13px;
  line-height: 13px;
}
.b-authors-list__item-img {
  font-size: 0;
  line-height: 0;
  padding-bottom: 19px;
  display: table-cell;
  vertical-align: middle;
  width: 204px;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.b-authors-list__item-img img {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-authors-list__item-name {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.b-authors-list__item-status {
  position: relative;
  display: inline-block;
  bottom: 6px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.b-authors-list__item-status_online {
  background: #8bbc07;
}
.b-authors-list__item-status_offline {
  background: #fc4c02;
}
.b-authors-list__item-acc-link {
  display: block;
}
.b-authors-list__item-acc-link:hover .b-authors-list__item-img img {
  border-color: #8bbc07;
}
.b-authors-list__item-acc-link:hover .b-authors-list__item-name {
  color: #8bbc07;
  text-decoration: underline;
}
.b-authors-list__item-nowrap {
  white-space: nowrap;
}
.b-authors-list__item-params {
  margin-bottom: 17px;
}
.b-authors-list__item-lnk {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #929191;
  background: #daf7ed;
  margin: 12px 0 10px;
}
.b-authors-list__item-lnk:hover {
  text-decoration: none;
  color: white;
  background: #0093b2;
}
.b-authors-list__item_empty {
  border-color: transparent;
}
.b-authors-list .b-mosaic-list__btn-holder {
  margin-top: 40px;
}
.b-form-authors {
  font-size: 0;
  line-height: 0;
  margin-top: 12px;
}
.b-form-authors input[type=text],
.b-form-authors .selectboxit-container,
.b-form-authors .custom-combobox {
  min-width: 255px;
  max-width: 255px;
  width: 255px;
  display: inline-block;
  margin-left: 51px;
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  font-size: 14px;
  line-height: 120%;
}
.b-form-authors input[type=text] {
  margin-left: 0;
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  font-size: 14px;
  line-height: 120%;
  height: 31px;
  padding-top: 2px;
  padding-left: 15px;
}
.b-form-authors input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-form-authors input[type=text]:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-form-authors input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-form-authors input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-form-authors input[type=text]:placeholder {
  font-weight: 400;
  font-style: italic;
  color: #0093b2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-form-authors .custom-combobox-toggle {
  height: 100%;
}
.b-form-authors .custom-combobox-toggle:after {
  border-top-color: #0093b2;
  border-width: 9px 6px;
  margin-top: -3px;
  margin-left: -6px;
}
.b-form-authors .selectboxit-container .selectboxit,
.b-form-authors .selectboxit-container .selectboxit-text {
  height: 31px;
  font-weight: 400;
  font-style: italic;
  line-height: 31px;
}
.b-form-authors .selectboxit-container .selectboxit-text {
  text-indent: 15px;
  color: #0093b2;
}
.b-form-authors .selectboxit-container .selectboxit-options {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}
.b-form-authors .selectboxit-container .selectboxit-arrow-container {
  height: 31px;
  right: 6px;
}
.b-form-authors .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
  border-top-color: #0093b2;
  border-width: 9px 6px;
  margin-top: -3px;
}
.b-form-authors .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #0093b2;
}
.b-form-authors input[type=submit] {
  float: right;
  font-size: 15px;
  line-height: 31px;
  padding: 0 44px;
  min-width: 0;
  margin-top: 6px;
}
.b-author-info {
  padding: 22px 12px 38px;
  text-align: center;
}
.b-author-info img {
  border-radius: 50%;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #8bbc07;
  margin-bottom: 3px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-author-info__name {
  font-size: 18px;
  line-height: 20px;
  color: #8bbc07;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 7px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-author-info__link:hover,
.b-author-info__link:active {
  text-decoration: none;
}
.b-author-info__link:hover img,
.b-author-info__link:active img {
  border-color: #403f38;
}
.b-author-info__link:hover .b-author-info__name {
  color: #403f38;
}
.b-author-info__sign {
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 120%;
}
.b-author-info__block {
  background: #eff4e2;
  text-align: left;
  padding: 17px 18px 16px;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 9px;
}
.b-author-info__block-dt {
  color: #929191;
  display: block;
  font-weight: 400;
  font-style: normal;
}
.b-author-info__block-dd {
  display: block;
  margin-bottom: 5px;
}
/** -------- Social Network: Authors **/
/** Comments block -------- **/
.b-comments {
  background: #eff4e2;
  width: 852px;
  margin: 0 0 0 auto;
  padding: 22px 30px 16px 25px;
  /*.b-article-info + &, .b-article-info + script + & { margin-top: 0; }*/
}
.b-comments__total {
  float: right;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 120%;
  padding-top: 26px;
  padding-right: 5px;
}
.b-comments__header {
  color: #e0457b;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 46px;
  /*padding-left: 20px;*/
}
.b-comments__item {
  margin-bottom: 33px;
}
.b-comments__item-author {
  float: left;
  width: 120px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  position: relative;
  padding-top: 8px;
}
.b-comments__item-author img {
  border-radius: 50%;
  border: 2px solid #8bbc07;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto 9px;
}
.b-comments__item-author .b-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #b1be8f;
  color: #eae5f3;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  /*margin-right: 5px;*/
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.b-comments__item-author-name {
  display: block;
}
.b-comments__item-author-name:hover {
  color: #e0457b;
}
.b-comments__item-author-name:hover .b-icon {
  background: #e0457b;
}
.b-comments__item-author-info {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  margin-top: 15px;
  width: 120px;
  border-radius: 20px;
  z-index: 20;
  background: #f9fbf3;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding: 12px 10px 20px 15px;
  font-weight: 400;
  font-style: normal;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  left: -9999px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.b-comments__item-author-name:hover + .b-comments__item-author-info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  left: 50%;
}
.b-comments__item-author-param {
  display: inline-block;
  margin: 4px 0 0;
  color: #929191;
}
.b-comments__item-comment {
  margin-left: 130px;
  background: white;
  border-radius: 20px;
  padding: 8px 20px 13px 30px;
}
.b-comments__item-comment:before,
.b-comments__item-comment:after {
  content: " ";
  display: table;
}
.b-comments__item-comment:after {
  clear: both;
}
.b-comments__item-comment:before,
.b-comments__item-comment:after {
  content: " ";
  display: table;
}
.b-comments__item-comment:after {
  clear: both;
}
.b-comments__item-date {
  float: right;
  font-size: 14px;
  line-height: 22px;
  margin-left: 25px;
}
.b-comments__item-who {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 11px;
}
.b-comments__item-who-name {
  font-weight: 800;
  font-style: normal;
  color: #e0457b;
}
.b-comments__item-text {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  min-height: 87px;
}
.b-comments__item-actions {
  float: right;
  font-size: 14px;
  line-height: 22px;
  margin-top: -2px;
}
.b-comments__item-actions a:hover,
.b-comments__item-actions:active {
  text-decoration: none;
}
.b-comments__item-actions a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.b-comments__item-minus {
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
.b-comments__item-minus:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 4px;
  right: 2px;
  background-image: url(i/sprite.png);
  background-position: -394px -117px;
  width: 19px;
  height: 19px;
}
.b-comments__item-plus {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.b-comments__item-plus:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 1px;
  left: 2px;
  background-image: url(i/sprite.png);
  background-position: -365px -117px;
  width: 19px;
  height: 19px;
}
.b-comments__item-answer {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 120%;
  color: #e0457b;
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
}
.b-comments__item-answer:hover {
  color: #e0457b;
  text-decoration: none;
}
.b-comments__item_subitem .b-comments__item-author {
  padding-top: 3px;
  font-size: 16px;
  width: 99px;
}
.b-comments__item_subitem .b-comments__item-author .b-icon {
  width: 19px;
  height: 19px;
  font-size: 16px;
  line-height: 19px;
}
.b-comments__item_subitem .b-comments__item-author img {
  margin-bottom: 3px;
}
.b-comments__item_subitem .b-comments__item-comment {
  margin-left: 99px;
}
.b-comments__item_subitem .b-comments__item-text {
  min-height: 26px;
}
.b-comments__more-btn {
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 31px;
  border-radius: 50px;
  padding: 0 20px;
  text-transform: none;
  min-width: 0;
  font-weight: 400;
  font-style: normal;
}
.b-comments__more-btn-holder {
  margin: -21px 0 40px 0;
  text-align: right;
}
.b-comments__form {
  position: relative;
  padding-right: 130px;
  margin: 32px 0;
}
.b-comments__form:before,
.b-comments__form:after {
  content: " ";
  display: table;
}
.b-comments__form:after {
  clear: both;
}
.b-comments__form:before,
.b-comments__form:after {
  content: " ";
  display: table;
}
.b-comments__form:after {
  clear: both;
}
.b-comments__item + .b-comments__form {
  margin-top: 82px;
}
.b-comments__form-avatar {
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 20px;
}
.b-comments__form textarea {
  border: 0;
  background: white;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 120%;
  resize: vertical;
  width: 100%;
  height: 150px;
  min-height: 100px;
  max-height: 500px;
}
.b-comments__form input[type=submit] {
  float: right;
  text-transform: none;
  font-size: 18px;
  line-height: 41px;
  min-width: 0;
  padding: 0 40px;
  margin-top: 30px;
}
.comments_color.color_teal .b-comments__header {
  color: #0093b2;
}
.comments_color.color_teal .b-comments__item-who-name,
.comments_color.color_teal .b-comments__item-answer,
.comments_color.color_teal .b-comments__item-author-name:hover {
  color: #0093b2;
}
.comments_color.color_teal .b-comments__item-author-name:hover .b-icon {
  background: #0093b2;
}
.comments_color.color_red .b-comments__header {
  color: #fc4c02;
}
.comments_color.color_red .b-comments__item-who-name,
.comments_color.color_red .b-comments__item-answer,
.comments_color.color_red .b-comments__item-author-name:hover {
  color: #fc4c02;
}
.comments_color.color_red .b-comments__item-author-name:hover .b-icon {
  background: #fc4c02;
}
.color_stories .b-comments {
  background: #eae5f3;
}
.b-join-conversation {
  width: 755px;
  margin: 55px 0 0 auto;
  border: 2px solid #dde3cd;
  border-width: 2px 0;
  padding: 36px 0 37px 125px;
  font-size: 30px;
  line-height: 120%;
  position: relative;
}
.b-join-conversation:before {
  position: absolute;
  content: "?";
  display: block;
  left: 0;
  top: 50%;
  margin: -46px 0 0 0;
  text-align: center;
  background: #8bbc07;
  color: white;
  width: 92px;
  height: 92px;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  line-height: 92px;
  border-radius: 50%;
}
.b-join-conversation__header {
  font-weight: 700;
  font-style: normal;
}
.b-join-conversation a {
  color: #8bbc07;
  text-decoration: underline;
}
.b-join-conversation a:hover {
  text-decoration: none;
}
/** -------- Comments block **/
.ulogin_panel {
  height: 127px;
}
div.blog-errors {
  margin: 0 0 30px 0;
}
div.search-popup {
  border-radius: 10px;
  padding: 0;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
div.search-popup-row,
div.search-popup-row-active {
  padding: 5px 12px;
  background: none;
}
div.search-popup-row-active {
  background: #8bbc07;
  color: white;
}
.b-form .bx-html-editor {
  margin-bottom: 30px;
}
.b-form .bx-html-editor .bxhtmled-area-cnt {
  left: 0 !important;
}
.bxlhe-frame table td {
  padding: 0;
  border: 0;
}
.bx-rating .bx-rating-no-count,
.bx-rating .bx-rating-yes-count {
  padding-left: 0;
}
.b-comments__item-actions .fa {
  margin: 0 10px 0 0;
}
.b-comments__item-actions .fa-rotate-180 {
  position: relative;
  top: 3px;
  margin: 0 0 0 10px;
}
.b-comments__item-actions *,
.b-comments__item-actions *:active,
.b-comments__item-actions:focus,
.b-comments__item-actions:hover {
  text-decoration: none  !important;
  outline: none !important;
}
.bx-smile {
  max-width: 30px;
}
.phonak-message {
  color: #8bbc07;
}
/** Web messenger -------- **/
#popup-window-overlay-bx-messenger-popup-messenger {
  display: none !important;
}
#bx-notifier-panel {
  display: none !important;
}
#bx-messenger-popup-messenger {
  display: none !important;
}
#phonak-messenger-container #bx-messenger-popup-messenger {
  display: block !important;
}
#phonak-messenger-container {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 50px;
}
#phonak-messenger-container #bx-messenger-popup-messenger {
  position: static !important;
}
#phonak-messenger-container table td {
  padding: 0;
  border: 0;
}
#phonak-messenger-container .popup-window {
  width: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
#phonak-messenger-container .popup-window-close-icon,
#phonak-messenger-container .popup-window-top-row,
#phonak-messenger-container .bx-messenger-box-topline,
#phonak-messenger-container .bx-messenger-cl-user-reply,
#phonak-messenger-container .bx-messenger-recent-group,
#phonak-messenger-container .bx-messenger-cl-notify-wrap,
#phonak-messenger-container .bx-messenger-cl-panel,
#phonak-messenger-container .bx-messenger-content-group,
#phonak-messenger-container .bx-messenger-content-item-arrow,
#phonak-messenger-container .bx-messenger-cl-group-title,
#phonak-messenger-container .bx-messenger-cl-group[data-groupid-wrap=other],
#phonak-messenger-container .bx-messenger-cl-switcher .bx-messenger-cl-count {
  display: none;
}
#phonak-messenger-container .bx-messenger-box {
  position: relative;
  height: 600px;
  width: 100% !important;
}
#phonak-messenger-container .bx-messenger-box-contact {
  background: none;
  border: 0;
  width: 240px !important;
  height: 100%;
  padding-top: 0;
}
#phonak-messenger-container .bx-messenger-cl {
  height: 513px;
  border: 0;
}
#phonak-messenger-container .bx-messenger-cl-avatar {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
#phonak-messenger-container .bx-messenger-cl-avatar-img-default,
#phonak-messenger-container .bx-messenger-panel-avatar-img-default,
#phonak-messenger-container .bx-messenger-content-item-avatar-img-default,
#phonak-messenger-container .bx-messenger-panel-avatar-img-default,
#phonak-messenger-container .bx-messenger-content-item-avatar-img-default {
  background: url("i/messages_no_img.png") no-repeat;
  border-radius: 0;
}
#phonak-messenger-container .bx-messenger-content-item-avatar-img-default,
#phonak-messenger-container .bx-messenger-content-item-avatar-img-default {
  background-size: 34px 34px;
}
#phonak-messenger-container .bx-messenger-cl-item {
  padding: 6px 12px 0 9px;
  height: 59px;
  margin-bottom: 7px;
  position: relative;
}
#phonak-messenger-container .bx-messenger-cl-item:hover {
  background: #eff4e2;
}
#phonak-messenger-container .bx-messenger-cl-item .bx-messenger-cl-count {
  margin: 0;
  position: absolute;
  top: 1px;
  left: 40px;
  font-size: 15px;
  line-height: 20px;
  background-color: #8bbc07;
  text-align: center;
}
#phonak-messenger-container .bx-messenger-cl-item .bx-messenger-cl-count .bx-messenger-cl-count-digit {
  padding: 0;
  width: 20px;
  height: 20px;
}
#phonak-messenger-container .bx-messenger-cl-item.bx-messenger-cl-status-new-message {
  background: #eff4e2;
}
#phonak-messenger-container .bx-messenger-cl-item.bx-messenger-cl-status-new-message .bx-messenger-cl-avatar {
  position: relative;
}
#phonak-messenger-container .bx-messenger-cl-item.bx-messenger-cl-status-new-message .bx-messenger-cl-avatar:after {
  position: absolute;
  content: "\0000a0";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #8bbc07;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#phonak-messenger-container * {
  font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
}
#phonak-messenger-container .bx-messenger-cl-user-title {
  font-size: 16px;
  line-height: 120%;
}
#phonak-messenger-container .bx-messenger-cl-user-desc {
  font-size: 14px;
  line-height: 120%;
}
#phonak-messenger-container .bx-messenger-cl-user {
  height: 36px;
  margin-top: 5px;
}
#phonak-messenger-container .bx-messenger-recent-wrap .bx-messenger-cl-status,
#phonak-messenger-container .bx-messenger-panel-avatar-status {
  margin-top: 37px;
  z-index: 10;
  position: relative;
}
#phonak-messenger-container .bx-messenger-cl-search-wrap {
  position: relative;
  padding-left: 34px;
  border: 0;
  padding-top: 1px;
  margin: 0 8px 29px 0;
}
#phonak-messenger-container .bx-messenger-cl-search-wrap:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -149px;
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
}
#phonak-messenger-container .bx-messenger-cl-search-wrap input {
  border-bottom: 1px solid #403f38;
}
#phonak-messenger-container .bx-messenger-input-close {
  right: 0;
  margin-top: 3px;
}
#phonak-messenger-container .bx-messenger-cl-switcher {
  margin: 0 0 3px;
}
#phonak-messenger-container .bx-messenger-cl-switcher-tab {
  width: auto;
  background: none;
  border: 0;
  text-shadow: none;
  margin-right: 16px;
}
#phonak-messenger-container .bx-messenger-cl-switcher-tab:hover .bx-messenger-cl-switcher-tab-wrap {
  border-bottom: 0;
}
#phonak-messenger-container .bx-messenger-cl-switcher-tab-wrap {
  border: 0;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 2px dotted #403f38;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  color: #403f38;
  height: auto;
}
#phonak-messenger-container .bx-messenger-cl-switcher-tab-text {
  padding: 0;
}
#phonak-messenger-container .bx-messenger-cl-switcher-tab-active .bx-messenger-cl-switcher-tab-wrap {
  border-bottom: 0;
  background: none;
  color: #2e008b;
  font-weight: 800;
  font-style: normal;
}
#phonak-messenger-container .bx-messenger-box-dialog {
  margin-left: 285px !important;
}
#phonak-messenger-container .bx-messenger-panel {
  background: none;
  border: 0;
  height: 95px;
}
#phonak-messenger-container .bx-messenger-panel-desc {
  display: none;
}
#phonak-messenger-container .bx-messenger-panel-title {
  height: 44px;
  padding-left: 76px;
}
#phonak-messenger-container .bx-messenger-panel-title-link {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #403f38 !important;
}
#phonak-messenger-container .bx-messenger-body {
  box-shadow: none;
  margin-bottom: 15px;
  height: 388px !important;
}
#phonak-messenger-container .bx-messenger-textarea-place {
  background: #f7f3ff;
}
#phonak-messenger-container .bx-messenger-textarea,
#phonak-messenger-container .bx-messenger-textarea-input {
  border-radius: 0;
  border: 0;
}
#phonak-messenger-container .bx-messenger-textarea {
  margin: 0 74px 1px 17px;
}
#phonak-messenger-container .bx-messenger-textarea-send {
  margin-top: 19px;
}
#phonak-messenger-container .bx-messenger-content-item-text-message {
  font-size: 16px;
  line-height: 20px;
  color: black;
}
#phonak-messenger-container .bx-messenger-content-item {
  padding: 12px 0;
  margin-top: -12px;
}
#phonak-messenger-container .bx-messenger-content-item-content {
  border: 0;
  background: #f7f3ff;
}
#phonak-messenger-container .bx-messenger-content-item-2 .bx-messenger-content-item-content {
  background: #e4daf9;
}
#phonak-messenger-container .bx-messenger-content-item-notify .bx-messenger-content-item-content {
  background: none;
}
#phonak-messenger-container .bx-messenger-content-item-date {
  color: #403f38;
  font-size: 12px;
  line-height: 120%;
}
#phonak-messenger-container .bx-messenger-panel-avatar {
  width: 50px;
  height: 50px;
}
#phonak-messenger-container.b-phonak-notices {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#phonak-messenger-container.b-phonak-notices .bx-notifier-item-wrap {
  width: 884px;
  margin: 0 auto;
}
#phonak-messenger-container.b-phonak-notices .bx-notifier-content-link-history {
  margin: 80px 0 30px;
  padding: 0;
  border: 0;
}
#phonak-messenger-container.b-phonak-notices .bx-notifier-content-link-history .bx-notifier-item-button {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  color: #403f38;
  background: #eff4e2;
  border: 0;
  padding: 0 50px;
  border-radius: 50px;
  font-weight: 700;
  font-style: normal;
}
#phonak-messenger-container.b-phonak-notices .bx-notifier-content-link-history:hover .bx-notifier-item-button,
#phonak-messenger-container.b-phonak-notices .bx-notifier-content-link-history:active .bx-notifier-item-button,
#phonak-messenger-container.b-phonak-notices .bx-notifier-content-link-history:focus .bx-notifier-item-button {
  background: #8bbc07;
  color: white;
}
#phonak-messenger-container.b-phonak-notices .bx-messenger-box-contact,
#phonak-messenger-container.b-phonak-notices .bx-messenger-panel {
  display: none;
}
#phonak-messenger-container.b-phonak-notices .bx-messenger-box-extra {
  margin-left: 0 !important;
}
#phonak-messenger-container.b-phonak-notices .bx-notifier-item-wrap,
#phonak-messenger-container.b-phonak-notices .bx-messenger-box-extra,
#phonak-messenger-container.b-phonak-notices .bx-messenger-box {
  height: auto !important;
}
.popup-window-titlebar-close-icon {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
.bx-messenger-panel-avatar-img-default,
.bx-messenger-content-item-avatar-img-default {
  background: url("i/messages_no_img.png") no-repeat;
  border-radius: 0;
}
.bx-messenger-content-item-avatar-img-default {
  background-size: 34px 34px;
}
.bx-messenger-panel-avatar-img-default {
  background-size: 40px 40px;
}
/** -------- Web messenger **/
.b-form .bxlhe-frame {
    height: auto !important;
  border-radius: 20px;
  padding: 10px 20px;
}
.b-form .bxlhe-frame table.bxlhe-frame-table td.bxlhe-editor-buttons {
  background: none !important;
  height: 26px !important;
}
.b-form .bxlhe-frame .lhe-stat-toolbar-cont {
  border: 0;
  margin-bottom: 15px !important;
}
.b-form .bxlhe-frame .lhe-button-cont {
  width: auto;
  height: 26px;
}
.b-form .bxlhe-frame .lhe-button {
  margin: 0;
  width: 36px;
  height: 26px;
  background: url("i/wysiwyg.png") #eff4e2;
  cursor: pointer;
  border: 0;
}
.b-form .bxlhe-frame #lhe_btn_bold {
  background-position: -2px 0;
}
.b-form .bxlhe-frame #lhe_btn_italic {
  background-position: -33px 0;
}
.b-form .bxlhe-frame #lhe_btn_underline {
  background-position: -68px 0;
  margin-right: 26px;
}
.b-form .bxlhe-frame #lhe_btn_justifyleft_l {
  background-position: -110px 0;
  margin-right: 26px;
}
.b-form .bxlhe-frame #lhe_btn_justifycenter_l {
  background-position: -144px 0;
  margin-right: 26px;
}
.b-form .bxlhe-frame #lhe_btn_justifyright_l {
  background-position: -177px 0;
  margin-right: 26px;
}
.b-form .bxlhe-frame #lhe_btn_justifyfull_l {
  background-position: -306px 0;
  margin-right: 26px;
}
.b-form .bxlhe-frame #lhe_btn_insertorderedlist {
    background-position: -261px 0;
  width: 45px;
}
.b-form .bxlhe-frame #lhe_btn_insertunorderedlist {
    background-position: -217px 0;
  width: 45px;
  margin-right: 26px;
}
.b-form .bxlhe-frame .lhe-smiles-tlbr-table {
  background: #eff4e2 !important;
}
.b-form .bxlhe-frame .lhe-smiles-tlbr-table td {
  height: 26px;
}
#form_comment .b-form .bxlhe-frame .lhe-smiles-tlbr-table td {
  vertical-align: top;
}
.b-form .bxlhe-frame .lhe-smiles-tlbr-table .lhe-tlbr-smile-cont {
  border-color: transparent !important;
  margin: 0 0 1px !important;
  background: none !important;
  cursor: pointer;
  width: auto !important;
}
.b-form .bxlhe-frame .lhe-smiles-tlbr-table .lhe-tlbr-smile-cont img {
  margin: 0 5px !important;
  width: 20px !important;
}
.b-form .bxlhe-frame .lhe-smiles-tlbr-table .lhe-tlbr-smile-more {
  background-image: url("/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif");
  height: 20px;
  margin-top: 3px;
}
.b-form .bxlhe-frame img {
  max-width: none;
}
.b-form div.lhe-list-val-cont {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.b-form div.lhe-justify-list {
  background: #eff4e2 !important;
  padding-bottom: 1px;
}
.b-form .bx-ilike-popup-name {
  height: auto;
}
li.photo-control label,
li.photo-control a:link,
li.photo-control a:visited,
li.photo-control a:active,
li.photo-control a:hover {
  line-height: 1.2em;
}
.fotorama__dot {
  width: 16px;
  height: 16px;
  border-color: #8bbc07;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 38px;
  height: 38px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  background: #8bbc07;
  width: 16px;
  height: 16px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  display: none;
}
.fotorama__nav-wrap {
  margin: 20px 0;
}
.fotorama__caption {
  font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
}
.fotorama__caption__wrap {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  color: white;
  background: #8bbc07;
  background: rgba(139, 188, 7, 0.67);
  padding: 18px;
}
.fotorama__arr {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: -32px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #8bbc07;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  font-size: 0;
  line-height: 0;
  display: none;
  background: none;
}
.fotorama__arr:before {
  position: absolute;
  content: "\0000a0";
  display: block;
  background-image: url(i/sprite.png);
  background-position: -427px -230px;
  width: 19px;
  height: 34px;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -10px;
  /*.size(@width * 1px, @height * 1px);*/
  margin-left: -12px;
}
.fotorama__arr:hover {
  background: #8bbc07;
}
.fotorama__arr:hover:before {
  background-image: url(i/sprite.png);
  background-position: -427px -186px;
  width: 19px;
  height: 34px;
}
.fotorama__arr-active {
  display: block;
}
.fotorama__arr--prev:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lte8 .fotorama__arr--prev:before {
  -webkit-filter: FlipH;
          filter: FlipH;
}
.fotorama__arr--next {
  left: auto;
  right: 14px;
}
.fotorama__arr--next:before {
  margin-left: -7px;
}
