.doctors {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .doctors {
    margin-bottom: 100px;
  }
}
.doctors__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 992px) {
  .doctors__title {
    font-size: 1.95rem;
  }
}
.doctors-item {
  position: relative;
  text-align: center;
  z-index: -1;
  margin-inline: 10px;
  padding-bottom: 40px;
}
.doctors-item:hover .btn_arrow {
  background-color: #033768;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  color: #fff;
  background-image: none;
}
.doctors-item:hover .btn_arrow span {
  transform: translateX(0);
  opacity: 1;
}
.doctors-item > * {
  position: relative;
}
.doctors-item::before {
  position: absolute;
  width: 100%;
  height: 95%;
  border-radius: 10px;
  content: "";
  background-color: #f2f5f8;
  left: 0;
  bottom: 0;
}
.doctors-item__image {
  width: 85%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .doctors-item__image {
    height: 240px;
  }
}
.doctors-item__image img {
  box-shadow: 10px 16px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.doctors-item__image--placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctors-item__image--placeholder img {
  max-width: 140px;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  box-shadow: none;
  border-radius: 10px;
}
.doctors-item__title {
  font-size: 18px;
  color: #033e75;
  margin-bottom: 50px;
  padding-inline: 30px;
}
.doctors-item .btn_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url("../../../images/icons/strzalka-3@2.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, width 0.4s ease;
  align-self: flex-end;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.doctors-item .btn_arrow span {
  display: inline-block;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 1440px) {
  .doctors .carouselPersons {
    padding-inline: 2rem;
  }
}
.doctors .carouselPersons .slick-arrow {
  right: -1rem;
  background: #fff !important;
  box-shadow: 10px 10px 19px 5px rgba(3, 62, 117, 0.15);
  height: 50px;
  width: 50px;
  top: 50%;
}
@media screen and (max-width: 992px) {
  .doctors .carouselPersons .slick-arrow {
    display: none;
  }
}
.doctors .carouselPersons .slick-next {
  right: -1.5rem;
}
@media (max-width: 1440px) {
  .doctors .carouselPersons .slick-next {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .doctors .carouselPersons .slick-next::before {
    top: calc(50% - 10px) !important;
    left: calc(50% - 6px) !important;
  }
}
.doctors .carouselPersons .slick-prev {
  left: -1.5rem;
}
@media (max-width: 1440px) {
  .doctors .carouselPersons .slick-prev {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .doctors .carouselPersons .slick-prev::before {
    top: calc(50% - 10px) !important;
    left: calc(50% - 6px) !important;
  }
}/*# sourceMappingURL=doctors.css.map */