@charset "UTF-8";
/* ➤➤➤ InfoBlock ➤➤➤ */
/* Product   = Botast Layout
/* Module    = FaceGrid, FaceCarousel
/* Copyright = Soft-Universe Labs
/* Website   = https://botast.com
/* Evolution = 2019-10-25
/* ▲▲▲ InfoBlock ▲▲▲ */
.bot-face-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .bot-face-grid__item {
    width: 25%;
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      .bot-face-grid__item {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .bot-face-grid__item {
        width: 50%;
        margin-bottom: 32px; } }
    @media screen and (max-width: 480px) {
      .bot-face-grid__item {
        width: 100%;
        margin-bottom: 16px; } }

.bot-face-carousel {
  width: 100%; }
  .bot-face-carousel__item {
    margin: 20px 0; }
  .bot-face-carousel.swiper-container {
    padding-left: -webkit-calc(50% - 627px);
    padding-left: calc(50% - 627px); }
  .bot-face-carousel .bot-face-card {
    width: 250px; }

.bot-face-card {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center; }
  .bot-face-card__mediabox {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 18px; }
    .botast_img-xs .bot-face-card__mediabox {
      width: 16px;
      max-height: 16px; }
    .botast_img-s .bot-face-card__mediabox {
      width: 28px;
      max-height: 28px; }
    .botast_img-m .bot-face-card__mediabox {
      width: 50px;
      max-height: 50px; }
    .botast_img-l .bot-face-card__mediabox {
      width: 88px;
      max-height: 88px; }
    .botast_img-xl .bot-face-card__mediabox {
      width: 125px;
      max-height: 125px; }
    .botast_img-xxl .bot-face-card__mediabox {
      width: 200px;
      max-height: 200px; }
  .bot-face-card_man .bot-face-card__mediabox {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .bot-face-card__link {
    display: block; }
  .bot-face-card__name {
    font-size: 22px;
    display: block;
    margin-bottom: 9px; }
  .bot-face-card__bio {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px; }
  .bot-face-card__attr {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block; }
  .bot-face-card__icon {
    font-size: 16px;
    margin-right: 8px; }
  .bot-face-card__img {
    width: 100%;
    max-height: 100%; }
  .bot-face-card a, .bot-face-card a:active, .bot-face-card a:hover, .bot-face-card a:focus {
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    .bot-face-card {
      height: auto; } }
