/*
 * LESS Mixins
 */
@keyframes spinner-animation {
  to {
    transform: rotate(1turn);
  }
}
@keyframes blink-animation {
  0% {
    opacity: .25;
  }
  20% {
    opacity: .75;
  }
  100% {
    opacity: .25;
  }
}
/* Franklin Gothic
*******************************************************************************************************************************/
/* Medium */
.b-tile-ab-info,
.b-tile-section,
.b-tile-complementary,
.b-tile-header,
.b-comments-spacer .pseudo-header {
  font-family: 'Open Sans Condensed', franklingothicmedicondcRg, Arial, Helvetica, sans-serif;
}
/* Condensed Medium */
.b-tiles .b-tile {
  font-family: 'Open Sans Condensed', franklingothicmedicondcRg, Arial, Helvetica, sans-serif;
}
/* Tiles
*******************************************************************************************************************************/
.g-middle .b-tiles {
  margin: -10px -10px 10px;
}
.b-autobaraholka-banner-1 + .b-tiles,
.b-autobaraholka-banner-1 + script + .b-tiles {
  margin-top: -9px;
}
.g-middle .b-cat-line + .b-tiles {
  margin: 1px -10px 1px;
}
.g-middle .b-ba-tiles {
  margin: 1px -10px 10px -10px;
}
.g-middle .b-ba-layer {
  padding-bottom: 10px;
}
.g-middle .b-ba-line {
  border: 0;
}
.g-middle .b-tiles + .b-ab-line,
.g-middle .b-main-page-result + .b-ab-line {
  margin-top: -10px;
}
.b-tiles {
  height: 449px;
  max-width: 1400px;
  background: #fff;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .no-touch .b-tiles:hover,
  .responsive-layout .touch .b-tiles {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.b-news-layer .b-tiles,
.b-news-alter-layer .b-tiles,
.b-megabanner-layer .b-tiles {
  height: 599px;
  margin: 0;
  overflow: visible;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-news-layer .b-tiles,
  .responsive-layout .b-news-alter-layer .b-tiles,
  .responsive-layout .b-megabanner-layer .b-tiles {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .no-touch .b-news-layer .b-tiles:hover,
  .responsive-layout .no-touch .b-news-alter-layer .b-tiles:hover,
  .responsive-layout .no-touch .b-megabanner-layer .b-tiles:hover,
  .responsive-layout .touch .b-news-layer .b-tiles,
  .responsive-layout .touch .b-news-alter-layer .b-tiles,
  .responsive-layout .touch .b-megabanner-layer .b-tiles {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
  }
}
.b-advert-layer .b-tiles {
  height: 299px;
  margin-top: 0;
}
.b-voka-layer .b-tiles,
.b-best-layer .b-tiles,
.b-parimatch-layer .b-tiles,
.b-arena-layer .b-tiles {
  height: 297px;
  margin-top: 0;
  background: none;
}
.b-voka-layer .b-tiles .b-tile,
.b-best-layer .b-tiles .b-tile,
.b-parimatch-layer .b-tiles .b-tile,
.b-arena-layer .b-tiles .b-tile {
  margin: 0;
  border-left: 0;
  border-top: 0;
  border-color: transparent !important;
  border-right: 1px solid transparent;
  background: none !important;
  box-sizing: border-box;
  box-shadow: none;
}
.b-voka-layer .b-tiles .col-sub,
.b-best-layer .b-tiles .col-sub,
.b-parimatch-layer .b-tiles .col-sub,
.b-arena-layer .b-tiles .col-sub {
  border-color: transparent !important;
}
.b-parimatch-layer .b-tiles .m-1x1,
.b-parimatch-layer .b-tiles .m-2x1,
.b-parimatch-layer .b-tiles .m-3x1,
.b-parimatch-layer .b-tiles .m-4x1 {
  height: 143px;
}
.b-parimatch-layer .b-tiles .m-1x1 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-2x1 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-3x1 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-4x1 .b-tile-main:before {
  height: 114px;
}
.b-parimatch-layer .b-tiles .m-1x1 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-2x1 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-3x1 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-4x1 .b-tile-grad:before {
  top: 9px;
}
.b-parimatch-layer .b-tiles .m-1x2,
.b-parimatch-layer .b-tiles .m-2x2,
.b-parimatch-layer .b-tiles .m-3x2,
.b-parimatch-layer .b-tiles .m-4x2 {
  height: 296px;
}
.b-parimatch-layer .b-tiles .m-1x2 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-2x2 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-3x2 .b-tile-main:before,
.b-parimatch-layer .b-tiles .m-4x2 .b-tile-main:before {
  height: 142px;
}
.b-parimatch-layer .b-tiles .m-1x2 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-2x2 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-3x2 .b-tile-grad:before,
.b-parimatch-layer .b-tiles .m-4x2 .b-tile-grad:before {
  top: 128px;
}
.b-parimatch-layer .b-tiles .b-tile {
  margin-bottom: 10px;
  border-right: 10px solid transparent !important;
}
.b-parimatch-layer .b-tiles .tiles-widget {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.b-parimatch-layer .b-tiles .b-tile-main {
  padding: 48px 12px 24px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
.b-parimatch-layer .b-tiles .b-tile-main:before {
  content: '';
  inset: auto 0 0 0;
  background-image: linear-gradient(180deg, rgba(20, 27, 31, 0) 0%, rgba(20, 27, 31, 0.9) 40%, rgba(20, 27, 31, 0.9) 100%);
  position: absolute;
}
.b-parimatch-layer .b-tiles .b-tile-grad {
  background: none;
  opacity: 1;
}
.b-parimatch-layer .b-tiles .b-tile-header,
.b-parimatch-layer .b-tiles .b-tile-excerpt {
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
}
.b-parimatch-layer .b-tiles .b-tile-header {
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.125 !important;
}
.b-parimatch-layer .b-tiles .b-tile-excerpt {
  font-size: 13px !important;
  line-height: 1.231 !important;
}
.b-catalog-layer .b-tiles {
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
}
.b-news-layer,
.b-news-alter-layer,
.b-megabanner-layer {
  height: 599px;
  margin: -10px -10px 40px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-news-layer,
  .responsive-layout .b-news-alter-layer,
  .responsive-layout .b-megabanner-layer {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .no-touch .b-news-layer:hover,
  .responsive-layout .no-touch .b-news-alter-layer:hover,
  .responsive-layout .no-touch .b-megabanner-layer:hover,
  .responsive-layout .touch .b-news-layer,
  .responsive-layout .touch .b-news-alter-layer,
  .responsive-layout .touch .b-megabanner-layer {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.b-news-layer {
  padding-right: 300px;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-news-layer {
    padding-right: 0;
  }
}
.b-megabanner-layer {
  margin-bottom: 30px !important;
}
.b-advert-layer .b-ab-line.m-2 a {
  white-space: normal;
}
.b-voka-layer,
.b-parimatch-layer {
  position: relative;
}
.b-voka-layer .b-ab-line.m-2,
.b-parimatch-layer .b-ab-line.m-2 {
  height: 38px;
  line-height: 37px;
  background: none;
  font-size: 16px;
}
.b-voka-layer .b-ab-line.m-2 {
  color: #ffffff;
}
@media only screen and (max-width: 1151px) {
  .responsive-layout .b-voka-layer .b-ab-line.m-2 {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.539;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }
}
@media only screen and (max-width: 639px) {
  .responsive-layout .b-voka-layer .b-ab-line.m-2 {
    height: auto;
  }
}
.b-voka-layer .b-ab-line.m-2 a {
  color: #ffffff;
  white-space: normal;
}
.b-parimatch-layer__overflow {
  height: 357px;
  margin: 0 -48px;
  padding: 0 48px 60px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-parimatch-layer__overflow {
    margin: 0 -20px;
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-parimatch-layer__overflow {
    height: 406px;
    padding-bottom: 109px;
  }
}
.no-touch .b-parimatch-layer__overflow:hover {
  overflow-x: auto;
  scrollbar-color: #cccccc transparent;
  scrollbar-width: thin;
}
.no-touch .b-parimatch-layer__overflow:hover::-webkit-scrollbar {
  height: 10px;
}
.no-touch .b-parimatch-layer__overflow:hover::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.no-touch .b-parimatch-layer__overflow:hover::-webkit-scrollbar-track {
  background: transparent;
}
.touch .b-parimatch-layer__overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: scroll;
}
.b-parimatch-layer__helper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-parimatch-layer__helper {
    display: inline-flex;
    vertical-align: top;
  }
}
.b-parimatch-layer__helper .b-tiles {
  margin: 0 -10px 0 0;
  flex: 1;
  order: 1;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .no-touch .b-parimatch-layer__helper .b-tiles:hover,
  .responsive-layout .touch .b-parimatch-layer__helper .b-tiles {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
  }
}
.b-parimatch-layer__helper .b-tiles:not(.b-tiles_specific):not(:only-child) {
  min-width: 656.5px;
}
.b-parimatch-layer__helper .b-tiles:not(.b-tiles_specific):not(:only-child) .col-1 {
  width: 50% !important;
  min-width: 0 !important;
}
.b-parimatch-layer__helper .b-tiles:not(.b-tiles_specific):not(:only-child) .col-1 .m-1x1,
.b-parimatch-layer__helper .b-tiles:not(.b-tiles_specific):not(:only-child) .col-1 .m-1x2 {
  width: 100%;
}
.b-parimatch-layer__helper .b-tiles:not(.b-tiles_specific):not(:only-child) .col-2 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-parimatch-layer__helper .b-tiles_specific {
    min-width: 1020px;
  }
}
.b-parimatch-layer__helper .b-tiles_specific .b-tiles {
  margin: 0;
}
.b-parimatch-layer__helper .b-tiles_specific .col-3 .m-1x2 {
  margin-top: 153px;
  height: 143px;
}
.b-parimatch-layer__helper .b-main-page-speech {
  flex: 1;
  order: 1;
}
.b-parimatch-layer__helper .b-main-page-speech:not(:only-child) {
  min-width: 646.5px;
}
.b-parimatch-layer__helper .b-main-page-result:not(.b-main-page-result_specific):not(:only-child) {
  min-width: 647.5px;
}
.b-parimatch-layer__helper .b-main-page-result:not(.b-main-page-result_specific):not(:only-child) .b-main-page-result__list {
  column-count: 2;
}
.b-parimatch-layer__helper .b-main-page-result:not(.b-main-page-result_specific) {
  min-width: 1304px;
}
.b-parimatch-layer__helper .b-main-page-result_specific {
  inset: 0;
  position: absolute;
}
.b-parimatch-layer__helper .b-main-page-result_specific .b-main-page-result__list {
  column-count: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.b-parimatch-layer__helper .b-main-page-result_specific .b-main-page-result__item {
  width: calc(25% - 10px);
  position: relative;
  z-index: 12;
}
.b-parimatch-layer__helper .b-main-page-result_specific .b-main-page-result__part_2 {
  padding-right: 15px;
}
.b-parimatch-layer__helper .b-main-page-result_specific .b-main-page-result__part_6 {
  padding-left: 15px;
}
.b-parimatch-layer .b-ab-line.m-2 {
  height: auto;
  margin: 0;
  padding: 16px 0 8px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 1;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-parimatch-layer .b-ab-line.m-2 {
    padding: 13px 0 16px;
    font-size: 0;
    line-height: 1;
    display: block;
  }
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button {
  width: auto;
  height: 36px;
  margin-right: 8px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #8687db;
  color: #ffffff;
  box-shadow: none;
  font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .72px;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-parimatch-layer .b-ab-line.m-2 .footer-3-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button:hover {
  background-color: #7273ba;
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button:active {
  background-color: #5e5f99;
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button_specific {
  background-color: #11e94e;
  color: #000000;
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button_specific:hover {
  background-color: #0ec642;
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button_specific:active {
  background-color: #0ca337;
}
.b-parimatch-layer .b-ab-line.m-2 .footer-3-button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-parimatch-layer .b-ab-line.m-2 .footer-3-button:last-child {
    margin-bottom: 0;
  }
}
.b-catalog-layer  .b-tile {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-catalog-layer  .b-tile:last-of-type {
    display: inline-block;
  }
}
.b-catalog-layer  .b-tile.m-1x1 {
  width: 20%;
  min-width: 240px;
  height: 120px;
}
.b-catalog-layer  .b-tile.m-1x1 .b-tile-main {
  padding-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.b-catalog-layer  .b-tile.m-1x1 .b-tile-header {
  max-height: 48px;
  padding: 0;
  font-size: 14px;
  line-height: 1.143;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.b-catalog-layer  .b-tile.m-1x1 .b-tile-excerpt {
  display: none;
}
.b-tiles-inner {
  height: 299px;
  position: relative;
  overflow: hidden;
}
.b-tiles-banner {
  width: 300px;
  height: 599px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 11;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles-banner {
    display: none;
  }
}
.g-middle .b-ab-tiles {
  height: 300px;
  margin-top: 0;
}
.m-section {
  max-width: 1399px;
}
.b-tiles .complementary {
  padding: 7px 0 5px;
  line-height: 20px;
}
.b-tiles .complementary-item {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
/* Columns
*******************************/
.b-tiles .b-col {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.b-tiles .col-1 {
  width: 50%;
  z-index: 13;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles .col-1 {
    min-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles .col-1 {
    min-width: 510px;
  }
}
.b-tiles.col-2-wide,
.b-tiles.col-3-wide {
  margin-left: -10px;
}
.b-news-layer .b-tiles.col-2-wide,
.b-news-layer .b-tiles.col-3-wide,
.b-megabanner-layer .b-tiles.col-2-wide,
.b-megabanner-layer .b-tiles.col-3-wide {
  margin-left: 0;
}
.b-tiles.col-2-wide .col-1 {
  width: 25%;
  z-index: 12;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles.col-2-wide .col-1 {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-2-wide .col-1 {
    min-width: 255px;
  }
}
.b-tiles.col-2-wide .col-1 .b-tile {
  width: 100%;
}
.b-tiles.col-2-wide .col-1 .m-1x2,
.b-tiles.col-2-wide .col-3 .m-1x2 {
  height: 299px;
}
.b-tiles.col-2-wide .col-2 {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles.col-2-wide .col-2 {
    min-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-2-wide .col-2 {
    min-width: 510px;
  }
}
.b-tiles.col-2-wide .col-3 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-2-wide .col-3 {
    display: inline-block;
  }
}
.b-tiles.col-3-wide .col-1 {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles.col-3-wide .col-1 {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-3-wide .col-1 {
    min-width: 255px;
  }
}
.b-tiles.col-3-wide .col-1 .b-tile {
  width: 100%;
}
.b-tiles.col-3-wide .col-2 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-3-wide .col-2 {
    display: inline-block;
  }
}
.b-tiles.col-3-wide .col-3 {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles.col-3-wide .col-3 {
    min-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles.col-3-wide .col-3 {
    min-width: 510px;
  }
}
.b-tiles .col-sub {
  width: 50%;
  float: left;
  position: relative;
  z-index: 12;
}
.b-tiles .col-sub .b-tile {
  width: 100% !important;
  padding-right: 1px;
  margin-left: 0;
  border-left: 0;
}
.b-tiles .col-sub + .b-tile {
  width: 50% !important;
}
.b-tiles .col-1 .col-sub + .b-tile {
  float: right;
}
.b-tiles .col-2 {
  width: 25%;
  z-index: 12;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles .col-2 {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles .col-2 {
    min-width: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles .col-2 .b-tile {
    border-right: 1px solid #fff;
  }
}
.m-section .col-2 {
  width: 50%;
  float: right;
}
/* 2nd column in section page */
.b-tiles .col-3 {
  width: 25%;
  z-index: 11;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-tiles .col-3 {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-tiles .col-3 {
    min-width: 255px;
    display: inline-block;
  }
}
.b-news-layer .b-tiles .col-3,
.b-megabanner-layer .b-tiles .col-3 {
  display: none !important;
}
.b-tiles .col-3 .b-tile {
  border-right: 0;
}
/* Tiles
*******************************/
.b-tile {
  width: 100%;
  margin-bottom: 1px;
  float: left;
  position: relative;
  z-index: 11;
  overflow: hidden;
  font-size: 13px;
  white-space: normal;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  box-shadow: 0 0 0 1px #ffffff;
}
.b-tile .line-clamp-1,
.b-tile .line-clamp-2,
.b-tile .line-clamp-3,
.b-tile .line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-tile .line-clamp-1 {
  -webkit-line-clamp: 1;
}
.b-tile .line-clamp-2 {
  -webkit-line-clamp: 2;
}
.b-tile .line-clamp-3 {
  -webkit-line-clamp: 3;
}
.b-tile .line-clamp-4 {
  -webkit-line-clamp: 4;
}
.b-tile picture img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}
.b-tile a {
  color: #ffffff;
}
.b-tile a:hover {
  text-decoration: none;
  color: #ffffff;
}
/* Main
****************/
.b-tile-main {
  padding: 39px 20px 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
}
/* Header */
.b-tile-header {
  padding: 0 0 4px;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
}
.b-tile-header:after {
  content: "";
  position: absolute;
}
/* Excerpt */
.b-tile-excerpt {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
/* Gradient
****************/
.b-tile-grad {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  opacity: .5;
  transition: opacity .2s ease;
}
.no-touch .b-tile:hover .b-tile-grad {
  opacity: 1;
}
/* Section
****************/
.b-tile-section,
a.b-tile-section {
  height: 10px;
  padding: 4px 10px 3px;
  background: #ffea00;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 12;
  line-height: 9px;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  color: #000;
}
.b-tile-section_special,
a.b-tile-section_special {
  background: #1a6dbb;
  color: #ffffff;
}
/* 12 */
a.b-tile-section:hover {
  text-decoration: none;
  background: #ffd500;
  color: #000000;
}
/* Comments
****************/
.b-tile-comments,
a.b-tile-comments {
  padding: 0 0 0 11px;
  background-position: 0 -80px;
  display: inline-block;
  position: absolute;
  z-index: 12;
  top: 11px;
  right: 11px;
  font: 11px/1 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
  color: #ffea00;
}
/* 12 */
a.b-tile-comments:hover {
  background-position: 0 -300px;
  text-decoration: none;
  color: #ffea00;
}
.b-tile-comments > b {
  padding: 4px 1px 12px 0;
  background-position: 100% -120px;
}
a.b-tile-comments:hover > b {
  background-position: 100% -200px;
}
.b-tile-comments > b > * {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  left: -5px;
}
.m-1x2 .b-tile-comments,
.m-ba .b-tile-comments {
  margin: 15px 0 0;
  right: auto;
  top: 230px;
  left: 20px;
}
/* Large comments */
.b-tile-comments.m-large,
a.b-tile-comments.m-large,
.m-2x2 .b-tile-comments,
.m-2x2 a.b-tile-comments,
.m-4x2 .b-tile-comments,
.m-4x2 a.b-tile-comments {
  margin: 9px 0 0 2px;
}
.b-tile-comments.m-large,
a.b-tile-comments.m-large,
.m-2x2 .b-tile-comments,
.m-2x2 a.b-tile-comments,
.m-4x2 .b-tile-comments,
.m-4x2 a.b-tile-comments,
.m-4x3 .b-tile-comments,
.m-4x3 a.b-tile-comments {
  height: 36px;
  padding: 0 0 0 11px;
  background-position: 0 0;
  top: 230px;
  right: auto;
  left: 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 17px;
}
.m-4x3 .b-tile-comments,
.m-4x3 a.b-tile-comments {
  margin: 13px 0 0;
}
a.b-tile-comments.m-large:hover,
.m-2x2 a.b-tile-comments:hover,
.m-4x2 a.b-tile-comments:hover,
.m-4x3 a.b-tile-comments:hover {
  background-position: -149px -240px;
}
.b-tile-comments.m-large > b,
.m-2x2 .b-tile-comments > b,
.m-4x2 .b-tile-comments > b,
.m-4x3 .b-tile-comments > b {
  padding: 6px 1px 12px 0;
  background-position: 100% -40px;
}
.b-tile-comments.m-large > b > *,
.m-2x2 .b-tile-comments > b > *,
.m-4x2 .b-tile-comments > b > *,
.m-4x3 .b-tile-comments > b > * {
  max-width: 130px;
}
.b-tile-comments.m-large:hover > b,
.m-2x2 .b-tile-comments:hover > b,
.m-4x2 .b-tile-comments:hover > b,
.m-4x3 .b-tile-comments:hover > b {
  background-position: 100% -160px;
}
/* Spacer
****************/
.m-2x2 .b-comments-spacer,
.m-4x2 .b-comments-spacer,
.m-1x2 .b-comments-spacer,
.m-1x3 .b-comments-spacer,
.m-1x4 .b-comments-spacer,
.m-4x3 .b-comments-spacer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-1x2 .b-comments-spacer {
  padding: 39px 20px 10px;
}
.m-1x3 .b-comments-spacer,
.m-1x4 .b-comments-spacer {
  padding: 39px 20px 10px;
}
.m-2x2 .b-comments-spacer,
.m-4x2 .b-comments-spacer {
  padding: 43px 19px 19px;
}
.m-inner .m-2x2 .b-comments-spacer,
.m-inner .m-4x2 .b-comments-spacer {
  padding: 13px 19px 19px;
}
.m-4x3 .b-comments-spacer {
  padding: 39px 20px 10px;
}
.b-comments-spacer .pseudo-header,
.b-comments-spacer .pseudo-excerpt {
  opacity: 0;
}
.b-comments-spacer .pseudo-excerpt {
  font-size: 15px;
  line-height: 17px;
}
.b-comments-spacer .b-tile-comments {
  position: relative;
  top: auto !important;
  left: auto !important;
}
.m-1x2 .pseudo-header {
  font-size: 25px;
  line-height: 27px;
}
.m-1x3 .pseudo-header,
.m-1x4 .pseudo-header {
  max-width: 300px;
  bottom: auto;
  font-size: 25px;
  line-height: 27px;
}
.m-2x2 .pseudo-header,
.m-4x2 .pseudo-header {
  max-width: 620px;
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-2x2 .pseudo-header,
  .responsive-layout .m-4x2 .pseudo-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-4x3 .pseudo-header {
  max-width: 1000px;
  font-size: 61px;
  line-height: 61px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-4x3 .pseudo-header {
    font-size: 32px;
    line-height: 1;
  }
}
/* Info
****************/
.b-tile-ab-info {
  position: absolute;
  overflow: hidden;
  text-transform: uppercase;
  bottom: 10px;
  left: 10px;
  overflow: visible;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  z-index: 12;
  font-size: 0;
}
/* 12 */
.m-ba .b-tile-ab-info,
.m-1x2 .b-tile-ab-info,
.m-2x2 .b-tile-ab-info,
.m-4x2 .b-tile-ab-info {
  bottom: 22px;
}
.b-tile-ab-info > * {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 23px;
  position: relative;
}
.b-tile-ab-info .price {
  padding: 0 9px;
  font-size: 17px;
  color: #000000;
}
.m-ba .b-tile-ab-info .price,
.m-1x2 .b-tile-ab-info .price {
  padding: 5px 6px 4px 9px;
}
.b-tile-ab-info .bagrain,
.b-tile-ab-info .exchange {
  padding: 0 0 0 4px;
  top: 5px;
  font-size: 13px;
  color: #ffffff;
}
.b-ba-tiles .b-tile-ab-info .bagrain,
.b-ba-tiles .b-tile-ab-info .exchange {
  padding: 0 3px 0 8px;
}
.m-2x2 .b-tile-ab-info .bagrain,
.m-2x2 .b-tile-ab-info .exchange,
.m-4x2 .b-tile-ab-info .bagrain,
.m-4x2 .b-tile-ab-info .exchange {
  padding-left: 9px;
  top: 11px;
}
.b-tile-ab-info span {
  background: none;
  font-size: 16px;
}
.m-2x2 .b-tile-ab-info span,
.m-4x2 .b-tile-ab-info span {
  font-size: 16px;
}
.b-tile-ab-info:hover span {
  background: none;
}
.b-tile-ab-info .price {
  font-size: 25px;
  line-height: 27px;
  text-transform: none;
  color: #ffea00;
}
.b-tile-ab-info .price-secondary {
  top: 3px;
  font-size: 13px;
}
.m-ba .b-tile-ab-info .price,
.m-1x2 .b-tile-ab-info .price {
  font-size: 30px;
  line-height: 27px;
}
.m-ba .b-tile-ab-info .price-secondary,
.m-1x2 .b-tile-ab-info .price-secondary {
  top: 5px;
  font-size: 15px;
}
.m-ba .b-tile-ab-info .bagrain,
.m-ba .b-tile-ab-info .exchange,
.m-1x2 .b-tile-ab-info .bagrain,
.m-1x2 .b-tile-ab-info .exchange,
.m-2x2 .b-tile-ab-info .bagrain,
.m-2x2 .b-tile-ab-info .exchange,
.m-4x2 .b-tile-ab-info .bagrain,
.m-4x2 .b-tile-ab-info .exchange {
  padding: 0 0 0 6px;
  top: 12px;
  font-size: 15px;
  color: #ffffff;
}
.m-2x2 .b-tile-ab-info .price,
.m-4x2 .b-tile-ab-info .price {
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-2x2 .b-tile-ab-info .price,
  .responsive-layout .m-4x2 .b-tile-ab-info .price {
    font-size: 32px;
    line-height: .532;
  }
}
.m-2x2 .b-tile-ab-info .price-secondary,
.m-4x2 .b-tile-ab-info .price-secondary {
  top: 9px;
  font-size: 15px;
}
.m-2x2 .b-tile-ab-info .bagrain,
.m-4x2 .b-tile-ab-info .bagrain,
.m-2x2 .b-tile-ab-info .exchange,
.m-4x2 .b-tile-ab-info .exchange {
  line-height: 1;
  vertical-align: bottom;
  top: 4px;
}
/* Complementary
****************/
.b-tile-complementary,
a.b-tile-complementary {
  position: absolute;
  z-index: 12;
  bottom: 13px;
  left: 19px;
  text-transform: uppercase;
  color: #ffea00;
}
/* 12 */
a.b-tile-complementary:hover {
  text-decoration: underline;
  color: #ffd500;
}
/* Preload
****************/
.b-tile-preload {
  width: 0;
  height: 0;
  overflow: hidden;
  font: 0/0 a;
}
/* Tile background
****************/
.b-tile-bg {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: 10;
}
/* Colors
*******************************/
/* Red
****************/
.m-red .b-tile-grad {
  background: linear-gradient(to bottom, rgba(51, 10, 10, 0.4) 0%, rgba(51, 10, 10, 0) 100%), rgba(51, 10, 10, 0.4);
}
.m-red.m-reversed .b-tile-grad,
.m-red.m-info.m-1x1 .b-tile-grad,
.m-red.m-ab.m-1x1 .b-tile-grad {
  background: linear-gradient(to bottom, rgba(51, 10, 10, 0) 0%, rgba(51, 10, 10, 0.4) 100%), rgba(51, 10, 10, 0.4);
}
/* Green
****************/
.m-green .b-tile-grad {
  background: linear-gradient(to bottom, rgba(37, 51, 10, 0.4) 0%, rgba(37, 51, 10, 0) 100%), rgba(37, 51, 10, 0.4);
}
.m-green.m-reversed .b-tile-grad,
.m-green.m-info.m-1x1 .b-tile-grad,
.m-green.m-ab.m-1x1 .b-tile-grad {
  background: linear-gradient(to bottom, rgba(37, 51, 10, 0) 0%, rgba(37, 51, 10, 0.4) 100%), rgba(37, 51, 10, 0.4);
}
/* Blue
****************/
.m-blue .b-tile-grad {
  background: linear-gradient(to bottom, rgba(10, 37, 51, 0.4) 0%, rgba(10, 37, 51, 0) 100%), rgba(10, 37, 51, 0.4);
}
.m-blue.m-reversed .b-tile-grad,
.m-blue.m-info.m-1x1 .b-tile-grad,
.m-blue.m-ab.m-1x1 .b-tile-grad {
  background: linear-gradient(to bottom, rgba(10, 37, 51, 0) 0%, rgba(10, 37, 51, 0.4) 100%), rgba(10, 37, 51, 0.4);
}
/* Tiles sizes & types
*******************************/
/* 1x1
****************/
.m-1x1 {
  height: 149px;
}
.col-1 .m-1x1,
.b-tiles.col-2-wide .col-2 .m-1x1,
.b-tiles.col-3-wide .col-3 .m-1x1 {
  width: 50%;
}
.m-1x1 .b-tile-header {
  max-width: 310px;
  padding: 0 20px 3px 0;
  font-size: 25px;
  line-height: 27px;
}
.m-ab .b-tile-header,
.m-ab .pseudo-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 12px;
}
/* 2x1
****************/
.m-2x1 {
  height: 149px;
}
/* 2x2
****************/
.m-2x2 {
  height: 299px;
}
.m-2x2.m-ab .b-tile-main {
  padding-top: 43px;
}
.m-2x2 .b-tile-main {
  padding: 35px 19px 19px;
}
.m-inner .m-2x2 .b-tile-main {
  padding: 13px 19px 19px;
}
.m-2x2 .b-tile-header {
  max-width: 620px;
  padding: 0 0 12px;
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-2x2 .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-2x2.m-news .b-tile-header {
  padding-bottom: 0;
}
.col-2 .m-2x2 .b-tile-header,
.col-3 .m-2x2 .b-tile-header {
  font-size: 45px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .col-2 .m-2x2 .b-tile-header,
  .responsive-layout .col-3 .m-2x2 .b-tile-header {
    font-size: 32px;
    line-height: .844;
  }
}
.col-2-wide .col-2 .m-2x2 .b-tile-header,
.col-3-wide .col-3 .m-2x2 .b-tile-header {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .col-2-wide .col-2 .m-2x2 .b-tile-header,
  .responsive-layout .col-3-wide .col-3 .m-2x2 .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-2x2 .b-tile-excerpt {
  font-size: 15px;
  line-height: 17px;
}
/* 1x2
****************/
.m-1x2 {
  height: 299px;
}
.m-1x2.m-col-1-right {
  float: right;
  z-index: 12;
}
.col-1 .m-1x2 {
  width: 50%;
}
.m-1x2 .b-tile-header,
.m-ba .b-tile-header {
  font-size: 25px;
  line-height: 27px;
}
.m-1x2 .b-tile-excerpt,
.m-ba .b-tile-excerpt {
  font-size: 15px;
  line-height: 17px;
}
/* 1x3
****************/
.m-1x3 {
  height: 449px;
}
/* 1x4
****************/
.m-1x4 {
  height: 599px;
}
.col-1 .m-1x3,
.col-1 .m-1x4 {
  width: 50%;
}
.col-2-wide .col-1 .m-1x3,
.col-2-wide .col-3 .m-1x3,
.col-3-wide .col-1 .m-1x3,
.col-3-wide .col-3 .m-1x3,
.col-2-wide .col-1 .m-1x4,
.col-2-wide .col-3 .m-1x4,
.col-3-wide .col-1 .m-1x4,
.col-3-wide .col-3 .m-1x4 {
  width: 100%;
}
.m-1x3 .b-tile-header,
.m-1x3.m-info .b-tile-header,
.m-1x4 .b-tile-header,
.m-1x4.m-info .b-tile-header {
  max-width: 300px;
  bottom: auto;
  font-size: 25px;
  line-height: 27px;
}
.m-1x3.m-info .b-tile-comments,
.m-1x4.m-info .b-tile-comments {
  margin: 12px 0 0;
  right: auto;
  left: 20px;
}
/* 4x1
****************/
.m-4x1 {
  height: 149px;
}
/* 4x2
****************/
.m-4x2 {
  height: 299px;
}
.m-4x2.m-ab .b-tile-main {
  padding-top: 43px;
}
.m-4x2 .b-tile-main {
  padding: 35px 19px 19px;
}
.m-inner .m-4x2 .b-tile-main {
  padding: 13px 19px 19px;
}
.m-4x2 .b-tile-header {
  max-width: 620px;
  padding: 0 0 12px;
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-4x2 .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-4x2.m-news .b-tile-header {
  padding-bottom: 0;
}
.col-2 .m-4x2 .b-tile-header,
.col-3 .m-4x2 .b-tile-header {
  font-size: 45px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .col-2 .m-4x2 .b-tile-header,
  .responsive-layout .col-3 .m-4x2 .b-tile-header {
    font-size: 32px;
    line-height: .844;
  }
}
.col-2-wide .col-2 .m-4x2 .b-tile-header,
.col-3-wide .col-3 .m-4x2 .b-tile-header {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .col-2-wide .col-2 .m-4x2 .b-tile-header,
  .responsive-layout .col-3-wide .col-3 .m-4x2 .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-4x2 .b-tile-excerpt {
  font-size: 15px;
  line-height: 17px;
}
/* 2x3
****************/
.m-2x3 {
  height: 449px;
}
/* 2x4
****************/
.m-2x4 {
  height: 599px;
}
/* 3x1
****************/
.m-3x1 {
  height: 149px;
}
/* 3x2
****************/
.m-3x2 {
  height: 299px;
}
/* 3x3
****************/
.m-3x3 {
  height: 449px;
}
/* 3x4
****************/
.m-3x4 {
  height: 599px;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .m-3x4 {
    min-width: 1080px;
  }
}
/* 4x3
****************/
.m-4x3 {
  height: 449px;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .m-4x3 {
    min-width: 1080px;
  }
}
.m-4x3 .b-tile-header {
  max-width: 1000px;
  font-size: 61px;
  line-height: 61px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-4x3 .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-4x3 .b-tile-comment {
  margin: 20px 0 0;
}
/* universal widget */
.m-1x1.m-uw .b-tile-main,
.m-1x2.m-uw .b-tile-main,
.m-1x3.m-uw .b-tile-main,
.m-1x4.m-uw .b-tile-main {
  padding-top: 20px;
}
.m-1x1.m-uw .b-tile-excerpt,
.m-1x2.m-uw .b-tile-excerpt,
.m-1x3.m-uw .b-tile-excerpt,
.m-1x4.m-uw .b-tile-excerpt {
  font-size: 15px;
  line-height: 17px;
}
.m-2x1.m-uw .b-tile-main,
.m-2x2.m-uw .b-tile-main,
.m-4x2.m-uw .b-tile-main,
.m-2x3.m-uw .b-tile-main,
.m-2x4.m-uw .b-tile-main,
.m-3x1.m-uw .b-tile-main,
.m-3x2.m-uw .b-tile-main,
.m-3x3.m-uw .b-tile-main,
.m-3x4.m-uw .b-tile-main {
  padding-top: 19px;
}
.m-2x2.m-uw .b-tile-header,
.m-4x2.m-uw .b-tile-header,
.m-2x3.m-uw .b-tile-header,
.m-2x4.m-uw .b-tile-header,
.m-3x2.m-uw .b-tile-header,
.m-3x3.m-uw .b-tile-header,
.m-3x4.m-uw .b-tile-header {
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .m-2x2.m-uw .b-tile-header,
  .responsive-layout .m-4x2.m-uw .b-tile-header,
  .responsive-layout .m-2x3.m-uw .b-tile-header,
  .responsive-layout .m-2x4.m-uw .b-tile-header,
  .responsive-layout .m-3x2.m-uw .b-tile-header,
  .responsive-layout .m-3x3.m-uw .b-tile-header,
  .responsive-layout .m-3x4.m-uw .b-tile-header {
    font-size: 32px;
    line-height: 1;
  }
}
.m-2x1.m-uw .b-tile-excerpt,
.m-2x2.m-uw .b-tile-excerpt,
.m-4x2.m-uw .b-tile-excerpt,
.m-2x3.m-uw .b-tile-excerpt,
.m-2x4.m-uw .b-tile-excerpt,
.m-3x1.m-uw .b-tile-excerpt,
.m-3x2.m-uw .b-tile-excerpt,
.m-3x3.m-uw .b-tile-excerpt,
.m-3x4.m-uw .b-tile-excerpt {
  font-size: 18px;
  line-height: 20px;
}
.m-4x3.m-uw .b-tile-main {
  padding: 40px;
}
.m-4x3.m-uw .b-tile-header {
  max-width: 100%;
}
.m-4x3.m-uw .b-tile-excerpt {
  font-size: 22px;
  line-height: 24px;
  margin-top: 20px;
}
/* Info (news,forum)
****************/
.m-info .b-tile-header {
  font-size: 17px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  padding: 0 20px 0 0;
}
.m-info .b-tile-header .txt {
  padding-bottom: 3px;
}
/* Popular
****************/
.b-tile-popular {
  background-color: #4e769c;
  background: linear-gradient(to bottom, #4e769c 0%, #497094 23%, #395775 76%, #34516c 100%);
}
.b-tile-popular.b-tile:not(.m-ab) .b-tile-main {
  padding: 32px 3px 20px 20px;
}
.b-tile-popular-list {
  width: 135px;
  padding: 0 18px 0 0;
  float: left;
  font-size: 17px;
  line-height: 1;
}
.b-ba-tiles .b-tile-popular-list {
  width: auto;
  padding: 0;
  margin-top: 2px;
  margin-right: 0 !important;
}
.b-tile-popular-list.m-left {
  margin-right: -100%;
}
.b-tile-popular-list.m-right {
  padding-right: 8px;
  float: right;
}
.b-tile-popular--baraholka .b-tile-popular-list {
  padding-right: 21px;
  height: 93%;
  overflow: hidden;
}
.b-tile-popular-list > .item {
  height: 30px;
  margin: 0 0 24px;
}
.b-ba-tiles .b-tile-popular-list > .item {
  height: auto;
  margin: 0;
}
.b-tile-popular-list > .item > a {
  padding: 15px 0;
  display: block;
}
.b-ba-tiles .b-tile-popular-list > .item > a {
  padding: 0 0 15px;
}
.b-tile-popular-list > .item a {
  display: block;
}
.b-tile-popular-list > .item span,
.b-tile-popular-list > .item small {
  position: relative;
  z-index: 13;
}
.b-tile-popular-list > .item:last-child span,
.b-tile-popular-list > .item:last-child small {
  z-index: 12;
}
.b-tile-popular-list > .item > a:hover > span {
  text-decoration: underline;
}
.b-tile-popular-list > .item small {
  font-size: 13px;
  white-space: nowrap;
  color: #b2b2b2;
}
.b-tile-popular-img {
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-tile-popular-img > i {
  width: 100%;
  height: 100%;
  background: rgba(31, 60, 102, 0.6);
  display: block;
}
.no-rgba .b-tile-popular-img > i {
  background: url(/images/tiles/bg-popular-overlay.png);
}
.no-csstransitions .b-tile-popular-list > .item > a .b-tile-popular-img {
  opacity: 1;
  display: none;
}
.b-tile-review {
  padding: 0 90px 0 0;
  font: 11px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
}
.b-tile-review > .title {
  max-height: 32px;
  margin: 0 0 4px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}
.b-tile-review > .title > a {
  color: #000000;
}
.b-tile-review > .title > a:hover {
  color: #4c4c4c;
}
.b-tile-review > .excerpt {
  font-style: italic;
  line-height: 15px;
  color: #808080;
}
/* AB Tiles
*******************************/
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-ab-tiles .col-1,
  .responsive-layout .b-ab-tiles.col-2-wide .col-1,
  .responsive-layout .b-ab-tiles.col-3-wide .col-1,
  .responsive-layout .b-ab-tiles .col-2,
  .responsive-layout .b-ab-tiles.col-2-wide .col-2,
  .responsive-layout .b-ab-tiles.col-3-wide .col-2,
  .responsive-layout .b-ab-tiles .col-3,
  .responsive-layout .b-ab-tiles.col-2-wide .col-3,
  .responsive-layout .b-ab-tiles.col-3-wide .col-3 {
    width: 50%;
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-ab-tiles .col-1,
  .responsive-layout .b-ab-tiles.col-2-wide .col-1,
  .responsive-layout .b-ab-tiles.col-3-wide .col-1,
  .responsive-layout .b-ab-tiles .col-2,
  .responsive-layout .b-ab-tiles.col-2-wide .col-2,
  .responsive-layout .b-ab-tiles.col-3-wide .col-2,
  .responsive-layout .b-ab-tiles .col-3,
  .responsive-layout .b-ab-tiles.col-2-wide .col-3,
  .responsive-layout .b-ab-tiles.col-3-wide .col-3 {
    min-width: 255px;
  }
}
.b-ab-tiles .b-tile-main {
  padding-top: 10px;
}
.b-ab-tiles .m-2x2 .b-tile-main,
.b-ab-tiles .m-2x2 .b-comments-spacer,
.b-ab-tiles .m-4x2 .b-tile-main,
.b-ab-tiles .m-4x2 .b-comments-spacer {
  padding-top: 18px;
}
.b-ab-tiles .b-tile-header {
  padding: 0 0 3px;
}
.b-ab-tiles .m-2x2 .b-tile-header,
.b-ab-tiles .m-2x2 .pseudo-header,
.b-ab-tiles .m-4x2 .b-tile-header,
.b-ab-tiles .m-4x2 .pseudo-header {
  max-height: 100px;
  margin-bottom: 10px;
  padding: 0 0 4px;
  line-height: 50px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-ab-tiles .m-2x2 .b-tile-header,
  .responsive-layout .b-ab-tiles .m-2x2 .pseudo-header,
  .responsive-layout .b-ab-tiles .m-4x2 .b-tile-header,
  .responsive-layout .b-ab-tiles .m-4x2 .pseudo-header {
    max-height: 69px;
    line-height: 1.111;
  }
}
.b-ab-tiles .m-2x2 .b-tile-excerpt,
.b-ab-tiles .m-2x2 .pseudo-excerpt,
.b-ab-tiles .m-4x2 .b-tile-excerpt,
.b-ab-tiles .m-4x2 .pseudo-excerpt {
  max-width: 340px;
  font-size: 17px;
  line-height: 19px;
}
.b-ab-tiles .m-2x2 .b-tile-comments,
.b-ab-tiles .m-4x2 .b-tile-comments {
  margin-top: 16px;
}
/* AB Tiles
*******************************/
.b-ba-tiles {
  height: 299px;
}
.b-ba-tiles .b-tile {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media only screen and (max-width: 1000px) {
  .responsive-layout .b-ba-tiles .b-tile {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-ba-tiles .b-tile {
    min-width: 255px;
  }
  .responsive-layout .b-ba-tiles .b-tile.to-hide,
  .responsive-layout .b-ba-tiles .b-tile:last-of-type {
    display: inline-block;
  }
}
.b-ba-tiles .b-tile:not(.m-ab) .b-tile-main,
.b-ba-tiles .b-tile:not(.m-ab) .b-comments-spacer {
  padding: 20px 21px 10px;
}
.b-ba-tiles .pseudo-excerpt {
  width: auto;
}
.b-ba-tiles .b-tile-comments {
  margin: 11px 0 0;
}
.b-ba-tiles .b-tile-popular.b-tile:not(.m-ab) .b-tile-main {
  padding-top: 45px;
  padding-right: 0;
}
.b-ba-tiles .b-tile-ab-info {
  bottom: 17px;
}
.b-ba-tiles .m-1x2 {
  width: 25%;
}
.b-ba-tiles .b-tile-ab-info .price {
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .responsive-layout .b-ba-tiles .b-tile-ab-info .price {
    font-size: 32px;
    line-height: .532;
  }
}
.b-ba-tiles .b-tile-ab-info .bagrain,
.b-ba-tiles .b-tile-ab-info .exchange {
  top: 17px;
  font-size: 16px;
}
/* Sprites
*******************************/
.b-tile-comments,
.b-tile-comments > *,
.b-tiles .icon {
  background: url(/images/tiles/sprites-tiles.png) no-repeat;
  display: inline-block;
}
/* Rouble
*******************************/
.b-tile .rouble {
  position: relative;
  font-size: inherit;
}
.b-tile .rouble:after {
  content: "–";
  position: absolute;
  top: 0.1em;
  left: -0.07em;
  text-shadow: none;
  font-size: 120%;
  -webkit-font-smoothing: none;
}
.m-1x2 .rouble:after,
.m-2x2 .rouble:after,
.m-4x2 .rouble:after {
  top: 0.25em;
}
/* Retina
*******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .b-tile-comments,
  .b-tile-comments > *,
  .b-tiles .icon {
    background-image: url(/images/tiles/sprites-tiles@2x.png);
    background-size: 354px auto;
  }
}
/* Media queries
*******************************/
/*
  < 1000
*/
@media only screen and (min-width: 0) and (max-width: 1239px), only screen and (min-device-width: 0) and (max-device-width: 1239px) {
  .b-tiles .col-1 {
    width: 66.7%;
  }
  .b-news-alter-layer .b-tiles .col-1 {
    width: 50%;
  }
  .b-tiles .col-2 {
    width: 33.3%;
  }
  .b-news-alter-layer .b-tiles .col-2 {
    width: 25%;
  }
  .b-tiles .col-3 {
    display: none;
  }
  .b-news-alter-layer .b-tiles .col-3 {
    display: inline-block;
  }
  .b-tiles.col-2-wide .col-1 {
    width: 33.3% !important;
  }
  .b-tiles.col-2-wide .col-2 {
    width: 66.7% !important;
  }
  .b-tiles.col-2-wide .col-3 {
    display: none;
  }
  .b-tiles .col-2 .b-tile {
    border-right: 0;
  }
  .b-news-layer .b-tiles .col-2 .b-tile,
  .b-megabanner-layer .b-tiles .col-2 .b-tile {
    border-right: 1px solid #fff;
  }
  .b-tiles.col-3-wide .col-1 {
    width: 33.3% !important;
  }
  .b-tiles.col-3-wide .col-2 {
    display: none;
  }
  .b-tiles.col-3-wide .col-3 {
    width: 66.7% !important;
    display: inline-block;
  }
  .b-ba-tiles .b-tile {
    width: 33.333%;
  }
  .b-ba-tiles .b-tile.to-hide {
    display: none;
  }
  .b-ba-tiles .b-tile:last-of-type {
    display: none;
  }
  .b-catalog-layer  .b-tile:last-of-type {
    display: none;
  }
  .b-catalog-layer  .b-tile.m-1x1 {
    width: 25%;
  }
  .b-parimatch-layer__helper .b-tiles_specific .col-2 {
    display: none;
  }
  .b-parimatch-layer__helper .b-tiles_specific .col-3 {
    width: 33.3%;
    display: inline-block;
  }
  .b-parimatch-layer__helper .b-main-page-result_specific .b-main-page-result__item {
    width: calc(33.3% - 10px);
  }
}
/*
  > 1239
*/
@media only screen and (min-width: 1240px), only screen and (min-device-width: 1240px) {
  .b-news-layer .b-tiles .col-1,
  .b-megabanner-layer .b-tiles .col-1 {
    width: 66.7%;
  }
  .b-news-layer .b-tiles .col-2,
  .b-megabanner-layer .b-tiles .col-2 {
    width: 33.3%;
  }
  .b-news-layer .b-tiles.col-2-wide .col-1,
  .b-megabanner-layer .b-tiles.col-2-wide .col-1 {
    width: 33.3%;
  }
  .b-news-layer .b-tiles.col-2-wide .col-2,
  .b-megabanner-layer .b-tiles.col-2-wide .col-2 {
    width: 66.7%;
  }
}
/* Smooth responsive transitions
*******************************/
.b-tiles .b-col {
  transition: all .1s linear;
  position: relative;
}
.tiles {
  height: calc(100vh - 443px);
  min-height: 500px;
  max-height: 1000px;
  margin: 0 -10px -20px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.tiles:first-child {
  margin-top: -12px;
}
.tiles_grid_3 .tiles__column {
  width: 33.33333333%;
}
.tiles_grid_4 .tiles__column {
  width: 25%;
}
.tiles__column {
  height: 100%;
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
.tiles__item {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tiles__item_y_0 {
  top: 0;
}
.tiles__item_y_1 {
  top: 25%;
}
.tiles__item_y_2 {
  top: 50%;
}
.tiles__item_y_3 {
  top: 75%;
}
.tiles__item_width_1 {
  width: 100%;
}
.tiles__item_width_2 {
  width: 200%;
}
.tiles__item_width_3 {
  width: 300%;
}
.tiles__item_width_4 {
  width: 400%;
}
.tiles__item_height_1 {
  height: 25%;
}
.tiles__item_height_2 {
  height: 50%;
}
.tiles__item_height_3 {
  height: 75%;
}
.tiles__item_height_4 {
  height: 100%;
}
.tiles__item .b-tile {
  border: 0;
  font-family: 'Open Sans Condensed', franklingothicmedicondcRg, Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
}
.tiles__widget {
  width: 100%;
  height: 100%;
  padding: 35px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.231;
  text-align: center;
  cursor: pointer;
}
.tiles__widget,
.tiles__widget:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.tiles__widget:hover:after {
  opacity: 1;
}
.tiles__widget:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity .2s ease;
}
.tiles__widget_background_black {
  background-color: #474c66;
}
.tiles__widget_background_gray {
  background-color: #a3a6b3;
}
.tiles__widget_background_blue {
  background-color: #2e77ff;
}
.tiles__widget_background_red {
  background-color: #ff545a;
}
.tiles__widget_background_pink {
  background-color: #ff6ec2;
}
.tiles__widget_background_yellow {
  background-color: #ffc751;
}
.tiles__widget_background_green {
  background-color: #34d147;
}
.tiles__widget_background_mint {
  background-color: #16c2af;
}
.tiles__widget_background_purple {
  background-color: #9692ff;
}
.tiles__widget_background_orange {
  background-color: #ff8e51;
}
.tiles__widget_background_contain {
  background-size: contain;
}
.tiles__widget_background_cover {
  background-size: cover;
}
.tiles__label {
  max-width: 100%;
  height: 14px;
  padding: 3px 4px;
  border-radius: 100px;
  background-color: rgba(255, 0, 0, 0.75);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  z-index: 1;
}
.tiles__title {
  margin-bottom: 3px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1152px) {
  .tiles__title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.tiles__title:last-child {
  margin-bottom: 0;
}
.tiles__description {
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 1;
}
.tiles__preview {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.tiles__preview_position_center-left {
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.tiles__preview_position_center-center {
  left: 50% !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%);
}
.tiles__preview_position_center-right {
  left: auto !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.tiles__preview_position_bottom-left {
  top: auto !important;
  bottom: 20px !important;
  left: 20px !important;
}
.tiles__preview_position_bottom-center {
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.tiles__preview_position_bottom-right {
  top: auto !important;
  bottom: 20px !important;
  left: auto !important;
  right: 20px !important;
}
.tiles__image {
  width: 50px;
  max-width: none;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}
