.cursor {
  display: none;
}

.btn-line-bottom {
  margin-top: auto;
}

.btn-line-bottom .elementor-button-icon {
  width: 30px;
  height: 30px;
  background: #DBE2EA;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.btn-line-bottom .elementor-button-text {
  border-bottom: 2px solid #002357;
}

.support-container .elementor-widget-container ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
  flex-direction: column;
  align-items: flex-end;
  gap: 36px;
  margin-right: 0;
}

.support-container .elementor-widget-container ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.elementor-12 .custom-column.elementor-element-c911702 {
  width: 670px;
  max-width: 100%;
  margin-right: auto;
}

.socials .elementor-column {
  width: auto;
}

.subscribe {
  /* max-width: 355px; */
  max-width: 380px;
}

.subscribe .elementor-form-fields-wrapper {
  position: relative;
}

.subscribe .elementor-field-textual {
  padding-top: 11px;
  padding-bottom: 11px;
}

.subscribe .elementor-field-type-email {
  order: 1;
  width: 193px;
}

.subscribe .elementor-field-type-email .elementor-message {
  white-space: nowrap;
}

.subscribe .elementor-field-type-acceptance {
  order: 3;
  max-width: 375px;
}

.subscribe .elementor-field-type-submit {
  order: 2;
  width: auto;
  align-items: flex-start;
}

.subscribe .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.subscribe .elementor-field-type-acceptance .elementor-field-option label {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.subscribe .elementor-field-type-acceptance .elementor-field-option label a {
  text-decoration: underline;
}

.footer-nav .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav .elementor-nav-menu>li {
  width: 50%;
}

.footer-nav .elementor-nav-menu>li:last-child {
  width: 100%;
}

.elementor-column[link] {
  transition: transform ease-in-out 0.3s;
}

.elementor-column[link]:hover {
  transform: scale(1.05);
}

.elementor-column[link]:hover .elementor-button-icon {
  color: #fff;
  background-color: #002357;
}

.modern-column .wrapper-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.post-item .elementor-element .elementor-image-box-title>a {
  transition: all .3s;
}

.post-item:hover .elementor-element .elementor-image-box-title>a {
  color: #0041A3;
}

.post-item .elementor-element {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.post-item .elementor-element .elementor-image-box-img>a {
  display: block;
  aspect-ratio: 460/336;
  overflow: hidden;
}

.post-item .elementor-element .elementor-image-box-img>a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-item .elementor-element .elementor-image-box-title>a {
  display: block;
  padding: 35px 25px 30px;
}

.elementor-12 .elementor-element.elementor-element-3896d05 .elementor-button[type=submit]:hover {
  cursor: pointer;
}

.elementor-14 .elementor-element.elementor-element-9c69051.lang-col,
.elementor-2413 .elementor-element.elementor-element-9c69051.lang-col {
  width: auto;
}

.elementor-element-2a03132 .elementor-heading-title {
  max-width: 600px;
}

.elementor-column.mobile-col {
  width: auto;
  display: none;
}

.elementor-column.join-btn {
  width: auto;
}

.elementor-element-4c34570 .elementor-container {
  justify-content: flex-end;
}

.menu-toggle {
  position: relative;
  width: 35px;
  direction: rtl;
  cursor: pointer;
}

.menu-toggle .bar1,
.menu-toggle .bar2,
.menu-toggle .bar3 {
  display: block;
  height: 2px;
  background-color: #002357;
  margin: 9px 0;
  transition: 0.3s;
  border-radius: 5px;
}

.menu-toggle .bar1 {
  width: 100%;
}

.menu-toggle .bar2 {
  width: 100%;
}

.menu-toggle .bar3 {
  width: 100%;
}

body.mobile-menu-visible .menu-toggle .bar1 {
  width: 100%;
  transform: translate(0, 11px) rotate(-45deg);
}

body.mobile-menu-visible .menu-toggle .bar2 {
  opacity: 0;
}

body.mobile-menu-visible .menu-toggle .bar3 {
  width: 100%;
  transform: translate(0, -11px) rotate(45deg);
}

/*# sourceMappingURL=custom.css.map */

.mobile-nav .elementor-element-3d93dbc {
  margin-top: auto;
}

.mobile-nav .elementor-element-1ac28b5 .menu-item>a {
  justify-content: flex-start;
}

.mobile-nav .elementor-element-a67d450 {
  margin-bottom: 20px !important;
}

.dialog-close-button {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F3F7FA;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 10px;
  transition: all .3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #002357;
}

.tabs .elementor-tab-title {
  border: 2px solid #DBE2EA;
  background: #DBE2EA;
}

.tabs .elementor-tab-title.elementor-active {
  background-color: #1cff86;
}

.tabs .elementor-tab-title:hover {
  opacity: .85;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  margin-right: 30px;
  display: inline-flex;
  padding: 13px 60px;
  border-radius: 50px;
}

.tabs .elementor-tab-content table {
  width: 100%;
  table-layout: fixed;
}

.tabs .elementor-tab-content table tr {
  padding: 40px 30px;
  display: flex;
  gap: 1%;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 20px;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
  line-height: 130%;
}

.tabs .elementor-tab-content table tr td:last-child {
  text-align: right;
  color: #496388;
}

.tabs .elementor-tab-content table tr td {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 20px;
  line-height: 1.3;
}

.tabs.elementor-widget-tabs .elementor-tab-content {
  padding-left: 0;
  padding-right: 0;
}

.tabs-2 .elementor-tab-content table tbody {
  display: flex;
  gap: 16px;
}

.tabs-2 .elementor-tab-content table tr {
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
}

.tabs-2 .elementor-tab-content table tr td {
  text-align: left;
  justify-self: flex-start;
  padding-right: 0;
}

.tabs-2 .elementor-tab-content table tr td:last-child {
  text-align: left;
}

.tabs-3 .elementor-tab-content table tr:nth-child(1) {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
  color: #496388;
}

.tabs-4 .elementor-tab-content table {
  margin-bottom: 40px;
}

.tabs-4 .elementor-tab-content table tr {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tabs-3 .elementor-tab-content table tr td {
  flex-grow: unset;
  flex-basis: unset;
}

.tabs-3 .elementor-tab-content table tr td:last-child {
  margin-left: auto;
}

.tabs-4 .elementor-tab-content table tr:nth-child(1) {
  margin-bottom: 20px;
  margin-top: 30px;
}

.tabs-4 .elementor-tab-content table tr:nth-child(2) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tabs-4 .elementor-tab-content table tr:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tabs-4 .elementor-tab-content table tbody {
  border-radius: 20px;
  overflow: hidden;
}

.tabs-5 .elementor-tab-content table tr:nth-child(1),
.tabs-9 .elementor-tab-content table tr:nth-child(1) {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.tabs-5 .elementor-tab-content table tr td:last-child,
.tabs-9 .elementor-tab-content table tr td:last-child {
  text-align: left;
  width: 150px;
}

.tabs-5 .elementor-tab-content table tr td:nth-last-child(2) {
  margin-left: auto;
  width: 150px;
  color: #496388;
}

.tabs-9 .elementor-tab-content table tr td:nth-last-child(2) {
  color: #496388;
}

.tabs-5 .elementor-tab-content table tr td,
.tabs-9 .elementor-tab-content table tr td {
  flex-grow: unset;
  flex-basis: unset;
}

.ul-reg ul {
  padding-left: 20px;
}

.ul-reg li {
  margin-bottom: 20px;
  list-style-type: disc;
}

.tabs-6 .elementor-tab-content table tr td:nth-last-child(2) {
  margin-left: unset;
}

.tabs-6 .elementor-tab-content table tr td:nth-last-child(3) {
  margin-left: auto;
  width: 150px;
  color: #496388;
}

.tabs-7 .elementor-tab-content table tr td:first-child b {
  font-size: 24px;
  margin-bottom: 5px;
}

.tabs-7 .elementor-tab-content table tr td:nth-last-child(2) {
  width: 200px;
}

.tabs-7 .elementor-tab-content table tr td:nth-last-child(1) {
  width: 200px;
}

.elementor-element-d8f465a .elementor-field-group-field_77ccdbd a {
  color: #fff;
  text-decoration: underline;
}

.elementor-element-4d273e5 a {
  color: #1cff86 !important;
  text-decoration: underline;
}

.legal table {
  table-layout: auto;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.legal table tr:nth-child(2n) td {
  background-color: #f3f7fa;
}

.legal table td,
.legal table th {
  text-align: left;
  border-width: 1px 0px;
  vertical-align: top;
  border-color: #f3f7fa;
  color: #002357;
  font-size: 14px;
  padding: 20px;
  line-height: 130%;
}

.legal table th {
  font-size: 14px;
  border-bottom: 1px solid #002357;
  font-weight: 600;
}

/* .legal table td:nth-child(1) {
  width: 15%;
}

.legal table td:nth-child(2) {
  width: 20%;
}

.legal table td:nth-child(3) {
  width: 20%;
}

.legal table td:nth-child(4) {
  width: 25%;
} */

.elementor-element-34b8b27,
.elementor-element-861ea3f {
  overflow: auto;
}

.manager {
  border-radius: 10px;
  background-color: #1cff86;
  overflow: hidden;
}

.manager .elementor-image-box-content {
  padding: 20px;
}

.about-table table {
  width: 645px;
  max-width: 100%;
}

.about-table table td {
  padding: 0px 20px 20px;
}

.about-table table td:first-child {
  width: 40%;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.about-table table td:last-child {
  width: 60%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.soc {
  margin-top: 35px;
  display: flex;
  gap: 10px;
  margin-bottom: 0 !important;
}

.soc+p {
  margin: 0 !important;
}

.soc a {
  display: block;
}

.soc a img {
  display: block;
}

.ab {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 50px;
  font-family: "Rooftop", Sans-serif;
  width: 100%;
  max-width: 100%;
  line-height: 130%;
  margin-bottom: 40px;
  margin-top: 16px;
}

.ab * {
  line-height: 130%;
}

.ab-left {
  width: 50%;
  padding-right: 32px;
}

.abl-1,
.abr-top {
  font-size: 36px;
  font-weight: 700;
}

.abr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 0 32px;
}

.abr-top>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.abr-top>div>span {
  font-size: 16px;
  max-width: 92px;
}

.abr-bottom img {
  border-radius: 10px;
}

.abl-1 {
  margin-bottom: 20px;
}

.abl-2 {
  color: #7a8da8;
  font-size: 20px;
  font-weight: 700;
}

.abl-3 {
  margin: 50px 0;
  font-size: 20px;
  font-weight: 700;
}

.abl-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abl-4>div {
  display: inline-flex;
  font-size: 14px;
  background-color: #7a8da8;
  border-radius: 30px;
  line-height: 1.55;
  padding: 8px 20px;
  color: #fff;
}

.elementor-14 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a:hover {
  background-color: transparent;
}

.elementor-14 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a:hover,
.elementor-14 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-14 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a.highlighted {
  background-color: transparent;
}

.elementor-2413 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a:hover,
.elementor-2413 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-2413 .elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown a.highlighted {
  background-color: transparent;
}

#menu-1-f9c060c .sub-menu {
  padding-bottom: 5px;
  padding-top: 5px;
}

#menu-1-f9c060c .sub-menu>li>.sub-menu {
  background-color: #f3f7fa;
  margin-top: 0 !important;
  top: 0 !important;
  border-radius: 0 20px 20px 0;
  /* box-shadow: unset; */
  min-height: 100%;
  /* min-width: 260px !important; */
}

#menu-1-f9c060c .sub-menu>li>.sub-menu:before {
  content: '';
  position: absolute;
  left: -10px;
  width: 10px;
  background-color: #fff;
  top: 0;
  height: 100%;
}

#menu-1-f9c060c .sub-menu>li>.sub-menu>li>a {
  padding-right: 60px;
}

#menu-1-f9c060c .sub-menu>li {
  position: static;
}

#menu-1-f9c060c>li>.sub-menu {
  padding-right: 40px;
  /* box-shadow: unset; */
}

#menu-1-f9c060c>li>.sub-menu#sm-16885399035969434-2 {
  min-width: 300px !important;
}

.mobile-nav .sub-menu {
  margin-bottom: 10px;
}

.mobile-nav .menu-item {
  margin-bottom: 10px;
}

.mobile-nav .sub-menu .menu-item {
  margin-bottom: 0;
}

.mobile-nav .sub-menu .elementor-sub-item {
  font-size: 14px !important;
}

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: flex-start;
  /* justify-self: flex-start; */
  position: absolute;
  top: 24px;
  right: 40px;
  z-index: 12;
}

.modal-close:hover {
  cursor: pointer;
  opacity: .85;
}

.modal-close svg {
  width: 100%;
  height: 100%;
}

.modal-close svg path {
  fill: #fff;
}

.mobile-nav .menu-toggle .bar1,
.mobile-nav .menu-toggle .bar2,
.mobile-nav .menu-toggle .bar3 {
  background-color: #fff;
}

.elementor-element.elementor-element-f9c060c .elementor-nav-menu--dropdown .elementor-sub-item {
  font-weight: 400 !important;
}

.tabs-7 .elementor-tab-content table tr td:first-child b {
  display: block;
}

.fa-angle-down:before,
.fa-angle-up:before {
  -webkit-text-stroke: 3px #fff;
}

.socials .elementor-column[title]::after,
.socials .elementor-widget-container .widget-image-caption {
  content: attr(title);
  font-family: "Rooftop", Sans-serif;
  text-align: center;
  margin-top: 10px;
}

.socials .elementor-column[title] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

button {
  cursor: pointer;
}

html[lang="ru-RU"] .elementor-element-2a03132 .elementor-heading-title {
  max-width: 700px;
}

.woot-widget-bubble.woot-elements--right {
  padding: inherit;
  /* border: 1px solid #F3F7FA; */
}

.woot-widget-bubble.woot-widget--expanded div {
  line-height: 1;
}

.cky-modal.cky-modal-open {
  font-family: "Rooftop", Sans-serif;
}

.cookies {
  padding: 14px 14px;
  font-family: "Rooftop", Sans-serif;
  color: #002357;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.333%;
}

.cookies * {
  line-height: 133.333%;
}

.cookies a {
  text-decoration: underline;
  outline: 0;
}

.cookies__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cookies__subtitle {
  margin-bottom: 16px;
}

.cookies__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}

.cookies__nav button {
  padding: 8px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #002357;
  color: #002357;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
}

.cookies__nav button.green {
  border-color: #1cff86;
  background-color: #1cff86;
}

.cookies__nav button:hover,
.cookies__nav button:focus {
  border-color: #0041A3;
  color: #0041A3;
  background: transparent;
}

.cookies__nav button.green:hover,
.cookies__nav button.green:focus {
  background-color: #69FFAF;
  border-color: #69FFAF;
}

.cookies__item {
  display: flex;
  gap: 16px;
  margin-bottom: 19px;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.cookies__item:last-child {
  margin-bottom: 0;
}

.cookies__item:hover {
  opacity: .95;
  cursor: pointer;
}

.cookies__item.disabled {
  opacity: .7;
  pointer-events: none;
}

.cookies__label {
  color: #002357;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cookies__checkbox {
  width: 16px;
  flex-shrink: 0;
}

.cookies__checkbox input {
  margin: 5px 0 0;
}

.cookies__middle {
  height: 0;
  overflow: auto;
}

#cookies-btn-1 svg {
  width: 48px;
}

.woot--bubble-holder {
  z-index: 9;
  position: relative;
}

.woot-widget-holder {
  background-color: #F9F9FBFF;
}

/* [data-elementor-id="1131"],
[data-elementor-id="2422"] {
  background-color: #f3f7fa;
}

.page-id-1737 [data-elementor-id="1131"],
.page-id-2555 [data-elementor-id="2422"] {
  background-color: #002357;
}
.page-id-1581 [data-elementor-id="1131"],
.page-id-2564 [data-elementor-id="2422"] {
  background-color: #fff;
} */

.elementor-message {
  /* text-align: center; */
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .elementor-message {
  text-align: left;
}

.vika {
  max-width: 347px;
}

/* .steps__col {
  width: auto;
} */

.steps__col:last-child .elementor-icon-box-icon {
  background-color: #fff;
}

.steps__col .elementor-icon {
  background-color: #fff;
}

/* .steps__title {
  margin-left: auto;
  margin-right: auto;
} */

.elementor-message {
  display: block;
  margin-bottom: 0;
}

.subscribe .elementor-field-type-acceptance .elementor-error {
  padding-bottom: 30px;
}

.subscribe .elementor-field-type-acceptance .elementor-error .elementor-message {
  position: absolute;
  bottom: 0;
}

.solutions {
  margin: 44px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  width: 1224px;
  max-width: 100%;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.solutions__item {
  width: calc((100% - 22px) / 2);
  display: flex;
  gap: 22px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F3F7FA;
}

.solutions__item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.solutions__item-img {
  width: 100%;
  height: 100%;
  min-height: 151px;
  position: relative;
  overflow: hidden;
}

.solutions__item-img img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.solutions__item-content {
  width: 209px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 20px 10px 20px 0;
}

.solutions__item-more {
  margin-top: auto;
}

.solutions__item-more a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #024D8C;
  font-weight: 600;
  transition: color ease-in-out .3s, gap ease-in-out .3s;
}

.solutions__item-more a:hover {
  color: #496388;
  gap: 10px;
}

.steps-alt .steps__col:last-child .elementor-icon-box-icon {
  background-color: #002357;
}

.steps-alt .steps__col .elementor-icon {
  background-color: #002357;
}

.steps-alt .steps__col .elementor-icon svg path[fill="#002357"] {
  fill: #fff;
}

.team {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.team__nav {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.team__nav span {
  color: #fff;
  padding: 0px 30px;
  height: 68px;
  border-radius: 40px;
  background: #024D8C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 145.455%;
  transition: background-color ease-in-out .3s;
}

.team__nav span:hover {
  background-color: var(--e-global-color-accent);
  cursor: pointer;
}

.team__nav span.active {
  color: #002357;
  background-color: #1cff86;
  pointer-events: none;
}

.team__sliders-wrapper {
  width: 100%;
  height: 100%;
}

.team__sliders-wrapper:not(.active) {
  height: 0;
  opacity: 0;
  visibility: 0;
  display: none;
}

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

.team__slider {
  /* display: flex;
  gap: 22px; */
  color: #1cff86;
  /* align-items: flex-start; */
}

.team__item {
  position: relative;
  border-radius: 20px;
  border: 2px solid #024D8C;
  background: #002357;
  overflow: hidden;
  width: calc((100% - 22px * 2) / 3);
  transition: border-color ease-in-out .3s;
}

.team__item-image {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  height: 496px;
}

.team__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__item-content {
  position: relative;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: -182px
}

.team__item-description {
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  padding-top: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out .3s, padding-top ease-in-out .3s;
}

.team__item-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 134.091%;
  margin-bottom: 8px;
}

.team__item-position {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.team__item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #1CFF86;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 157.143%;
}

.team__slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  gap: 10px;
}

.team__slider-nav-prev,
.team__slider-nav-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #DBE2EA;
  border-radius: 100%;
  transition: background-color ease-in-out .3s;
}

.team__slider-nav-prev:hover,
.team__slider-nav-next:hover {
  background-color: #1CFF86;
  cursor: pointer;
}

.team__item:hover,
.swiper-slide-next.team__item {
  border-color: #1CFF86;
}

.team__item:hover .team__item-description,
.swiper-slide-next .team__item-description {
  display: block;
  max-height: 300px;
  overflow: hidden;
  padding-top: 30px;
}

/* .elementor-nav-menu .external>a::after {
  content: url('/wp-content/uploads/2023/09/external.svg');
  display: block;
  position: relative;
  opacity: 1 !important;
  background-color: transparent !important;
  margin-left: 5px;
} */

.elementor-2413 .elementor-element.elementor-element-09ae51c {
  max-width: unset;
}

.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.v-tabs {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.v-tabs__content-item {
  display: none;
}

.v-tabs__content-item.active {
  display: block;
}

.v-tabs__content-item img {
  border-radius: 10px;
}

.v-tabs__nav {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 448px;
  flex-shrink: 0;
}

.v-tabs__nav-item {
  padding: 20px;
  border: 2px solid #024D8C;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  transition: border-color ease-in-out .3s;
}

.v-tabs__nav-item-title {
  color: #fff;
  font-size: 24px;
  line-height: 133.333%;
}

.v-tabs__nav-item-p {
  letter-spacing: -0.32px;
  line-height: 137.5%;
  overflow: hidden;
  max-height: 0px;
  transition: max-height ease-in-out .3s, padding-top ease-in-out .3s;
}

.v-tabs__nav-item:hover {
  cursor: pointer;
  border-color: #496388;
}

.v-tabs__nav-item.active {
  border-color: #1cff86;
  pointer-events: none;
}

.v-tabs__nav-item.active .v-tabs__nav-item-p {
  max-height: 300px;
  padding-top: 16px;
}

.v-tabs__nav .elementor-button {
  margin-top: auto;
  align-self: flex-start;
  padding: 22px 40px 22px 40px;
  width: 100%;
}

.v-tabs__nav .elementor-button:hover,
.v-tabs__nav .elementor-button:focus {
  color: var(--e-global-color-primary);
  background-color: #69FFAF;
}

.v-tabs__nav-item.active .v-tabs__nav-item-title {
  color: #1cff86;
}

.v-tabs-geo {
  flex-direction: row-reverse;
  margin-top: 59px;
}

.v-tabs-geo .v-tabs__nav-item {
  border-radius: 0;
  border: 0px;
  border-top: 1px solid #DBE2EA;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 55px;
  pointer-events: none;
}

.v-tabs-geo .v-tabs__nav-item-title,
.v-tabs-geo .v-tabs__nav-item-p {
  color: #002357;
}

.v-tabs-geo .v-tabs__nav-item-title {
  font-size: 22px;
}

.v-tabs-geo .v-tabs__nav .elementor-button {
  padding: 22px 48px 22px 48px;
  width: auto;
}

.h__switcher {
  position: absolute;
  right: 0;
  width: 295px;
  top: 100%;
  padding: 10px 30px 30px 30px;
  border-radius: 30px;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity ease-in-out .3s, transform ease-in-out .3s;
}

.h__switcher.visible {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  transform: translateY(0px);
}

.h__switcher-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h__switcher-nav {
  display: flex;
  font-size: 16px;
  line-height: 137.5%;
  gap: 18px;
  padding-top: 10px;
  font-weight: 700;
  color: #52697A;
  border-bottom: 1px solid #DBE2EA;
}

.h__switcher-nav-item {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.h__switcher-nav-item:hover {
  color: #002357;
  cursor: pointer;
}

.h__switcher-nav-item.active {
  color: #002357;
  border-bottom: 1px solid #002357;
  pointer-events: none;
}

.h__switcher-description {
  font-size: 12px;
  line-height: 133.333%;
  margin-bottom: 15px !important;
}

.h__switcher-content-item {
  display: none;
}

.h__switcher-content-item.active {
  display: block;
}

.h__switcher-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.h__switcher-list li {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  color: #52697A;
  border-bottom: 1px solid #DBE2EA;
  font-weight: 700;
  text-transform: uppercase;
}

.h__switcher-list li>a {
  color: #52697A;
  display: flex;
  align-items: center;
  height: 27px;
}

.h__switcher-list li:hover>a {
  color: #002357;
  cursor: pointer;
}

.h__switcher-list li.active>a,
.h__switcher-list li.current-lang>a {
  color: #002357;
  pointer-events: none;
}

.h__switcher-list li.active>a::after,
.h__switcher-list li.current-lang>a::after {
  content: url('/wp-content/uploads/2023/10/check-1.svg');
  margin-left: auto;
  display: block;
  line-height: 1;
  margin-right: 7px;
}

#menu-1-f9c060c>li>.sub-menu {
  /* display: block; */
  /* max-height: 0; */
  /* overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out .3s, max-height ease-in-out .3s, visibility ease-in-out .3s; */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  /* animation-name: dropDown;
  animation-duration: 0.5s;
  animation-fill-mode: both; */
  opacity: 0;
  transform: translateY(10px);
}

#menu-1-f9c060c>li>.sub-menu[aria-expanded="true"] {
  /* max-height: 300px;
  opacity: 1;
  visibility: visible;
  overflow: visible; */
  opacity: 1;
  transform: translateY(0px);
}

/* @keyframes dropDown {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
} */

/* .stable .stable-1,
.stable .stable-2 {
  transition: top ease-in-out .5s, background-color ease-in-out .5s, transform ease-in-out .5s;
  top: 0;
}

.stable:hover .stable-1 {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
  background-color: #fff;
}

.stable:hover .stable-2 {
  position: relative;
  top: -100%;
  transform: translateY(100%);
  background-color: #fff;
} */

.stabe-images {
  display: flex;
}

.stabe-images img {
  width: calc(29.885057471%);
}

.stabe-images img:not(:first-child) {
  margin-left: -6.5%;
}

.elementor-button-text .currency {
  min-width: 25px;
  display: inline-block;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 1439px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.careers {
  padding: 140px 0 60px;
  background-color: #F3F7FA;
  font-family: var(--e-global-typography-primary-font-family);
}

@media (max-width: 767px) {
  .careers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.careers__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  color: #496388;
  font-size: 14px;
  margin-bottom: 16px;
}

.careers__breadcrumbs .aioseo-breadcrumb-separator:before {
  content: '/';
  margin-inline: 8px;
}

h1.careers__title {
  margin-bottom: 40px;
  max-width: 800px;
}

@media (max-width: 1200px) {
  h1.careers__title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  h1.careers__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  h1.careers__title {
    font-size: 24px;
  }
}

.careers-about {
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-gap: 50px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .careers-about {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .careers-about {
    grid-template-columns: auto;
    grid-gap: 8px;
  }
}

.careers-about__text {
  padding-top: 24px;
}

.careers-about__picture {
  position: relative;
}

@media (max-width: 992px) {
  .careers-about__picture {
    aspect-ratio: 16 / 9;
  }
}

.careers-about__picture img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.vacancies {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .vacancies {
    gap: 16px;
  }
}

.vacancies__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  transition: transform,border-color ease-in-out 0.2s;
  min-height: 228px;
  border: 2px solid transparent;
}

.vacancies__item:hover {
  border-color: #496388;
}

@media (max-width: 767px) {
  .vacancies__item {
    padding: 1.5rem;
  }
}

.vacancies__item h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  text-wrap: balance;
}

@media (max-width: 992px) {
  .vacancies__item h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .vacancies__item h4 {
    font-size: 18px;
  }
}

.vacancies__icon {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .vacancies {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .vacancies {
    grid-template-columns: 1fr;
  }

  .vacancies__item {
    min-height: auto;
  }
}

.vacancy-page {
  padding: 4rem;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .vacancy-page {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .vacancy-page {
    padding: 20px;
    font-size: 14px;
  }
}

.vacancy-page > * {
  max-width: 700px;
}

.vacancy-page > *:first-child {
  margin-top: 0;
}

.vacancy-page > *:last-child {
  margin-bottom: 0;
}

.vacancy-page ul {
  list-style: inherit;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

.vacancy-page ol li:not(:last-child),
.vacancy-page ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.vacancy-page h2,
.vacancy-page .h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .vacancy-page h2,
  .vacancy-page .h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 20px;
  }
}

.vacancy-page h3,
.vacancy-page .h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .vacancy-page h3,
  .vacancy-page .h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
}

.vacancy-page h4,
.vacancy-page .h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .vacancy-page h4,
  .vacancy-page .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
}