.paragraph--type--design-v2-patient-results{
  margin-bottom:0;
}

.component__design-v2-service-patient-results{
  background:#f4f8fd;
}

.design-v2-service-patient-results__header{
  align-items:center;
  display:flex;
  gap:16px;
  justify-content:space-between;
  margin-bottom:30px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__header{
    margin-bottom:40px;
  }
}

.design-v2-service-patient-results__title{
  color:#252525;
  font-family:var(--font-medium);
  font-size:22px;
  line-height:26px;
  margin:0;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__title{
    font-size:40px;
    line-height:48px;
  }
}

.design-v2-service-patient-results__controls{
  display:none;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__controls{
    display:block;
  }
  .design-v2-service-patient-results__controls .control-buttons{
    gap:12px;
  }
  .design-v2-service-patient-results__controls .control-buttons__btn{
    border:0;
  }
}

.component__design-v2-service-patient-results .wrapper__content--slider-full-width{
  max-width:none;
  overflow-x:hidden;
  padding-right:0;
  position:relative;
  width:100%;
}
.component__design-v2-service-patient-results .design-v2-service-patient-results__wrapper{
  margin-left:calc((100vw - min(100%, var(--grid-container-max-width)))/2 + .5rem);
  overflow:hidden;
}
@media screen and (min-width:576px){
  .component__design-v2-service-patient-results .design-v2-service-patient-results__wrapper{
    margin-left:calc((100vw - min(100%, var(--grid-container-max-width)))/2 + 1rem);
  }
}
@media screen and (min-width:1200px){
  .component__design-v2-service-patient-results .design-v2-service-patient-results__wrapper{
    margin:0 auto;
    max-width:var(--grid-container-max-width);
    padding:0 1rem;
  }
}
@media screen and (min-width:1400px){
  .component__design-v2-service-patient-results .design-v2-service-patient-results__wrapper{
    padding:0;
  }
}

.design-v2-service-patient-results__slide{
  display:flex;
  min-height:100%;
}

.design-v2-service-patient-results__card{
  background:#fff;
  border-radius:10px;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
  overflow:hidden;
  width:100%;
}

.component__design-v2-service-patient-results .design-v2-service-patient-results__slider.tns-slider,.component__design-v2-service-patient-results .tns-item{
  align-items:stretch;
  display:flex;
}

.design-v2-service-patient-results__item-title{
  color:#252525;
  font-family:var(--font-medium);
  font-size:14px;
  line-height:20px;
  margin:0;
  padding:18px 18px 14px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__item-title{
    font-size:18px;
    line-height:24px;
    padding:24px 24px 18px;
  }
}

.design-v2-service-patient-results__images{
  background:#fff;
  border:0;
  cursor:pointer;
  display:grid;
  gap:1px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  padding:0;
  width:100%;
}

.design-v2-service-patient-results__image-item{
  background:#f4f8fd;
  display:block;
  margin:0;
  min-width:0;
  overflow:hidden;
  position:relative;
}

.design-v2-service-patient-results__image{
  aspect-ratio:1/1;
  display:block;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__image{
    aspect-ratio:336/240;
  }
}

.design-v2-service-patient-results__image-label{
  background:rgba(31,35,42,.8);
  border-radius:3px;
  color:#fff;
  font-size:10px;
  left:8px;
  line-height:12px;
  padding:3px 8px;
  position:absolute;
  top:8px;
}

.design-v2-service-patient-results__image-item+.design-v2-service-patient-results__image-item .design-v2-service-patient-results__image-label{
  left:auto;
  right:8px;
}

.design-v2-service-patient-results__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
  padding:16px 20px 0;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__tags{
    padding:20px 24px 0;
  }
}

.design-v2-service-patient-results__tag{
  align-items:center;
  background:#f4f8fd;
  border-radius:50px;
  color:#515458;
  display:inline-flex;
  font-size:14px;
  line-height:18px;
  min-height:28px;
  padding:6px 14px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__tag{
    font-size:14px;
    line-height:20px;
  }
}

.design-v2-service-patient-results__quote{
  background-color:#fff;
  border-left:2px solid #f60;
  border-radius:0;
  font-size:14px;
  line-height:20px;
  margin:0 20px;
  padding:0 0 0 12px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__quote{
    font-size:16px;
    line-height:24px;
    margin:0 24px;
    padding:0 0 0 16px;
  }
}

.design-v2-service-patient-results__quote p{
  margin:0;
}

.design-v2-service-patient-results__doctor{
  align-items:center;
  display:grid;
  gap:10px;
  grid-template-columns:40px 1fr 34px;
  margin-top:auto;
  padding:20px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__doctor{
    gap:12px;
    grid-template-columns:40px 1fr 34px;
    padding:24px;
  }
}

.design-v2-service-patient-results__doctor-image{
  border-radius:50%;
  display:block;
  height:40px;
  -o-object-fit:cover;
     object-fit:cover;
  width:40px;
}

.design-v2-service-patient-results__doctor-text{
  display:grid;
  gap:2px;
  min-width:0;
}

.design-v2-service-patient-results__doctor-label{
  color:#515458;
  font-size:14px;
  line-height:18px;
}

.design-v2-service-patient-results__doctor-name{
  color:#252525;
  font-family:var(--font-medium);
  font-size:14px;
  line-height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.design-v2-service-patient-results__doctor-link{
  align-items:center;
  background:rgba(21,168,241,.1);
  border-radius:50px;
  box-sizing:border-box;
  color:#15a8f1;
  display:flex;
  height:34px;
  justify-content:center;
  padding:8px;
  text-decoration:none;
  width:34px;
}

.design-v2-service-patient-results__doctor-link:before{
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.5 4.5 12 9l-4.5 4.5'/%3E%3C/svg%3E") no-repeat 50%/contain;
  content:"";
  display:block;
  flex-shrink:0;
  height:18px;
  width:18px;
}

.design-v2-service-patient-results__doctor-link span{
  display:none;
}

.design-v2-service-patient-results .tns-nav{
  align-items:center;
  display:flex;
  gap:6px;
  justify-content:center;
  padding-top:16px;
}

.design-v2-service-patient-results .tns-nav button{
  background:#ccd6e3;
  border:0;
  border-radius:50%;
  box-sizing:border-box;
  height:4px;
  padding:0;
  width:4px;
}

.design-v2-service-patient-results .tns-nav .tns-nav-active{
  background:#fff;
  border:2px solid #15a8f1;
  border-radius:100px;
  height:8px;
  width:8px;
}

.design-v2-service-patient-results__actions{
  margin-top:24px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__actions{
    margin-top:30px;
  }
}

.design-v2-service-patient-results__actions .component-button,.design-v2-service-patient-results__actions .component-button__item{
  width:100%;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__actions .component-button,.design-v2-service-patient-results__actions .component-button__item{
    min-width:320px;
    width:auto;
  }
}

.design-v2-service-patient-results__actions .component-button__item:not(:hover){
  background-color:transparent;
}

.design-v2-service-patient-results__gallery{
  align-items:center;
  background:rgba(14,18,23,.72);
  display:flex;
  inset:0;
  justify-content:center;
  padding:60px 16px 32px;
  position:fixed;
  z-index:1000;
}

.design-v2-service-patient-results__gallery[hidden]{
  display:none;
}

.design-v2-service-patient-results__gallery-content{
  align-items:center;
  display:flex;
  justify-content:center;
  position:relative;
  width:min(980px, 100vw - 32px);
}

.design-v2-service-patient-results__gallery-slides{
  position:relative;
  width:100%;
}

.design-v2-service-patient-results__gallery-slide{
  opacity:0;
  transition:opacity .25s ease;
  width:100%;
}

.design-v2-service-patient-results__gallery-slide[hidden]{
  display:none;
}

.design-v2-service-patient-results__gallery-slide--active{
  opacity:1;
}

.design-v2-service-patient-results__gallery-slide--leaving{
  inset:0;
  opacity:0;
  position:absolute;
}

.design-v2-service-patient-results__gallery-images{
  background:#fff;
  border-radius:10px;
  box-shadow:0 24px 80px rgba(14,18,23,.32);
  display:grid;
  gap:1px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  overflow:hidden;
  width:100%;
}

.design-v2-service-patient-results__gallery-images .design-v2-service-patient-results__image{
  aspect-ratio:336/240;
}

.design-v2-service-patient-results__gallery-close,.design-v2-service-patient-results__gallery-control{
  align-items:center;
  background:#fff;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  justify-content:center;
  padding:0;
  position:absolute;
  z-index:1;
}

.design-v2-service-patient-results__gallery-close{
  height:36px;
  right:0;
  top:-48px;
  width:36px;
}
.design-v2-service-patient-results__gallery-close:after,.design-v2-service-patient-results__gallery-close:before{
  background:#252525;
  border-radius:2px;
  content:"";
  height:2px;
  position:absolute;
  width:16px;
}
.design-v2-service-patient-results__gallery-close:before{
  transform:rotate(45deg);
}
.design-v2-service-patient-results__gallery-close:after{
  transform:rotate(-45deg);
}

.design-v2-service-patient-results__gallery-control{
  height:48px;
  top:50%;
  transform:translateY(-50%);
  transition:background-color .3s ease;
  width:48px;
}
.design-v2-service-patient-results__gallery-control:before{
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 6 6 6-6 6'/%3E%3C/svg%3E") no-repeat 50%/contain;
  content:"";
  display:block;
  height:24px;
  transition:filter .3s ease;
  width:24px;
}
@media screen and (min-width:768px){
  .design-v2-service-patient-results__gallery-control:hover{
    background-color:#15a8f1;
  }
  .design-v2-service-patient-results__gallery-control:hover:before{
    filter:brightness(0) invert(1);
  }
}

.design-v2-service-patient-results__gallery-control--prev{
  left:-58px;
}
.design-v2-service-patient-results__gallery-control--prev:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2315a8f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 6-6 6 6 6'/%3E%3C/svg%3E");
}

.design-v2-service-patient-results__gallery-control--next{
  right:-58px;
}

.design-v2-service-patient-results__gallery-nav{
  display:none;
}

body.design-v2-service-patient-results-gallery-open{
  overflow:hidden;
}

@media screen and (max-width:767px){
  .design-v2-service-patient-results__gallery-content{
    width:100%;
  }
  .design-v2-service-patient-results__gallery-images .design-v2-service-patient-results__image{
    aspect-ratio:1/1;
  }
  .design-v2-service-patient-results__gallery-control{
    display:none;
  }
  .design-v2-service-patient-results__gallery-nav{
    align-items:center;
    bottom:-32px;
    display:flex;
    gap:8px;
    justify-content:center;
    left:50%;
    position:absolute;
    transform:translateX(-50%);
  }
  .design-v2-service-patient-results__gallery-nav-button{
    background:#ccd6e3;
    border:0;
    border-radius:50%;
    box-sizing:border-box;
    height:4px;
    padding:0;
    width:4px;
  }
  .design-v2-service-patient-results__gallery-nav-button--active{
    background:#fff;
    border:2px solid #15a8f1;
    border-radius:100px;
    height:8px;
    width:8px;
  }
}