 .b-404 {
  width: 647px;
  padding: 285px 0 0 0;
  margin: 150px auto;
  background: url(../blocks/b-404/img/404.png) 0 0 no-repeat;
  text-align: center;
}
.b-404__title {
  font-size: 25px;
  font-weight: 600;
  margin: 50px 0 30px 0;
}
.b-404 p {
  font-size: 18px;
}
.b-advt-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0 0 0;
}
.b-advt-info__col {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.b-advt-info__col_text {
  width: 35%;
}
.b-advt-info__col_img {
  width: 65%;
}
.b-advt-info__col_img img {
  max-width: 100%;
}
.b-advt-info__item {
  padding: 0 40px 0 0;
}
.b-advt-info__item h3 {
  font-size: 16px;
}
.b-advt-info__item p {
  font-size: 14px;
}
.b-advt-info__item_2 {
  margin-top: 60px;
}
.b-advt-info__item_3 {
  margin-top: 420px;
}
.b-advt-info__item_4 {
  margin-top: 30px;
}
.b-advt-info__item_5 {
  margin-top: 410px;
}
.b-advt-info__item_6 {
  margin-top: 130px;
}
.b-article__date {
  color: #db2222;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.b-article__top-block {
  background: #eee;
  padding: 20px;
  margin: 0 0 20px 0;
}
.b-article__top-block:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.b-article__top-image {
  width: 40%;
  float: left;
  margin: 0 30px 0 0;
}
.b-article__top-image_wide {
  width: 45%;
}
.b-article__top-text {
  overflow: hidden;
  padding: 25px 0 0 0;
  font-size: 15px;
  line-height: 1.4;
}
.b-article__top-text_nopadding {
  padding: 0;
}
.b-article__top-text p {
  border-left: 4px solid #db2222;
  padding: 0 20px 0 14px;
  margin: 0 0 26px 0;
}
.b-article__main-content {
  font-size: 15px;
  margin: 0 0 30px 0;
}
.b-article__main-content p {
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.b-article__main-content blockquote p {
  margin: 1em 3em;
}
.b-article__main-content a {
  color: #047db5;
}
.b-article__username {
  float: right;
  margin: 0 0 0 50px;
}
.b-auth {
  margin: 0 0 10px 0;
}
.b-auth__auth-button {
  width: 20%;
}
.b-auth__note {
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.b-auth__social-login {
  display: inline-block;
}
.b-auth [class^="icon-"] {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
.b-auth [class^="icon-s-"] {
  background: url(../blocks/b-auth/img/icons/icons-social-auth.png) 0 0 no-repeat;
  opacity: 0.3;
}
.b-auth [class^="icon-s-"]:hover {
  opacity: 0.4;
}
.b-auth .icon-input-photo {
  background-position: -168px 0px;
}
.b-auth .icon-photo {
  background-position: -144px -24px;
}
.b-auth .icon-video {
  background-position: -120px -48px;
}
.b-auth .icon-star {
  width: 16px;
  height: 15px;
  background-position: -102px -77px;
}
.b-auth .icon-external {
  width: 9px;
  height: 15px;
  background-position: -80px -99px;
}
.b-auth .icon-pin {
  width: 15px;
  height: 15px;
  background-position: -54px -123px;
}
.b-auth .icon-plus {
  background-position: -24px -144px;
}
.b-auth .icon-s-tw {
  background-position: 0 0;
}
.b-auth .icon-s-vk {
  background-position: 0 -24px;
}
.b-auth .icon-s-fb {
  background-position: 0 -48px;
}
.b-auth .icon-s-google {
  background-position: 0 -72px;
}
.b-auth .icon-s-ya {
  background-position: 0 -96px;
}
.b-autoblog-slider {
  margin: 40px 0 0 0;
}
.b-autoblog-slider__slider {
  margin: 20px 0 0 0;
  padding: 1px 0;
}
.b-autoblog-slider__slider .slides > li {
  margin-right: 16px;
  height: 236px;
  position: relative;
  transform: translateZ(0);
}
.b-autoblog-slider__slider .slides > li .image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.b-autoblog-slider__slider .slides > li .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  font-weight: bold;
  background-color: rgba(0,0,0,0.6);
  box-sizing: border-box;
  padding: 50px 15% 0 15%;
  font-size: 18px;
}
.b-autoblog-slider__slider .slides > li .text {
  font-size: 18px;
  display: block;
}
.b-autoblog-slider__slider .slides > li .date {
  font-size: 16px;
  font-family: times, serif;
  font-style: italic;
  font-weight: 100;
  display: block;
  margin: 0 0 15px 0;
}
.b-autoblog-slider__slider .flex-direction-nav {
  padding: 12px 0 0 0;
  position: relative;
  text-align: center;
}
.b-autoblog-slider__slider .flex-direction-nav li {
  display: inline-block;
  margin: 0 32px;
}
.b-autoblog-slider__slider .flex-direction-nav a {
  position: relative;
  z-index: 10;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.b-brands {
  border: 1px solid #ebebeb;
  padding: 0 0 0 30px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}
.b-brands__item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 30px 0;
}
.b-brands__item:hover .b-brands__logo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.b-brands__logo {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  margin: 0 20px 0 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.b-brands__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}
.b-brands__count {
  font-weight: normal;
  color: #6d6d6d;
}
.b-breadcrumbs {
  color: #999999;
  font-size: 13px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.b-breadcrumbs a {
  color: #222;
  text-decoration: none;
}
.b-breadcrumbs a:hover {
  text-decoration: underline;
}
.b-car-showcase {
  margin: 0 0 20px 0;
}
.b-car-showcase .car-showcase-slider .flex-viewport {
  height: 250px;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides {
  height: 250px;
  overflow: hidden;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides li {
  height: 100%;
  text-align: center;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides li img {
  width: 100%;
  vertical-align: middle;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides li .img-container-showcase {
  height: 100%;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides li .img-container-showcase.center {
  white-space: nowrap;
}
.b-car-showcase .car-showcase-slider .flex-viewport .slides li .img-container-showcase.center:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}
.b-car-showcase .car-showcase-slider .flex-direction-nav a {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  z-index: 10;
}
.b-car-showcase .car-showcase-slider .flex-direction-nav .flex-next {
  right: 0;
}
.b-car-showcase .car-showcase-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.b-car-showcase .car-showcase-carousel {
  height: 78px;
  margin: 10px 50px 0 50px;
  padding: 0;
  position: relative;
}
.b-car-showcase .car-showcase-carousel li {
  margin: 0 5px 0 0;
  height: 78px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.b-car-showcase .car-showcase-carousel li img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.b-car-showcase .car-showcase-carousel li div:before {
  content: '';
  width: 1px;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px;
}
.b-car-showcase .car-showcase-carousel li.flex-active-slide {
  opacity: 1;
}
.b-car-showcase .car-showcase-carousel .flex-direction-nav {
  display: none;
}
.b-car-showcase .loading {
  background: url(../blocks/b-car-showcase/img/loader.gif) 50% 100px no-repeat;
  background-size: 50px auto;
  overflow: hidden;
}
.b-car-showcase__single-image {
  width: 100%;
  display: block;
}
.b-category {
  position: relative;
  margin: 0 0 18px 0;
}
.b-category__item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.b-category__item:hover .b-category__list {
  opacity: 1;
}
.b-category__item:hover .b-category__name {
  border-color: #dadada;
  background: #fff;
  color: #222;
  position: relative;
  z-index: 3;
  border-bottom: none;
  height: 28px;
  border-radius: 4px 4px 0 0;
}
.b-category__item:hover .b-category__name:before {
  display: block !important;
}
.b-category__item:first-child .b-category__name:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  background: #fff;
  border-left: 2px solid #dadada;
  z-index: 3;
  left: -2px;
  top: 26px;
  display: none;
}
.b-category__name {
  line-height: 28px;
  height: 26px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #bbb;
  font-size: 11px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.b-category__list {
  display: none;
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 100%;
  left: 0;
  border: 2px solid #dadada;
  border-radius: 4px;
  top: 100%;
  margin: -2px 0 0 0 !important;
  padding: 25px 45px;
  opacity: 0;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.b-category__list li {
  width: 25%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  font-weight: 100;
  margin: 0 0 7px 0;
  color: #6d6d6d;
  white-space: nowrap;
}
.b-category__list li a {
  text-decoration: none;
}
.b-category__list li a:hover {
  text-decoration: underline;
}
.b-comment-form {
  clear: both;
  margin: 30px 0;
}
.b-comment-form__form {
  margin: 10px 0 20px 0;
}
.b-comment-form__textarea {
  width: 100%;
  background: #eee;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
  box-sizing: border-box;
  height: 30px;
  margin: 0 0 5px 0;
}
.b-comment-form__reply-action {
  float: right;
  display: none;
  font-size: 13px;
  font-weight: bold;
}
.b-comment-form__reply-action a {
  text-decoration: none;
}
.b-comment-form__counter {
  display: inline-block;
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 0 5px;
}
.b-comment-form__submit {
  width: 200px;
}
.b-comment-form .error {
  display: block;
  color: #db2222;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.b-comment {
  margin: 0 0 30px 0;
}
.b-comment__avatar {
  width: 44px;
  float: left;
  margin: 0 10px 0 0;
}
.b-comment__avatar img {
  width: 100%;
}
.b-comment__text-wrap {
  overflow: hidden;
}
.b-comment__edit {
  display: none;
}
.b-comment__name-row {
  margin: 0 0 3px 0;
}
.b-comment__name {
  font-size: 13px;
  font-weight: bold;
}
.b-comment__name_replyto {
  color: #999;
  text-decoration: none;
}
.b-comment__time {
  color: #999;
  font-size: 13px;
  font-weight: bold;
}
.b-comment__text {
  font-size: 15px;
  margin: 0 0 3px 0;
  line-height: 1.4;
}
.b-comment__reply {
  color: #db2222;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dashed #db2222;
  line-height: 1;
  display: inline-block;
}
.b-comment__reply:hover {
  border: 0;
}
.b-comment_reply {
  margin-left: 54px;
}
.b-comment__show-all {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 20px 0;
}
.b-comment__show-all a {
  text-decoration: none;
}
.b-comment__show-all a:hover {
  text-decoration: underline;
}
.b-company-news {
  background: #eeeeee;
  padding: 20px;
  margin: 40px 0 0 0;
}
.b-company-news__title {
  border-bottom: 2px solid #fff;
  padding: 0 0 8px 0;
  margin: 0 0 13px 0;
}
.b-company-news__item {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.b-company-news__image {
  width: 38%;
  float: left;
}
.b-company-news__text {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.b-company-news__date {
  display: block;
  font-size: 13px;
  color: #ee5b3a;
  margin: 0 0 5px 0;
}
.b-company-news__descr {
  font-size: 15px;
  text-decoration: none;
  font-weight: 100;
}
.b-date {
  display: inline-block;
  color: #db2222;
  font-size: 13px;
  margin: 0 10px 0 0;
}
.b-favorites__item {
  font-size: 13px;
  padding: 0 30px 0 0;
  position: relative;
  margin: 0 0 15px 0;
}
.b-favorites__item a {
  text-decoration: none;
}
.b-favorites__item a:hover {
  text-decoration: underline;
}
.b-favorites__title {
  position: relative;
  padding: 0 0 10px 0 !important;
}
.b-favorites__delete {
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  width: 16px;
  line-height: 18px;
  height: 16px;
  border-radius: 50%;
  background: #d5d5d5;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  text-decoration: none !important;
}
.b-favorites__category {
  color: #999;
  font-weight: bold;
  font-size: 12px;
}
.b-feedback-form {
  overflow: hidden;
}
.b-feedback-form__descr {
  clear: both;
  padding: 20px 0 0 0;
}
.b-feedback-form__descr input[type=text] {
  width: 80%;
}
.b-feedback-form__descr textarea {
  background: #eeeeee;
  width: 100%;
  height: 130px;
  border: 1px solid #eeeeee;
  font-size: 13px;
  padding: 15px;
  box-sizing: border-box;
}
.b-feedback-form__descr textarea::-webkit-input-placeholder {
  font-weight: 600;
}
.b-feedback-form__descr textarea:-moz-placeholder {
  font-weight: 600;
}
.b-feedback-form__descr textarea::-moz-placeholder {
  font-weight: 600;
}
.b-feedback-form__descr textarea::-ms-input-placeholder {
  font-weight: 600;
}
.b-feedback-form__select_wide,
.b-feedback-form__input_wide {
  width: 100%;
}
.b-feedback-form__select_half,
.b-feedback-form__input_half {
  width: 50%;
}
.b-feedback-form__input-wrap {
  width: 50%;
  float: left;
}
.b-feedback-form__input-wrap .b-feedback-form__input {
  width: 80%;
}
.b-feedback-form__input-wrap .b-feedback-form__unit {
  width: 20%;
}
.b-feedback-form__unit {
  font-size: 15px;
  font-weight: 600;
  color: #d4d4d4;
}
.b-feedback-form .b-layout__block-title {
  color: #d4d4d4;
}
.b-feedback-form__rating {
  margin: 30px 0 0 0;
}
.b-feedback-form__row-stars {
  margin: 0 0 12px 0;
}
.b-feedback-form__row-stars .b-form__label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 120px;
}
.b-feedback-form__row-stars .clickable,
.b-feedback-form__row-stars .rate_total {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.b-feedback-form__textarea-wrap {
  position: relative;
}
.b-feedback-form__textarea-wrap .b-feedback-form__unit {
  position: absolute;
  top: 0;
  right: 0;
}
.b-feedback-form__textarea-wrap_big textarea {
  height: 220px;
}
.b-feedback-form__photo-container {
  width: 132px;
  height: 98px;
  display: inline-block;
  border: 1px dashed #b7b7b7;
  margin: 0 5px 0 0;
}
.b-feedback-form__photo-container .upload-image-button.no-photo {
  background: #eeeeee;
  width: 122px;
  height: 88px;
  margin: 5px;
  display: block;
  text-align: center;
}
.b-feedback-form__photo-container .upload-image-button.no-photo:before {
  content: "+";
  font-size: 40px;
  color: #d4d4d4;
  font-weight: bold;
  top: 22px;
  left: 50%;
  margin: 0 0 0 -10px;
  display: inline-block;
  position: absolute;
}
.b-feedback-form__photo-container img {
  height: 100%;
  border: 0;
  position: relative;
  z-index: 2;
}
.b-feedback-form__photo-container .cross-img {
  position: absolute;
  width: 23px;
  height: 23px;
  background: #d4d4d4;
  color: #fff;
  right: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 24px;
  cursor: pointer;
  z-index: 3;
}
.b-feedback-form__notice {
  color: #919191;
  font-size: 13px;
}
.b-feedback-list {
  overflow: hidden;
  padding: 26px 0 0 0;
}
.b-feedback-list a {
  text-decoration: none;
}
.b-feedback-list__item {
  display: inline-block;
  width: 49%;
  margin: 0 0 40px 0;
  vertical-align: top;
}
.b-feedback-list__image {
  width: 45%;
  float: left;
  margin: 0 15px 0 0;
}
.b-feedback-list__image img {
  width: 100%;
}
.b-feedback-list__text {
  overflow: hidden;
  padding: 10px 25px 0 0;
}
.b-feedback-list__info {
  font-size: 13px;
  margin: 0 0 8px 0;
}
.b-feedback-list__date {
  color: #db2222;
}
.b-feedback-list__model {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.b-feedback-list__title {
  font-size: 15px;
  color: #6d6d6d;
  margin: 0 0 10px 0;
}
.b-footer {
  color: #fff;
  background: #222;
}
.b-footer__inner {
  max-width: 1200px;
  min-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 23px 0 50px 0;
  position: relative;
}
.b-footer__inner:after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}
.b-footer__logo {
  width: 85px;
  height: 34px;
  position: absolute;
  top: 20px;
  left: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.b-footer__menu {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 20px 0;
}
.b-footer__menu-item {
  display: inline-block;
  margin: 0 25px 0 0;
}
.b-footer__menu a {
  text-decoration: none;
}
.b-footer__menu a:hover {
  text-decoration: underline;
}
.b-footer__social {
  float: right;
  width: 200px;
}
.b-footer__counters {
  float: right;
  width: 300px;
  text-align: right;
  margin: 22px 0 0 0;
}
.b-footer__counters img {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  opacity: 0.4;
}
.b-footer__counters img:hover {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(50%);
  opacity: 0.7;
}
.b-footer__copy {
  font-size: 13px;
  color: #6d6d6d;
}
.b-footer__links {
  color: #6d6d6d;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.b-footer__links a {
  margin: 0 8px 0 0;
}
.b-form__social-login {
  padding: 0 0 20px 0;
  border-bottom: 2px solid #ebebeb;
}
.b-form p {
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.b-form__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.b-form__row {
  margin: 18px 0;
}
.b-form__row_agree label,
.b-form__row_agree input {
  vertical-align: middle;
}
.b-form__row:after {
  content: "";
  clear: both;
  display: block;
}
.b-form__input {
  width: 100%;
}
.b-form__input_autowidth {
  width: auto;
}
.b-form__forget {
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 0 0 10px;
}
.b-form__submit {
  width: 120px;
}
.b-form__switch {
  padding: 20px 0 0 0;
  border-top: 2px solid #ebebeb;
}
.b-form__reg-button {
  width: 226px;
}
.b-form__error {
  margin: 0 !important;
}
.b-form__error span {
  color: #db2222;
  display: block;
  margin: 10px 0 0 0;
}
.b-form__enter-button {
  width: 170px;
}
.b-form #recaptcha_widget .icon {
  margin: 0 0 5px 0;
  display: inline-block;
}
.b-form #recaptcha_widget .icon img {
  width: 20px;
  height: 20px;
}
.b-form #recaptcha_widget .switcher {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.b-form #recaptcha_image {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dadada;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
}
.b-form #recaptcha_image a {
  text-decoration: underline;
  color: #db2222;
  cursor: pointer;
  display: inline-block;
}
.b-form #recaptcha_image span {
  display: block;
  margin: -6px 0 -2px 10px;
}
.b-form #recaptcha_response_field {
  width: 302px;
}
.b-form__require-mark {
  color: #db2222;
}
.b-form label.error {
  font-size: 13px;
  font-weight: bold;
  color: #db2222;
  display: block;
}
.b-form input.error,
.b-form select.error,
.b-form textarea.error {
  border-color: #db2222;
}
.b-form__check-list li {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #919191;
}
.b-form__check-list input {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.b-form__check-list input:checked + span {
  color: #222;
}
.b-form__check-list span {
  vertical-align: middle;
}
.b-form__brand-row {
  padding-bottom: 3px;
}
.b-form__brand-cross {
  display: inline-block;
  width: 10%;
}
.b-form__brand-name {
  width: 20%;
  display: inline-block;
}
.au-sprite-facebook,
.au-sprite-facebook.dark:hover {
  background-position: -96px 0;
}
.au-sprite-vkontakte,
.au-sprite-vkontakte.dark:hover {
  background-position: 0 0;
}
.au-sprite-twitter {
  background-position: -48px 0;
}
.au-sprite-odnokl,
.au-sprite-odnoklassniki {
  background-position: -24px 0;
}
.au-sprite-google {
  background-position: -144px 0;
}
.au-sprite-yandex {
  background-position: -168px 0;
}
.au-sprite,
.au-sprite_nored {
  background-image: url(../blocks/b-form/img/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 24px;
  z-index: 0;
}
.b-gray-text {
  display: inline-block;
  color: #d4d4d4;
  font-size: 13px;
  font-weight: bold;
}
.b-header {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 3;
}
.b-header__aside {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 0 0 0;
}
.b-header__region-select {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px 0 0;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.b-layout {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 0 4%;
  box-sizing: border-box;
}
.b-layout__side-content {
  width: 75%;
  float: left;
}
.b-layout__side-content_2 {
  width: 64%;
}
.b-layout__aside {
  width: 25%;
  float: left;
  padding: 0 0 0 22px;
  box-sizing: border-box;
}
.b-layout__aside_2 {
  width: 36%;
  padding: 0 0 0 32px;
}
.b-layout__wide-content {
  clear: both;
}
.b-layout__wide-content:before,
.b-layout__wide-content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.b-layout__side-adv {
  min-height: 400px;
}
.b-layout__top-adv {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  text-align: center;
}
.b-layout__block-title {
  font-weight: 600;
  position: relative;
}
.b-layout__block-title a {
  color: inherit;
  text-decoration: none;
}
.b-layout__block-title_small {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.b-layout__block-title_small:before {
  content: '#';
}
.b-layout__block-title_big {
  font-size: 30px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
}
.b-layout__block-title_bordered {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #ebebeb;
  margin: 0 0 15px 0;
}
.b-layout__block-title_noborder {
  border: 0;
  padding: 0;
}
.b-layout__block-title_nomargin {
  margin: 0;
}
.b-layout__block-title_nosharp:before {
  display: none;
}
.b-layout__block-title_with-link a {
  text-decoration: underline;
}
.b-layout__block-title img {
  vertical-align: middle;
}
.b-layout__block-title .add-link {
  display: inline-block;
  color: #db2222;
}
.b-layout__block-title .add-link span {
  display: inline-block;
  width: 24px;
  line-height: 26px;
  height: 24px;
  border: 2px solid #db2222;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.b-layout__title-divider {
  color: #db2222;
}
.b-layout__title-actions {
  float: right;
  text-transform: none;
  font-weight: normal;
}
.b-layout__title-actions span {
  margin: 0 0 0 20px;
}
.b-layout__button {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
}
.b-layout__button_red {
  background: #db2222;
  color: #fff !important;
}
.b-layout__button_red:hover {
  background: #ec3333;
}
.b-layout__button_red:before {
  color: inherit !important;
}
.b-layout__button_bordered {
  border: 2px solid #ebebeb;
  color: inherit;
  background: #fff;
  line-height: 26px;
}
.b-layout__button_bordered:hover {
  border-color: #dadada;
}
.b-layout__button_inactive {
  background: #ebebeb;
  cursor: default;
}
.b-layout__button b {
  font-size: 20px;
  vertical-align: middle;
}
.b-layout__button:before {
  font-family: 'FontAwesome';
  margin: 0 3px 0 0;
  color: #d4d4d4;
}
.b-layout__button_fav:before {
  content: '\f005';
}
.b-layout__button_list:before {
  content: '\f0c9';
}
.b-layout__button_feedback:before {
  content: '\f040';
}
.b-layout__horizontal-ad {
  margin: 40px 0 20px 0;
}
.b-layout__horizontal-ad a {
  color: inherit !important;
}
.b-layout__horizontal-ad a.snAdv {
  margin: 0 !important;
}
.b-layout__content-block {
  padding: 20px 7%;
  background: #eeeeee;
}
.b-layout__show-more {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.b-layout__show-more a {
  text-decoration: none;
  line-height: 24px;
  padding: 0 0 0 43px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b-layout__show-more a:before {
  content: '';
  width: 28px;
  height: 24px;
  display: inline-block;
  background: url(../blocks/b-layout/img/reload.png) 0 0 no-repeat;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
}
.b-layout__show-more a:hover:before {
  transform: rotate(360deg);
}
.b-layout__show-more .ui-datepicker-trigger {
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  margin: 0 0 0 15px;
  cursor: pointer;
}
.b-layout__content-col {
  width: 46%;
  float: left;
}
.b-layout__content-col:first-child,
.b-layout__content-col_first {
  margin: 0 8% 0 0;
}
.b-layout__content-col_small-gap {
  width: 48%;
}
.b-layout__content-col_small-gap:first-child,
.b-layout__content-col_small-gap.b-layout__content-col_first {
  margin: 0 4% 0 0;
}
.b-layout__content-section {
  margin: 20px 0;
}
.b-layout__content-section_bordered {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
}
.b-layout__content-section_big-margin_top {
  margin-top: 40px;
}
.b-layout__content-section:before,
.b-layout__content-section:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.b-layout__additional-content {
  clear: both;
  margin: 0 0 20px 0;
}
.b-layout__additional-content:before,
.b-layout__additional-content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.b-layout__textblock {
  margin: 20px 0;
  font-size: 14px;
}
.b-layout__textblock p {
  margin: 20px 0;
}
.b-layout__textblock img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
}
.b-layout__textblock ul {
  margin: 10px 0;
}
.b-layout__textblock ul li {
  margin: 5px 0;
}
.b-layout__textblock ul.inline li {
  display: inline-block;
  margin-right: 20px;
}
.b-layout__textblock a:hover {
  color: #db2222;
}
.b-layout__textblock h3 {
  font-size: 18px;
}
.b-layout__textblock h3 a {
  text-decoration: none;
}
#back_to_top {
  position: fixed;
  bottom: 0;
  padding: 5px;
  color: #FFF;
  cursor: pointer;
  background-color: rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.2);
  display: none;
  font-size: 13px;
}
.b-likes {
  margin: 0 0 30px 0;
}
.b-list-menu {
  margin: 40px 0 0 0;
  border-bottom: 2px solid #ebebeb;
  padding: 0 0 20px 0;
  position: relative;
}
.b-list-menu__button-left {
  margin: 0 10px 0 0;
}
.b-list-menu__button-right {
  position: absolute;
  right: 0;
}
.b-layout__block-title .b-list-menu__button-right {
  bottom: 8px;
}
.b-list-menu_noborder {
  border: 0;
}
.b-list-menu__title {
  display: inline-block;
  vertical-align: middle;
  color: #d4d4d4;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.b-logo {
  width: 202px;
  height: 57px;
  margin: 35px 0 0 0;
  float: left;
}
.b-main-menu {
  border-bottom: 2px solid #ebebeb;
  margin: 0 0 0 230px;
  padding: 60px 0 0 0;
  text-align: justify;
  height: 30px;
}
.b-main-menu:after {
  display: inline-block;
  width: 100%;
  content: "";
  height: 1px;
}
.b-main-menu__item {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  height: 100%;
  vertical-align: top;
  position: relative;
  padding: 0 2px;
}
.b-main-menu__item_current {
  border-bottom: 2px solid #db2222;
}
.b-main-menu__item_current .b-main-menu__submenu {
  display: block;
}
.b-main-menu__item:hover .b-main-menu__submenu {
  display: block;
}
.b-main-menu__link {
  text-decoration: none;
  color: inherit;
}
.b-main-menu__link:hover {
  color: #db2222;
}
.b-main-menu__submenu {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  padding: 15px 0 0 0;
  color: #d4d4d4;
}
.b-main-menu__submenu-item {
  margin: 0 15px 0 0;
  display: inline-block;
}
.b-main-menu__submenu-item a {
  text-decoration: none;
}
.b-main-menu__submenu-item:hover {
  color: #db2222;
}
.b-main-menu__submenu-item_current {
  color: #222;
}
.b-main-news {
  width: 62%;
  float: left;
  box-sizing: border-box;
  padding: 0 36px 0 0;
}
.b-main-news__item {
  overflow: hidden;
  margin: 30px 0 0 0;
  vertical-align: top;
}
.b-main-news__image {
  width: 38%;
  float: left;
  margin: 0 14px 0 0;
}
.b-main-news__announce {
  overflow: hidden;
}
.b-main-news__date {
  color: #db2222;
  font-size: 13px;
  font-weight: 100;
  margin: 0 0 8px 0;
  display: inline-block;
}
.b-main-news__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0 20px 0 0;
}
.b-main-news__title a {
  color: inherit;
  text-decoration: none;
}
.b-main-news__title a:hover {
  text-decoration: underline;
}
.b-main-news__text {
  font-size: 15px;
}
.b-main-news_small-icons {
  width: auto;
}
.b-main-news_small-icons .b-main-news__image {
  width: 27%;
}
.b-main-news_small-icons .b-main-news__item {
  margin: 20px 0 0 0;
}
.b-main-news_two-col {
  float: none;
}
.b-main-news_two-col .b-main-news__item {
  width: 49%;
  display: inline-block;
}
.b-main-news__item_post-preview {
  width: 49.2%;
  display: inline-block;
  height: 256px;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  vertical-align: top;
}
.b-main-news__item_post-preview .b-main-news__image {
  height: 100%;
  width: auto;
}
.b-main-news__item_post-preview .b-main-news__announce {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 78px 30px 0 45px;
  box-sizing: border-box;
}
.b-main-news__item_post-preview .b-main-news__date {
  font-size: 16px;
  font-family: times, serif;
  font-style: italic;
  font-weight: 100;
  display: block;
  margin: 0 0 15px 0;
  color: #fff;
}
.b-main-news__item_post-preview .b-main-news__title {
  font-size: 18px;
  display: block;
}
.b-map {
  width: 600px;
  height: 400px;
  display: none;
}
.b-media-block {
  padding: 50px 0 30px 0;
}
.flexslider-media {
  margin: 20px 0 0 0;
  padding: 1px 0;
}
.flexslider-media .slides > li {
  margin-right: 5px;
}
.flexslider-media .slides > li a {
  position: relative;
  display: block;
}
.flexslider-media .slides > li a .title {
  position: absolute;
  bottom: -100px;
  display: block;
  padding: 0 10px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexslider-media .slides > li a .date {
  display: block;
  padding: 5px 0;
  font-weight: normal;
}
.flexslider-media .slides > li a:hover .title {
  bottom: 0;
}
.flexslider-media .slides > li .video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 270px;
  height: 197px;
  background: url(../blocks/b-media-block/img/flexslider-media-video.png) 50% 50% no-repeat;
}
.flexslider-media .flex-direction-nav {
  padding: 12px 0 0 0;
  position: relative;
  text-align: center;
}
.flexslider-media .flex-direction-nav li {
  display: inline-block;
  margin: 0 32px;
}
.flexslider-media .flex-direction-nav a {
  position: relative;
  z-index: 10;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.b-moderate-block {
  border: 1px solid #db2222;
  padding: 20px;
  font-size: 15px;
}
.b-moderate-block__list {
  margin: 15px 0 0 0;
}
.b-moderate-block__item {
  margin: 0 0 5px 0;
}
.b-moderate-block__title {
  color: #db2222;
}
.b-news {
  overflow: hidden;
  margin: 40px 0;
}
.b-news__col {
  box-sizing: border-box;
  float: left;
}
.b-news__col_main {
  width: 60%;
}
.b-news__col_side {
  width: 40%;
  box-sizing: border-box;
}
.b-news__show-more {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.b-news__show-more a {
  text-decoration: none;
  line-height: 24px;
  padding: 0 0 0 43px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b-news__show-more a:before {
  content: '';
  width: 28px;
  height: 24px;
  display: inline-block;
  background: url(../blocks/b-news/img/reload.png) 0 0 no-repeat;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
}
.b-news__show-more a:hover:before {
  transform: rotate(360deg);
}
.b-news__show-more .ui-datepicker-trigger {
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  margin: 0 0 0 15px;
  cursor: pointer;
}
.b-newsfeed {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.b-newsfeed__title {
  color: #db2222;
}
.b-newsfeed__item {
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
}
.b-newsfeed__item:last-child {
  border: 0;
  padding: 0;
}
.b-newsfeed__date {
  font-weight: bold;
}
.b-newsfeed__text a {
  color: inherit;
  text-decoration: none;
}
.b-newsfeed__text a:hover {
  text-decoration: underline;
}
.b-newsfeed_bordered {
  border: 1px solid #ebebeb;
  padding: 26px;
}
.b-pager {
  overflow: hidden;
  margin: 20px 0;
}
.b-pager__counter {
  float: right;
}
.b-pager__pages {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.b-pager__page {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.b-pager__page_current {
  color: #db2222;
}
.b-pager__page:after {
  content: " /";
  color: #db2222;
}
.b-pager__page:before {
  content: " ";
}
.b-pager__page:last-child:after {
  display: none;
}
.b-photo-showcase {
  margin: 0 0 20px 0;
}
.b-photo-showcase .photo-showcase-slider .flex-viewport {
  height: 524px;
}
.b-photo-showcase .photo-showcase-slider .flex-viewport .slides {
  height: 524px;
  overflow: hidden;
}
.b-photo-showcase .photo-showcase-slider .flex-viewport .slides li {
  height: 100%;
  text-align: center;
  background: #000;
}
.b-photo-showcase .photo-showcase-slider .flex-viewport .slides li img {
  width: 100%;
  height: 100%;
}
.b-photo-showcase .photo-showcase-slider .flex-direction-nav a {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  z-index: 10;
}
.b-photo-showcase .photo-showcase-slider .flex-direction-nav .flex-next {
  right: 0;
}
.b-photo-showcase .photo-showcase-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.b-photo-showcase .photo-showcase-carousel {
  height: 78px;
  margin: 10px 50px 0 50px;
  padding: 0;
  position: relative;
}
.b-photo-showcase .photo-showcase-carousel li {
  margin: 0 5px 0 0;
  height: 78px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.b-photo-showcase .photo-showcase-carousel li img {
  display: block;
  width: 100%;
}
.b-photo-showcase .photo-showcase-carousel li.flex-active-slide {
  opacity: 1;
}
.b-photo-showcase .photo-showcase-carousel .flex-direction-nav {
  display: none;
}
.b-photo-showcase .b-photo-showcase__counter_wrapper {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.b-photo-showcase .b-photo-showcase__counter_wrapper .b-photo-showcase__counter_separator {
  color: #db2222;
}
.b-photo-showcase .loading {
  background: url(../blocks/b-photo-showcase/img/loader.gif) 50% 200px no-repeat;
  overflow: hidden;
}
.b-popular-brands {
  background: #eeeeee;
  padding: 20px;
}
.b-popular-brands__title {
  border-bottom: 2px solid #fff;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}
.b-popular-brands__letter {
  color: #d4d4d4;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.b-popular-brands__group {
  padding: 0 0 0 27px;
  position: relative;
  line-height: 20px;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.b-popular-brands__name {
  font-weight: 600;
  text-decoration: none;
}
.b-popular-brands__amount {
  color: #6d6d6d;
  margin: 0 0 0 5px;
}
.b-popular-models {
  border: 2px solid #ebebeb;
  padding: 35px 0 35px 50px;
}
.b-popular-models table {
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
}
.b-popular-models table td {
  padding: 0 0 10px 0;
}
.b-popular-models__link {
  font-weight: 600;
  text-decoration: none;
}
.b-popular-models__link:hover {
  color: #db2222;
}
.b-popular-models__title {
  margin: 0 0 20px 0;
  color: #db2222;
}
.b-popular-models__amount {
  color: #6d6d6d;
}
.b-popular-models__switcher {
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 13px;
  color: #db2222;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.b-popular-models__switcher:hover {
  color: #000;
}
.b-popular-models__switcher:hover i {
  border-color: #000;
}
.b-popular-models__switcher i {
  font-style: normal;
  width: 23px;
  line-height: 25px;
  height: 23px;
  border: 2px solid #db2222;
  font-size: 20px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 7px 0 0;
  font-family: arial;
  font-weight: normal;
}
.b-popup {
  background: #fff;
  width: 450px;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.b-popup__close {
  position: absolute;
  width: 23px;
  height: 23px;
  background: #d4d4d4;
  color: #fff;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 24px;
  cursor: pointer;
}
.b-layout__side-content .b-popup {
  padding: 0;
}
.b-layout__side-content .b-popup .b-popup__close {
  display: none;
}
.b-post-preview {
  width: 49.2%;
  display: inline-block;
  height: 256px;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  vertical-align: top;
}
.b-post-preview__image {
  height: 100%;
}
.b-post-preview__text {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 78px 30px 0 45px;
  box-sizing: border-box;
}
.b-post-preview__date {
  font-size: 16px;
  font-family: times, serif;
  font-style: italic;
  font-weight: 100;
  display: block;
  margin: 0 0 15px 0;
}
.b-post-preview__title {
  font-size: 18px;
  display: block;
}
.b-post-preview .new_flag {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.b-post-preview .context-menu {
  right: 0;
  top: 35px;
}
.b-post-preview__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-pseudoselect {
  position: relative;
  line-height: 1;
  font-size: 11px;
}
.b-pseudoselect__list {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ebebeb;
  left: -1px;
  width: 133px;
  top: 0;
  padding: 27px 0 0 0;
}
.b-pseudoselect__option {
  padding: 5px 10px;
}
.b-pseudoselect__option a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.b-pseudoselect__option a:hover {
  color: #db2222;
}
.b-pseudoselect__value {
  cursor: pointer;
  padding: 8px 10px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.b-pseudoselect__value:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: #222;
  margin: 3px 0 0 5px;
  position: relative;
  vertical-align: top;
}
.b-pseudoselect:hover .b-pseudoselect__list {
  display: block;
}
.b-pseudoselect:hover .b-pseudoselect__value {
  color: #db2222;
}
.b-pseudoselect:hover .b-pseudoselect__value:after {
  border-top-color: #db2222;
}
.b-root-slider {
  margin: 0 0 40px 0;
  overflow: hidden;
  width: auto;
}
.b-root-slider .rewiew-slides {
  height: 396px;
  overflow: hidden;
}
.b-root-slider .rewiew-slides li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-root-slider .rewiew-slides .image {
  float: left;
  margin-right: 16px;
  width: 64%;
  height: 100%;
  overflow: hidden;
}
.b-root-slider .rewiew-slides .image img {
  height: 100%;
}
.b-root-slider .rewiew-slides .info {
  overflow: hidden;
  padding: 45px 24px;
  box-sizing: border-box;
  height: 373px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 0;
  width: 36%;
  height: 100%;
  background-color: #222;
  z-index: 3;
  transform: translateZ(0);
}
.b-root-slider .rewiew-slides .info .date {
  opacity: 0.5;
  font-size: 13px;
  display: block;
  margin: 0 0 16px 0;
}
.b-root-slider .rewiew-slides .info .title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.b-root-slider .rewiew-slides .info .title a {
  text-decoration: none;
}
.b-root-slider .rewiew-slides .info .title a:hover {
  text-decoration: underline;
}
.b-root-slider .rewiew-slides .info .text {
  color: #d4d4d4;
  margin: 0 0 15px 0;
  line-height: 1.4;
  max-height: 7em;
  overflow: hidden;
}
.b-root-slider .rewiew-slides .info .media {
  color: #d4d4d4;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.b-root-slider .rewiew-slides .info .media span {
  display: inline-block;
  padding: 0 0 0 22px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  background: url(../blocks/b-root-slider/img/media-icons.png) 0 0 no-repeat;
  margin: 0 10px 0 0;
}
.b-root-slider .rewiew-slides .info .media span.video {
  background-position: 0 -15px;
}
.b-root-slider .rewiew-slides .info .button {
  padding: 0 36px;
}
.b-root-slider .flex-direction-nav a {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  z-index: 10;
}
.b-root-slider .flex-direction-nav .flex-next {
  right: 0;
}
.b-root-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.b-root-slider .thumbs {
  height: 68px;
  margin: 15px 20px;
  padding: 0 28px;
  position: relative;
}
.b-root-slider .thumbs .flex-control-thumbs {
  height: 68px;
  margin: 0;
}
.b-root-slider .thumbs .flex-control-thumbs li {
  width: auto;
}
.b-root-slider .thumbs .flex-direction-nav {
  display: none;
}
.b-root-slider .thumbs .flex-viewport {
  position: static !important;
}
.b-root-slider .thumbs li {
  height: auto;
  margin: 0 10px 0 0;
}
.b-root-slider .thumbs li.flex-active-slide img {
  opacity: 1;
}
.b-root-slider .thumbs li img {
  width: 100%;
  display: block;
}
.b-searchresult__item {
  overflow: hidden;
  clear: both;
  margin: 0 0 30px 0;
}
.b-searchresult__image {
  width: 15%;
  float: left;
  margin: 0 10px 0 0;
}
.b-searchresult__image img {
  width: 100%;
}
.b-searchresult__text {
  overflow: hidden;
}
.b-searchresult__date {
  color: #db2222;
  font-size: 13px;
  font-weight: 100;
  margin: 0 0 8px 0;
  display: inline-block;
}
.b-searchresult__category {
  font-size: 11px;
  font-weight: 600;
  color: #c4c4c4;
}
.b-searchresult__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0 20px 0 0;
}
.b-searchresult__title a {
  text-decoration: none;
}
.b-searchresult__title a:hover {
  text-decoration: underline;
}
.b-searchresult__announce {
  font-size: 15px;
}
.b-searchresult__announce b {
  color: #db2222;
}
.b-select-form {
  padding: 10px 0 40px 0;
}
.b-select-form__selector {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.b-select-form__selector_nopadding {
  padding: 0;
  width: 24%;
}
.b-select-form__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.b-select-form__select {
  width: 100%;
}
.b-select-form__select_nomargin {
  width: 100%;
  margin: 0;
}
.b-select-form__select_half {
  width: 45%;
}
.b-select-form__dash {
  width: 10%;
  display: inline-block;
  text-align: center;
}
.b-select-form__price-input {
  width: 45%;
}
.b-select-form__submit {
  padding: 5px 0 0 0;
}
.b-select-form__submit input {
  width: 124px;
  color: #fff;
  background: #db2222;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  border: 0;
  padding: 0;
  height: 32px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.b-select-form__submit input:hover {
  background: #ec3333;
}
.b-seo-footer {
  margin: 40px 0 0 0;
  padding: 0 30% 70px 0;
  background: url(../blocks/b-seo-footer/img/watermark-logo.png) 100% 40px no-repeat;
}
.b-seo-footer__title {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.b-seo-footer__more {
  display: none;
}
.b-seo-footer__text {
  margin: 0 0 0 18px;
  padding: 0 0 0 20px;
  border-left: 4px solid #db2222;
  font-size: 15px;
}
.b-seo-footer__text p {
  margin: 0 0 20px 0;
  color: #6d6d6d;
}
.b-seo-footer__text h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.b-seo-footer__text ul {
  color: #6d6d6d;
  margin: 0 0 20px 0;
}
.b-seo-footer__text ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.b-seo-footer__expand {
  font-weight: bold;
  color: #222;
  border-bottom: 1px dashed #222;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.b-seo-footer_bordered {
  border-top: 2px solid #ebebeb;
  padding-top: 40px;
}
.b-share-block {
  margin: 0 0 10px 0;
}
.post_actions {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.yashare-auto-init .b-share {
  padding: 0 !important;
}
.b-social h2 {
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.b-social__icon {
  vertical-align: middle;
  margin: 0 2% 0 0;
  display: inline-block;
}
.b-social__icon i {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../blocks/b-social/img/social-icons.png) 0 50% no-repeat;
}
.b-social__icon_tw i {
  background-position: 0 50%;
}
.b-social__icon_vk i {
  background-position: -24px 50%;
}
.b-social__icon_fb i {
  background-position: -44px 50%;
}
.b-social__icon_rss i {
  background-position: -69px 50%;
}
.b-social__icon:last-child {
  margin: 0;
}
.b-social_on-footer {
  text-align: right;
}
.b-social_on-footer .b-social__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  text-align: center;
}
.b-social_on-footer .b-social__icon i {
  margin: 11px 0 0 0;
}
.b-social_on-footer .b-social__icon:hover {
  border-color: rgba(255,255,255,0.5);
}
.b-table {
  width: 100%;
}
.b-table th {
  color: #c4c4c4;
  font-weight: 600;
  font-size: 11px;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.b-table td {
  font-size: 13px;
  padding: 10px;
}
.b-table td.nopadding {
  padding: 0;
}
.b-table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.b-table a:hover {
  color: #db2222;
}
.b-table__bold-cell {
  font-weight: 600;
  font-size: 15px;
}
.b-table .b-favorites__delete {
  position: static;
}
.b-table__a-right {
  text-align: right !important;
}
.b-table__actions {
  color: #d4d4d4;
}
.b-table__actions .fa {
  margin: 0 0 0 5px;
  font-size: 18px;
  text-decoration: none !important;
}
.b-table__actions .fa.inactive {
  cursor: default;
  opacity: 0.5;
}
.b-table * {
  vertical-align: middle;
}
.b-tags {
  margin-bottom: 20px;
}
.b-tags__container {
  margin: 10px 0 0 0;
}
.b-tags__tag {
  display: inline-block;
  color: #fff;
  background: #d4d4d4;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  margin: 0 3px 3px 0;
  padding: 0 10px;
  font-weight: 600;
  vertical-align: bottom;
}
.b-tags__tag:hover,
.b-tags__tag_selected {
  background: #db2222;
}
.b-tags__tag_big {
  line-height: 24px;
}
.b-teaser {
  padding: 27px 0 0 0;
}
.b-teaser__title {
  border-bottom: 2px solid #ebebeb;
  padding: 0 0 8px 0;
}
.b-teaser__item {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.b-teaser__item_exclusive .b-teaser__item-title {
  font-weight: bold;
}
.b-teaser__img {
  width: 50%;
  max-width: 120px;
  float: left;
  position: relative;
}
.b-teaser__img img {
  width: 100%;
}
.b-teaser__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../blocks/b-teaser/img/video-icon.png) 50% 50% no-repeat;
}
.b-teaser__info {
  overflow: hidden;
  padding: 10px 0 0 10px;
  font-size: 15px;
}
.b-teaser__item-title {
  color: inherit;
  font-weight: 100;
  display: block;
  margin: 0 0 3px 0;
}
.b-teaser__item-title:hover {
  text-decoration: none;
}
.b-teaser__year {
  display: block;
  font-weight: bold;
  color: #d4d4d4;
  margin: 0 0 0 5px;
}
.b-teaser__price {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.b-teaser_inline-view {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 30px;
}
.b-teaser_inline-view .b-teaser__item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.b-teaser__links {
  font-size: 13px;
  margin: 20px 0;
}
.b-teaser_small-pic .b-teaser__img {
  width: 74px;
}
.b-teaser_small-pic .b-teaser__info {
  padding-top: 0;
}
.b-teaser_small-pic .b-teaser__item-title {
  font-size: 14px;
  text-decoration: none;
}
.b-teaser_small-pic .b-teaser__item-title:hover {
  text-decoration: underline;
}
.b-teaser__type {
  font-size: 11px;
  font-weight: 600;
  color: #c4c4c4;
}
.b-traffic-indicator {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.b-traffic-indicator__light {
  background: #4cc575;
  color: #fff;
  width: 19px;
  line-height: 19px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.b-userblock a {
  text-decoration: none;
}
.b-userblock__button {
  width: 50%;
  padding: 0;
}
.b-userblock__button_auth {
  width: 45%;
  margin: 0 5% 0 0;
}
.b-userblock__search {
  margin: 16px 0 0 0;
  border: 1px solid #dadada;
  border-radius: 4px;
  position: relative;
}
.b-userblock__search-input {
  width: 100%;
  background: none !important;
  border: 0 !important;
}
.b-userblock__search-submit {
  background: url(../blocks/b-userblock/img/search-icon.png);
  width: 22px;
  height: 20px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  cursor: pointer;
  outline: none;
}
.b-userblock__social {
  padding: 16px 0;
}
.b-userblock__logged-user {
  display: inline-block;
  position: relative;
}
.b-userblock__avatar {
  width: 44px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.b-userblock__username {
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
  padding: 0 7px;
}
.b-userblock__username > span {
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 30px;
}
.b-userblock__username_add-avatar b {
  border-bottom: 1px dashed #000;
  font-style: normal;
  display: inline-block;
}
.b-userblock__user-action {
  display: none;
  position: absolute;
  border: 1px solid #dadada;
  padding: 10px 0;
  background: #fff;
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  left: -1px;
  top: 100%;
  min-width: 100%;
}
.b-userblock__action-item {
  text-decoration: none;
  display: inline-block;
  padding: 0 7px;
}
.b-userblock__action-item:before {
  content: "/ ";
  color: #db2222;
}
.b-userblock_action_yes .b-userblock__username:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: #222;
  margin: 2px 0 0 5px;
  position: relative;
  vertical-align: middle;
}
.b-userblock_action_yes .b-userblock__username:before {
  width: 100%;
  height: 1px;
  background: #fff;
  top: 100%;
  left: 0;
  content: "";
  position: absolute;
  z-index: 3;
}
.b-userblock_action_yes .b-userblock__username:hover {
  border-color: #dadada;
}
.b-userblock_action_yes .b-userblock__username:hover .b-userblock__user-action {
  display: block;
}
.b-userblock_action_yes .b-userblock__username:hover > span {
  color: #db2222;
}
.b-userblock_action_yes .b-userblock__username:hover:after {
  border-top-color: #db2222;
}
.b-userblock__edit {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.b-userblock__edit:before {
  font-family: 'FontAwesome';
  content: "\f040";
  color: #d5d5d5;
}
.b-userblock__notice {
  font-size: 14px;
  margin: 10px 0;
  padding: 0 0 0 54px;
}
.b-userblock__notice a {
  text-decoration: underline;
}
.b-votes {
  font-size: 16px;
  margin: 30px 0;
}
.b-votes_nomargin {
  margin: 0;
}
.b-votes__rate {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.b-votes__rate:before {
  content: '';
  width: 22px;
  height: 23px;
  display: inline-block;
  background: url(../blocks/b-votes/img/fingers.png) no-repeat;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.b-votes__rate_plus {
  color: #56d095 !important;
}
.b-votes__rate_plus:before {
  background-position: 0 0;
}
.b-votes__rate_minus {
  color: #eb3542 !important;
}
.b-votes__rate_minus:before {
  background-position: 100% 100%;
}
.b-votes__rate span {
  vertical-align: middle;
}
.b-votes__divider {
  display: inline-block;
  width: 1px;
  background: #e9e9e9;
  height: 27px;
  vertical-align: middle;
  margin: 0 18px;
}
.b-weather {
  font-size: 11px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.b-weather__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.b-weather__icon_sun {
  background: url(../blocks/b-weather/img/sun.png);
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../blocks/common/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:10px; height:10px; background:url(../blocks/common/images/controls.png) no-repeat 0px 0;}
    #cboxTopRight{width:10px; height:10px; background:url(../blocks/common/images/controls.png) no-repeat 0px 0;}
    #cboxBottomLeft{width:10px; height:10px; background:url(../blocks/common/images/controls.png) no-repeat 0px 0px;}
    #cboxBottomRight{width:10px; height:10px; background:url(../blocks/common/images/controls.png) no-repeat 0px 0px;}
    #cboxMiddleLeft{width:10px; background:url(../blocks/common/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:10px; background:url(../blocks/common/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:10px; background:url(../blocks/common/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:10px; background:url(../blocks/common/images/border.png) 0 0px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;opacity:0;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;opacity:0;}
        #cboxLoadingOverlay{background:url(../blocks/common/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../blocks/common/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
			width: 50%;
			height: 100%;
			position:absolute;
			outline: 0;
			opacity:0;
		}
		 #cboxPrevious:hover{
			
		}
		
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../blocks/common/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px; opacity:0;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:0; right:0; background:url(../blocks/common/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: rgba(0,0,0,0.8);}
#colorbox{outline:0;}
    #cboxTopLeft{width:10px; height:10px; background: #db2222;}
    #cboxTopRight{width:10px; height:10px; background: #db2222;}
    #cboxBottomLeft{width:10px; height:10px; background: #db2222;}
    #cboxBottomRight{width:10px; height:10px; background: #db2222;}
    #cboxMiddleLeft{width:10px; background: #db2222;}
    #cboxMiddleRight{width:10px; background: #db2222;}
    #cboxTopCenter{height:10px; background: #db2222;}
    #cboxBottomCenter{height:10px; background: #db2222;}
    
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;opacity:0;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;opacity:0;}
        #cboxLoadingOverlay{background:url(../blocks/common/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../blocks/common/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
			width: 50%;
			height: 100%;
			position:absolute;
			outline: 0;
			opacity:0;
		}
		 #cboxPrevious:hover{
			
		}
		
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../blocks/common/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px; opacity:0;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../blocks/common/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; display: none}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
body,
html {
  margin: 0;
  padding: 0;
  background: #eee;
  color: #222;
  font-family: 'Proxima Nova', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  color: inherit;
  outline: none;
}
input[type=text],
input[type=password],
input[type=email],
button,
select,
option {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select {
  background: #eee url(../blocks/common/img/select-arrows.png) 100% 50% no-repeat;
  height: 38px;
  border: 1px solid #dadada;
  font-size: 15px;
  padding: 0 20px 0 10px;
  border-radius: 3px;
}
select::-ms-expand {
  display: none;
}
select.autoheight {
  height: auto;
}
textarea {
  background: #eeeeee;
  width: 100%;
  border: 1px solid #dadada;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  resize: vertical;
}
input[type=text],
input[type=password],
input[type=email] {
  background: #eee;
  border: 1px solid #dadada;
  border-radius: 3px;
  box-sizing: border-box;
  height: 38px;
  padding: 0 0 0 10px;
  font-size: 15px;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
}
.post-table table td {
  width: 16.6%;
  height: 25px;
  line-height: 25px;
}
.post-table table tr > td:first-child {
  padding-left: 20px;
}
.post-table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12px;
}
.post-table th,
.post-table td {
  padding: 2px 3px;
  border-right: 1px solid #eeeeee;
  white-space: nowrap;
}
.post-table th:last-child,
.post-table td:last-child {
  border-right: 0px;
}
.post-table tr > td {
  background-color: #fff;
}
table.post-table > thead > tr > td {
  background-color: #db2222 !important;
  color: white;
}
.post-table tr:nth-child(odd) > td {
  background-color: #eeeeee;
}
.post-table .wrp {
  white-space: normal;
}
.post-table .last {
  border-width: 0;
}
.posts-table .nobg {
  background-color: transparent;
}
.ir {
  text-indent: -9999px;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
[class^="icon16-"],
[class*=" icon16-"] {
  *margin-right: .3em;
  display: inline-block;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  line-height: 16px;
  background: url(../blocks/common/img/icons/sprite.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.icon16-printer {
  background-position: 0 0;
}
.icon16-star {
  background-position: -16px 0;
}
.icon16-star-empty {
  background-position: -32px 0;
}
.icon16-star-owner {
  background-position: -48px 0;
}
.icon16-to {
  background-position: -64px 0;
}
.icon-calendar {
  *margin-right: .3em;
  display: inline-block;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  background: url(../blocks/common/img/icons/calendar.png) 0 0 no-repeat;
}
[class^="flag-"],
[class*=" flag-"] {
  display: inline-block;
  width: 17px;
  height: 16px;
  vertical-align: top;
  background: url(../blocks/common/img/icons/fav.png) 0 0 no-repeat;
  cursor: pointer;
}
[class^="flag-"]:hover,
[class*=" flag-"]:hover {
  background-position: -17px 0;
}
.flag-none {
  background-position: 0 0;
}
.flag-favorite {
  background-position: -34px 0;
}
.flag-new {
  background-position: -23px 0;
}
.flag-new-favorite {
  background-position: -23px 0;
}
.context-menu {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 40px rgba(0,0,0,0.4);
  z-index: 10;
  width: 170px;
}
.context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.context-menu ul li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: block;
}
.context-menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.context-menu ul li a:hover {
  background-color: #eee;
}
.context-menu span {
  color: #777;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
#window {
  display: none;
}
.window-block {
  margin: 200px auto;
  width: 450px;
  position: relative;
}
#window-content,
#window-content2 {
  background: rgba(0,0,0,0.7);
  zoom: 1;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 201;
}
#window-content2 {
  z-index: 202;
}
.window-block-wide {
  margin: 50px auto;
  width: 900px;
  position: relative;
  background: white;
  padding: 10px 20px;
}
#window-content-wide {
  background: rgba(0,0,0,0.8);
  zoom: 1;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 203;
}
.ui-datepicker-trigger,
.ui-datepicker-clear {
  vertical-align: middle;
  margin: 0 0 0 10px;
  -webkit-filter: grayscale(1);
  cursor: pointer;
}
[class*="circle-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
.circle-blue {
  background-color: #047db5;
}
.circle-red {
  background-color: #c4160f;
}
.circle-empty {
  border: 1px solid black;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  display: none;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.flexslider-media .slides img {
  max-width: 270px;
  display: block;
  width: 100%;
  height: 197px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  background: url(../blocks/flexslider/img/nav-arrows.png) no-repeat;
  text-indent: -9999px;
  opacity: .8;
  cursor: pointer;
}
.flex-direction-nav a:hover {
  border-color: rgba(0,0,0,0.2);
}
.flex-direction-nav .flex-next {
  background-position: -92px 50%;
}
.flex-direction-nav .flex-prev {
  background-position: 13px 50%;
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
  border-color: rgba(0,0,0,0.1) !important;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.stars__row {
  display: inline-block;
}
.stars__row_total {
  display: block;
}
.stars__label {
  display: block;
  font-weight: 600;
}
.stars .stars-on,
.stars .starb-on {
  background: url(../blocks/stars/img/star-on.png) 50% 50% no-repeat;
}
.stars .stars-off,
.stars .starb-off {
  background: url(../blocks/stars/img/star-off.png) 50% 50% no-repeat;
}
.stars_compact {
  margin: 0 0 20px 0;
}
.stars_compact .stars__label {
  color: #b6b6b6;
  font-size: 13px;
}
.stars_compact .stars__row {
  margin: 0 15px 0 0;
}
.stars_compact .stars__row_total .stars__label {
  color: #000;
  font-size: 15px;
}
.stars_compact .stars__row_total i {
  width: 16px !important;
  height: 14px !important;
}
.stars_compact i {
  width: 12px !important;
  height: 11px !important;
  background-size: contain !important;
}
.stars [class*="stars-"],
.stars [class*="starb-"] {
  display: inline-block;
  vertical-align: text-top;
  line-height: 16px;
  margin-right: 2px;
  cursor: pointer;
}
.stars [class*="stars-"] {
  width: 16px;
  height: 14px;
}
.stars [class*="starb-"] {
  width: 16px;
  height: 16px;
}

