/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

.hidden{
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* inter-300 - latin_cyrillic */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v12-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/inter-v12-latin_cyrillic-300.woff") format("woff");
  font-display: swap;
}

/* inter-regular - latin_cyrillic */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/inter-v12-latin_cyrillic-regular.woff") format("woff");
  font-display: swap;
}

/* inter-500 - latin_cyrillic */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/inter-v12-latin_cyrillic-500.woff") format("woff");
  font-display: swap;
}

/* inter-600 - latin_cyrillic */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/inter-v12-latin_cyrillic-600.woff") format("woff");
  font-display: swap;
}

/* inter-700 - latin_cyrillic */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/inter-v12-latin_cyrillic-700.woff") format("woff");
  font-display: swap;
}

:root {
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  color: #2d3039;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: none;
}

.hidden {
  display: none;
}

.body--stop-scroll {
  height: 100%;
  overflow: hidden;
}

.content-overlay {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.container-wide {
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

#panelcontainer {
  height: 32px;
}

.button {
  padding: 14px 32px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background-color: #dca63d;
  border-radius: 8px;
  transition: 0.2s all ease;
  text-align: center;
}

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

@media (any-hover: hover) {
  .button:hover {
    background-color: #c99f4c;
    transition: 0.2s all ease;
  }
}

.button[disabled] {
  background-color: #c99f4c;
}

.scroll-up-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

@media (any-hover) {
  .scroll-up-button:hover {
    opacity: 0.6;
  }
}

.scroll-up-button:focus-visible {
  outline: #000 solid 3px;
  outline-offset: 4px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.scroll-up-button:active {
  opacity: 0.8;
}

@media (min-width: 2561px) {
  .scroll-up-button {
    display: none;
  }
}

.scroll-up-button--visible {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-up-button__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-up-button__decor-elem {
  position: absolute;
  top: 45%;
  display: block;
  width: 18px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.scroll-up-button__decor-elem--1 {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.scroll-up-button__decor-elem--2 {
  left: 6px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}


.header__upper {
  background-color: #2d3039;
}

.header__container--upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.header__info-upper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .header__info-upper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 576px) {
  .header__info-upper {
    order: 2;
    padding-top: 30px;
  }
}

.header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header__logo-link--2 {
    display: block;
    order: 1;
    margin-right: 200px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .header__logo-link--2 {
    position: absolute;
    top: 24px;
    left: 0;
    margin-right: auto;
  }
}

.header__logo-img {
  object-fit: contain;
}

.header__logo-img--1 {
  width: 124px;
  height: 14px;
}

@media screen and (max-width: 576px) {
  .header__logo-img--1 {
    width: 100px;
    height: 12px;
  }
}

.header__logo-img--2 {
  width: 200px;
  height: 64px;
}

@media screen and (max-width: 576px) {
  .header__logo-img--2 {
    width: 120px;
    height: 40px;
  }
}

.header__container--lower {
  background-image: url("../img/decor-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 576px) {
  .header__container--lower {
    background-position-x: -100px;
  }
}

.header__decor-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .header__decor-img {
    order: 3;
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .header__decor-img {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 66px;
    height: 66px;
    margin-right: 0;
  }
}

.header__descr {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .header__descr {
    order: 2;
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .header__descr {
    width: 100%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .header__info-lower {
    order: 1;
    max-width: 70%;
    padding-top: 90px;
  }
}

.header__title {
  padding-bottom: 50px;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .header__title {
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: initial;
  }
}

.header__title--single {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .header__title--single {
    order: 3;
  }
}


@media screen and (max-width: 576px) {
  .header__title--single {
    max-width: 70%;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s all ease;
}

.modal--visible {
  visibility: visible;
  opacity: 1;
  transition: 0.2s all ease;
}

.modal__inner {
  color: #000;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 640px;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
  background-image: url("../img/decor-shadow.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .modal__inner {
    width: 100%;
    background-position-x: -200px;
  }
}

.modal_hidden-title {
  display: none;
}

.modal__inner-upper {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
}

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

.modal__logo-img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

.modal__inner-central {
  display: flex;
}

@media screen and (max-width: 576px) {
  .modal__inner-central {
    flex-direction: column;
  }
}

.modal__inner-left {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 576px) {
  .modal__inner-left {
    width: 100%;
    padding-right: 0;
  }
}

.modal__title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .modal__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

.modal__text {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 130%;
}

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

.modal__inner-right {
  width: 50%;
}

@media screen and (max-width: 576px) {
  .modal__inner-right {
    width: 100%;
  }
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__input {
  padding: 12px 24px;
  margin-bottom: 18px;
  border: 1px solid #a09068;
  border-radius: 8px;
}

.modal__input::placeholder {
  color: #a19679;
}

.modal__textarea {
  resize: none;
  min-height: 100px;
}

.modal__submit-button {
  padding: 14px 24px;
}

.modal__inner-lower {
  padding-top: 50px;
}

@media screen and (max-width: 576px) {
  .modal__inner-lower {
    padding-top: 30px;
  }
}

.modal__legal {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .modal__legal {
    text-align: center;
  }
}

.modal__legal-link {
  text-decoration: underline;
}

.modal__legal-link:hover {
  text-decoration: underline;
}

.modal__close-button {
  border-color: #000;
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

.modal__close-button:focus-visible {
  outline-color: #000;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 3px;
}

.modal_close-decor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.modal_close-decor::before {
  background-color: #000;
  position: absolute;
  top: 48%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: "";
  transform: rotate(45deg);
}

.modal_close-decor::after {
  background-color: #000;
  position: absolute;
  top: 48%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: "";
  transform: rotate(135deg);
}

.application {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #c8ba96;
}

.application__container {
  display: flex;
  align-items: center;
}

.application__img-wrapper {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  background-color: #f1361d;
  border-radius: 50%;
}

.application__decor-img {
  width: 26px;
  height: 30px;
  object-fit: contain;
}

.application__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.application__descr {
  margin-right: 8px;
}

.application__button {
  font-weight: 600;
  color: #f1361d;
  text-align-last: left;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cases--new,
.cases--others-single {
  padding-top: 100px;
}

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

  .cases--new,
  .cases--others-single {
    padding-top: 50px;
  }
}

.cases__container {
  padding-bottom: 100px;
}

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

.cases__title {
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  color: #ab935d;
}

.cases__list {
  font-size: 18px;
}

.cases__list--search-results {
  margin-bottom: 30px;
  transition: 0.3s opacity ease;
  opacity: 1;
}

.cases__list--partially-opaque {
  transition: 0.3s opacity ease;
  opacity: 0.5;
}

.cases__list-item {
  display: grid;
  grid-template-columns: 300px 100px 150px auto 250px;
  gap: 10px;
  align-items: center;
  padding: 16px;
  line-height: 130%;
  background-color: #f3f2ef;
}

@media screen and (max-width: 1100px) {
  .cases__list-item {
    grid-template-rows: auto auto;
    grid-template-columns: 40% 40% 20%;
    row-gap: 14px;
    justify-items: center;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cases__list-item {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    justify-items: start;
  }
}

.cases__list-item:not(:last-child) {
  border-bottom: 1px solid #d8d0bc;
}

.cases__list-item:first-child {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.cases__list-item:last-child {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.cases__person-info {
  display: flex;
  align-items: center;
}


/* archive pages */

.pagination {
  margin:  30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers:not(.dots) {
  color:  #fff;
  background-color: #dca63d;
  border-radius: 4px;
  padding: 5px 8px;
  margin: 0 3px;
}

.pagination .page-item {
  color:  #fff;
  background-color: #dca63d;
  padding: 7px 10px;
  border:  1px solid #fff;
}


/* Advocats */

.person__inner .cases__person-info {
  padding-right:  34px;
}


@media screen and (max-width: 768px) {
  .cases__person-info {
    grid-column: 1/3;
  }
}

.cases__person-img {
  flex-shrink: 0;
  width: 98px;
  height: 98px;
  margin-right: 28px;
  border-radius: 50%;
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .cases__person-img {
    width: 66px;
    height: 66px;
    margin-right: 16px;
  }
}

.cases__region {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cases__region {
    grid-row: 2/3;
  }
}

@media screen and (max-width: 768px) {
  .cases__article {
    grid-row: 2/3;
  }
}

.cases__brief {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .cases__brief {
    grid-row: 3;
    grid-column: 1/3;
    padding-right: 0;
    padding-left: 0;
  }
}

.cases__brief-text {
  font-weight: 700;
}

.cases__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .cases__link-wrapper {
    grid-row: 4;
    grid-column: 1/3;
  }
}

.cases__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases__button-wrapper.active {
	display: flex !important;
}

.cases__load-more--hidden {
  display: none;
}

.footer {
  background-color: #f9f9f9;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

@media screen and (max-width: 576px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}

.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__copyright {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__policy-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 576px) {
  .footer__policy-link {
    display: block;
    text-align: center;
  }
}

.footer__logo-img {
  width: 126px;
  height: 14px;
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .footer__logo-img {
    width: 110px;
    height: 14px;
  }
}