section.gt-block.external-specialist.blue {
background: linear-gradient(100deg, #0086ad 15.38%, #004b89 100%);
}
section.gt-block.external-specialist.blue .external-specialist__content-header h2 {
color: #fff;
}
section.gt-block.external-specialist.blue .external-specialist__content-persons .person p,
section.gt-block.external-specialist.blue .external-specialist__content-persons .person h3 {
line-height: 1;
color: #fff;
}
section.gt-block.external-specialist.blue .external-specialist__content-persons .person__info .ref-text {
color: #d4e5eb;
}
section.gt-block.external-specialist.blue .external-specialist__content-persons .person__clinic figure svg g g path {
fill: #fff;
}
section.gt-block.external-specialist.blue .swiper-pagination .swiper-pagination-bullet {
width: 1.5rem;
height: 1.5rem;
}
section.gt-block.external-specialist.blue .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff;
}
section.gt-block.external-specialist .external-specialist__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.external-specialist .external-specialist__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 4rem;
}
section.gt-block.external-specialist .external-specialist__content-header h2 {
color: #004b89;
}
section.gt-block.external-specialist .external-specialist__content-persons {
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;
gap: 6rem;
-ms-flex-item-align: stretch;
align-self: stretch;
width: 100%;
max-width: 164rem;
margin: 0 auto;
}
@media screen and (max-width: 1620px) {
section.gt-block.external-specialist .external-specialist__content-persons {
max-width: 162rem;
}
}
section.gt-block.external-specialist .external-specialist__content-persons .person {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 30rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
padding: clamp(4rem, 4vw, 8rem) 0;
}
@media screen and (max-width: 500px) {
section.gt-block.external-specialist .external-specialist__content-persons .person {
max-width: 100%;
}
}
section.gt-block.external-specialist .external-specialist__content-persons .person p,
section.gt-block.external-specialist .external-specialist__content-persons .person h3 {
line-height: 1;
color: #004b89;
}
section.gt-block.external-specialist .external-specialist__content-persons .person .avatar {
position: relative;
width: 100%;
max-width: 18rem;
height: 18rem;
border-radius: 30rem;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
section.gt-block.external-specialist .external-specialist__content-persons .person .avatar:hover .avatar__image-hover {
opacity: 1;
}
section.gt-block.external-specialist .external-specialist__content-persons .person .avatar .avatar__img-org {
position: relative;
}
section.gt-block.external-specialist .external-specialist__content-persons .person .avatar .avatar__image-hover {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
section.gt-block.external-specialist .external-specialist__content-persons .person .avatar img {
width: 100%;
max-width: 18rem;
height: 18rem;
border-radius: 30rem;
aspect-ratio: 180/180;
-o-object-fit: cover;
object-fit: cover;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
text-align: center;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__info .ref-text {
color: #5e6f7e;
font-family: "Inter", sans-serif;
font-weight: 400;
text-transform: uppercase;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__info .inter-text-lg {
letter-spacing: -0.045rem;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__info .info-text {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__clinic figure {
width: 100%;
max-width: 30rem;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__clinic figure svg,
section.gt-block.external-specialist .external-specialist__content-persons .person__clinic figure img {
height: 7rem;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
section.gt-block.external-specialist .external-specialist__content-persons .person__clinic figure svg g g path {
fill: #004b89;
}
section.gt-block.external-specialist .swiper-pagination .swiper-pagination-bullet {
width: 1.5rem;
height: 1.5rem;
}
section.gt-block.external-specialist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #004b89;
}