.breadcrumbs__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .breadcrumbs__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-left: 30px;
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .breadcrumbs__list {
    padding-left: 0;
  }
}

.breadcrumbs__list-item--main {
  position: relative;
  padding-right: 20px;
}

.breadcrumbs__list-item--main::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}

.person__inner {
  display: flex;
  padding: 30px;
  padding-bottom: 50px;
  background-color: #f3f2ef;
  border-radius: 28px;
}

@media screen and (max-width: 992px) {
  .person__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .person__inner {
    padding: 20px;
    padding-bottom: 36px;
  }
}

.person__inner-left {
  flex-basis: 150px;
  flex-shrink: 0;
}

@media screen and (max-width: 576px) {
  .person__inner-left {
    flex-basis: initial;
    flex-shrink: initial;
    padding-bottom: 20px;
  }
}

.person__img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
}

.person__inner-right {
  width: 100%;
}

.person__inner-upper {
  padding-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .person__inner-upper {
    padding-bottom: 20px;
  }
}

.person__name {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .person__name {
    font-size: 22px;
  }
}

.person__inner-lower {
  display: flex;
}

@media screen and (max-width: 992px) {
  .person__inner-lower {
    flex-direction: column;
  }
}

.person__about {
  width: 40%;
  padding-right: 34px;
}

@media screen and (max-width: 992px) {
  .person__about {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d0c2;
  }
}

@media screen and (max-width: 576px) {
  .person__about {
    padding-bottom: 14px;
  }
}

.person__about-upper,
.person__about-lower {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.person__title {
  font-size: 16px;
  font-weight: 600;
  color: #ab935d;
  line-height: 160%;
  text-transform: uppercase;
}

.person__title--contacts {
  margin-bottom: 10px;
}

.person__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 992px) {
  .person__text {
    max-width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .person__text {
    max-width: 100%;
    font-size: 16px;
  }
}

.person__text>* {
  margin-bottom: 10px;
}

.person__info {
  width: 60%;
  padding-left: 34px;
  border-left: 1px solid #d6d0c2;
}

@media screen and (max-width: 992px) {
  .person__info {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 576px) {
  .person__info {
    padding-top: 20px;
  }
}

.person__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.person__info-item {
  display: inline-flex;
  gap: 8px;
  font-size: 18px;
}

.person__info-item--service-regions {
  flex-direction: column;
  gap: 10px;
}

.person__info-link {
  color: #2b83d4;
  text-decoration-line: underline;
}

@media screen and (max-width: 360px) {
  .person__info-link {
    word-break: break-all;
  }
}

.related-cases__container {
  padding-top: 70px;
}

@media screen and (max-width: 576px) {
  .related-cases__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.related-cases__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.related-cases__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 70%;
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .related-cases__list {
    gap: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .related-cases__list {
    gap: 10px;
  }
}

.related-cases__list-item {
  list-style-type: disc;
}

.related-cases__list-item::marker {
  font-size: 30px;
  color: #2b83d4;
}

.related-cases__link {
  font-size: 24px;
  line-height: 28px;
  color: #2b83d4;
  text-decoration-line: underline;
}

@media screen and (max-width: 576px) {
  .related-cases__link {
    font-size: 18px;
  }
}


.case-content__container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.case-content__upper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}

.case-content__logo-img {
  width: 200px;
  height: 54px;
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .case-content__logo-img {
    width: 120px;
    height: auto;
  }
}

.case-content__link {
  color: #2b83d4;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 576px) {
  .case-content__link {
    font-size: 18px;
  }
}

.case-content__article h1,
.case-content__article h2,
.case-content__article h3,
.case-content__article h4,
.case-content__article h5,
.case-content__article h6,
.case-content__article hr {
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {

  .case-content__article h1,
  .case-content__article h2,
  .case-content__article h3,
  .case-content__article h4,
  .case-content__article h5,
  .case-content__article h6,
  .case-content__article hr {
    margin-bottom: 12px;
  }
}

.case-content__article p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  text-indent: 20px;
}

@media screen and (max-width: 576px) {
  .case-content__article p {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.error__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.error__title {
  text-align: center;
  margin-bottom: 16px;
}

.error__text {
  font-size: 18px;
}

.error__link {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.promo-articles__container {
  border-top: 1px solid #d8d0bc;
}

.promo-articles__upper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.promo-articles__title {
  font-size: 24px;
  font-weight: 400;
}

.promo-articles__lower {
  display: flex;
}

@media screen and (max-width: 768px) {
  .promo-articles__lower {
    flex-direction: column;
  }
}

.promo-articles__lower-left {
  width: 68%;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .promo-articles__lower-left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .promo-articles__lower-left {
    width: auto;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.promo-articles__lower-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
}

@media screen and (max-width: 992px) {
  .promo-articles__lower-right {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .promo-articles__lower-right {
    width: auto;
  }
}

.promo-articles__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promo-articles__link {
  font-size: 24px;
  line-height: 130%;
  color: #2b83d4;
  text-decoration-line: underline;
  transition: 0.2s color ease;
}

.promo-articles__link:hover {
  color: #2670b6;
  transition: 0.2s color ease;
}

@media screen and (max-width: 576px) {
  .promo-articles__link {
    font-size: 18px;
  }
}

.promo-articles__picture-img {
  width: 324px;
  height: 264px;
  object-fit: contain;
}
  
@media screen and (max-width: 576px) {
  .promo-articles__picture-img {
    width: 250px;
    height: 172px;
  }
}

.search {
  padding-bottom: 60px;
}

.search__option {
  padding: 0.3em 1em;
  font-size: 0.8em;
  cursor: pointer;
  background-color: #ccc;
}

.search__option:hover,
.search__option:focus {
  color: #fff;
  background-color: #003366;
  outline: 0 none;
}

.search__lower {
  padding-bottom: 80px;
}

.search__form {
  display: grid;
  grid-template-columns: 1fr 1fr 150px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .search__form {
    grid-template-columns: initial;
  }
}

.search__select {
  font-size: 20px;
  font-weight: 400;
  color: #2d3039;
  opacity: 0.5;
}

.choices,
.search__select {
  color: #000;
  width: 100%;
  height: 60px;
  padding: 14px;
  margin-bottom: 0;
  background: #fff;
  /* border: 2px solid #d8d0bc; */
  border: 1px solid #a09068;
  border-radius: 10px;
  appearance: none;
  outline-color: #c38d23;
}

@media screen and (max-width: 576px) {

  .choices,
  .search__select {
    height: 50px;
    padding: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {

  .choices::placeholder,
  .search__select::placeholder {
    font-size: 16px;
  }
}

.choices__inner {
  padding: 0;
  background-color: transparent;
  border: none;
}

.choices__list {
  left: 0;
}

.choices__item {
  word-break: normal;
}

.choices .choices__list .choices__list .choices__item--disabled {
  width: 0;
  height: 0;
  padding: 0;
  text-indent: -9999px;
}

.choices__list--single .choices__item {
  width: 400px;
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .choices__list--single .choices__item {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .choices__list--single .choices__item {
    width: 300px;
  }
}

@media (max-width: 925px) {
  .choices__list--single .choices__item {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .choices__list--single .choices__item {
    width: 500px;
  }
}

@media screen and (max-width: 576px) {
  .choices__list--single .choices__item {
    width: 300px;
  }
}

@media (max-width: 360px) {
  .choices__list--single .choices__item {
    width: 200px;
  }
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  top: 104%;
  border-radius: 10px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border: 1px solid #d8d0bc;
}

.search__option {
  width: 100%;
}