.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;
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;
}
h2.flexible-content__section-title {
padding-bottom: 18px;
}
.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%;
}
}.facts-cards__description {
margin-bottom: 1.5rem;
padding: 1.5rem;
}
.facts-cards__description > :first-child {
margin-top: 0;
}
.facts-cards__description > :last-child {
margin-bottom: 0;
}
.facts-card__row {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(calc(100% - 1rem), 1fr));
gap: 1rem;
width: 100%;
}
.facts-card__row > .facts-card > p {
margin: 0;
}
.facts-card__row > .facts-card > img {
width: 100%;
height: 200px;
-o-object-fit: contain;
object-fit: contain;
margin: 1rem 0;
}
.facts-card {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
color: inherit;
border: 2px solid transparent;
transition:
box-shadow 0.2s ease,
transform 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease;
}
.facts-card--link:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
border-color: var(--facts-accent, transparent);
background: color-mix(in srgb, var(--facts-accent, transparent) 6%, #ffffff);
}
.facts-card--link:visited {
color: inherit;
}
.facts-card > b {
font-size: 48px;
}
.facts-card > span {
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1rem 0;
}
.facts-card > p {
margin: 0;
}
.facts-card > img {
width: 100%;
height: 200px;
-o-object-fit: contain;
object-fit: contain;
margin: 1rem 0;
}
.facts-card__corner-icon {
position: absolute;
top: 12px;
right: 12px;
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.04);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--facts-accent);
}
.facts-card__cta {
position: absolute;
inset: 0;
opacity: 0;
}
.facts-card__cta:visited {
color: var(--facts-accent);
}
.facts-card__cta svg {
width: 16px;
height: 16px;
}
@media (min-width: 620px) {
.facts-card__row {
grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}
@media (min-width: 920px) {
.facts-card:hover {
box-shadow: 1px 1px 10px #00000050;
}
.facts-card__row {
grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 1rem), 1fr));
}
}
@media (hover: none), (pointer: coarse) {
.facts-card--link:hover {
transform: none;
box-shadow: none;
border-color: transparent;
background: transparent;
}
.facts-card__cta:hover {
text-decoration: none;
}
}h2.box-accordion__title {
margin: 0;
font-size: 28px;
font-weight: 700;
color: #0f172a;
padding: 26px 0 40px 20px;
}
.box-accordion__toggle {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 0;
border: 0;
background: transparent;
color: inherit;
font: inherit;
text-align: left;
cursor: default;
}
.box-accordion__title-text {
display: inline-flex;
align-items: center;
gap: 8px;
white-space: normal;
word-break: break-word;
hyphens: auto;
cursor: default;
}
.box-accordion__icon {
width: 12px;
height: 12px;
display: none;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
transition: transform 0.2s ease;
flex: 0 0 auto;
opacity: 0.8;
}
.box-accordion__content {
display: flex;
flex-direction: column;
gap: 16px;
background: white;
border-radius: 25px;
padding: 20px;
overflow: hidden;
}
@media (max-width: 640px) {
.box-accordion__title {
font-size: 20px;
}
}
@media (max-width: 1024px) {
.box-accordion__toggle {
cursor: pointer;
}
.box-accordion__title-text {
cursor: pointer;
}
.box-accordion:not(.is-accordion-open) .box-accordion__content {
display: none;
}
.box-accordion__icon {
display: block;
}
.box-accordion.is-accordion-open .box-accordion__icon {
transform: rotate(-135deg);
}
h2.box-accordion__title {
padding: 10px;
}
}.tabbed-posts__tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.tabbed-posts__dep-vacancies {
--tabbed-accent: var(--color-vacancies);
}
.tabbed-posts__dep-offshore {
--tabbed-accent: var(--color-offshore);
}
.tabbed-posts__dep-audit {
--tabbed-accent: var(--color-audit);
}
.tabbed-posts__dep-taxes {
--tabbed-accent: var(--color-taxes);
}
.tabbed-posts__dep-law {
--tabbed-accent: var(--color-law);
}
.tabbed-posts__dep-conferences {
--tabbed-accent: var(--color-conferences);
}
.tabbed-posts__dep-translations {
--tabbed-accent: var(--color-translations);
}
.tabbed-posts__dep-it {
--tabbed-accent: var(--color-it);
}
.tabbed-posts__dep-foreign-law {
--tabbed-accent: var(--color-foreign-law);
}
.tabbed-posts__dep-partners {
--tabbed-accent: var(--color-partners);
}
.tabbed-posts__dep-side-pravo {
--tabbed-accent: var(--color-side-pravo);
}
.tabbed-posts__dep-rus-pravo {
--tabbed-accent: var(--color-rus-pravo);
}
.tabbed-posts__dep-side-nalog {
--tabbed-accent: var(--color-side-nalog);
}
.tabbed-posts__dep-russ-nalog {
--tabbed-accent: var(--color-russ-nalog);
}
.tabbed-posts__dep-button {
--tabbed-accent: var(--color-button);
}
.tabbed-posts__tab--color-vacancies,
.tabbed-posts__item--color-vacancies {
--tabbed-accent: var(--color-vacancies);
}
.tabbed-posts__tab--color-offshore,
.tabbed-posts__item--color-offshore {
--tabbed-accent: var(--color-offshore);
}
.tabbed-posts__tab--color-audit,
.tabbed-posts__item--color-audit {
--tabbed-accent: var(--color-audit);
}
.tabbed-posts__tab--color-taxes,
.tabbed-posts__item--color-taxes {
--tabbed-accent: var(--color-taxes);
}
.tabbed-posts__tab--color-law,
.tabbed-posts__item--color-law {
--tabbed-accent: var(--color-law);
}
.tabbed-posts__tab--color-conferences,
.tabbed-posts__item--color-conferences {
--tabbed-accent: var(--color-conferences);
}
.tabbed-posts__tab--color-translations,
.tabbed-posts__item--color-translations {
--tabbed-accent: var(--color-translations);
}
.tabbed-posts__tab--color-it,
.tabbed-posts__item--color-it {
--tabbed-accent: var(--color-it);
}
.tabbed-posts__tab--color-foreign-law,
.tabbed-posts__item--color-foreign-law {
--tabbed-accent: var(--color-foreign-law);
}
.tabbed-posts__tab--color-partners,
.tabbed-posts__item--color-partners {
--tabbed-accent: var(--color-partners);
}
.tabbed-posts__tab--color-side-pravo,
.tabbed-posts__item--color-side-pravo {
--tabbed-accent: var(--color-side-pravo);
}
.tabbed-posts__tab--color-rus-pravo,
.tabbed-posts__item--color-rus-pravo {
--tabbed-accent: var(--color-rus-pravo);
}
.tabbed-posts__tab--color-side-nalog,
.tabbed-posts__item--color-side-nalog {
--tabbed-accent: var(--color-side-nalog);
}
.tabbed-posts__tab--color-russ-nalog,
.tabbed-posts__item--color-russ-nalog {
--tabbed-accent: var(--color-russ-nalog);
}
.tabbed-posts__tab--color-button,
.tabbed-posts__item--color-button {
--tabbed-accent: var(--color-button);
}
.tabbed-posts__tab {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid var(--tabbed-accent, #026cbc);
border-radius: 14px;
padding: 8px 14px;
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 12%, #ffffff);
color: #1f2933;
font-weight: 600;
cursor: pointer;
transition:
background-color 0.2s ease,
color 0.2s ease,
border-color 0.2s ease,
box-shadow 0.2s ease;
}
.tabbed-posts__tab.is-active {
background: var(--tabbed-accent, #026cbc);
color: #ffffff;
border-color: var(--tabbed-accent, #026cbc);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.tabbed-posts__tab-label {
display: inline-flex;
align-items: center;
gap: 6px;
text-wrap: auto;
text-align: left;
}
.tabbed-posts__tab-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 20px;
height: 20px;
padding: 0 6px;
border-radius: 10px;
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 16%, #ffffff);
color: #0f172a;
font-size: 12px;
font-weight: 700;
line-height: 1;
border: 1px solid var(--tabbed-accent);
}
.tabbed-posts__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 16px;
}
.tabbed-posts__image {
position: relative;
padding-top: 55%;
background: #f1f5f9;
}
.tabbed-posts__image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.tabbed-posts__item {
display: flex;
flex-direction: column;
gap: 10px;
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 4%, #ffffff);
border: 2px solid
color-mix(in srgb, var(--tabbed-accent, #026cbc) 18%, #e6ebf2);
border-radius: 16px;
text-decoration: none;
color: #0f172a;
overflow: hidden;
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease;
position: relative;
aspect-ratio: 1;
}
.tabbed-posts__item:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
border-color: var(--tabbed-accent, #026cbc);
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 6%, #ffffff);
}
.tabbed-posts__body {
padding: 0 14px 14px;
display: flex;
flex-direction: column;
gap: 6px;
position: relative;
}
.tabbed-posts__item-title {
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #0f172a;
text-align: left;
word-break: break-word;
hyphens: auto;
}
.tabbed-posts__item-desc {
font-size: 14px;
line-height: 1.5;
color: #4b5563;
}
.tabbed-posts__item.is-hidden {
display: none;
}
.tabbed-posts__footer {
display: flex;
justify-content: center;
padding-top: 8px;
}
@media (max-width: 640px) {
.tabbed-posts__grid {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.tabbed-posts__item {
aspect-ratio: auto;
}
.tabbed-posts__item--cta.openWorkPopup {
aspect-ratio: 4 / 3;
}
}
@media (max-width: 480px) {
.tabbed-posts__grid {
grid-template-columns: 1fr;
}
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__grid {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 12px;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__item {
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 4%, #ffffff);
border: 2px solid
color-mix(in srgb, var(--tabbed-accent, #026cbc) 18%, #e6ebf2);
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
gap: 0;
color: #0f172a;
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__item:hover {
transform: translateY(-2px);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
border-color: var(--tabbed-accent, #026cbc);
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 6%, #ffffff);
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__image {
padding-top: 50%;
background: #ffffff;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__image img {
object-fit: cover;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__body {
padding: 12px 10px 14px;
align-items: center;
justify-content: center;
flex: 1;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__item-title {
color: #0f172a;
text-align: center;
}
.tabbed-posts.tabbed-posts--style-vacancies
.tabbed-posts__item:not(.tabbed-posts__item--no-image)
.tabbed-posts__body {
align-items: flex-start;
}
.tabbed-posts.tabbed-posts--style-vacancies
.tabbed-posts__item:not(.tabbed-posts__item--no-image)
.tabbed-posts__item-title {
text-align: left;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__item-desc {
display: none;
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__footer {
margin-top: 4px;
}
.tabbed-posts__item--cta {
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
gap: 12px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--tabbed-accent, #026cbc) 30%, #ffffff 0%) 0%,
color-mix(in srgb, var(--tabbed-accent, #026cbc) 18%, #ffffff 20%) 35%,
color-mix(in srgb, var(--tabbed-accent, #026cbc) 10%, #ffffff 40%) 70%,
#ffffff 100%
);
border-color: color-mix(in srgb, var(--tabbed-accent, #026cbc) 30%, #e6ebf2);
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.tabbed-posts__cta-image {
width: 130px;
display: flex;
align-items: center;
justify-content: center;
}
.tabbed-posts__cta-image img {
max-width: 100%;
max-height: 100%;
}
.tabbed-posts__item--no-image .tabbed-posts__body {
padding: 10px;
margin: 0;
min-height: 140px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tabbed-posts__item--no-image .tabbed-posts__item-title {
text-align: center;
}
@media (hover: none), (pointer: coarse) {
.tabbed-posts__item:hover {
transform: none;
box-shadow: none;
border-color: color-mix(
in srgb,
var(--tabbed-accent, #026cbc) 18%,
#e6ebf2
);
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 4%, #ffffff);
}
.tabbed-posts.tabbed-posts--style-vacancies .tabbed-posts__item:hover {
transform: none;
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
border-color: color-mix(
in srgb,
var(--tabbed-accent, #026cbc) 18%,
#e6ebf2
);
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 4%, #ffffff);
}
}
@media (max-width: 767px) {
.tabbed-posts__tabs {
flex-wrap: nowrap;
overflow: auto;
padding-bottom: 10px;
scrollbar-width: thin;
}
.tabbed-posts__tab-label {
text-wrap: nowrap;
}
}.gsl-modal[hidden] {
display: none;
}
.gsl-modal {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
}
.gsl-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
filter: blur(6px);
}
.gsl-modal__dialog {
position: relative;
width: calc(100% - 32px);
max-width: 720px;
max-height: 80vh;
padding: 20px;
display: flex;
flex-direction: column;
gap: 16px;
z-index: 1;
}
.gsl-modal__header {
display: flex;
align-items: center;
gap: 12px 16px;
}
.gsl-modal__title {
margin: 0;
font-size: 20px;
font-weight: 700;
color: #0f172a;
flex: 1 1 auto;
min-width: 0;
}
.gsl-modal__close {
font-size: 28px;
border-radius: 10px;
height: 45px;
width: 45px;
background: 0 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
transition: all .3s ease-in-out;
line-height: 0;
color:#0f172ab6;
}
.gsl-modal__content {
font-size: 15px;
color: #1f2937;
line-height: 1.6;
overflow: auto;
max-height: min(70vh, 520px);
position: relative;
}
.gsl-modal .popup-content {
background: transparent;
padding: 0;
max-width: none;
border-radius: 0;
}
.gsl-modal__content p:first-child {
margin-top: 0;
}
.gsl-modal__content p:last-child {
margin-bottom: 0;
}
body.gsl-modal-open {
overflow: hidden;
}
.gsl-modal__content::after {
content: '';
position: sticky;
left: 0;
right: 0;
bottom: 0;
height: 32px;
display: block;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
opacity: 0;
transition: opacity 0.2s ease;
}
.gsl-modal__dialog.is-scrollable .gsl-modal__content::after {
opacity: 1;
}
.gsl-modal__dialog.is-at-bottom .gsl-modal__content::after {
opacity: 0;
}
@media (min-width:992px) {
.gsl-modal__close:hover {
background-color: #e4e7ec
} 
}.employees-grid {
display: flex;
flex-direction: column;
gap: 18px;
}
.employees-grid__block {
display: flex;
flex-direction: column;
gap: 14px;
}
.employees-grid__faces {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
gap: 16px;
row-gap: 28px;
}
.employees-grid__face {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.08);
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
display: block;
background: #f8fafc;
position: relative;
transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}
.employees-grid__face::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.08) 100%);
opacity: 0;
transition: opacity 0.25s ease;
}
.employees-grid__face.is-updating {
opacity: 0.4;
}
.employees-grid__face:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.employees-grid__face:hover::after {
opacity: 1;
}
.employees-grid__face-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(1);
}
.employees-grid__more {
display: flex;
justify-content: flex-start;
}
.employees-grid__more-button {
max-width: 240px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
position: relative;
padding-left: 18px;
padding-right: 18px;
}
.employees-grid__more-button.is-loading {
pointer-events: none;
}
.employees-grid__spinner {
display: none;
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.8);
border-top-color: rgba(255, 255, 255, 0.2);
animation: employees-grid-spin 0.8s linear infinite;
}
.employees-grid__ages {
min-height: 80px;
}
@keyframes employees-grid-spin {
to {
transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.employees-grid__faces {
grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
row-gap: 18px;
}
}
@media (max-width: 600px) {
.employees-grid__faces {
grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
row-gap: 16px;
}
}
@media (hover: none), (pointer: coarse) {
.employees-grid__face:hover {
transform: none;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.employees-grid__face:hover::after {
opacity: 0;
}
}.map-cities {
display: flex;
flex-direction: column;
gap: 16px;
}
.map-cities__list {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.map-cities__item {
padding: 10px 18px;
background: #f1f5f9;
border: 1px solid #e2e8f0;
border-radius: 24px;
font-weight: 600;
color: #0f172a;
}
.map-cities__map {
position: relative;
overflow: hidden;
border-radius: 16px;
background: #fff;
min-height: 240px;
aspect-ratio: 16 / 9;
width: 100%;
max-width: 100%;
min-width: 0;
}
.map-cities__map > * {
width: 100% !important;
max-width: 100%;
}
.map-cities__map iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
max-width: 100%;
height: 100% !important;
}
@media (max-width: 900px) {
.map-cities__map {
min-height: 220px;
aspect-ratio: 4 / 3;
}
}
@media (max-width: 600px) {
.map-cities__map {
min-height: 200px;
aspect-ratio: 1 / 1;
}
}
@media (max-width: 600px) {
.map-cities__item {
padding: 8px 14px;
font-size: 14px;
}
}[data-map-cities-map] iframe {
pointer-events: none;
}
[data-map-cities-map].is-interactive iframe {
pointer-events: auto;
}
[data-map-cities-map] .map-cities__overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(2, 6, 23, 0.35);
color: #f8fafc;
opacity: 1;
transition: opacity 200ms ease;
}
[data-map-cities-map] .map-cities__overlay-content {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
padding: 12px 18px;
background: rgba(15, 23, 42, 0.75);
border: 1px solid rgba(248, 250, 252, 0.2);
border-radius: 999px;
font-weight: 600;
font-size: 14px;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.35);
width: auto;
max-width: calc(100% - 32px);
min-width: 0;
text-align: center;
}
[data-map-cities-map] .map-cities__overlay-icon {
width: 20px;
height: 20px;
display: inline-block;
border-radius: 50%;
border: 2px solid #f8fafc;
position: relative;
animation: map-cities-pulse 1.8s ease-in-out infinite;
flex-shrink: 0;
}
[data-map-cities-map] .map-cities__overlay-icon::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: #f8fafc;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
[data-map-cities-map] .map-cities__overlay-text {
max-width: 100%;
min-width: 0;
white-space: normal;
overflow-wrap: anywhere;
}
[data-map-cities-map].is-interactive .map-cities__overlay {
opacity: 0;
pointer-events: none;
}
.map-embed {
width: 100%;
min-height: 400px;
border-radius:10px;
overflow: hidden;
}
@media (max-width: 600px) {
[data-map-cities-map] .map-cities__overlay-content {
padding: 10px 14px;
font-size: 13px;
gap: 10px;
}
[data-map-cities-map] .map-cities__overlay-icon {
display: none;
}
}
@keyframes map-cities-pulse {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(248, 250, 252, 0.6);
}
70% {
transform: scale(1.05);
box-shadow: 0 0 0 12px rgba(248, 250, 252, 0);
}
100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(248, 250, 252, 0);
}
}.employees-age {
display: flex;
flex-direction: column;
}
.employees-age__chart {
width: 100%;
min-height: 240px;
}.cards-story {
display: flex;
flex-direction: column;
gap: 16px;
}
.cards-story__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 16px;
}
.cards-story__card {
display: flex;
flex-direction: column;
gap: 12px;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.cards-story__card.is-hidden {
display: none;
}
.cards-story__image {
position: relative;
padding-top: 100%;
background: #f8fafc;
}
.cards-story__image img,
.cards-story__image-placeholder {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.cards-story__image-placeholder {
background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}
.cards-story__body {
display: flex;
flex-direction: column;
gap: 8px;
padding: 0 14px 14px;
flex: 1 1 auto;
}
.cards-story__title {
margin: 0;
font-size: 18px;
font-weight: 700;
color: #0f172a;
}
.cards-story__excerpt {
font-size: 14px;
color: #475569;
line-height: 1.5;
}
.cards-story__readmore {
margin-top: auto;
align-self: flex-start;
background: transparent;
border: 0;
color: var(--cards-story-accent, var(--color-button, #026cbc));
font-weight: 600;
cursor: pointer;
padding: 0;
}
.cards-story__more {
display: flex;
justify-content: center;
}
.cards-story__more-button {
padding: 10px 18px;
background: var(--cards-story-accent, var(--color-button, #026cbc));
border-color: var(--cards-story-accent, var(--color-button, #026cbc));
color: #fff;
}
@media (max-width: 800px) {
.cards-story__grid {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}
@media (max-width: 600px) {
.cards-story__grid {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.cards-story__title {
font-size: 16px;
}
}.media-gallery {
--media-gallery-accent: var(--mg-accent, #026cbc);
}
.media-gallery .media-gallery__grid {
display: block;
}
.media-gallery .media-gallery__item {
background: transparent;
border: none;
border-radius: 0;
padding: 0;
aspect-ratio: auto;
box-shadow: none;
}
.media-gallery__item.is-hidden {
display: none;
}
.media-gallery .media-gallery__item:hover {
transform: none;
box-shadow: none;
border-color: transparent;
background: transparent;
}
.media-gallery .mySwiper[data-gsl-ready="0"] {
opacity: 0;
pointer-events: none;
}
.media-gallery .mySwiper[data-gsl-ready="1"] {
opacity: 1;
transition: opacity 0.25s ease-in-out;
}
.media-gallery__description {
color: black;
font-size: 16px;
line-height: 1.6;
}
.media-gallery__description p {
margin: 0;
}
.media-gallery__description a,
.media-gallery__description a:visited,
.media-gallery__description a:focus {
color: var(--media-gallery-accent);
}
.media-gallery__description a:hover {
color: color-mix(in oklab, var(--media-gallery-accent), black 12%);
}
.media-gallery__tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.media-gallery__tab {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid var(--tabbed-accent, #026cbc);
border-radius: 14px;
padding: 8px 14px;
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 12%, #ffffff);
color: #1f2933;
font-weight: 600;
cursor: pointer;
transition:
background-color 0.2s ease,
color 0.2s ease,
border-color 0.2s ease,
box-shadow 0.2s ease;
}
.media-gallery__tab.is-active {
background: var(--tabbed-accent, #026cbc);
color: #ffffff;
border-color: var(--tabbed-accent, #026cbc);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.media-gallery__tab-label {
display: inline-flex;
align-items: center;
gap: 6px;
text-wrap: auto;
text-align: left;
}
.media-gallery__tab-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 20px;
height: 20px;
padding: 0 6px;
border-radius: 10px;
background: color-mix(in srgb, var(--tabbed-accent, #026cbc) 16%, #ffffff);
color: #0f172a;
font-size: 12px;
font-weight: 700;
line-height: 1;
border: 1px solid var(--tabbed-accent);
}
.media-gallery__slider {
margin-top: 12px;
overflow-anchor: none;
}
.media-gallery .mySwiper {
position: relative;
overflow: hidden;
border-radius: 20px;
}
.media-gallery .mySwiper .swiper-wrapper,
.media-gallery .mySwiper .swiper-pagination {
position: relative;
z-index: 1;
}
.media-gallery .mySwiper .swiper-button-next,
.media-gallery .mySwiper .swiper-button-prev {
z-index: 10;
display: flex !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto;
}
.media-gallery {
overflow-anchor: none;
}
.media-gallery .swiper-slide-description {
display: none;
}
.media-gallery .swiper-slide-description.is-visible {
display: none;
}
.media-gallery .swiper-slide,
.media-gallery .swiper-slide img {
backdrop-filter: none;
}
.media-gallery .swiper-slide {
position: relative;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
--gsl-slide-bg: none;
background-image: none !important;
}
.media-gallery .swiper-slide::before {
content: "";
position: absolute;
inset: -18px;
background: var(--gsl-slide-bg) center / cover no-repeat;
filter: blur(28px);
transform: none;
z-index: 0;
pointer-events: none;
}
.media-gallery .swiper-slide .swiper-zoom-container,
.media-gallery .swiper-slide img {
position: relative;
z-index: 1;
}
.media-gallery .mySwiper2 .swiper-slide {
position: relative;
overflow: hidden;
--gsl-slide-bg: none;
background-image: none !important;
}
.media-gallery .mySwiper2 .swiper-slide::before {
content: "";
position: absolute;
inset: -18px;
background: var(--gsl-slide-bg) center / cover no-repeat;
filter: blur(28px);
z-index: 0;
pointer-events: none;
}
.media-gallery .mySwiper2 .swiper-slide img {
position: relative;
z-index: 1;
} .mg-slider {
display: flex;
flex-direction: column;
gap: 12px;
--mg-thumb-gap: 20px;
--mg-preview-width: 37%;
--mg-thumb-height: 115px;
--mg-dot-active: var(--mg-accent, var(--tabbed-accent, #026cbc));
--mg-dot-inactive: color-mix(in srgb, var(--mg-dot-active) 35%, #ffffff);
}
.mg-slider__body {
display: block;
}
.mg-slider__body.has-preview {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, var(--mg-preview-width));
gap: 20px;
align-items: center;
}
.mg-slider__main {
position: relative;
border-radius: 20px;
overflow: hidden;
background: #f8fafc;
width: 100%;
aspect-ratio: var(--mg-aspect, 16 / 9);
touch-action: pan-y;
max-height: 385px;
filter: grayscale(1);
transition: filter 0.3s;
}
.mg-slider__swipe-zone {
position: absolute;
top: 0;
bottom: var(--mg-swipe-safe-bottom, 64px);
width: 20%;
z-index: 2;
pointer-events: none;
touch-action: pan-y;
}
.mg-slider__swipe-zone--left {
left: 0;
}
.mg-slider__swipe-zone--right {
right: 0;
}
.mg-slider.mg-slider--draggable .mg-slider__swipe-zone {
pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
.mg-slider.mg-slider--draggable .mg-slider__main {
cursor: grab;
}
.mg-slider.mg-slider--draggable.is-dragging .mg-slider__main {
cursor: grabbing;
}
}
.mg-slider__image {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.mg-slider__image img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
-webkit-user-drag: none;
user-select: none;
}
.mg-slider__video {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
background: transparent;
}
.mg-slider__embed {
width: 100%;
height: 100%;
}
.mg-slider__embed-shell {
position: relative;
width: 100%;
height: 100%;
}
.mg-slider__embed-poster {
position: relative;
width: 100%;
height: 100%;
border: 0;
padding: 0;
background: #000;
cursor: pointer;
overflow: hidden;
display: block;
}
.mg-slider__embed-poster img,
.mg-slider__embed-placeholder {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.mg-slider__embed-poster img {
filter: grayscale(1);
}
.mg-slider__embed-placeholder {
background: linear-gradient(135deg, #0b1f34, #0c4f8c);
}
.mg-slider__embed-play {
position: absolute;
left: 50%;
top: 50%;
width: 72px;
height: 72px;
border-radius: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.5);
border: 2px solid rgba(255, 255, 255, 0.48);
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
pointer-events: none;
transition: background 0.3s;
}
.mg-slider__embed-poster:hover .mg-slider__embed-play {
background: red;
}
.mg-slider__embed-play::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 0;
height: 0;
border-top: 14px solid transparent;
border-bottom: 14px solid transparent;
border-left: 22px solid #fff;
transform: translate(-38%, -50%);
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.mg-slider__embed-shell.is-activated .mg-slider__embed-poster {
display: none;
}
.mg-slider__embed iframe,
.mg-slider__embed embed,
.mg-slider__embed object,
.mg-slider__embed video {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.mg-slider__track {
position: relative;
width: 100%;
height: 100%;
display: flex;
will-change: transform;
transition: transform 0.25s ease;
}
.mg-slider__slide {
position: relative;
flex: 0 0 100%;
height: 100%;
overflow: hidden;
}
.mg-slider__slide::before {
content: "";
position: absolute;
inset: 0;
background: var(--mg-bg, none) center / cover no-repeat;
filter: blur(24px);
transform: scale(1.08);
z-index: 0;
opacity: 1;
pointer-events: none;
}
.mg-slider__slide.is-active {
opacity: 1;
}
.mg-slider__slide.is-placeholder {
background: linear-gradient(135deg, #0b1f34, #0c4f8c);
}
.mg-slider__slide.is-placeholder .mg-slider__image::after {
content: "";
position: absolute;
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.12);
border: 2px solid rgba(255, 255, 255, 0.35);
display: block;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}
.mg-slider__slide.is-placeholder .mg-slider__image::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 14px solid transparent;
border-bottom: 14px solid transparent;
border-left: 22px solid #fff;
left: 50%;
top: 50%;
transform: translate(-45%, -50%);
z-index: 2;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.mg-slider__nav {
position: absolute;
top: 50%;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
padding: 0 12px;
transform: translateY(-50%);
pointer-events: none;
z-index: 4;
}
.mg-slider__prev,
.mg-slider__next {
pointer-events: auto;
width: 54px;
height: 54px;
background: #ffffff85;
-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
border-radius: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 3;
}
.mg-slider__next {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.mg-slider__pagination {
display: none;
justify-content: center;
gap: 6px;
align-items: center;
padding: 2px 0 0 0;
}
.mg-slider__pagination-fraction {
display: none;
align-items: center;
justify-content: center;
font-weight: 600;
color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.mg-slider__pagination-dots {
display: none;
align-items: center;
justify-content: center;
gap: 8px;
will-change: transform;
}
.mg-slider__pagination-dots.is-shift-next {
animation: mgDotsShiftNext 240ms ease;
}
.mg-slider__pagination-dots.is-shift-prev {
animation: mgDotsShiftPrev 240ms ease;
}
@keyframes mgDotsShiftNext {
from {
transform: translateX(10px);
}
to {
transform: translateX(0);
}
}
@keyframes mgDotsShiftPrev {
from {
transform: translateX(-10px);
}
to {
transform: translateX(0);
}
}
.mg-slider__dot {
appearance: none;
border: 0;
padding: 0;
width: 5px;
height: 5px;
border-radius: 99px;
background: var(--mg-dot-inactive);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
transition:
width 0.2s ease,
height 0.2s ease,
opacity 0.2s ease;
opacity: 0.6;
cursor: pointer;
}
.mg-slider__dot.is-active {
width: 9px;
height: 9px;
background: var(--mg-dot-active);
opacity: 1;
}
.mg-slider__dot.is-near {
width: 7px;
height: 7px;
opacity: 0.9;
}
.mg-slider__dot.is-far {
width: 5px;
height: 5px;
opacity: 0.5;
}
.mg-slider__preview {
padding: 0;
width: 100%;
display: flex;
align-items: flex-start;
}
.mg-slider__preview-window {
overflow-x: hidden;
overflow-y: auto;
flex: 1 1 auto;
cursor: default;
max-height: calc(var(--mg-thumb-height) * 3 + var(--mg-thumb-gap, 8px) * 2);
box-sizing: border-box;
padding-right: 4px;
scrollbar-width: thin;
scrollbar-color: var(--gsl-accent) transparent;
}
.mg-slider__preview-window::-webkit-scrollbar {
width: 6px;
}
.mg-slider__preview-window::-webkit-scrollbar-track {
background: transparent;
}
.mg-slider__preview-window::-webkit-scrollbar-thumb {
background: var(--gsl-accent);
border-radius: 999px;
}
.mg-slider__preview-track {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-rows: var(--mg-thumb-height);
gap: var(--mg-thumb-gap, 8px);
user-select: none;
-webkit-user-drag: none;
width: 100%;
}
.mg-slider__thumb {
border: 2px solid transparent;
padding: 0;
background: transparent;
cursor: pointer;
display: block;
width: 100%;
height: var(--mg-thumb-height);
border-radius: 10px;
overflow: hidden;
opacity: 0.6;
-webkit-user-drag: none;
user-select: none;
filter: grayscale(1);
transition: filter 0.3s, opacity 0.3s;
}
.mg-slider__thumb:hover {
filter: none;
opacity: 1;
}
.mg-slider__thumb.is-placeholder {
position: relative;
background: linear-gradient(135deg, #0b1f34, #0c4f8c);
border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.mg-slider__thumb-placeholder {
position: absolute;
inset: 0;
}
.mg-slider__thumb.is-placeholder::after {
content: "";
position: absolute;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.18);
border: 1px solid rgba(255, 255, 255, 0.25);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}
.mg-slider__thumb.is-placeholder::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 16px solid #fff;
left: 50%;
top: 50%;
transform: translate(-45%, -50%);
z-index: 1;
filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
}
.mg-slider__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
-webkit-user-drag: none;
user-select: none;
}
.mg-slider__thumb.is-embed img {
filter: grayscale(1);
}
.mg-slider__thumb.is-active {
opacity: 1;
border: 2px solid var(--tabbed-accent, #026cbc);
}
.mg-slider__thumb.is-video {
height: var(--mg-thumb-height);
}
.mg-slider__thumb-placeholder {
position: relative;
display: block;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
background: var(--mg-accent, #026cbc);
border-radius: 10px;
}
.mg-slider__thumb-placeholder::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 18px solid #fff;
left: 50%;
top: 50%;
transform: translate(-40%, -50%);
filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
}
.mg-slider__description {
display: none;
padding: 10px 14px;
background: #e9eeef;
border-radius: 16px;
color: #000;
font-weight: 500;
line-height: 1.4;
}
.mg-slider__description.is-visible {
display: block;
}
@media (max-width: 1024px) {
.mg-slider {
--mg-preview-width: 300px;
--mg-thumb-height: 92px;
}
.mg-slider__body.has-preview {
gap: 16px;
}
.mg-slider__preview-window {
max-height: calc(var(--mg-thumb-height) * 3 + var(--mg-thumb-gap, 8px) * 2);
}
}
@media (max-width: 1000px) {
.mg-slider__prev,
.mg-slider__next {
width: 30px;
height: 30px;
}
}
@media (max-width: 767px) {
.mg-slider {
--mg-thumb-height: 110px;
}
.mg-slider__body.has-preview {
display: block;
}
.mg-slider__preview {
display: none;
}
.mg-slider__pagination {
display: flex;
}
.mg-slider__pagination-dots {
display: inline-flex;
}
.media-gallery__tabs {
flex-wrap: nowrap;
overflow: auto;
padding-bottom: 10px;
scrollbar-width: thin;
}
.media-gallery__tab-label {
text-wrap: nowrap;
}
.mg-slider__embed-poster:hover .mg-slider__embed-play {
background: transparent;
}
}
@media (max-width: 540px) {
.mg-slider {
--mg-thumb-height: 100px;
}
}
@media (hover: none), (pointer: coarse) {
.media-gallery__description a:hover {
color: var(--media-gallery-accent);
}
}
@media (hover: hover) and (pointer: fine) {
.mg-slider__main:hover {
filter: none;
}
}.section-contacts-wrap {
container-type: inline-size;
container-name: section-contacts;
}
.section-contacts {
display: grid;
grid-template-columns: minmax(0, 2fr);
gap: 24px;
align-items: start;
}
.section-contacts__column,
.section-contacts__person {
min-width: 0;
height: 100%;
}
.section-contacts__info {
display: flex;
flex-direction: column;
gap: 16px;
align-items: stretch;
}
.section-contacts__details {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.section-contacts__card {
display: flex;
align-items: flex-start;
gap: 12px;
}
.section-contacts__card-icon {
flex: 0 0 44px;
width: 44px;
height: 44px;
border-radius: 16px;
background: var(--tabbed-accent, #026cbc);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.section-contacts__card-icon svg {
width: 22px;
height: 22px;
display: block;
fill: currentColor;
}
.section-contacts__card-content {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.section-contacts__card-label {
font-size: 12px;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #64748b;
font-weight: 700;
}
.section-contacts__card-value {
color: #0f172a;
font-weight: 600;
line-height: 1.45;
}
.section-contacts__card-value a {
text-decoration: none;
}
.section-contacts__card-value a:hover {
text-decoration: underline;
}
.section-contacts__phones {
display: flex;
flex-direction: column;
gap: 4px;
}
.section-contacts__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.section-contacts__action {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 12px;
border-radius: 999px;
border: 1px solid #e2e8f0;
background: #fff;
font-weight: 700;
text-decoration: none;
min-height: 40px;
transition: transform 180ms ease, box-shadow 180ms ease,
border-color 180ms ease;
color: var(--tabbed-accent);
}
.section-contacts__action:visited,
.section-contacts__action:hover {
color: var(--tabbed-accent);
text-decoration: underline;
}
.section-contacts__action-icon {
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 18px;
}
.section-contacts__action-icon i {
width: 18px;
height: 18px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.section-contacts__action-text {
overflow-wrap: anywhere;
font-weight: 600;
text-decoration: none;
}
.section-contacts__action--telegram {
background: #229ed9;
border-color: #229ed9;
color: #fff;
}
.section-contacts__action--whatsapp {
background: #25d366;
border-color: #25d366;
color: #fff;
}
.section-contacts__action--email {
background: var(--tabbed-accent, #026cbc);
border-color: var(--tabbed-accent, #026cbc);
color: #fff;
}
.section-contacts__map {
width: 100%;
position: relative;
border-radius: 18px;
overflow: hidden;
background: #f1f5f9;
border: 1px solid #e2e8f0;
height: 300px;
max-height: 300px;
box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}
.section-contacts__map iframe {
position: absolute;
inset: 0;
width: 100% !important;
height: 100% !important;
border: 0;
display: block;
}
.section-contacts__person .consultant_card {
height: 100%;
}
.section-contacts__person .your-consultant__photo-link .userpic_div {
width: 150px;
height: 150px;
max-width: none;
max-height: none;
}
@media (max-width: 1024px) {
.section-contacts__person .your-consultant__photo-link .userpic_div {
width: 100px;
height: 100px;
max-width: none;
max-height: none;
}
.section-contacts {
grid-template-columns: 1fr;
}
.section-contacts__info {
grid-template-columns: 1fr;
}
.your-consultant {
max-width: 100%;
}
.section-contacts__map {
height: 260px;
max-height: 260px;
}
}
@container section-contacts (max-width: 850px) {
.section-contacts {
grid-template-columns: 1fr;
}
}
@media (hover: none), (pointer: coarse) {
.section-contacts__card-value a:hover {
text-decoration: none;
}
.section-contacts__action:hover {
text-decoration: none;
}
}.gsl-layout-menu {
padding-bottom: 48px;
width: 100%;
max-width: 1440px;
margin: -20px auto 0;
}
h1.gsl-layout-menu__heading {
margin-right: 0;
padding-left: 1rem;
font-size: 28px;
padding-bottom: 20px;
margin-bottom: 0;
padding-top: 40px;
}
.gsl-layout-menu__columns {
display: grid;
grid-template-columns: 15.6666666667% minmax(0, 1fr);
gap: 24px;
}
.gsl-layout-menu--no-aside .gsl-layout-menu__columns {
grid-template-columns: 1fr;
}
.gsl-layout-menu__sticky {
position: sticky;
top: var(--header-height);
}
.gsl-layout-menu__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.gsl-layout-menu__list li {
margin: 0;
}
.gsl-layout-menu__link {
display: block;
color: var(--main-text-color);
text-decoration: none;
padding: 0.5rem 1.2rem 0.5rem 1rem;
font-size: 14px;
border-radius: 0 100px 100px 0;
}
.gsl-layout-menu__link:visited {
color: var(--main-text-color);
}
.gsl-layout-menu__link:hover,
.gsl-layout-menu__link:focus-visible {
color: var(--white-text-color);
background-color: var(--layout-menu-accent, var(--acient-color));
}
.gsl-layout-menu__link.is-active {
color: var(--white-text-color);
background-color: var(--layout-menu-accent, var(--acient-color));
}
.gsl-layout-menu__content {
min-width: 0;
display: flex;
flex-direction: column;
gap: 20px;
}
.gsl-layout-menu__entry h1,
.gsl-layout-menu__entry h2,
.gsl-layout-menu__entry h3,
.gsl-layout-menu__entry h4,
.gsl-layout-menu__entry h5,
.gsl-layout-menu__entry h6 {
color: #000;
}
.gsl-layout-menu__entry {
display: flex;
flex-direction: column;
gap: 24px;
}
.gsl-layout-menu__entry h2.box-accordion__title {
position: relative;
top: 0;
background: rgba(233, 238, 239, 0.95);
width: 100%;
padding-top: 40px;
padding-bottom: 40px;
}
.gsl-layout-menu__entry h2.box-accordion__title .box-accordion__toggle {
align-items: center;
}
.gsl-layout-menu__entry h2.box-accordion__title .box-accordion__title-text {
color: var(--color-text-main);
}
h2.gsl-layout-menu__mobile-title {
display: none;
}
@media (max-width: 1440px) {
.gsl-layout-menu {
padding-right: 15px;
}
.gsl-layout-menu__link {
border-radius: 0 100px 100px 0;
}
}
@media (max-width: 1024px) {
.gsl-layout-menu {
padding-left: 15px;
}
.gsl-layout-menu__columns {
grid-template-columns: 1fr;
}
.gsl-layout-menu__aside {
display: none;
}
.gsl-layout-menu__content {
grid-column: auto;
}
.gsl-layout-menu__entry {
gap: 15px;
}
h2.gsl-layout-menu__mobile-title {
display: inline-block;
font-size: 27px;
}
.gsl-layout-menu__entry h2.box-accordion__title {
font-size: 22px;
padding-top: 10px;
padding-bottom: 10px;
}
.gsl-layout-menu__entry h2.box-accordion__title .box-accordion__toggle {
gap: 10px;
}
}
@media (max-width: 1000px) {
.gsl-layout-menu {
margin: 0 auto;
}
}
@media (max-width: 740px) {
.gsl-layout-menu__columns {
grid-template-columns: 1fr;
}
.gsl-layout-menu--no-aside .gsl-layout-menu__columns {
grid-template-columns: 1fr;
}
.gsl-layout-menu__aside,
.gsl-layout-menu__content {
grid-column: auto;
}
.gsl-layout-menu__aside {
position: relative;
top: 0;
}
}.banner-fixed {
position: fixed;
left: 15px;
bottom: 30px;
z-index: 20;
width: 285px;
min-height: 65px;
display: flex;
align-items: center;
background: #ffffff;
box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
border-radius: 20px;
overflow: hidden;
cursor: pointer;
transition: transform 0.25s ease, box-shadow 0.25s ease;
will-change: transform, box-shadow;
}
.banner-fixed:hover {
transform: translateY(-2px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22),
0 0 0 1px rgba(255, 255, 255, 0.08);
}
.banner-fixed__image {
width: 25%;
height: 100%;
min-height: 65px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
z-index: 1;
}
.banner-fixed__image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-fixed__title {
width: 75%;
padding: 0 16px 0 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
background: transparent;
transition: background-color 0.25s ease, color 0.25s ease;
}
.banner-fixed__title p {
max-width: 180px;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
color: #0f172a;
transition: color 0.25s ease;
}
.banner-fixed:hover .banner-fixed__title {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--banner-accent, #026cbc) 85%, #ffffff 15%),
color-mix(in srgb, var(--banner-accent, #026cbc) 60%, #ffffff 40%)
);
color: #ffffff;
}
.banner-fixed:hover .banner-fixed__title p {
color: #ffffff;
}
.banner-fixed__link {
position: absolute;
inset: 0;
z-index: 2;
display: block;
cursor: pointer;
}
.banner-fixed__close {
position: absolute;
right: 10px;
top: 10px;
width: 20px;
height: 20px;
border: none;
border-radius: 100px;
background: #e9e9e9;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
z-index: 3;
color: #000000;
padding: 0;
}
.banner-fixed__close:hover {
background: #000000;
color: #ffffff;
}
.banner-fixed__close svg {
width: 15px;
height: 15px;
stroke: currentColor;
}
@media (max-width: 768px) {
.banner-fixed {
bottom: 65px;
}
}
@media (max-width: 430px) {
.banner-fixed__title {
padding: 0 30px 0 0;
}
.banner-fixed {
width: 240px;
}
.banner-fixed__title p {
max-width: 150px;
font-size: 16px;
}
}
@media (hover: none), (pointer: coarse) {
.banner-fixed:hover {
transform: none;
box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}
.banner-fixed:hover .banner-fixed__title {
background: transparent;
color: inherit;
}
.banner-fixed:hover .banner-fixed__title p {
color: #0f172a;
}
.banner-fixed__close:hover {
background: #e9e9e9;
color: #000000;
}
}.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left;
}
.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
}
.formError .formErrorContent {
width: 100%;
background: #ee0101;
position:relative;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 15px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}