.gsl-cta-box,
.your-consultant__phone:before,
.gsl-contacts__contact a,
.foreign_law_services .gsl-button,
.foreign-law__color--bg  {
background: var(--color-foreign-law) !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 {
max-width: 400px;
}
.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;
justify-content: space-between;
}
.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;
}
.foreign_law_services__item-top h3 {
text-align: center;
}
.foreign_law_services .gsl-button {
width: auto;
padding: 1rem 2rem;
}
.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;
margin-bottom: 20px !important;
}
.single-foreign-law__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;
}
.wrapper--column-2 .gsl-cta-box__block_text span{
font-size: 21px !important;
}
.single-foreign-law__video {
border-radius: 20px;
overflow: hidden;
}
.single-foreign-law__video,
.single-foreign-law__presentation  {
flex: 1 1 0;
}
.single-foreign-law__presentation {
min-width:  calc((100% - 20px) / 2);
width: 0;
position: relative;
}
.single-foreign-law__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(.77,0,.18,1), 
opacity 0.3s cubic-bezier(.77,0,.18,1), 
filter 0.5s cubic-bezier(.77,0,.18,1),
border-radius 0.6s cubic-bezier(.77,0,.18,1);
transform-origin: top right;
opacity: 1;
filter: blur(0px);
border-radius: 16px;
}
.single-foreign-law__presentation-tooltip.active {
transform: scale(0.6) translateY(30px) rotateZ(-8deg);
opacity: 0;
filter: blur(8px);
border-radius: 48px;
pointer-events: none;
}
.single-foreign-law__presentation .mySwiper-swiper_1{
height: 100%;
}
.single-foreign-law__video div,
.single-foreign-law__video video {
width: 100% !important;
height: 100%!important;
}
.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;
}
.single-foreign-law__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;
}
.single-foreign-law__section {
display: flex;
flex-direction: column;
gap: var(--spacing-element);
}
.single-foreign-law__benefit-column {
display: flex;
flex-direction: column;
gap: var(--spacing-element);
}
h3.single-foreign-law__benefit-column-title {
padding-top: 15px;
text-align: center;
}
.single-foreign-law__difficulties-note {
color: var(--color-text-hide);
text-align: center;
}
.single-foreign-law__steps-wrapper {
display: flex;
gap: var(--spacing-element);
}
.foreign_law_services__item-left {
display: flex;
flex-direction: column;
gap: var(--spacing-element-child);
}
.single-foreign-law__examples .mySwiper{
height: 100%;
}
.swiper-zoom-container {
background: white;
}
@media (max-width: 1200px) {
.gsl-layout-sider__content-container {
max-width: 100%;
}
}
@media (max-width: 768px) {
.single-foreign-law__video-section {
flex-direction: column;
max-height: 100%;
max-width: 100%;
aspect-ratio: auto;
}
.single-foreign-law__video, .single-foreign-law__presentation {
flex: none;
display: flex;
max-width: 100%;
width: 100%;
}
.single-foreign-law__steps-wrapper {
flex-direction: column;
align-items: flex-start;
}
.gsl-post-header__container {
flex-direction: column;
}
.gsl-post-header__content {
width: 100%;
}
.gsl-post-header__img {
display: flex;
justify-content: center;
max-width: 100%;
}
.gsl-post-header__img img {
max-width: 320px;
}
.mySwiper {
height: auto !important;
}
.single-foreign-law__presentation .mySwiper .swiper-slide {
height: 100%;
}
.single-foreign-law__presentation .mySwiper img,
.single-foreign-law__presentation .mySwiper .swiper-zoom-container {
height: auto;
}
.single-foreign-law__presentation .mySwiper .swiper-slide {
height: fit-content;
}
.foreign_law_services__item {
flex-direction: column-reverse;
}
.foreign_law_services_cover {
width: 100%;
}
}