.specialist-page__flex {
  display: flex;
  gap: 65px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .specialist-page__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.specialist-page__avatar {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .specialist-page__avatar {
    width: 100%;
  }
}
.specialist-page__inner {
  max-height: 560px;
  margin-bottom: 10px;
  overflow: hidden;
}
.specialist-page__inner.open {
  max-height: 1000px;
}
.specialist-page__show-more {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}
.specialist-page__show-more:hover {
  color: #00478e;
}
.specialist-page__show-more.hidden {
  display: none;
}
.specialist-page__center {
  display: flex;
  justify-content: center;
}
.certifications {
  padding: 50px 0;
}
.certifications__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}
.certifications__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.certifications__arrow {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.certifications__arrow:hover {
  background: #06c;
}
.certifications__arrow:hover svg path {
  fill: white;
}
.certifications__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.certifications__item {
  border: 1px solid #595959;
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}
.certifications__item img {
  width: 100%;
  transition: 0.3s;
}

.certifications-popup {
  background: rgba(29, 29, 31, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.certifications-popup.is-open {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.certifications-popup__content {
  position: relative;
  border-radius: 30px;
  max-width: 1076px;
  background: #fff;
  padding: 50px 130px;
}
.certifications-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.certifications-popup__close:hover {
  transform: rotate(90deg);
}
.certifications-popup__slider {
  max-width: 710px;
  margin: auto;
  margin-top: 30px;
}
.certifications-popup__img {
  border: 1px solid #595959;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 42px;
  display: flex;
}
.certifications-popup__img img {
  width: 100%;
  transition: 0.3s;
}
.certifications-popup__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
}
.certifications-popup__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
}
.certifications-popup__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.certifications-popup__arrow:hover {
  background: #06c;
}
.certifications-popup__arrow:hover svg path {
  fill: white;
}
.certifications-popup__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.certifications-popup__prev {
  left: -60px;
}
.certifications-popup__next {
  right: -60px;
}
.certifications-popup__box {
  position: relative;
}
.actions {
  background: #f5f5f4;
  padding: 30px;
}
.actions__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .actions__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.actions__call {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .actions__call {
    padding: 10px 20px;
  }
}
.actions__call:hover {
  background: #00478e;
}
.actions__call:active {
  background: #1d1d1f;
}
.actions__services {
  border: 1px solid #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #000;
  background: #fff;
  border-radius: 30px;
  padding: 9px 57px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
.actions__services:hover {
  background: #00478e;
  color: #fff;
  border: 1px solid #00478e;
}
.actions__services:active {
  background: #1d1d1f;
}

/*# sourceMappingURL=specialistPage~7233bdab39496f060144.css.map*/