.gl-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  height: var(--gl-header-height);
  padding: 0 var(--gl-gutter);
  background: var(--gl-color-white);
}

.gl-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--gl-container-max);
  height: 100%;
  margin: 0 auto;
}

.gl-header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 171.33px;
  white-space: nowrap;
}

.gl-header__logo img {
  width: 100%;
  height: auto;
}

.gl-header__nav {
  margin-left: auto;
}

.gl-header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(28px, 2.3vw, 44px);
}

.gl-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  color: var(--gl-color-gray-900);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.gl-header__nav-arrow {
  width: 11px;
  height: 11px;
  object-fit: contain;
}

.gl-header__reservation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 44px;
  margin-left: min(2.14vw, 41px);
  border-radius: 4px;
  background: var(--gl-color-gray-700);
  color: var(--gl-color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gl-header__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: min(1.41vw, 27px);
  padding: 0;
}

.gl-header__menu:disabled {
  cursor: default;
}

.gl-header__menu-icon {
  width: 27px;
  height: 20px;
  object-fit: contain;
}

.gl-page-title {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.gl-hero {
  padding: 0 var(--gl-gutter) 108px;
}

.gl-hero__inner {
  width: 100%;
  max-width: var(--gl-container-max);
  margin: 0 auto;
}

.gl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 23px;
}

.gl-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 616px;
  max-height: 616px;
  padding: 117px 98px 92px;
  border-radius: 20px;
  background: #a9a9ab;
  color: var(--gl-color-white);
}

.gl-hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.06) 44%, rgba(0, 0, 0, 0) 76%);
  content: "";
}

.gl-hero__image-list,
.gl-hero__image {
  position: absolute;
}

.gl-hero__image-list {
  inset: 0;
  z-index: 0;
}

.gl-hero__image {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 700ms ease, transform 1200ms ease;
}

.gl-hero__image--person {
  right: 45px;
  bottom: 0;
  width: min(44.6%, 569px);
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

.gl-hero__image--cover {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gl-hero__image--active {
  z-index: 0;
  opacity: 1;
  transform: scale(1);
}

.gl-hero__slide {
  position: relative;
  z-index: 2;
  font-family: "Paperlogy", var(--gl-font-sans);
}

.gl-hero__title {
  color: var(--gl-color-white);
  font-size: clamp(46px, 3.17vw, 60px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.gl-hero__description {
  margin-top: 3px;
  color: var(--gl-color-white);
  font-size: clamp(20px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1.68;
}

.gl-hero__pager {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6.5px;
  margin-top: 54px;
}

.gl-hero__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 999px;
  background: #686868;
}

.gl-hero__dot--active {
  width: 37px;
  background: var(--gl-color-white);
}

.gl-hero__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-width: 196px;
  min-height: 56px;
  margin-top: 60px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  color: var(--gl-color-white);
  font-family: "Paperlogy", var(--gl-font-sans);
  font-size: 15px;
  font-weight: 700;
}

.gl-hero__badge::before {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.gl-hero__aside {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.gl-hero__quick {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 296px;
  max-height: 296px;
  padding: 40px;
  border-radius: 20px;
  color: var(--gl-color-white);
}

.gl-hero__quick--reservation {
  background: var(--gl-color-blue-dark);
}

.gl-hero__quick--case {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/img_hero_success.png") center / cover;
}

.gl-hero__quick-icon {
  position: absolute;
  top: 48px;
  right: 46px;
  width: 67px;
  height: 69px;
  object-fit: contain;
}

.gl-hero__quick-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.07;
}

.gl-hero__quick-text {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7;
}

.gl-hero__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 116px;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.gl-hero__phone {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 36px;
  background: #0c2533;
  color: var(--gl-color-white);
}

.gl-hero__phone-icon {
  position: relative;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin-right: 22px;
  border-radius: 50%;
  background: #141f25;
  background-image: url("../images/icon_phone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.gl-hero__phone-number {
  flex: 0 0 auto;
  margin-right: 18px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.gl-hero__phone-text {
  overflow: hidden;
  color: #ADADAD;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gl-hero__news {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 32px 0 48px;
  background: #429bd5;
  color: var(--gl-color-white);
}

.gl-hero__news-label {
  flex: 0 0 auto;
  min-width: 65px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #336ed2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.gl-hero__news-title {
  overflow: hidden;
  min-width: 0;
  margin-left: 18px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gl-hero__news-controls {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  padding-left: 72px;
}

.gl-hero__news-button {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background: #0d2d3d url("../images/btn_arrow_up_white.png") no-repeat center;
  background-size: 11px auto;
}

.gl-hero__news-button--next {
  background: var(--gl-color-white) url("../images/btn_arrow_down_black.png") no-repeat center;
  background-size: 11px auto;
}

.gl-section__eyebrow {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-section__title {
  margin-top: 12px;
  color: #2C2C2C;
  font-size: clamp(38px, 2.6vw, 48px);
  font-weight: 900;
  line-height: 1.18;
}

.gl-section__description {
  margin-top: 12px;
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 500;
}

.gl-section__heading--center {
  text-align: center;
}

.gl-section__heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.gl-intro {
  padding: 0 var(--gl-gutter);
}

.gl-intro__inner {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 60px;
  position: relative;
  width: 100%;
  max-width: var(--gl-container-max);
  min-height: 319px;
  margin: 0 auto;
}

.gl-intro__copy {
  padding-top: 2px;
  color: #fff;
}

.gl-intro__copy .gl-section__eyebrow {
  color: #2c2c2c;
}

.gl-intro__title {
  margin-top: 12px;
  color: #2c2c2c;
  font-size: clamp(34px, 2.4vw, 48px);
  font-weight: 400;
  line-height: 1.28;
}

.gl-intro__title strong {
  display: block;
  color: #26282c;
  font-weight: 900;
}

.gl-intro__text {
  margin-top: 17px;
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 500;
}

.gl-intro__control {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.gl-intro__count {
  color: #989898;
  font-size: 16px;
  font-weight: 900;
}

.gl-intro__count--active {
  color: #429BD5;
}

.gl-intro__line {
  width: min(150px, 30vw);
  height: 1px;
  background: #9A9A9A;
}

.gl-intro__button {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #052538;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.gl-intro__button::before {
  position: absolute;
  inset: 0;
  background: url("../images/btn_arrow_up_white.png") no-repeat center / 9px auto;
  transform: rotate(-90deg);
  content: "";
}

.gl-intro__button--next {
  background-color: #fff;
}

.gl-intro__button--next::before {
  background-image: url("../images/btn_arrow_down_black.png");
  transform: rotate(-90deg);
}

.gl-intro__cards {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: calc(100% - 490px);
  align-items: start;
}

.gl-intro__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 362px;
  padding: 42px 28px 38px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 22px 22px 48px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.gl-intro__card--active {
  background: #2c2c2c;
  color: #fff;
}

.gl-intro__service {
  font-size: 18px;
  font-weight: 900;
}

.gl-intro__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-top: 40px;
  line-height: 1;
}

.gl-intro__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
}

.gl-intro__card--active .gl-intro__icon img {
  filter: brightness(0) invert(1);
}

.gl-intro__card-title {
  margin-top: 34px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.gl-intro__card-text {
  max-width: 240px;
  margin-top: 22px;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
}

.gl-intro__card--active .gl-intro__card-text {
  color: #bbb;
}

.gl-region {
  position: relative;
  overflow: hidden;
  padding: 150px var(--gl-gutter) 118px;
  background: #f6f6f6 url("../images/bg_region.png") no-repeat left bottom;
  background-size: auto 100%;
}

.gl-region__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-region__content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(48px, 5vw, 82px);
  align-items: center;
  margin-top: 66px;
}

.gl-region__table {
  border-top: 1px solid #d2d2d2;
}

.gl-region__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 20px;
  font-weight: 900;
}

.gl-region__row dd {
  margin: 0;
  text-align: right;
}

.gl-region__row strong {
  color: #268fd4;
}

.gl-region__text {
  margin-top: 30px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}

.gl-region__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 9px;
  max-width: 560px;
  margin-top: 28px;
}

.gl-region__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #d9d9d9;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
}

.gl-region__chip--active {
  background: #29323b;
  color: #fff;
}

.gl-region__figure {
  margin: 0;
}

.gl-region__figure img {
  width: 100%;
  aspect-ratio: 632 / 412;
  object-fit: cover;
}

.gl-lawyer {
  overflow: hidden;
  padding: 0 var(--gl-gutter);
  min-height: 552px;
  background:
    linear-gradient(90deg, rgba(12, 25, 36, 0.84) 0%, rgba(12, 25, 36, 0.72) 44%, rgba(12, 25, 36, 0.9) 100%),
    url("../images/bg_lawyer.png") center / cover no-repeat;
}

.gl-lawyer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 552px;
  margin: 0 auto;
}

.gl-lawyer__content {
  position: relative;
  z-index: 2;
  color: var(--gl-color-white);
}

.gl-lawyer__eyebrow {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-lawyer__title {
  margin-top: 21px;
  color: var(--gl-color-white);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.38;
}

.gl-lawyer__title strong {
  display: block;
  font-weight: 900;
}

.gl-lawyer__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 216px;
  height: 58px;
  margin-top: 48px;
  padding: 0 28px 0 34px;
  border-radius: 4px;
  background: var(--gl-color-white);
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
}

.gl-lawyer__button::after {
  width: 35px;
  height: 32px;
  background: url("../images/icon_arrow_right_gray.png") no-repeat center / contain;
  content: "";
}

.gl-lawyer__profile {
  position: relative;
  align-self: stretch;
  min-height: 552px;
  pointer-events: none;
}

.gl-lawyer__image {
  position: absolute;
  right: clamp(-24px, -1.2vw, 0px);
  bottom: -104px;
  z-index: 1;
  width: clamp(470px, 31vw, 558px);
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
}

.gl-lawyer__name {
  position: absolute;
  left: -34px;
  bottom: 118px;
  z-index: 2;
  color: var(--gl-color-white);
  font-family: var(--gl-font-serif);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.gl-lawyer__name::after {
  display: block;
  width: 148px;
  height: 1px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.32);
  content: "";
}

.gl-cases {
  overflow: hidden;
  padding: 102px var(--gl-gutter) 86px;
  background:
    url("../images/bg_cases.png") center bottom / cover no-repeat;
  color: var(--gl-color-white);
}

.gl-cases__inner {
  width: 100%;
  max-width: var(--gl-container-max);
  margin: 0 auto;
}

.gl-cases__heading {
  text-align: center;
}

.gl-cases__eyebrow {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-cases__title {
  margin-top: 21px;
  color: var(--gl-color-white);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.18;
}

.gl-cases__description {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-weight: 300;
}

.gl-cases__list {
  display: grid;
  grid-template-columns: repeat(5, 410px);
  gap: 18px;
  overflow-x: auto;
  width: calc(100vw - ((100vw - min(100vw - (var(--gl-gutter) * 2), var(--gl-container-max))) / 2));
  margin-top: 60px;
  margin-right: calc(50% - 50vw);
  padding-right: var(--gl-gutter);
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gl-cases__list::-webkit-scrollbar {
  display: none;
}

.gl-cases__card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 262px;
  padding: 24px 30px 24px 32px;
  border-radius: 8px;
  background: #fff;
  color: #20252b;
}

.gl-cases__card--featured {
  background: #a99077;
  color: #fff;
}

.gl-cases__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gl-cases__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 95px;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  background: #202832;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.gl-cases__card--featured .gl-cases__badge {
  background: rgba(255, 255, 255, 0.16);
}

.gl-cases__date {
  color: #6f6f6f;
  font-size: 15px;
  font-style: normal;
}

.gl-cases__card--featured .gl-cases__date {
  color: #fff;
}

.gl-cases__card-title {
  margin-top: 30px;
  color: currentColor;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

.gl-cases__text {
  margin-top: 15px;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.75;
}

.gl-cases__card--featured .gl-cases__text {
  color: rgba(255, 255, 255, 0.82);
}

.gl-cases__office {
  align-self: flex-end;
  margin-top: auto;
  padding-bottom: 9px;
  border-bottom: 2px solid currentColor;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
}

.gl-cases__more {
  align-self: flex-end;
  margin-top: auto;
  padding-bottom: 9px;
  border-bottom: 2px solid currentColor;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
}

.gl-cases__more::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 11px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

.gl-cases__total {
  margin-top: 42px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.gl-cases__total strong {
  font-size: 40px;
  font-weight: 900;
}

.gl-reasons {
  padding: 110px var(--gl-gutter) 116px;
  background: var(--gl-color-white);
}

.gl-reasons__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.gl-reasons__eyebrow {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-reasons__title {
  margin-top: 12px;
  color: #2c2c2c;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.18;
}

.gl-reasons__description {
  margin-top: 12px;
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 500;
}

.gl-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  margin-top: 58px;
}

.gl-reasons__item {
  min-width: 0;
}

.gl-reasons__figure {
  overflow: hidden;
  width: min(100%, 290px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #f2f2f2;
}

.gl-reasons__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gl-reasons__item:nth-child(1) .gl-reasons__figure img {
  object-position: center;
}

.gl-reasons__item:nth-child(2) .gl-reasons__figure img {
  object-position: center;
}

.gl-reasons__item:nth-child(3) .gl-reasons__figure img {
  object-position: center;
}

.gl-reasons__item:nth-child(4) .gl-reasons__figure img {
  object-position: center;
}

.gl-reasons__item-title {
  margin-top: 37px;
  color: #282828;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.gl-reasons__text {
  max-width: 280px;
  margin: 16px auto 0;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.gl-reasons__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 348px;
  min-height: 68px;
  margin-top: 50px;
  padding: 0 30px;
  border-radius: 4px;
  background: #2D333B;
  color: var(--gl-color-white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.gl-process {
  overflow: hidden;
  padding: 121px var(--gl-gutter) 133px;
  background: #303b53 url("../images/bg_process.png") center / cover no-repeat;
  color: var(--gl-color-white);
}

.gl-process__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-process__heading {
  text-align: center;
}

.gl-process__eyebrow {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-process__title {
  margin-top: 21px;
  color: var(--gl-color-white);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.gl-process__description {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  line-height: 1.6;
}

.gl-process__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 72px;
}

.gl-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 270px;
  padding: 42px 22px 36px;
  border: 1px solid #d9ecfb;
  border-radius: 8px;
  background: var(--gl-color-white);
  color: #2c2c2c;
  text-align: center;
}

.gl-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e6f5ff;
  color: #167cc2;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.gl-process__item-title {
  margin-top: 34px;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.gl-process__text {
  margin-top: 16px;
  color: #444;
  font-size: 15px;
  line-height: 1.75;
}

.gl-footer {
  padding: 80px var(--gl-gutter) 66px;
  background: #101a28;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Paperlogy", var(--gl-font-sans);
}

.gl-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.gl-footer__copyright {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.gl-footer__title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-weight: 700;
}

.gl-footer__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  padding-top: 44px;
}

.gl-footer__logo {
  display: inline-flex;
  width: 169px;
}

.gl-footer__logo img {
  width: 100%;
  height: auto;
}

.gl-footer__address {
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-style: normal;
  line-height: 1.9;
}

.gl-footer__address a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.gl-footer__info {
  display: grid;
  align-content: start;
  gap: 28px;
  margin: 0;
  padding-top: 36px;
  color: rgba(255, 255, 255, 0.75);
}

.gl-footer__row {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
}

.gl-footer__row dt,
.gl-footer__row dd {
  margin: 0;
}

.gl-subhero {
  min-height: 355px;
  padding: 0 var(--gl-gutter);
  background: url("../images/bg_subhero.png") center / cover no-repeat;
  color: var(--gl-color-white);
}

.gl-subhero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--gl-container-max);
  min-height: 355px;
  margin: 0 auto;
  text-align: center;
}

.gl-subhero__title {
  color: var(--gl-color-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 59px;
}

.gl-subhero__text {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.gl-attorney {
  overflow: hidden;
  padding: 0 var(--gl-gutter) 0 clamp(24px, 16.61vw, 319px);
  min-height: 614px;
  background: url("../images/bg_attorney.png") center / cover no-repeat;
  color: var(--gl-color-white);
}

.gl-attorney__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(720px, 985px);
  gap: 52px;
  width: 100%;
  max-width: var(--gl-container-max);
  min-height: 614px;
  margin: 0 auto;
}

.gl-attorney__content {
  align-self: center;
  max-width: 650px;
}

.gl-attorney__eyebrow,
.gl-career__eyebrow,
.gl-subcase__eyebrow {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.gl-attorney__eyebrow {
  color: rgba(255, 255, 255, 0.64);
}

.gl-attorney__title {
  margin-top: 22px;
  color: var(--gl-color-white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.gl-attorney__role {
  margin-top: 20px;
  color: var(--gl-color-white);
  font-size: 18px;
  font-weight: 700;
}

.gl-attorney__text {
  max-width: 560px;
  margin-top: 33px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 30px;
}

.gl-attorney__actions,
.gl-consult__actions {
  display: flex;
  gap: 18px;
  margin-top: 48px;
}

.gl-attorney__actions {
  gap: 22px;
  margin-top: 39px;
}

.gl-attorney__button,
.gl-consult__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 66px;
  border-radius: 4px;
  background: #465d8c;
  color: var(--gl-color-white);
  font-size: 17px;
  font-weight: 900;
}

.gl-attorney__button {
  font-size: 18px;
  font-weight: 700;
}

.gl-attorney__button--primary,
.gl-consult__button--primary {
  background: #4168ed;
}

.gl-attorney__button--primary::before,
.gl-consult__button--primary::before {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url("../images/icon_phone.png") center / contain no-repeat;
  content: "";
}

.gl-attorney__button--primary::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_phone_light.png");
}

.gl-attorney__portrait {
  position: relative;
  align-self: stretch;
  min-height: 614px;
}

.gl-attorney__portrait img {
  position: absolute;
  right: 0;
  bottom: -42px;
  width: min(985px, 100%);
  height: 656px;
  max-width: none;
  object-fit: contain;
}

.gl-career {
  min-height: 876px;
  padding: 135px var(--gl-gutter) 92px;
  background: #fff url("../images/bg_career.png") no-repeat top center;
  background-size: auto 700px;
}

.gl-career__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(560px, 1fr);
  gap: 72px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-career__eyebrow,
.gl-subcase__eyebrow {
  color: #282828;
}

.gl-career__title,
.gl-subcase__title {
  margin-top: 20px;
  color: #2c2c2c;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.18;
}

.gl-career__title {
  margin-top: 17px;
  font-weight: 700;
}

.gl-subcase__title {
  margin-top: 22px;
  color: #282828;
  font-size: 48px;
  font-weight: 700;
}

.gl-career__text {
  margin-top: 23px;
  color: #333;
  font-size: 20px;
  line-height: 1.8;
}

.gl-career__certificate {
  width: min(323px, 100%);
  aspect-ratio: 323 / 463;
  height: auto;
  max-width: 100%;
  margin: 130px 0 0;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.gl-career__certificate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gl-career__cards {
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, 330px);
  grid-auto-rows: 327px;
  align-content: start;
  width: max-content;
  max-width: 100%;
  gap: 38px;
  justify-content: start;
}

.gl-career__card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  width: 330px;
  height: 327px;
  padding: 32px;
  border-radius: 12px;
  background: #f0f4fc;
}

.gl-career__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 27px;
  border-radius: 999px;
  background: #fff;
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 500;
}

.gl-career__card-title {
  margin-top: 32px;
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-career__card-text {
  margin-top: 18px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-career__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(93, 112, 255, 0.22));
}

.gl-career__card:nth-child(1) .gl-career__icon {
  width: 125px;
  height: 131px;
}

.gl-career__card:nth-child(2) .gl-career__icon {
  width: 156px;
  height: 135px;
}

.gl-career__card:nth-child(3) .gl-career__icon {
  width: 142px;
  height: 153px;
}

.gl-career__card:nth-child(4) .gl-career__icon {
  width: 136px;
  height: 147px;
}

.gl-subcase {
  min-height: 958px;
  padding: 80px var(--gl-gutter) 136px;
  background: #fff;
}

.gl-subcase__inner {
  width: 100%;
  max-width: 1283px;
  margin: 0 auto;
}

.gl-subcase__heading {
  text-align: center;
}

.gl-subcase__description {
  margin-top: 13px;
  color: #282828;
  font-size: 16px;
}

.gl-subcase__grid {
  display: grid;
  grid-template-columns: repeat(3, 409px);
  column-gap: 28px;
  row-gap: 46px;
  margin-top: 62px;
}

.gl-subcase__card {
  min-width: 0;
  width: 409px;
  height: 255px;
  padding: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gl-subcase__card:hover {
  border-color: #2396e0;
  box-shadow: 0 12px 26px rgba(35, 150, 224, 0.18), 0 0 0 1px #2396e0;
  transform: translateY(-6px);
}

.gl-subcase__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 28px;
  padding: 0 18px;
  border: 1px solid #209be8;
  border-radius: 999px;
  color: #209be8;
  font-size: 13px;
  font-weight: 500;
}

.gl-subcase__card:hover .gl-subcase__badge {
  border-color: #2396e0;
  background: #2396e0;
  color: #fff;
}

.gl-subcase__card-title {
  margin-top: 16px;
  color: #222;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-subcase__text {
  margin-top: 20px;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-subcase__meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  margin-top: 34px;
  color: #777;
  font-size: 16px;
}

.gl-subcase__meta time,
.gl-subcase__meta span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-subcase__meta span {
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  color: #222;
  font-weight: 900;
}

.gl-reserve-hero {
  min-height: 355px;
  padding: 0 var(--gl-gutter);
  background:
    linear-gradient(90deg, rgba(24, 29, 35, 0.72), rgba(24, 29, 35, 0.28)),
    url("../images/bg_reserve_hero.png") center / cover no-repeat;
  color: var(--gl-color-white);
}

.gl-reserve-hero__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: var(--gl-container-max);
  min-height: 355px;
  margin: 0 auto;
  text-align: center;
}

.gl-reserve-hero__title {
  color: var(--gl-color-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 59px;
}

.gl-reserve-hero__text {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.gl-reservation {
  overflow: hidden;
  padding: 116px var(--gl-gutter) 202px;
  background: #f8f8f8 url("../images/bg_reservation.png") no-repeat top center;
  background-size: cover;
}

.gl-reservation__heading {
  text-align: center;
}

.gl-reservation__eyebrow {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.gl-reservation__title {
  margin-top: 22px;
  color: #282828;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.gl-reservation__text {
  margin-top: 13px;
  color: #282828;
  font-size: 16px;
}

.gl-reservation__layout {
  display: grid;
  grid-template-columns: minmax(0, 868px) 376px;
  gap: 42px;
  width: 100%;
  max-width: 1286px;
  margin: 62px auto 0;
}

.gl-reservation__form,
.gl-reservation__online,
.gl-reservation__info {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.06);
}

.gl-reservation__form {
  width: 868px;
  max-width: 100%;
  height: 902px;
  border-radius: 10px;
  padding: 48px 40px;
}

.gl-reservation__form-title,
.gl-reservation__online h3,
.gl-reservation__info h3 {
  color: #282828;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.gl-reservation__form-title {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
}

.gl-reservation__form-text {
  margin-top: 14px;
  color: #282828;
  font-size: 15px;
}

.gl-reservation__field {
  display: block;
  margin-top: 22px;
}

.gl-reservation__form-title + .gl-reservation__form-text + .gl-reservation__field {
  margin-top: 34px;
}

.gl-reservation__field span {
  display: block;
  color: #1d1617;
  font-size: 14px;
  font-weight: 500;
}

.gl-reservation__field em {
  color: #ff1032;
  font-style: normal;
}

.gl-reservation__field input,
.gl-reservation__field select,
.gl-reservation__field textarea {
  width: 100%;
  min-height: 60px;
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  padding: 0 20px;
  color: #2a2a2a;
  font-size: 15px;
}

.gl-reservation__field select {
  appearance: none;
  background: #fff url("../images/btn_arrow_down_black.png") no-repeat right 20px center;
  background-size: 12px 12px;
  padding-right: 52px;
}

.gl-reservation__field textarea {
  height: 163px;
  min-height: 163px;
  padding-top: 18px;
  resize: vertical;
}

.gl-reservation__field input::placeholder,
.gl-reservation__field textarea::placeholder {
  color: #9a9a9a;
}

.gl-reservation__agree {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: #2A2A2A;
  font-size: 16px;
}

.gl-reservation__agree input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  background: #d9d9d9;
  cursor: pointer;
}

.gl-reservation__agree input:checked {
  background: #111a3e;
}

.gl-reservation__agree input:checked::before {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  content: "✓";
}

.gl-reservation__agree a {
  border-bottom: 1px solid currentColor;
  color: #2D74D3;
}

.gl-reservation__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  margin-top: 22px;
  border-radius: 5px;
  background: #0B1332;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.gl-reservation__side {
  display: grid;
  gap: 30px;
  align-content: start;
}

.gl-reservation__online {
  width: 376px;
  max-width: 100%;
  height: 200px;
  border-radius: 10px;
  padding: 35px 35px 30px;
  background: #6555f1;
  color: #fff;
}

.gl-reservation__online h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.gl-reservation__online p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.gl-reservation__online a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  height: 50px;
  margin-top: 28px;
  border-radius: 4px;
  background: #fff;
  color: #6555f1;
  font-size: 18px;
  font-weight: 900;
}

.gl-reservation__online a::before {
  width: 24px;
  height: 24px;
  background: url("../images/icon_reservation_0.png") center / contain no-repeat;
  content: "";
}

.gl-reservation__info {
  width: 376px;
  max-width: 100%;
  min-height: 671px;
  padding: 37px 30px;
}

.gl-reservation__info h3 {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
}

.gl-reservation__info-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0 28px;
  border-bottom: 1px solid #C4C4C4;
  align-items: center;
}

.gl-reservation__info-item:last-child {
  padding: 26px 0;
  border-bottom: 1px solid #C4C4C4;
}

.gl-reservation__info-item strong {
  display: block;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
}

.gl-reservation__info-item:nth-of-type(2) strong {
  font-size: 15px;
}

.gl-reservation__info-item:nth-of-type(2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.gl-reservation__info-item p,
.gl-reservation__info-item a {
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

.gl-reservation__info-item a {
  display: inline-block;
  color: #429BD5;
  font-size: 20px;
  font-weight: 900;
}

.gl-reservation__map-link {
  display: block !important;
  width: min(300px, 100%);
  color: #429BD5 !important;
  text-align: right;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 0 auto;
}

.gl-reservation__address b,
.gl-reservation__address span {
  display: block;
  color: #2c2c2c;
  line-height: 1.5;
}

.gl-reservation__address b {
  font-size: 18px;
  font-weight: 700;
}

.gl-reservation__address span {
  font-size: 15px;
}

.gl-reservation__map-group {
  padding-bottom: 17px;
  border-bottom: 1px solid #C4C4C4;
}

.gl-reservation__info-item:last-child strong {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
}

.gl-reservation__hours {
  margin-top: 8px;
}

.gl-reservation__hours b,
.gl-reservation__hours span {
  display: block;
  color: #2c2c2c;
  line-height: 1.5;
}

.gl-reservation__hours b {
  font-size: 18px;
  font-weight: 700;
}

.gl-reservation__hours span {
  font-size: 15px;
  font-weight: 400;
}

.gl-reservation__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e5f4ff center / 32px 32px no-repeat;
}

.gl-reservation__icon::before {
  content: none;
}

.gl-reservation__icon--phone {
  background-image: url("../images/icon_reservation_1.png");
}

.gl-reservation__icon--pin {
  background-image: url("../images/icon_reservation_2.png");
}

.gl-reservation__icon--time {
  background-image: url("../images/icon_reservation_3.png");
}

.gl-reservation__map {
  position: relative;
  overflow: hidden;
  width: 300px;
  max-width: 100%;
  aspect-ratio: 300 / 165;
  height: auto;
  margin: 12px auto 0;
  background: url("../images/img_reservation.png") center / cover no-repeat;
}

.gl-reservation__map span {
  display: none;
}

.gl-reserve-online {
  min-height: 405px;
  padding: 0 var(--gl-gutter);
  background: url("../images/bg_reserve_online.png") center / cover no-repeat;
  color: #fff;
}

.gl-reserve-online__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 405px;
  margin: 0 auto;
  text-align: center;
}

.gl-reserve-online__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.gl-reserve-online__text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.gl-reserve-online__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 68px;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.gl-consult {
  display: flex;
  align-items: center;
  min-height: 547px;
  padding: 0 var(--gl-gutter);
  background: #303b53 url("../images/bg_process.png") center / cover no-repeat;
  color: var(--gl-color-white);
  text-align: center;
}

.gl-consult__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-consult__title {
  color: var(--gl-color-white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.gl-consult__phone {
  margin-top: 12px;
  color: var(--gl-color-white);
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.gl-consult__time {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.gl-consult__actions {
  gap: 26px;
  justify-content: center;
  margin-top: 42px;
}

.gl-consult__button {
  font-size: 18px;
}

.gl-consult__button--primary::before {
  background-image: url("../images/icon_phone_light.png");
}

.gl-column-hero {
  overflow: hidden;
  background: url("../images/bg_column_hero.png") center / cover no-repeat;
  color: #fff;
}

.gl-column-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(1280px + (var(--gl-gutter) * 2));
  height: 660px;
  min-height: 660px;
  margin: 0 auto;
  padding: 0 var(--gl-gutter);
}

.gl-column-hero__content {
  position: relative;
  z-index: 1;
  width: min(730px, 100%);
}

.gl-column-hero__eyebrow {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 900;
}

.gl-column-hero__title {
  margin-top: 22px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.gl-column-hero__text {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.9;
}

.gl-column-hero__desktop-break {
  display: block;
}

.gl-column-hero__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 20px;
  width: 730px;
  max-width: 100%;
  margin-top: 34px;
  color: #fff;
}

.gl-column-hero__list li {
  position: relative;
  min-height: 24px;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.gl-column-hero__list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon_check.png") center / contain no-repeat;
  content: "";
}

.gl-column-hero__actions {
  display: flex;
  gap: 17px;
  margin-top: 48px;
}

.gl-column-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 65px;
  border-radius: 999px;
  background: #465d8c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.gl-column-hero__button::before {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url("../images/icon_phone_light.png") center / contain no-repeat;
  content: "";
}

.gl-column-hero__button--primary {
  width: 283px;
  background: #4168ed;
}

.gl-column-hero__button:not(.gl-column-hero__button--primary)::before {
  display: none;
}

.gl-column-hero__person {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: min(606px, 31.56vw);
  height: min(647px, 33.7vw);
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
}

.gl-column-list {
  padding: 82px var(--gl-gutter) 176px;
  background: #fff;
}

.gl-column-list__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gl-column-list__breadcrumb,
.gl-column-view__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
}

.gl-column-list__breadcrumb > *,
.gl-column-view__breadcrumb > * {
  min-width: 0;
}

.gl-column-list__breadcrumb strong,
.gl-column-view__breadcrumb strong {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.gl-column-list__home,
.gl-column-view__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gl-column-list__home img,
.gl-column-view__home img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.gl-column-list__separator,
.gl-column-view__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gl-column-list__separator img,
.gl-column-view__separator img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transform: rotate(-90deg);
}

.gl-column-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 66px 30px;
  margin-top: 33px;
}

.gl-column-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gl-column-card:hover {
  border-color: #2ca9ff;
  box-shadow: 0 0 0 1px #2ca9ff;
}

.gl-column-card:hover {
  border-color: #2396e0;
  box-shadow: 0 12px 26px rgba(35, 150, 224, 0.18), 0 0 0 1px #2396e0;
  transform: translateY(-6px);
}

.gl-column-card__link {
  display: block;
  height: 100%;
}

.gl-column-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 404 / 230;
  object-fit: cover;
  background: #eef4fb;
}

.gl-column-card__body {
  padding: 26px;
}

.gl-column-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 28px;
  border: 1px solid #2ea8ff;
  border-radius: 999px;
  color: #2ea8ff;
  font-size: 13px;
  font-weight: 500;
}

.gl-column-card:hover .gl-column-card__badge {
  border-color: #2396e0;
  background: #2396e0;
  color: #fff;
}

.gl-column-card__title {
  margin-top: 16px;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.gl-column-card__text {
  margin-top: 23px;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-column-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #2c2c2c;
  font-size: 15px;
}

.gl-column-card__meta span {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
}

.gl-column-card:hover .gl-column-card__meta span {
  color: #2396e0;
}

.gl-column-list__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 76px;
}

.gl-column-list__page,
.gl-column-list__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f2f4f8;
  color: #666;
  font-size: 14px;
  font-weight: 800;
}

.gl-column-list__page--active {
  background: #111a3e;
  color: #fff;
}

.gl-column-list__next {
  padding: 0 16px;
}

.gl-column-view-hero {
  min-height: 355px;
  padding: 0 var(--gl-gutter);
  background:
    url("../images/bg_column_view_hero.png") center / cover no-repeat;
  color: #fff;
}

.gl-column-view-hero__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 355px;
  text-align: center;
}

.gl-column-view-hero__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.gl-column-view-hero__text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.gl-column-view {
  display: grid;
  grid-template-columns: minmax(0, 826px) 376px;
  column-gap: 78px;
  width: 100%;
  max-width: calc(1280px + (var(--gl-gutter) * 2));
  margin: 0 auto;
  padding: 64px var(--gl-gutter) 132px;
}

.gl-column-view__article {
  min-width: 0;
}

.gl-column-view__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 27px;
  margin-top: 35px;
  border-radius: 999px;
  background: #2ea8ff;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.gl-column-view__title {
  margin-top: 23px;
  color: #161616;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-column-view__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  color: #777;
  font-size: 13px;
}

.gl-column-view__meta time,
.gl-column-view__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gl-column-view__meta time::before,
.gl-column-view__meta span::before {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: currentColor;
  content: "";
}

.gl-column-view__meta time::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gl-column-view__meta span::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gl-column-view__figure {
  margin: 31px 0 0;
  padding-top: 67px;
  border-top: 1px solid #b8b8b8;
}

.gl-column-view__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.gl-column-view__toc {
  padding: 22px 28px;
  background: #f2f4f8;
  color: #2c2c2c;
}

.gl-column-view__toc strong {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 900;
}

.gl-column-view__toc li {
  margin-top: 10px;
  color: #51627a;
  font-size: 14px;
  line-height: 1.7;
}

.gl-column-view__lead {
  margin-top: 28px;
  border-left: 4px solid #24385e;
  padding: 22px 26px;
  background: #f7f8fb;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}

.gl-column-view__section {
  margin-top: 48px;
}

.gl-column-view__section h2 {
  color: #17213c;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.gl-column-view__section p {
  margin-top: 18px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.gl-column-view__image {
  margin: 32px 0 0;
}

.gl-column-view__image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.gl-column-view__image--narrow img {
  max-width: 620px;
  margin: 0 auto;
}

.gl-column-view__postnav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 90px;
  padding: 34px 0 18px;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}

.gl-column-view__postnav-link {
  display: flex;
  min-width: 0;
  color: #2c2c2c;
  flex-direction: column;
  align-items: flex-start;
}

.gl-column-view__postnav-link--next {
  align-items: flex-end;
  text-align: right;
}

.gl-column-view__postnav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 132px;
  height: 50px;
  padding: 0;
  border-radius: 999px;
  background: #f1f1f1;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
}

.gl-column-view__postnav-link--prev .gl-column-view__postnav-button::before,
.gl-column-view__postnav-link--next .gl-column-view__postnav-button::after {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.gl-column-view__postnav-link--prev .gl-column-view__postnav-button::before {
  background-image: url("../images/icon_arrow_left.png");
}

.gl-column-view__postnav-link--next .gl-column-view__postnav-button::after {
  background-image: url("../images/icon_arrow_right.png");
}

.gl-column-view__postnav-link strong {
  display: block;
  max-width: 100%;
  margin-top: 18px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.gl-column-view__postnav-link time {
  display: block;
  margin-top: 12px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
}

.gl-column-related {
  grid-column: 1 / -1;
  margin-top: 78px;
}

.gl-column-related__title {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 800;
}

.gl-column-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 32px;
}

.gl-column-card--compact {
  border-color: #dbdbdb;
  border-radius: 8px;
}

.gl-column-card--compact .gl-column-card__image {
  aspect-ratio: 404 / 230;
}

.gl-column-card--compact .gl-column-card__body {
  padding: 28px;
}

.gl-column-card--compact .gl-column-card__badge {
  width: 71px;
  height: 28px;
  font-size: 13px;
}

.gl-column-card--compact .gl-column-card__title {
  display: -webkit-box;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gl-column-card--compact .gl-column-card__text {
  display: -webkit-box;
  margin-top: 23px;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gl-column-card--compact .gl-column-card__meta {
  margin-top: 18px;
  font-size: 15px;
}

.gl-column-card--compact .gl-column-card__meta span {
  font-size: 14px;
  font-weight: 600;
}

.gl-column-related__grid .gl-column-card:hover {
  border-color: #d9d9d9;
  box-shadow: none;
  transform: none;
}

.gl-column-related__grid .gl-column-card:hover .gl-column-card__badge {
  border-color: #2ea8ff;
  background: transparent;
  color: #2ea8ff;
}

.gl-column-related__grid .gl-column-card:hover .gl-column-card__meta span {
  color: #2c2c2c;
}

.gl-column-sidebar {
  min-width: 0;
}

.gl-column-sidebar__contact,
.gl-column-sidebar__related {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 24px;
  background: #fff;
}

.gl-column-sidebar__contact {
  padding: 32px;
  border-color: #FFF;
  background: #F1F4F8;
}

.gl-column-sidebar__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #c4c4c4;
}

.gl-column-sidebar__profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.gl-column-sidebar__profile strong {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.gl-column-sidebar__profile p {
  margin-top: 10px;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  overflow-wrap: anywhere;
}

.gl-column-sidebar__label {
  margin-top: 56px;
  color: #2c2c2c;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.gl-column-sidebar__phone {
  display: block;
  margin-top: 11px;
  color: #102169;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.gl-column-sidebar__time {
  display: grid;
  gap: 9px;
  margin-top: 36px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.45;
}

.gl-column-sidebar__time-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.gl-column-sidebar__time-row::before {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background: currentColor;
  content: "";
}

.gl-column-sidebar__time-row--phone::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L8.01 9.7a16 16 0 0 0 6.29 6.29l1.27-1.27a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gl-column-sidebar__time-row--urgent {
  color: #162875;
  font-weight: 800;
}

.gl-column-sidebar__time-row--urgent::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gl-column-sidebar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  margin-top: 16px;
  border: 1px solid #aeb8d1;
  border-radius: 4px;
  background: #fff;
  color: #162875;
  font-size: 17px;
  font-weight: 800;
}

.gl-column-sidebar__button--primary {
  margin-top: 23px;
  border-color: #162875;
  background: #162875;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.gl-column-sidebar__related {
  margin-top: 25px;
  padding: 35px 32px 31px;
  border-color: #d4d4d4;
  border-radius: 10px;
  background: transparent;
  color: #2c2c2c;
}

.gl-column-sidebar__related h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
}

.gl-column-sidebar__related a {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 20px 0 0;
  border-bottom: 0;
}

.gl-column-sidebar__related h2 + a {
  padding-top: 30px;
}

.gl-column-sidebar__related img {
  grid-row: span 2;
  width: 78px;
  height: 78px;
  border-radius: 8px;
  object-fit: cover;
}

.gl-column-sidebar__related span {
  display: -webkit-box;
  align-self: end;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gl-column-sidebar__related time {
  display: block;
  grid-column: 2;
  align-self: start;
  margin-top: 4px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  :root {
    --gl-header-height: 86px;
    --gl-gutter: clamp(32px, 5vw, 72px);
  }

  .gl-header__nav-link {
    font-size: 17px;
  }

  .gl-hero__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gl-hero__visual {
    min-height: 520px;
    padding: 88px 70px 68px;
  }

  .gl-hero__image--person {
    right: 32px;
    width: min(43%, 480px);
  }

  .gl-hero__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 20px;
  }

  .gl-hero__quick {
    min-height: 250px;
    max-height: 250px;
    padding: 34px;
  }

  .gl-hero__quick-title {
    font-size: 25px;
  }

  .gl-hero__quick-text {
    font-size: 16px;
  }

  .gl-hero__phone-number {
    font-size: 28px;
  }

  .gl-hero__phone-text {
    font-size: 15px;
  }

  .gl-hero__news-title {
    font-size: 18px;
  }

  .gl-intro__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 16.615vw;
  }

  .gl-intro__cards {
    position: static;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .gl-intro__card {
    min-height: 320px;
  }

  .gl-region__content {
    grid-template-columns: 1fr 1fr;
  }

  .gl-lawyer,
  .gl-lawyer__inner,
  .gl-lawyer__profile {
    min-height: 500px;
  }

  .gl-lawyer__inner {
    grid-template-columns: minmax(340px, 0.86fr) minmax(430px, 1fr);
    gap: 34px;
  }

  .gl-lawyer__title {
    font-size: 38px;
  }

  .gl-lawyer__image {
    right: -8px;
    bottom: -88px;
    width: clamp(430px, 35vw, 500px);
    max-height: none;
  }

  .gl-lawyer__name {
    left: -18px;
    bottom: 104px;
  }

  .gl-cases {
    padding-top: 88px;
    padding-bottom: 74px;
  }

  .gl-cases__list {
    grid-template-columns: repeat(5, 360px);
    padding-bottom: 8px;
  }

  .gl-cases__card {
    min-height: 246px;
  }

  .gl-reasons {
    padding-top: 88px;
    padding-bottom: 93px;
  }

  .gl-reasons__title {
    font-size: 40px;
  }

  .gl-reasons__grid {
    gap: 28px;
  }

  .gl-reasons__figure {
    width: min(100%, 250px);
  }

  .gl-process {
    padding-top: 91px;
    padding-bottom: 100px;
  }

  .gl-process__title {
    font-size: 38px;
  }

  .gl-process__list {
    gap: 18px;
  }

  .gl-process__item {
    min-height: 248px;
    padding: 34px 18px 30px;
  }

  .gl-process__item-title {
    font-size: 20px;
  }

  .gl-footer {
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .gl-footer__top {
    padding-bottom: 46px;
  }

  .gl-footer__body {
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .gl-subhero,
  .gl-subhero__inner {
    min-height: 320px;
  }

  .gl-attorney__inner {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
    min-height: 560px;
  }

  .gl-attorney__portrait {
    min-height: 560px;
  }

  .gl-attorney__portrait img {
    width: min(820px, 100%);
    height: auto;
  }

  .gl-career {
    padding-top: 110px;
  }

  .gl-career__inner {
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
    gap: 52px;
  }

  .gl-subcase__grid {
    gap: 22px;
  }

  .gl-reservation__layout {
    grid-template-columns: minmax(0, 1fr) 376px;
    gap: 32px;
  }

}

@media (max-width: 1024px) {
  .gl-attorney {
    padding: 0;
  }

  .gl-attorney__inner {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 760px;
    padding: 70px var(--gl-gutter) clamp(330px, 48vw, 430px);
    margin-right: 0;
    margin-left: 0;
  }

  .gl-attorney__content {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .gl-attorney__title,
  .gl-attorney__role,
  .gl-attorney__text {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .gl-attorney__text {
    width: 100%;
    max-width: 520px;
  }

  .gl-attorney__actions {
    flex-wrap: wrap;
  }

  .gl-attorney__button {
    width: min(220px, calc(50% - 11px));
    min-width: 0;
  }

  .gl-attorney__portrait {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .gl-attorney__portrait img {
    display: block;
    position: relative;
    bottom: 0;
    width: min(520px, 100%);
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .gl-reservation__layout {
    grid-template-columns: 1fr;
    max-width: 868px;
  }

  .gl-reservation__side {
    grid-template-columns: 1fr;
  }

  .gl-reservation__online,
  .gl-reservation__info {
    width: 100%;
    height: auto;
  }

  .gl-reservation__info {
    grid-column: auto;
    min-height: 0;
  }

  .gl-reservation__map-link,
  .gl-reservation__map {
    width: 100%;
  }
}

@media (max-width: 768px) {
  :root {
    --gl-header-height: 74px;
    --gl-gutter: 24px;
  }

  .gl-header__logo {
    min-width: 0;
  }

  .gl-header__nav {
    display: none;
  }

  .gl-header__reservation {
    width: 96px;
    height: 40px;
    margin-left: auto;
    font-size: 14px;
  }

  .gl-header__menu {
    margin-left: 14px;
  }

  .gl-hero {
    padding-bottom: 72px;
  }

  .gl-hero__grid {
    grid-template-columns: 1fr;
  }

  .gl-hero__visual {
    min-height: 560px;
    padding: 60px 36px 44px;
  }

  .gl-hero__title {
    font-size: 36px;
  }

  .gl-hero__description {
    font-size: 16px;
  }

  .gl-hero__image--person {
    right: -34px;
    width: min(78%, 440px);
  }

  .gl-hero__pager {
    margin-top: 34px;
  }

  .gl-hero__badge {
    min-width: 166px;
    min-height: 46px;
    margin-top: 34px;
    padding: 0 18px;
    font-size: 14px;
  }

  .gl-hero__aside {
    gap: 16px;
  }

  .gl-hero__quick {
    min-height: 220px;
    padding: 28px;
  }

  .gl-hero__quick-icon {
    top: 26px;
    right: 24px;
    transform: scale(0.8);
    transform-origin: top right;
  }

  .gl-hero__quick-title {
    font-size: 23px;
  }

  .gl-hero__quick-text {
    font-size: 15px;
  }

  .gl-hero__contact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gl-hero__phone,
  .gl-hero__news {
    min-height: 92px;
    padding: 0 24px;
  }

  .gl-hero__phone-number {
    font-size: 26px;
  }

  .gl-hero__phone-text {
    display: none;
  }

  .gl-hero__news-title {
    font-size: 17px;
  }

  .gl-section__title {
    font-size: 34px;
  }

  .gl-section__description {
    font-size: 16px;
  }

  .gl-section__heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .gl-intro__title {
    font-size: 34px;
  }

  .gl-intro__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .gl-intro__card {
    min-height: 280px;
    padding: 30px 20px;
  }

  .gl-intro__icon {
    margin-top: 24px;
    font-size: 46px;
  }

  .gl-intro__card-title {
    margin-top: 24px;
    font-size: 24px;
  }

  .gl-region {
    padding-top: 96px;
    padding-bottom: 76px;
  }

  .gl-region__content {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .gl-region__row {
    grid-template-columns: 120px 1fr;
    font-size: 18px;
  }

  .gl-lawyer {
    min-height: 640px;
    background-position: center;
  }

  .gl-lawyer__inner {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 640px;
    padding-top: 72px;
  }

  .gl-lawyer__title {
    margin-top: 24px;
    font-size: 34px;
  }

  .gl-lawyer__button {
    width: 190px;
    height: 54px;
    margin-top: 34px;
    padding: 0 24px 0 28px;
  }

  .gl-lawyer__profile {
    position: absolute;
    inset: auto 0 0;
    min-height: 370px;
  }

  .gl-lawyer__image {
    right: clamp(0px, 4vw, 42px);
    bottom: -58px;
    width: min(390px, 58vw);
    max-height: none;
  }

  .gl-lawyer__name {
    left: 0;
    bottom: 130px;
    font-size: 22px;
  }

  .gl-cases {
    padding-top: 76px;
    padding-bottom: 68px;
  }

  .gl-cases__title {
    font-size: 36px;
  }

  .gl-cases__description {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
  }

  .gl-cases__list {
    grid-template-columns: repeat(5, minmax(300px, 72vw));
  }

  .gl-cases__card {
    min-height: 250px;
  }

  .gl-cases__card--more {
    grid-column: auto;
  }

  .gl-cases__total {
    font-size: 28px;
  }

  .gl-cases__total strong {
    font-size: 34px;
  }

  .gl-reasons {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .gl-reasons__title {
    font-size: 34px;
  }

  .gl-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
  }

  .gl-reasons__figure {
    width: min(100%, 230px);
  }

  .gl-reasons__item-title {
    font-size: 22px;
  }

  .gl-reasons__text {
    font-size: 15px;
  }

  .gl-reasons__cta {
    min-width: 310px;
    min-height: 62px;
    font-size: 20px;
  }

  .gl-process {
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .gl-process__title {
    font-size: 34px;
  }

  .gl-process__description {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .gl-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 52px;
  }

  .gl-process__item:last-child {
    grid-column: 1 / -1;
  }

  .gl-footer {
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .gl-footer__top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 34px;
  }

  .gl-footer__title {
    font-size: 21px;
  }

  .gl-footer__body {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .gl-footer__info {
    padding-top: 0;
  }

  .gl-footer__row {
    justify-content: flex-start;
  }

  .gl-subhero,
  .gl-subhero__inner {
    min-height: 260px;
  }

  .gl-subhero__title {
    font-size: 30px;
  }

  .gl-attorney {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
  }

  .gl-attorney__inner {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 760px;
    padding-top: 70px;
    padding-right: var(--gl-gutter);
    padding-bottom: clamp(330px, 56vw, 430px);
    padding-left: var(--gl-gutter);
    margin-right: 0;
    margin-left: 0;
  }

  .gl-attorney__content {
    position: relative;
    z-index: 1;
    align-self: start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .gl-attorney__title {
    font-size: 40px;
  }

  .gl-attorney__text {
    width: 100%;
    max-width: 520px;
    margin-top: 28px;
  }

  .gl-attorney__title,
  .gl-attorney__role,
  .gl-attorney__text {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .gl-attorney__actions {
    flex-wrap: wrap;
  }

  .gl-attorney__button {
    width: min(220px, calc(50% - 11px));
    min-width: 0;
  }

  .gl-attorney__portrait {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .gl-attorney__portrait img {
    display: block;
    position: relative;
    bottom: 0;
    width: min(520px, 100%);
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .gl-career {
    padding-top: 86px;
    padding-bottom: 78px;
    min-height: auto;
    background-size: auto 520px;
  }

  .gl-career__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gl-career__certificate {
    margin-top: 48px;
  }

  .gl-career__cards {
    grid-template-columns: repeat(2, minmax(0, 330px));
    width: 100%;
    justify-content: center;
    gap: 24px;
  }

  .gl-subcase {
    padding-top: 68px;
    padding-bottom: 104px;
  }

  .gl-subcase__grid {
    grid-template-columns: repeat(2, minmax(0, 409px));
    justify-content: center;
    margin-top: 52px;
  }

  .gl-subcase__card {
    width: 100%;
  }

  .gl-reserve-hero,
  .gl-reserve-hero__inner {
    min-height: 280px;
  }

  .gl-reservation {
    padding-top: 86px;
    padding-bottom: 104px;
  }

  .gl-reservation__title {
    font-size: 38px;
  }

  .gl-reservation__side {
    gap: 24px;
  }

  .gl-reservation__form {
    width: 100%;
    height: auto;
    min-height: 902px;
  }

  .gl-reservation__online {
    min-height: 200px;
  }

  .gl-reservation__info {
    min-height: 0;
  }

  .gl-reserve-online,
  .gl-reserve-online__inner {
    min-height: 340px;
  }

  .gl-consult {
    min-height: 500px;
  }

  .gl-consult__title {
    font-size: 36px;
  }

  .gl-consult__phone {
    font-size: 44px;
  }

}

@media (max-width: 480px) {
  :root {
    --gl-header-height: 66px;
    --gl-gutter: 18px;
  }

  .gl-header__menu {
    margin-left: auto;
    width: 44px;
    height: 44px;
  }

  .gl-hero {
    padding-right: var(--gl-gutter);
    padding-bottom: 64px;
    padding-left: var(--gl-gutter);
  }

  .gl-hero__visual {
    min-height: 520px;
    padding: 44px 24px 32px;
    border-radius: 18px;
  }

  .gl-hero__image--person {
    right: -92px;
    width: 118%;
    max-width: none;
  }

  .gl-hero__title {
    font-size: 29px;
  }

  .gl-hero__description {
    margin-top: 16px;
    font-size: 14px;
  }

  .gl-hero__badge {
    min-width: 148px;
    min-height: 42px;
    margin-top: 28px;
    padding: 0 15px;
    font-size: 13px;
  }

  .gl-hero__aside {
    grid-template-columns: 1fr;
  }

  .gl-hero__quick {
    min-height: 196px;
    border-radius: 18px;
  }

  .gl-hero__contact {
    margin-top: 18px;
  }

  .gl-hero__phone,
  .gl-hero__news {
    padding: 0 18px;
  }

  .gl-hero__phone-icon {
    width: 48px;
    height: 48px;
    margin-right: 14px;
  }

  .gl-hero__phone-number {
    font-size: 23px;
  }

  .gl-hero__news-label {
    min-width: 56px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .gl-hero__news-title {
    margin-left: 10px;
    font-size: 15px;
  }

  .gl-hero__news-controls {
    gap: 8px;
    padding-left: 10px;
  }

  .gl-hero__news-button {
    width: 28px;
    height: 28px;
  }

  .gl-section__eyebrow {
    font-size: 13px;
  }

  .gl-section__title {
    font-size: 28px;
  }

  .gl-section__description {
    font-size: 14px;
  }

  .gl-intro__inner {
    gap: 28px;
  }

  .gl-intro__title {
    font-size: 29px;
  }

  .gl-intro__text {
    font-size: 14px;
  }

  .gl-intro__control {
    gap: 12px;
  }

  .gl-intro__line {
    width: 82px;
  }

  .gl-intro__button {
    width: 34px;
    height: 34px;
  }

  .gl-intro__cards {
    grid-template-columns: 1fr;
  }

  .gl-intro__card {
    min-height: 246px;
  }

  .gl-region {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .gl-region__content {
    gap: 34px;
  }

  .gl-region__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .gl-region__row dd {
    text-align: left;
  }

  .gl-region__text {
    font-size: 15px;
  }

  .gl-region__chip {
    width: calc(50% - 5px);
    height: 40px;
  }

  .gl-lawyer {
    min-height: 590px;
  }

  .gl-lawyer__inner {
    min-height: 590px;
    padding-top: 54px;
  }

  .gl-lawyer__eyebrow {
    font-size: 13px;
  }

  .gl-lawyer__title {
    font-size: 28px;
  }

  .gl-lawyer__button {
    width: 168px;
    height: 50px;
    margin-top: 28px;
    font-size: 15px;
  }

  .gl-lawyer__profile {
    min-height: 315px;
  }

  .gl-lawyer__image {
    right: -36px;
    bottom: -48px;
    width: min(335px, 86vw);
    max-height: none;
  }

  .gl-lawyer__name {
    left: 0;
    bottom: 104px;
    font-size: 19px;
  }

  .gl-cases {
    padding-top: 62px;
    padding-bottom: 56px;
  }

  .gl-cases__eyebrow {
    font-size: 13px;
  }

  .gl-cases__title {
    font-size: 28px;
  }

  .gl-cases__list {
    grid-template-columns: repeat(5, minmax(270px, 82vw));
    gap: 14px;
    margin-top: 36px;
  }

  .gl-cases__card {
    min-height: 230px;
    padding: 22px;
  }

  .gl-cases__badge {
    min-width: 82px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .gl-cases__date {
    font-size: 13px;
  }

  .gl-cases__card-title {
    font-size: 19px;
  }

  .gl-cases__total {
    margin-top: 34px;
    font-size: 23px;
  }

  .gl-cases__total strong {
    font-size: 29px;
  }

  .gl-reasons {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .gl-reasons__eyebrow {
    font-size: 13px;
  }

  .gl-reasons__title {
    font-size: 28px;
  }

  .gl-reasons__description {
    font-size: 14px;
  }

  .gl-reasons__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 42px;
  }

  .gl-reasons__figure {
    width: min(100%, 230px);
  }

  .gl-reasons__item-title {
    margin-top: 24px;
    font-size: 21px;
  }

  .gl-reasons__text {
    margin-top: 14px;
  }

  .gl-reasons__cta {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    margin-top: 42px;
    font-size: 17px;
  }

  .gl-process {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .gl-process__eyebrow {
    font-size: 13px;
  }

  .gl-process__title {
    font-size: 28px;
  }

  .gl-process__description {
    font-size: 14px;
  }

  .gl-process__list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .gl-process__item {
    min-height: 220px;
    padding: 30px 20px 28px;
  }

  .gl-process__item:last-child {
    grid-column: auto;
  }

  .gl-process__number {
    width: 64px;
    height: 64px;
    font-size: 25px;
  }

  .gl-process__item-title {
    margin-top: 24px;
    font-size: 20px;
  }

  .gl-footer {
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .gl-footer__top {
    gap: 18px;
  }

  .gl-footer__copyright,
  .gl-footer__address,
  .gl-footer__row {
    font-size: 13px;
  }

  .gl-footer__title {
    font-size: 18px;
  }

  .gl-footer__logo {
    width: 146px;
  }

  .gl-footer__address {
    margin-top: 28px;
  }

  .gl-subhero,
  .gl-subhero__inner {
    min-height: 220px;
  }

  .gl-subhero__title {
    font-size: 25px;
  }

  .gl-subhero__text {
    font-size: 18px;
  }

  .gl-attorney__inner {
    min-height: 680px;
    padding-top: 54px;
    padding-bottom: 300px;
  }

  .gl-attorney__title {
    line-height: 1.25;
  }

  .gl-attorney__eyebrow,
  .gl-career__eyebrow,
  .gl-subcase__eyebrow {
    font-size: 13px;
  }

  .gl-attorney__title,
  .gl-career__title,
  .gl-subcase__title {
    font-size: 32px;
  }

  .gl-attorney__role {
    font-size: 15px;
  }

  .gl-attorney__text {
    font-size: 14px;
  }

  .gl-attorney__actions,
  .gl-consult__actions {
    flex-direction: column;
    gap: 12px;
  }

  .gl-attorney__button,
  .gl-consult__button {
    width: 100%;
    height: 54px;
    font-size: 15px;
  }

  .gl-attorney__portrait {
    min-height: auto;
    margin-top: 0;
  }

  .gl-attorney__portrait img {
    width: min(360px, 100%);
  }

  .gl-career {
    padding-top: 64px;
    padding-bottom: 58px;
    background-size: auto 420px;
  }

  .gl-career__text {
    margin-top: 22px;
    font-size: 16px;
  }

  .gl-career__cards,
  .gl-subcase__grid {
    grid-template-columns: 1fr;
  }

  .gl-career__cards {
    width: 100%;
  }

  .gl-career__card {
    width: 100%;
    height: 327px;
    padding: 32px;
  }

  .gl-career__card-title {
    margin-top: 32px;
    font-size: 24px;
  }

  .gl-career__icon {
    right: 0;
    bottom: 0;
  }

  .gl-career__card:nth-child(1) .gl-career__icon {
    width: 75px;
    height: 79px;
  }

  .gl-career__card:nth-child(2) .gl-career__icon {
    width: 94px;
    height: 81px;
  }

  .gl-career__card:nth-child(3) .gl-career__icon {
    width: 85px;
    height: 92px;
  }

  .gl-career__card:nth-child(4) .gl-career__icon {
    width: 82px;
    height: 88px;
  }

  .gl-subcase {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .gl-subcase__card {
    width: 100%;
    height: auto;
    min-height: 255px;
    padding: 28px 24px;
  }

  .gl-subcase__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gl-reserve-hero,
  .gl-reserve-hero__inner {
    min-height: 240px;
  }

  .gl-reserve-hero__title {
    font-size: 30px;
  }

  .gl-reserve-hero__text {
    font-size: 14px;
  }

  .gl-reservation {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .gl-reservation__eyebrow {
    font-size: 13px;
  }

  .gl-reservation__title {
    margin-top: 16px;
    font-size: 30px;
  }

  .gl-reservation__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .gl-reservation__layout {
    gap: 24px;
    margin-top: 42px;
  }

  .gl-reservation__form {
    min-height: 0;
    padding: 32px 22px 28px;
  }

  .gl-reservation__form-title,
  .gl-reservation__online h3,
  .gl-reservation__info h3 {
    font-size: 22px;
  }

  .gl-reservation__field {
    margin-top: 22px;
  }

  .gl-reservation__field input,
  .gl-reservation__field select {
    min-height: 52px;
  }

  .gl-reservation__side {
    grid-template-columns: 1fr;
  }

  .gl-reservation__info {
    grid-column: auto;
    min-height: 0;
    padding: 30px 22px 32px;
  }

  .gl-reservation__online {
    min-height: 0;
    height: auto;
    padding: 30px 22px 26px;
  }

  .gl-reservation__info-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .gl-reservation__icon {
    width: 56px;
    height: 56px;
    background-size: 26px 26px;
  }

  .gl-reserve-online,
  .gl-reserve-online__inner {
    min-height: 300px;
  }

  .gl-reserve-online__title {
    font-size: 28px;
  }

  .gl-reserve-online__text {
    font-size: 14px;
  }

  .gl-reserve-online__button {
    width: min(220px, 100%);
    min-width: 0;
    height: 54px;
    font-size: 15px;
  }

  .gl-consult {
    min-height: 440px;
  }

  .gl-consult__title {
    font-size: 26px;
  }

  .gl-consult__phone {
    font-size: 34px;
  }

  .gl-consult__time {
    margin-top: 28px;
    font-size: 15px;
  }

}

@media (max-width: 1440px) {
  .gl-column-hero__inner {
    height: auto;
    min-height: 660px;
  }

  .gl-column-hero__title {
    font-size: 42px;
  }

  .gl-column-hero__person {
    width: min(430px, 31vw);
    height: min(460px, 33vw);
  }

  .gl-column-hero__desktop-break {
    display: none;
  }

  .gl-column-list__grid {
    gap: 42px 24px;
  }

  .gl-column-view {
    grid-template-columns: minmax(0, 700px) minmax(300px, 320px);
    max-width: 1100px;
    column-gap: 44px;
  }
}

@media (max-width: 1024px) {
  .gl-column-hero__inner {
    min-height: 540px;
  }

  .gl-column-hero__content {
    width: min(540px, 58%);
  }

  .gl-column-hero__list {
    gap: 14px 18px;
  }

  .gl-column-hero__list li {
    font-size: 16px;
  }

  .gl-column-hero__actions {
    margin-top: 36px;
  }

  .gl-column-hero__person {
    width: min(300px, 29vw);
    height: min(320px, 31vw);
  }

  .gl-column-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gl-column-view {
    grid-template-columns: 1fr;
    max-width: 860px;
    row-gap: 56px;
  }

  .gl-column-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .gl-column-sidebar__related {
    margin-top: 0;
  }

  .gl-column-related {
    margin-top: 0;
  }

  .gl-column-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .gl-column-card--compact .gl-column-card__body {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .gl-column-hero__inner {
    display: block;
    height: auto;
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 330px;
  }

  .gl-column-hero__content {
    width: 100%;
    max-width: 640px;
  }

  .gl-column-hero__title {
    margin-top: 18px;
    font-size: 34px;
  }

  .gl-column-hero__text {
    max-width: 100%;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .gl-column-hero__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    margin-top: 28px;
  }

  .gl-column-hero__list li {
    font-size: 15px;
    line-height: 1.45;
  }

  .gl-column-hero__actions {
    gap: 12px;
    margin-top: 30px;
  }

  .gl-column-hero__button {
    width: 200px;
    height: 56px;
    font-size: 15px;
  }

  .gl-column-hero__button--primary {
    width: 245px;
  }

  .gl-column-hero__person {
    right: 0;
    bottom: -34px;
    width: min(360px, 55vw);
    height: min(384px, 59vw);
    transform: none;
  }

  .gl-column-list {
    padding-top: 58px;
    padding-bottom: 96px;
  }

  .gl-column-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .gl-column-card__body {
    padding: 22px;
  }

  .gl-column-card__title {
    font-size: 17px;
  }

  .gl-column-card__text {
    font-size: 14px;
  }

  .gl-column-view-hero,
  .gl-column-view-hero__inner {
    min-height: 230px;
  }

  .gl-column-view {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 48px;
    padding-bottom: 92px;
  }

  .gl-column-view__title {
    font-size: 28px;
  }

  .gl-column-view__figure {
    margin-top: 38px;
  }

  .gl-column-view__lead,
  .gl-column-view__section p {
    font-size: 15px;
  }

  .gl-column-view__postnav,
  .gl-column-related__grid {
    grid-template-columns: 1fr;
  }

  .gl-column-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gl-column-sidebar__related {
    margin-top: 0;
  }

  .gl-column-sidebar__contact,
  .gl-column-sidebar__related {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .gl-column-hero__inner {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 300px;
  }

  .gl-column-hero__eyebrow {
    font-size: 13px;
  }

  .gl-column-hero__title {
    margin-top: 18px;
    font-size: 29px;
  }

  .gl-column-hero__text {
    margin-top: 18px;
    line-height: 1.7;
  }

  .gl-column-hero__list {
    grid-template-columns: 1fr;
  }

  .gl-column-hero__actions {
    flex-direction: column;
  }

  .gl-column-hero__button {
    width: 100%;
  }

  .gl-column-hero__button--primary {
    width: 100%;
  }

  .gl-column-hero__person {
    width: min(300px, 82vw);
    height: min(320px, 88vw);
  }

  .gl-column-list__grid {
    grid-template-columns: 1fr;
  }

  .gl-column-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .gl-column-list__pagination {
    flex-wrap: wrap;
    margin-top: 52px;
  }

  .gl-column-view-hero__title {
    font-size: 28px;
  }

  .gl-column-view__title {
    font-size: 24px;
  }

  .gl-column-view {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .gl-column-view__breadcrumb,
  .gl-column-list__breadcrumb {
    gap: 8px;
    font-size: 13px;
  }

  .gl-column-view__figure {
    margin-top: 30px;
    padding-top: 42px;
  }

  .gl-column-view__postnav {
    gap: 26px;
    margin-top: 64px;
  }

  .gl-column-view__postnav-link--next {
    align-items: flex-start;
    text-align: left;
  }

  .gl-column-card--compact .gl-column-card__body {
    padding: 22px;
  }

  .gl-column-sidebar__profile {
    align-items: flex-start;
  }

  .gl-column-sidebar__profile img {
    width: 68px;
    height: 68px;
  }

  .gl-column-sidebar__phone {
    font-size: 28px;
  }

  .gl-column-view__toc {
    padding: 18px;
  }

  .gl-column-view__lead {
    padding: 18px;
  }

  .gl-column-view__section h2,
  .gl-column-related__title {
    font-size: 21px;
  }
}

@media (max-width: 360px) {
  .gl-header__reservation {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gl-hero__image {
    transition: none;
    transform: none;
  }
}
