.gsl-cta-box,
.your-consultant__phone:before,
.gsl-contacts__contact a,
.foreign_law_services .gsl-button,
.foreign-law__color--bg {
  background: var(--consultant-accent, var(--color-foreign-law, #006cbb)) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black !important;
  margin: 0;
  padding-top: 0;
}

main ul {
  margin-left: 1rem;
}
main ul li {
  list-style: initial;
}

.gsl-post-header__img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.gsl-post-header__img img {
  height: 100%;
}

.foreign_law_team_persons .your-consultant {
  height: 100%;
}

.foreign_law_benefits h2,
.foreign_law_services__item h2 {
  text-align: center;
}
.your-consultant__meta__descr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foreign_law_services__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element);
  align-items: stretch;
}
.foreign_law_services__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foreign_law_services__item h2 {
  text-transform: uppercase;
}

h2.white-rounded-box {
  text-align: center;
  padding: 1rem;
}
h3.white-rounded-box {
  text-align: center;
  padding: 0.75rem;
}

@keyframes gsl-skeleton-shimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.foreign_law_services__item-top h3 {
  text-align: center;
}

.foreign_law_services .gsl-button {
  width: fit-content;
  padding: 1rem 2rem;
}
.foreign_law_services .wrapper--column-2 {
  align-items: stretch;
}
.foreign_law_services .wrapper--column-2 > * {
  flex: 0 1 calc((100% - var(--spacing-element)) / 2);
  max-width: calc((100% - var(--spacing-element)) / 2);
}
.foreign_law_services .wrapper--column-2 > .foreign_law_services__item--wide {
  flex: 0 0 100%;
  max-width: 100%;
}
.foreign_law_services__item-left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-child);
  align-items: flex-start;
  text-align: left;
  min-width: 0;
  height: 100%;
  justify-content: space-between;
}
.foreign_law_services__item-left .foreign_law_services__item-left-top h3 {
  margin: 0;
  width: 100%;
}
.foreign_law_services__item-left .foreign_law_services__item-left-top p {
  margin: 0;
  overflow-wrap: anywhere;
}
.foreign_law_services__item-left .gsl-button {
  align-self: flex-start;
}
.foreign_law_services__item-left-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-child);
}
.foreign_law_services_cover {
  width: 100%;
  max-width: 33%;
  min-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  justify-self: center;
  align-self: center;
  order: -1;
}

@media (min-width: 1200px) {
  .foreign_law_services__item {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: var(--spacing-element);
  }
  .foreign_law_services__item--wide {
    grid-template-columns: 3fr 1fr;
  }
  .foreign_law_services_cover {
    justify-self: end;
    align-self: center;
    order: initial;
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .foreign_law_services_cover {
    max-width: 60%;
    min-width: 0;
  }
}

.render_consultant {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.render_consultant .list-column {
  display: flex;
  justify-content: center;
}
.wrapper--column-2 .gsl-cta-box {
  border-radius: 25px !important;
  font-size: 18px !important;
  color: #fff !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  text-align: center !important;
  padding: 20px 25px !important;
}
.wrapper--column-2 .gsl-cta-box__block {
  flex-basis: 100% !important;
}

.flexible-content__video-section {
  width: 100%;
  display: flex;
  gap: 20px;
  aspect-ratio: 32 / 9;
  height: auto;
  max-width: 100vw;
  max-height: min(400px, calc(100vw * 9 / 32));
  align-items: stretch;
}
.flexible-content__video-section:not(
    .flexible-content__video-section--with-text
  ):not(.flexible-content__video-section--with-presentation) {
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  aspect-ratio: auto;
  max-height: min(520px, 70vh);
}
.flexible-content__video-section--with-text {
  aspect-ratio: auto;
  max-height: none;
}
.flexible-content__video-text {
  flex: 1 1 0;
  min-width: calc((100% - 20px) / 2);
  display: flex;
}
.flexible-content__video-text .text-block {
  width: 100%;
}
.flexible-content__text-block--video {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flexible-content__jurisdictions .wrapper--wrap-center {
  column-gap: var(--spacing-element);
  row-gap: 10px;
}
.wrapper--column-2 .gsl-cta-box__block_text span {
  font-size: 21px !important;
}
.flexible-content__video {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: #fff;
  box-sizing: border-box;
  max-width: min(960px, 90vw);
  width: 100%;
  height: auto;
  max-height: 100%;
}
.flexible-content__video,
.flexible-content__presentation {
  flex: 1 1 0;
}

.flexible-content__presentation {
  min-width: calc((100% - 20px) / 2);
  width: 0;
  position: relative;
}
.flexible-content__presentation-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: black;
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.11);
  transition-delay: 0s, 0.14s, 0s, 0s;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.3s cubic-bezier(0.77, 0, 0.18, 1),
    filter 0.5s cubic-bezier(0.77, 0, 0.18, 1),
    border-radius 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transform-origin: top right;
  opacity: 1;
  filter: blur(0px);
  border-radius: 16px;
}

.flexible-content__presentation-tooltip.active {
  transform: scale(0.6) translateY(30px) rotateZ(-8deg);
  opacity: 0;
  filter: blur(8px);
  border-radius: 48px;
  pointer-events: none;
}
.flexible-content__presentation .mySwiper-swiper_1 {
  height: 100%;
}

.flexible-content__video div,
.flexible-content__video video {
  width: 100% !important;
  height: auto !important;
  max-height: 100%;
  background: white;
}
.flexible-content__video .wp-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  line-height: 0;
}
.flexible-content__video video {
  display: block;
  max-height: min(500px, 60vh);
  object-fit: contain;
}

.swiper-pagination-bullet {
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-foreign-law) !important;
}

.foreign-law-single .gsl-post-header__img {
  max-width: 300px;
}

.flexible-content .gsl-post-header__content.w65 {
  width: 100%;
}

.flexible-content__example {
  min-width: 100%;
  width: 0;
}
.gsl-layout-sider__content-container {
  width: 100%;
  max-width: 100%;
}
.gsl-cta-box__right-wrapper {
  max-width: 100%;
  width: 100%;
}
.gsl-cta-box__left-wrapper {
  max-width: 100%;
  gap: 0;
}
.white-rounded-box.your-consultant {
  height: 100%;
}
.gsl-cta-box__block_checkbox {
  max-width: 100%;
}
.gsl-cta-box {
  gap: 25px;
}
.consultant_card {
  justify-content: center;
}
input[type="submit"] {
  cursor: pointer;
}
.flexible-content__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element);
}
.flexible-content__benefit-column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element);
  height: 100%;
}
.flexible-content__info-columns-grid {
  display: grid;
  gap: var(--spacing-element);
  align-items: stretch;
}
.gsl-post-header__container {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.flexible-content .gsl-post-header__content.w65 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 280px;
}
.gsl-post-header__img {
  display: flex;
  align-items: stretch;
  flex: 0 1 33%;
  max-width: 100%;
}
@media (max-width: 1001px) {
  .gsl-post-header__container {
    flex-direction: column;
  }
  .gsl-post-header__img {
    flex: 0 1 100%;
    justify-content: center;
  }
  .gsl-post-header__img img {
    width: 35%;
  }
  .gsl-post-header__content.w65 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flexible-content__info-columns-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flexible-content__info-columns-grid > *:only-child {
    grid-column: 1 / -1;
  }
}
.flexible-content__benefit-column > .benefit-editor:last-of-type {
  flex-grow: 1;
}
.flexible-content__benefit-column .benefit-editor__list {
  margin: 0;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-child-x2);
}
.flexible-content__benefit-column .benefit-editor__list li {
  list-style: disc;
}
h3.flexible-content__benefit-column-title {
  padding-top: 15px;
  text-align: center;
}
.flexible-content__difficulties-note {
  color: var(--color-text-hide);
  text-align: center;
}
.flexible-content__steps-wrapper {
  display: flex;
  gap: var(--spacing-element);
}
.foreign_law_services__item-left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-child);
  align-items: flex-start;
  text-align: left;
  min-width: 0;
}
.flexible-content__examples-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element);
}
.flexible-content__examples-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-element-child);
}
.flexible-content__examples-item-title {
  margin: 0;
  text-align: center;
}
.flexible-content__examples .mySwiper:not(.swiper--fixed-height) {
  height: 100%;
}
.flexible-content__examples .swiper[data-gsl-ready="0"] {
  opacity: 0;
  pointer-events: none;
}
.flexible-content__examples .swiper[data-gsl-ready="1"] {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.flexible-content__examples .swiper-pagination {
  display: none;
}
.flexible-content__examples .swiper-slide--with-open {
  position: relative;
}
.flexible-content__examples .swiper-slide__open {
  position: absolute;
  top: calc(50% - 18px);
  right: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 3;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0px 5.86715px 11.7343px rgba(0, 0, 0, 0.219608);
}
.swiper-slide__open-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20px !important;
  height: 20px !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
}

.flexible-content__examples .swiper-slide__open:hover,
.flexible-content__examples .swiper-slide__open:focus {
  background: #e2e2e2;
  transform: scale(1.05);
}

#gsl_contacts_container {
  background: linear-gradient(
    140deg,
    var(--color-foreign-law) 25%,
    var(--color-foreign-law) 65%
  );
}
.gsl-contacts-container .contacts-link:before {
  background: var(--color-foreign-law);
}
.gsl-contacts-container .contacts-link:after {
  border-top-color: var(--color-foreign-law);
}
.gsl-post-header__content-actions .gsl-button {
  background: var(--color-foreign-law);
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}

@media (max-width: 1200px) {
  .gsl-layout-sider__content-container {
    max-width: 100%;
  }
  .foreign_law_services__item-left-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .foreign_law_services .gsl-button {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .flexible-content__steps-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .foreign_law_services .gsl-button {
    width: 100%;
  }
  .flexible-content__video-section--with-text {
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }
  .flexible-content__video-section--with-text
    .flexible-content__video,
  .flexible-content__video-section--with-text
    .flexible-content__presentation,
  .flexible-content__video-section--with-text
    .flexible-content__video-text {
    flex: none;
    display: flex;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flexible-content__video-section {
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }
  h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  h4 {
    font-size: 18px;
    line-height: 1.35;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  h6 {
    font-size: 15px;
    line-height: 1.45;
  }
  .flexible-content__video,
  .flexible-content__presentation,
  .flexible-content__video-text {
    flex: none;
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  .foreign_law_services .wrapper--column-2 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .foreign_law_services__item {
    gap: var(--spacing-element-child);
  }
  .foreign_law_services__item-left {
    align-items: flex-start;
  }
  .foreign_law_services_cover {
    max-width: 75%;
    min-width: 0;
  }

  .gsl-post-header__container {
    flex-direction: column;
  }
  .gsl-post-header__content {
    flex: none !important;
  }
  .gsl-post-header__img {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .gsl-post-header__img img {
    max-width: 250px;
    width: 100%;
  }
  .mySwiper {
    height: auto !important;
  }
  .flexible-content__presentation .mySwiper .swiper-slide {
    height: 100%;
  }
  .flexible-content__presentation .mySwiper img,
  .flexible-content__presentation .mySwiper .swiper-zoom-container {
    height: auto;
    width: 100%;
  }
  .flexible-content__presentation .mySwiper .swiper-slide {
    height: fit-content;
  }
  .flexible-content__presentation .mySwiper .swiper-zoom-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .flexible-content__examples .mySwiper {
    position: relative;
  }
  .flexible-content__examples .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
    pointer-events: auto;
    width: auto;
  }
  .flexible-content__examples .swiper-pagination.swiper-pagination-disabled {
    display: none;
  }
  .flexible-content__examples .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.35) !important;
    opacity: 1 !important;
  }
  .flexible-content__examples
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-foreign-law) !important;
  }
  .flexible-content__examples .swiper-button-disabled {
    display: none;
  }
}

.flexible-content__presentation .swiper[data-gsl-ready="0"] {
  position: relative;
  pointer-events: none;
}
.flexible-content__presentation .swiper[data-gsl-ready="0"]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(237, 237, 237, 0.95) 50%,
    rgba(220, 224, 231, 0.75) 100%
  );
  background-size: 200% 100%;
  animation: gsl-skeleton-shimmer 1.3s linear infinite;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
.flexible-content__presentation .swiper[data-gsl-ready="0"] .swiper-wrapper {
  opacity: 0;
}
.flexible-content__presentation .swiper[data-gsl-ready="1"] {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  pointer-events: auto;
}
.flexible-content__presentation .swiper[data-gsl-ready="1"] .swiper-wrapper {
  opacity: 1;
}
.flexible-content__presentation .swiper[data-gsl-ready="1"]::before {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 420px) {
  .gsl-post-header__content-actions .gsl-button {
    width: 100%;
  }
}
