main > section.experts__section {
  margin-top: 0;
  padding: 25px 0 35px 0;
}
.experts__breadcrumbs{
  margin-bottom: 20px;
}
.experts__breadcrumbs li {
  font-family: var(--main-font-family);
  font-weight: 400;
  font-size: var(--main-font-size-small);
  color: var(--main-color-black);
  text-transform: none
}
.experts__breadcrumbs li a {
  color: var(--main-color-grey);
  text-decoration: none
}
.experts__title {
  font-family: var(--second-font-family);
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  color: var(--main-color-black);
  margin: 0;
}
.experts__subtitle {
  font-family: 'Days One', sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: var(--main-color-black);
  margin: 25px 0;
}
.experts__grid {
  display: grid;
  gap: 50px;
}
.experts__item {
  display: flex;
  gap: 20px;
}
.experts__column {
  display: flex;
  flex-direction: column;
}
.experts__avatar {
  width: 185px;
  height: 185px;
}
.experts__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.experts__stats--item {
  display: flex;
  gap: 3px;
  align-items: center;
}
.experts__stats--title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
}
.experts__stats--title:first-letter {
  text-transform: uppercase;
}
.experts__stats--text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
}
.experts__item--name{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.experts__item--name-link{
  text-decoration: none;
}
.experts__item--position{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  padding-bottom: 20px;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #767676;
}
.experts__description {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #474747;
  margin-bottom: 20px;
  contain: content;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.experts__btn{
  display: block;
  text-align: center;
  width: 100%;
  background: #000;
  border: 2px solid #000;
  padding: 15px 10px;
  color: #FFF;
  font-family: 'Mont', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .experts__avatar {
    width: 285px;
    height: 285px;
  }
}
@media (min-width: 768px) {
  .experts__grid {
    gap: 80px;
  }
  .experts__item {
    gap: 30px;
  }
  .experts__stats {
    gap: 15px;
    margin-top: 15px;
  }
  .experts__stats--item {
    gap: 5px;
  }
  .experts__stats--text {
    font-size: 18px;
  }
  .experts__item--name{
    font-size: 26px;
  }
  .experts__item--position{
    font-size: 18px;
    padding-bottom: 20px;
    margin: 10px 0 20px 0;
  }
  .experts__description {
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-line-clamp: 8;
  }
  .experts__btn{
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .experts__title{
    font-size: 50px;
    margin: 30px 0;
  }
  .experts__grid {
    grid-template-columns: 1fr 1fr;
  }
  .experts__right {
    justify-content: space-between;
  }
  .experts__avatar {
    width: 200px;
    height: 200px;
  }
  .experts__item--name{
    font-size: 26px;
  }
  .experts__btn{
    font-size: 18px;
  }
}
.expert__section {
  padding: 105px 0 108px;
  background: var(--kmnd-body-background-secondary);
}
.expert__breadcrumbs {
  margin-bottom: 58px;
}
.expert__title {
  margin: 0 0 20px;
}
.expert__subtitle {
  color: #7A7A79;
  margin-bottom: 26px;
}
.expert__divider {
  border: none;
  border-top: 1px solid #939392;
  margin: 0 0 43px;
}
.expert__row {
  display: flex;
  margin-bottom: 54px;
}
.expert__avatar {
  width: 473px;
  height: 468px;
  margin: 0 39px 0 0;
}
.expert__content {
  flex: 1;
}
.expert__position {
  margin: 0 0 18px;
}
.expert__stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px;
  width: 100%;
  max-width: 372px;
  margin-bottom: 29px;
}
.expert__stats-item {
  margin-top: 18px;
  width: calc(50% - 16px);
  margin-right: 32px;
  padding-top: 15px;
  border-top: 1px solid #939392;
}
.expert__stats-item:nth-of-type(even) {
  margin-right: 0;
}
.expert__stats-name {
  color: #7A7A79;
}
.expert__stats-num {
  font-size: 2.5rem;
  margin-top: 19px;
}
.expert__text {
  font-size: 1.25rem;
  margin-bottom: 18px;
}
.expert__text_second {
  margin-bottom: 15px;
}
.expert__branches {
  list-style: none;
  margin-top: -18px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 372px;
}
.expert__branch {
  position: relative;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #939392;
  width: calc(50% - 16px);
  margin-right: 32px;
  padding-left: 15px;
}
.expert__branch:nth-of-type(even) {
  margin-right: 0;
}
.expert__branch:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--kmnd-body-background-accent);
  border-radius: 50%;
}
.expert__soc {
  display: flex;
}
.expert__soc a {
  text-decoration: none;
  display: block;
  margin-right: 15px;
  transition: var(--kmnd-transition);
}
.expert__soc a:last-of-type {
  margin-right: 0;
}
.expert__soc a:hover {
  opacity: 0.5;
}
.expert__soc img {
  height: 42px;
  width: 42px;
  display: block;
  margin: 0;
}
.expert__description p {
  margin-bottom: 23px;
  letter-spacing: 0.05em;
}
.expert__description p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .expert__section {
    padding: 27px 0 56px;
    background: var(--kmnd-body-background-primary);
  }
  .expert__breadcrumbs {
    margin-bottom: 21px;
  }
  .expert__title {
    margin: 0 0 9px;
  }
  .expert__subtitle {
    margin-bottom: 27px;
  }
  .expert__divider {
    display: none;
  }
  .expert__row {
    display: block;
    margin-bottom: 44px;
  }
  .expert__avatar {
    width: 100vw;
    height: auto;
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: 0;
    margin-bottom: 31px;
  }
  .expert__avatar:after {
    content: "";
    display: block;
    position: relative;
    padding-top: 93.5897435897%;
  }
  .expert__stats {
    max-width: 100%;
    margin-bottom: 39px;
  }
  .expert__stats-item {
    width: calc((100% - 29px) / 2);
    margin-right: 29px;
    padding-top: 12px;
  }
  .expert__stats-item:nth-of-type(even) {
    margin-right: 0;
  }
  .expert__stats-name {
    font-size: 0.75rem;
    min-height: 29px;
  }
  .expert__stats-num {
    margin-top: 27px;
  }
  .expert__text {
    max-width: 300px;
    margin-bottom: 19px;
  }
  .expert__text_second {
    margin-bottom: 15px;
  }
  .expert__branches {
    max-width: 100%;
  }
  .expert__branch {
    width: calc((100% - 29px) / 2);
    margin-right: 29px;
    padding-top: 13px;
    margin-top: 13px;
    font-size: 0.875rem;
  }
  .expert__branch:nth-of-type(even) {
    margin-right: 0;
  }
  .expert__branch:before {
    top: 18px;
  }
  .expert__description p {
    margin-bottom: 15px;
  }
  .expert__description p:last-of-type {
    margin-bottom: 0;
  }
}

.related {
  padding-bottom: 106px;
}
.related__section_secondary {
  padding-top: 80px;
  padding-bottom: 50px;
}
.related__section_tertiary {
  padding-top: 47px;
  padding-bottom: 0px;
}
.related__section_fourth {
  padding-top: 98px;
}
.related__pretitle {
  margin-bottom: 6px;
}
.related__row {
  margin-top: 45px;
  display: flex;
}
.related__item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc((100% - 36px - 36px) / 3);
  margin-right: 36px;
  padding-top: 26px;
}
.related__item:nth-of-type(even) {
  margin-right: 36px;
}
.related__item:nth-of-type(3n+3) {
  margin-right: 0;
}
.related__image {
  margin-bottom: 15px;
}
.related__image:after {
  padding-top: 80.8571428571%;
}
.related__date {
  margin-bottom: 15px;
}
.related__name {
  margin-bottom: 16px;
}
.related__text {
  color: var(--kmnd-body-color-secondary);
  margin-bottom: 33px;
  max-width: 309px;
}
.breadcrumbs.expert__breadcrumbs li:last-child a{
  text-decoration: none;
}
@media (max-width: 576px) {
  .related__section {
      padding: 51px 0 60px;
      background: var(--kmnd-body-background-tertiary);
  }
  .related__section_secondary {
      padding-top: 41px;
  }
  .related__section_secondary .related__row {
      margin-top: 33px;
  }
  .related__section_secondary .related__item:first-of-type {
      padding-top: 0;
      border-top: none;
  }
  .related__section_tertiary {
      padding-top: 36px;
      padding-bottom: 9px;
  }
  .related__section_tertiary .mobile-title {
      padding-top: 31px;
      padding-bottom: 30px;
  }
  .related__section_tertiary .related__row {
      margin-top: 33px;
  }
  .related__section_tertiary .related__item:first-of-type {
      padding-top: 0;
      border-top: none;
  }
  .related__section_fourth {
      padding-top: 59px;
      background: var(--kmnd-body-background-primary);
  }
  .related__section_fourth .mobile-title {
      padding-top: 31px;
      padding-bottom: 30px;
  }
  .related__section_fourth .related__row {
      margin-top: 33px;
      width: 100vw;
      margin-left: -15px;
  }
  .related__section_fourth .related__item {
      padding-top: 0;
      border-top: none;
  }
  .related__section_fourth .blog__item {
      margin-left: 0;
  }
  .related__section_fourth .slick-dots {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 3px;
  }
  .related__section_fourth .slick-dots li {
      display: block;
      margin-right: 10px;
  }
  .related__section_fourth .slick-dots li:last-of-type {
      margin-right: 0;
  }
  .related__section_fourth .slick-dots li.slick-active button {
      background: none;
  }
  .related__section_fourth .slick-dots button {
      outline: none;
      border: 1px solid var(--kmnd-body-background-accent);
      box-shadow: none;
      background: var(--kmnd-body-background-accent);
      font-size: 0;
      line-height: 0;
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
  }
  .related__row {
      margin-top: 17px;
      display: block;
  }
  .related__item {
      width: 100vw;
      margin-right: 0;
  }
  .related__item:nth-of-type(even) {
      margin-right: 0;
  }
  .related__item:nth-last-of-type(2) {
      padding-bottom: 32px;
  }
  .related__image {
      margin-bottom: 17px;
  }
  .related__date {
      margin-bottom: 7px;
  }
  .related__name {
      margin-bottom: 17px;
  }
  .related__text {
      margin-bottom: 20px;
      max-width: 341px;
  }
}

.related__items{
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}
.related__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.related__image {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}
.related__name{
  font-family: 'Days One', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--kmnd-body-color-primary);
  text-decoration: none;
  margin: 0 0 15px 0;
  display: block;
}
.related__text{
  -webkit-hyphens: auto;
  hyphens: auto;
  contain: content;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.blog__item--button{
  font-family: 'Days One', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  border: 3px solid #000;
  padding: 15px 25px;
  width: fit-content;
}
.blog__item--button:hover{
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 576px) {
  .related__image{
      height: 200px;
  }
  .related__items{
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .related__items{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  .related__items--home{
      margin-top: 30px;
  }
  .related__items--home .swiper-wrapper{
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
  }
}
