.expert-bureau .expert-grid {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: grid;
  overflow: hidden;
  background: #fff;
}

.expert-bureau .expert-grid--3 {
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.expert-bureau .expert-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  border-top: 0;
}

.expert-bureau .expert-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 8px 14px 8px 8px;
  min-height: 46px;
  text-decoration: none;
  color: #000409;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.expert-bureau .expert-grid__item:hover .expert-grid__text {
  color: #007DFF;
}

.expert-bureau .expert-grid__icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.expert-bureau .expert-grid__text {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  flex: 1 0 0;
  color: #002856;
}

.expert-bureau .expert-grid__arrow {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.expert-bureau .expert-grid--3 .expert-grid__item:nth-child(3n) {
  border-right: 0;
}

.expert-bureau .expert-grid--4 .expert-grid__item:nth-child(4n) {
  border-right: 0;
}

.expert-bureau .expert-monitor {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 65px;
}

.expert-bureau .expert-monitor__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.expert-bureau .expert-monitor__side img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}

.expert-bureau .expert-monitor__side .expert-monitor__text {
  font-size: 14px;
  max-width: 340px;
  font-weight: 700;
  text-decoration: underline;
}

.expert-bureau .expert-monitor__side--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.expert-bureau .expert-monitor__center {
  text-align: center;
}

.expert-bureau .expert-monitor__center .email {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #007DFF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.expert-bureau .expert-monitor__center .expert-monitor__phone {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.expert-bureau .expert-services{
  margin-top: 40px;
}

.expert-bureau .expert-pills{
  display: grid;
  gap: 10px 20px;
}

.expert-bureau .expert-pills--blue{
  grid-template-columns: repeat(3, 1fr);
}

.expert-bureau .expert-pills--dark{
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.expert-bureau .expert-pill{
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;

  min-height: 56px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;

  text-decoration: none;
  box-shadow: inset 4px 4px 6px 0 rgba(217, 230, 243, 0.59), 0 6px 14px 0 rgba(68, 68, 68, 0.25);
  background: linear-gradient(180deg, #75b9ff 0%, #007dff 100%);

  color: #fff;
}

.expert-bureau .expert-pill--dark{
  background: linear-gradient(180deg, #3D4752 0%, #1E252C 100%);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.expert-bureau .expert-pill__icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.expert-bureau .expert-pill__icon img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.expert-bureau .expert-pill__text{
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.expert-bureau .expert-pill__arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.expert-bureau .expert-pill:hover{
  filter: brightness(1.02);
  transform: translateY(-1px);
  transition: .15s ease;
}

@media (max-width: 991px){
  .expert-bureau .expert-pills--blue,
  .expert-bureau .expert-pills--dark{
    grid-template-columns: 1fr;
  }

  .expert-bureau .expert-pill__text{
    text-align: left;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .expert-bureau .expert-grid--3,
  .expert-bureau .expert-grid--4 {
    grid-template-columns: 1fr;
  }

  .expert-bureau .expert-grid__item {
    border-right: 0;
  }

  .expert-bureau .expert-monitor {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 50px;
  }

  .expert-bureau .expert-monitor__side,
  .expert-bureau .expert-monitor__side--right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .expert-bureau .expert-monitor__side--right{
    flex-direction: row-reverse;
  }
  .expert-bureau .expert-monitor__center{
    order: 3;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .expert-bureau h2 {
    font-size: 26px;
    text-align: left;
    line-height: 30px;
  }
  .expert-bureau .expert-monitor__side .expert-monitor__text{
    text-align: left;
  }
}


.expert-services__toggle {
  display: none;
  margin: 18px auto 0;
  background: transparent;
  border: 0;
  color: #007DFF;
  font-weight: 700;
  font-size: 16px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.expert-services__toggle-ico {
  display: inline-flex;
  transition: transform .2s ease;
}

@media (max-width: 991px) {
  .expert-services__toggle {
    display: flex;
  }

  .expert-services:not(.is-open) .expert-service-item.is-hidden-mobile {
    display: none;
  }

  .expert-services.is-open .expert-service-item.is-hidden-mobile {
    display: flex;
  }

  .expert-grid--3, .expert-grid--4 {
    grid-template-columns: 1fr;
  }

  .expert-services.is-open + .expert-services__toggle .expert-services__toggle-ico {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .expert-services:not(.is-open) .is-hidden-blue-mobile { display: none; }
  .expert-services.is-open .is-hidden-blue-mobile { display: flex; }
  .expert-services .expert-pills.expert-pills--blue{
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    margin: -10px -20px;
  }
  .expert-services .expert-pills.expert-pills--blue::before{
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height: 46px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  .expert-services.is-open .expert-pills.expert-pills--blue{
    overflow: unset;
  }
  .expert-services.is-open .expert-pills.expert-pills--blue::before{
    display: none;
  }

}