.bot_man-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .bot_man-grid__item {
    width: 25%;
    margin-bottom: 75px; }

.bot_man-card {
  display: block;
  max-width: 250px;
  height: 310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center; }
  .bot_man-card__mediabox {
    display: inline-block;
    overflow: hidden;
    width: 144px;
    height: 144px;
    margin-bottom: 18px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .bot_man-card__link {
    display: block; }
  .bot_man-card__name {
    font-size: 22px;
    display: block;
    display: block;
    margin-bottom: 9px; }
  .bot_man-card__bio {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px; }
  .bot_man-card__attr {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block; }
  .bot_man-card__icon {
    font-size: 16px;
    margin-right: 8px; }
  .bot_man-card__img {
    width: 100%;
    max-height: 100%; }

.bot_man-carousel {
  width: 100%; }
  
  .bot_man-carousel.swiper-container {
  padding-left: -webkit-calc(50% - 627px);
  padding-left: calc(50% - 627px); }

.bot_man-carousel .bot_man-card {
  width: 250px; }

@media screen and (max-width: 1023px) {
  .bot_man-grid__item {
    width: 33%; } }

@media screen and (max-width: 767px) {
  .bot_man-grid__item {
    width: 50%;
    margin-bottom: 32px; } }

@media screen and (max-width: 480px) {
  .bot_man-grid__item {
    width: 100%;
    margin-bottom: 16px; }
  .bot_man-card {
    height: auto; } }
	
