

/* Start:/local/templates/mkresla/css/pages/experts.css?16982339779370*/
[hidden] {
    display: none;
  }
  
  *,
  body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  


  .ex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ex-card {
    width: calc(50% - 12px);
    min-height: 490px;
    margin: 11px 0px;
    margin-right: 24px;
    border-radius: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ex-card:nth-child(2n) {
    margin-right: 0px;
  }
  .ex-card__img {
    width: 45%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       flex-shrink: 0;
  }
  .ex-card-content {
    padding: 70px 40px 70px 70px;
    padding-bottom: 0px;
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ex-card__name {
    font-weight: 400;
    font-size: 16px;
    color: #25292D;
  }
  .ex-card__prof {
    font-weight: 700;
    font-size: 16px;
    color: #25292D;
    margin-top: 7px;
  }
  .ex-card-revs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11px;
  }
  .ex-card-revs__count {
    font-weight: 400;
    color: #707D8A;
    line-height: 1;
    font-size: 14px;
  }
  .ex-card-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
  }
  .ex-card-stars__item {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }
  .ex-card__desc {
    margin-top: 12px;
    color: #707D8A;
    flex-grow: 1;
    line-height: 1.6;
  }
  .ex-card__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    outline: none;
    font-weight: 700;
    color: #5AB93B;
    font-size: 12px;
    background: #D9F5D0;
    margin-top: 25px;
    border-radius: 10px;
    padding: 19px 60px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  @media (max-width: 1024px) {
    .ex-card-content {
      padding: 50px 35px 50px 35px;
    }
  }
  @media (max-width: 920px) {
    .ex-card-content {
      padding: 20px;
      padding-bottom: 0px;
    }
  
    .ex-card {
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .ex-card-content {
      padding-bottom: 25px;
    }
  
    .ex-card__img {
      width: 100%;
      height: 300px;
    }
  
    .ex-card__button {
      margin-left: 20px;
    }
  
    .ex-card__desc {
      margin-top: 7px;
    }
  
    .ex-card-revs {
      margin-top: 5px;
    }
  }
  @media (max-width: 768px) {
  
    .ex-card {
      max-width: 540px;
      width: auto;
      margin: 12px auto;
      margin-right: auto !important;
    }
  }
  @media (max-width: 480px) {
    .ex-card {
      width: 100%;
      max-width: 100%;
    }
  
    .ex-card__desc {
      font-size: 14px;
    }
  
    .ex-card__button {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0 auto;
      margin-top: 15px;
    }
  
    .ex-card__img {
      height: 260px;
    }
  }
  .expert-plate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    border-radius: 30px;
    background: #F8F8F8;
    margin: 10px 0px;
  }
  
  .expert-plate-gendir .expert-social__link {
    background: #000;
  }
  
  .expert-left {
    width: 50%;
    padding: 60px 0px 60px 60px;
  }
  .expert-right {
    width: 50%;
    position: relative;
    padding: 60px 0px 60px 60px;
  }
  .expert__img-big {
    position: absolute;
    bottom: 0px;
    right: 60px;
  }
  .expert-big__button {
    margin-left: 0px;
    margin-right: 30px;
    letter-spacing: 1px;
  }
  .expert-big__mail {
    text-decoration: none;
    color: #96A7BC;
  }
  .expert-big__name {
    font-size: 24px;
  }
  .expert-big__prof {
    font-size: 24px;
  }
  .expert-big__revs p {
    margin-left: 4px;
  }
  
  .expert-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 60px;
    top: 10%;
  }
  .expert-social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
  }
  .expert-social__link:not(:last-child) {
    margin-bottom: 8px;
  }
  
  .gendir-plate {
    background: #0E0F10;
    margin-top: 20px;
  }
  .gendir-plate .expert-right {
    background-image: url(/img/genDirSpa.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom center;
  }
  .gendir-plate * {
    color: #ffffff;
  }
  .gendir-plate .expert-big__mail {
    color: #AEB1AD;
  }
  .gendir-plate .ex-card__button {
    color: #fff;
    background: #4BC53A;
    font-weight: 700;
  }
  
  @media (max-width: 992px) {
    .expert-big__desc {
      font-size: 14px;
      line-height: 1.225;
    }
  
    .expert-left {
      padding: 35px 0px 35px 35px;
    }
  
    .expert-right {
      padding: 35px 35px 35px 0px;
    }
  
    .expert__img-big {
      height: 90%;
    }
  
    .expert-bottom {
      margin-top: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .expert-big__mail {
      width: 230px;
      text-align: center;
    }
  }
  .expert-social-mob {
    display: none;
  }
  
  .gendir-plate {
    overflow: hidden;
  }
  
  .expert-big__mail--mob {
    display: none;
  }
  
  @media (max-width: 920px) {
    .gendir-plate .expert-right {
      background-size: 90%;
      background-color: #000;
    }
  
    .gendir-plate .expert-left {
      background: #17191B;
    }
  
    .expert-big__mail {
      display: none;
    }
  
    .expert-big__mail--mob {
      display: block;
      width: 100%;
      text-align: left;
    }
  
    .gendir-plate.expert-plate {
      margin-top: 25px;
    }
  
    .expert-social {
      display: none;
    }
  
    .expert-social-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 22px;
    }
  
    .expert-bottom {
      margin-top: 10px;
    }
  
    .expert-social__link:not(:last-child) {
      margin-bottom: 0px;
      margin-right: 8px;
    }
  
    .expert-plate {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      width: 460px;
      margin: 0 auto;
    }
  
    .expert-left {
      width: 100%;
      padding: 0px 30px 30px 30px;
      padding-top: 25px;
    }
  
    .expert-right {
      padding: 30px 30px 30px 0px;
      height: 400px;
      width: 100%;
    }
  
    .expert__img-big {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
  
    .gendir-plate .expert-right {
      background-color: #1D2022;
    }
  
    .expert-big__button {
      margin: 0 auto !important;
      margin-top: 10px;
      width: 100%;
      text-align: center;
    }
  
    .expert-big__mail {
      margin-top: 5px;
    }
  
    .expert-big__button {
      font-size: 14px;
      padding: 19px 0px;
    }
  }
  @media (max-width: 768px) {
    .expert-plate {
      width: auto;
      max-width: 540px;
    }
  }
  @media (max-width: 480px) {
    .expert-right {
      height: 320px;
    }
  
    .expert-big__prof,
  .expert-big__name {
      font-size: 16px;
    }
  
    .expert__img-big {
      height: auto;
      width: 80%;
    }
  }
  @media (max-width: 420px) {
    .expert-right {
      height: 250px;
    }
  
    .gendir-plate .expert-right {
      height: 300px;
    }
  
    .expert-left {
      padding: 25px;
    }
  }
  @media (max-width: 360px) {
    .expert-right {
      height: 200px;
    }
  
    .gendir-plate .expert-right {
      height: 240px;
    }
  }
/* End */
/* /local/templates/mkresla/css/pages/experts.css?16982339779370 */
