body {
  font-family: "Rubik", sans-serif;
  color: #4F5665;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 80px;
}

header.main_header {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  min-height: 100px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  z-index: 998;
}
header.main_header .logo {
  position: relative;
  display: block;
  width: 280px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
}
header.main_header .primary_menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header.main_header .primary_menu ul {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  list-style: none;
}
header.main_header .primary_menu ul li a {
  color: #4F5665;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
header.main_header .primary_menu ul li .menu-item__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4F5665;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
header.main_header .primary_menu ul li {
  position: relative;
}
header.main_header .primary_menu ul li .menu-item__arrow,
.mob-nav-group__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
header.main_header .primary_menu ul li.is-open .menu-item__arrow,
.mob-nav-group.is-open .mob-nav-group__arrow {
  transform: rotate(-135deg);
}
header.main_header .primary_menu ul li .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 25;
  min-width: 240px;
  padding: 12px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  list-style: none;
  border: 1px solid #d5e1ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  text-align: left;
}
header.main_header .primary_menu ul li .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}
header.main_header .primary_menu ul li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  white-space: normal;
  text-align: left;
}
header.main_header .primary_menu ul li .sub-menu li a:hover {
  background: rgba(94, 137, 251, 0.08);
  text-shadow: none;
}
header.main_header .primary_menu ul li a:hover,
header.main_header .primary_menu ul li .menu-item__toggle:hover {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
header.main_header .lang_switcher {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header.main_header .lang_switcher {
    justify-content: center;
  }
}
header.main_header .lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
}
header.main_header .lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
header.main_header .lang_switcher .wpml-ls-sub-menu {
  background-color: #fff;
}

.lang_switcher {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
}
.lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.lang_switcher .wpml-ls-sub-menu {
  background-color: #fff;
}

.mob-nav-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-nav-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.mob-nav-group__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 16px;
}

.mob-nav-group__link {
  color: #4F5665;
  font-weight: 500;
}

.orange {
  color: #F53838;
}

section {
  margin: 80px auto;
}
section h2 {
  font-size: 2em;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.cta_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}

@media (max-width: 991px) {
  .cta_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta_wrapper > div {
  position: relative;
  display: block;
}
.cta_wrapper .left_side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 50%;
}
@media (max-width: 991px) {
  .cta_wrapper .left_side {
    width: 100%;
  }
}
.cta_wrapper .right_side {
  width: 50%;
}
@media (max-width: 991px) {
  .cta_wrapper .right_side {
    width: 100%;
  }
}

.cta_form {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  margin: inherit auto;
}
.cta_form .h2 {
  font-size: 1.75em;
  font-weight: 500;
}
.cta_form input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5em;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-indent: 1rem;
}
.cta_form input[type=submit] {
  display: block;
  width: 100%;
  height: 2.5em;
  border: 1px solid #F53855;
  border-radius: 0.5em;
  text-align: center;
  color: #F53855;
  font-weight: 500;
  background-color: #fff;
}
.cta_form .lander-form-field {
  margin-bottom: 20px;
}
.cta_form .lander-form-field p {
  margin: unset;
}
.cta_form .lander-form-field label {
  position: relative;
  display: block;
  width: 100%;
}
.cta_form .lander-form-field label .iti {
  width: 100%;
}
.cta_form .lander-form-field input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5em;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-indent: 1rem;
}
.cta_form .lander-form-field input[type=submit] {
  display: block;
  width: 100%;
  height: 2.5em;
  border: 1px solid #F53855;
  border-radius: 0.5em;
  text-align: center;
  color: #F53855;
  font-weight: 500;
  background-color: #fff;
}
.cta_form .footer_form {
  position: relative;
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(243, 243, 243, 0.5);
  color: #4F5665;
  text-align: center;
  padding: 10px 15%;
  font-size: 0.75em;
}
.cta_form .footer_form a {
  color: #F53838;
}

.mobile_menu_wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  padding-top: 105px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.5s linear;
}
.mobile_menu_wrapper .lang_switcher {
  margin: 20px 0;
  align-items: center;
  justify-content: center;
}

@media(max-width: 640px) {
	.mobile_menu_wrapper .lang_switcher {
		height: 50%;
		justify-content: flex-start !important;
	}
  .cta_wrapper .right_side .offices{
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.mobile_menu_wrapper.is-active {
  position: fixed;
  opacity: 1;
  pointer-events: unset;
}
.mobile_menu_wrapper > div {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 100%;
  padding-left: 10%;
  padding-top: 10%;
}
.mobile_menu_wrapper .nav {
  position: relative;
  display: block;
}
.mobile_menu_wrapper .nav > ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu_wrapper .nav > ul > li {
  margin-bottom: 1em;
}
.mobile_menu_wrapper .nav > ul > li:last-child {
  margin-bottom: unset;
}
.mobile_menu_wrapper .nav > ul > li > a {
  text-decoration: none;
}
.mobile_menu_wrapper .wpml-ls-sub-menu {
  background-color: #fff;
  transform: translateY(-100%);
  height: 300px;
  width: 250px;
  overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    --scrollbar-visibility: hidden;
}

.mobile_menu_wrapper .wpml-ls-sub-menu::-webkit-scrollbar {
    width: 6px;
}

.mobile_menu_wrapper .wpml-ls-sub-menu::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 3px;
}

.mobile_menu_wrapper .wpml-ls-sub-menu::-webkit-scrollbar-track {
    background: #f0f0f0;
}


.slider_logo_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider_logo_swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15%;
}

.video_section .video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9 !important;
}
.video_section .video iframe, .video_section .video .wp-video, .video_section .video .wp-video-shortcode {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9 !important;
}

.target_lp_button {
  position: relative;
  display: block;
  padding: 10px 40px;
  border: 1px solid #F53855;
  color: #F53838;
  text-align: center;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none;
  clear: both;
  max-width: 280px;
  transition: all 0.25s linear;
}
.target_lp_button:hover {
  background-color: #F53838;
  color: #fff;
}

.features_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.features_wrapper .feature {
  position: relative;
  display: block;
  width: calc(33% - 30px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
}
@media (max-width: 991px) {
  .features_wrapper .feature {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .features_wrapper .feature {
    width: 100%;
  }
}
.features_wrapper .feature .icon {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.features_wrapper .feature .heading {
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.features_wrapper .feature .descr {
  text-align: center;
}

/*
.steps_wrapper{
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-left: 78px;
    counter-reset: step;
    @media (max-width:991px){
        width: 100%;
    }
    &::before{
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 100%;
        left:24px;
        background-color: #F53838;
    }
    & .step{
        position: relative;
        display: block;
        width: 100%;
        counter-increment: step;
        margin-bottom: 40px;
        &:before{
            content:counter(step);
            position: absolute;
            display: block;
            width: 48px;
            height: 48px;
            left:-78px;
            top:0;
            line-height: 48px;
            text-align: center;
            font-weight: 700;
            color: #F53838;
            border: 1px solid #F53838;
            background-color: #fff;
            border-radius: 2px;
        }
        & .heading{
            font-weight: 500;
        }
    }
}
*/
.info_block {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 13px 16px;
  border-radius: 10px;
  background: rgba(245, 56, 56, 0.05);
}
.info_block h3 {
  font-size: 1em;
  color: #F53838;
  font-weight: 500;
}

.steps_section .info_block {
  width: 70%;
}
@media (max-width: 991px) {
  .steps_section .info_block {
    width: 100%;
  }
}

.two_cols_block {
  position: relative;
  display: block;
  width: 100%;
}
.two_cols_block .two_cols_row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #EFF3F4;
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row {
    flex-direction: column;
    gap: unset;
  }
}
.two_cols_block .two_cols_row:last-child {
  border-bottom: unset;
}
.two_cols_block .two_cols_row .two_cols_col {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 0;
}
.two_cols_block .two_cols_row .two_cols_col:nth-child(1) {
  width: 40%;
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row .two_cols_col:nth-child(1) {
    width: 100%;
  }
}
.two_cols_block .two_cols_row .two_cols_col:nth-child(2) {
  width: calc(60% - 30px);
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row .two_cols_col:nth-child(2) {
    width: 100%;
  }
}
.two_cols_block .two_cols_row .two_cols_col .icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.two_cols_block .two_cols_row .two_cols_col > div {
  display: inline;
}
.two_cols_block .two_cols_row .two_cols_col p {
  margin: 0;
  padding: 0;
}

.page_content_wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 120px auto;
}

.overview_section .two_cols_block {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .overview_section .two_cols_block {
    width: 100%;
  }
}

.banner_wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 3em;
  color: #fff;
  border-radius: 30px;
}
.banner_wrapper .target_lp_button {
  border-color: #fff;
  color: #fff;
  font-size: 0.75em;
}
.banner_wrapper h2 {
  color: #fff;
  text-align: left;
}
.banner_wrapper .content {
  position: relative;
  display: block;
  width: 60%;
  z-index: 2;
}
@media (max-width: 768px) {
  .banner_wrapper .content {
    width: 100%;
    padding-bottom: 150px;
  }
}
.banner_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  bottom: 0;
  background: url(../img/illustration_image.svg) no-repeat right center;
  background-size: contain;
  width: 40%;
}
@media (max-width: 768px) {
  .banner_wrapper::after {
    height: 150px;
    width: 100%;
    right: unset;
    left: 0;
    background-position: center center;
  }
}

.faq_accordion {
  position: relative;
  display: block;
  margin: 80px auto 80px auto;
}
.faq_accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: unset;
}
.faq_accordion .accordion-item .accordion-header {
  font-size: 1.125em;
  font-weight: 500;
}
.faq_accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.125em;
  font-weight: 500;
  border: unset;
}
.faq_accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #3B3F43;
  background-image: unset;
}
.faq_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "x";
  background-color: #F53838;
}

.main_footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 3em 0 2em 0;
  background-color: #050505;
  color: #fff;
}
.main_footer a .logo {
  position: relative;
  display: block;
  height: 35px;
  background-position: left center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) !important;
}
.main_footer p {
    text-align: justify;
  font-size: 0.75em;
}
.main_footer .lang_switcher {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .main_footer .lang_switcher {
    justify-content: center;
  }
}
.main_footer .lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
  background-color: transparent;
  color: #fff;
}
.main_footer .lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.main_footer .lang_switcher .wpml-ls-sub-menu {
  background-color: #000;
  transform: translateY(-100%);
}
.main_footer .footer_menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main_footer .footer_menu ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .main_footer .footer_menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.main_footer .footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}
.main_footer .footer_menu ul li a:hover {
  text-decoration: underline;
}
.main_footer .footer_menu_2 {
  position: relative;
  display: flex;
  flex-direction: row;
  gap:60px;
  justify-content: start;
  align-items: flex-start;
}
.main_footer .footer_menu_2 ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_footer .footer_menu_2 ul li a {
  color: #fff;
  text-decoration: none;
}
.main_footer .footer_menu_2 ul li a:hover {
  text-decoration: underline;
}
.form_width.cta_form {
	max-width: 500px;
}

#wpadminbar {
  position: fixed;
  top: unset;
  bottom: 0;
}



/* special offer*/

.page_content_wrapper.special-offer {
	padding: 0;
	margin: 0 !important;
	overflow: hidden;

}
.page_content_wrapper.special-offer .hero-container {
	background: linear-gradient(180deg, var(--second-color) 0%, var(--third-color) 100%);
	border-bottom-left-radius: 44px;
	border-bottom-right-radius: 44px;
	padding-bottom: 100px;
}

.page_content_wrapper.special-offer .special-offer__hero h1 {
	color: #fff;
	font-size: 52px;
	line-height: 68px;
}
.page_content_wrapper.special-offer .hero-label {
	font-size: 20px;
	border-radius: 8px;
	background: rgb(250, 151, 109, 0.45);
	padding: 20px 24px;
	width: max-content;
}

.page_content_wrapper.special-offer .special-offer__hero p {
	color: #fff;
	font-size: 20px;
}


.page_content_wrapper.special-offer .wp-block-columns {
	margin-bottom: 0;
}

#special-offeer-form {
	box-shadow: 0px 3px 16px 0px rgba(43, 67, 63, 0.16);
	border-radius: 8px;
	padding: 32px 24px 24px 24px;
}

#special-offeer-form form {
	margin: 20px 0;
}

#special-offeer-form form input {
	padding: 0 18px;
	height: 44px;
	background: var(--second-color);
}

#special-offeer-formm form input[type=submit] {
	max-width: 250px;
	height: 48px;
	display: block;
	border-radius: 14px;
	margin: 10px auto 0 auto;
}

#special-offeer-form form input:not([type=submit]) {
	background: #F0F7FA;
	border-color: #F0F7FA;
}

#special-offeer-form p {
	margin: 8px 0 0 0;
}

.page_content_wrapper.special-offer .container {
	max-width: 100%;
	padding: 0;
}

.page_content_wrapper.special-offer .wp-block-cover__inner-container {
	max-width: 1176px;
	padding: 102px 20px 72px 20px;
	margin: 0 auto;
}

.page_content_wrapper.special-offer .wp-block-cover__inner-container .features2_wrapper .icon svg {
	stroke: #fff;
}

.page_content_wrapper.special-offer .wp-block-cover__inner-container .features2_wrapper .icon svg path {
	fill: #1A65F4;
}


.special-offer__hero .wp-block-columns {
	gap: 102px;
}

.special-offer__hero .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.special-offeer-hero-text p{
	margin-bottom: 0;
	max-width: 456px;
}

.page_content_wrapper.special-offer  .so-h-works {
	margin-top: 50px;
}

.page_content_wrapper.special-offer  .so-circle {
	color: #fff;
	background: var(--second-color);
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding: 9px;
	margin: 0 auto 32px auto;
}
.page_content_wrapper.special-offer  .so-h-work-item {
	position: relative;
}
.page_content_wrapper.special-offer  .so-h-work-item:after {
	content: "";
	position: absolute;
	background-image: url(../img/r-arrow.svg);
	top: 20px;
	right: 0;
	width: 36px;
	height: 18px;
}
.page_content_wrapper.special-offer .so-h-work-item:last-child:after {
	content: none;
}

@media (max-width: 991px) {
    .page_content_wrapper.special-offer .so-h-work-item:after {
        content: none;
    }
}

.limited__inner-container {
	max-width: 1020px;
	margin: 0 auto !important;
	padding: 0 20px;
}
.so-h-work__inner-container {
	max-width: 1020px;
	margin: 0 auto !important;
	padding: 0 20px 116px;
}

.limited__inner-container .limited-banner {
	background: linear-gradient(180deg, var(--second-color) 0%, var(--third-color) 100%);
	border-radius: 44px;
	padding-bottom: 100px;
	padding: 72px 0;
	margin-bottom: 100px;
}
.limited__inner-container .limited-banner h2 {
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}

.limited__inner-container .limited-banner p {
	color: #fff;
	max-width: 70%;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	font-weight: 500;
}

.limited__inner-container .limited-banner .wp-block-button {
    margin-top: 30px;
}

.limited__inner-container .limited-banner .lp_button_wrapper {
	margin: 0;
}

.limited__inner-container  .limited-banner  .target_lp_button {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF !important;
	border-radius: 8px !important;
	color: #1A65F4 !important;
}


.limited__inner-container  .limited-banner  .target_lp_button:hover {
	color: #1A65F4 !important;
	background-color: #FFFFFF !important;
}

@media(max-width: 640px) {
	.page_content_wrapper.special-offer .hero-container {
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		padding-bottom: 0;
	}
	.page_content_wrapper.special-offer .special-offer__hero h1 {
		font-size: 32px !important;
		line-height: 42px;
		margin-bottom: 0;
	}
	.page_content_wrapper.special-offer .hero-label {
		font-size: 14px;
		padding: 8px 18px;
	}
	.limited__inner-container .limited-banner {
		padding: 36px 16px;
		border-radius: 16px;
	}
	.limited__inner-container .limited-banner h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.limited__inner-container .limited-banner p {
		font-size: 14px;
		line-height: 22px;
		max-width: 100%;
	}
}

.page_content_wrapper.create-account {
	background: #fbdbcb;
	margin: -20px auto;
	padding: 82px 0;
	background-image: url(../img/rbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}

.page_content_wrapper.create-account .registration__block {
	max-width: 452px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 14px 0 #0000000D;
	padding: 32px 24px;
	margin: 0 auto;
}

.page_content_wrapper.create-account .registration__block h2 {
	font-size: 24px;
	font-weight: 500;
	color: #3E332E;
	line-height: 34px;
	margin-bottom: 24px;
	text-align: center;
}
.page_content_wrapper.create-account .registration__block form #cta input {
	padding: 11px;
	border: 1px solid #DADCE1;
}
.page_content_wrapper.create-account .registration__block form #cta input::placeholder {
	font-size: 14px;
	color: #8B92A1;
	line-height: 22px;
}
.page_content_wrapper.create-account .registration__block form #cta input[type=submit] {
	background: #E94E35;
	color: #fff;
	margin: 10px auto 0 auto;
	display: block;
	padding: 14px 0;
	max-width: 288px;
}

.page_content_wrapper.create-account .registration__block .registration__footer-text {
	margin: 16px 0 0;
}

.page_content_wrapper.create-account .registration__security .security__row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.page_content_wrapper.create-account .registration__security h2 {
	margin-bottom: 24px;
	color: #3E332E;
	line-height: 30px;
	font-weight: 500;
}

.page_content_wrapper.create-account .registration__security .security__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	max-width: 195px;
	font-size: 14px;
	color: #726251;
	line-height: 22px;
	font-weight: 400;
}

.page_content_wrapper.create-account .registration__block  .r-mobile-footer {
	display: none;
}

@media(max-width: 640px) {
	.page_content_wrapper.create-account .registration__security .security__item {
		margin: 0 auto;
	}

	.page_content_wrapper.create-account .registration__security h2 {
		font-size: 20px;
	}
	.page_content_wrapper.create-account .registration__block  .r-mobile-footer {
		display: block;
		font-size: 12px;
		text-align: center;
	}
	.page_content_wrapper.create-account .registration__block  .r-mobile-footer {
		display: block;
		color: #8B92A1;
		font-size: 12px;
		text-align: center;
		margin-top: 24px;
	}

	.page_content_wrapper.create-account .registration__block .registration__footer-text {
		display: none;
	}

}


.special-offer-modal {
	  position: fixed;
    top: calc(50% - 332px);
	  left: calc(50% - 288px);
	  width: 576px;
	  max-width: 100%;
	  max-height: calc(100vh - 16px);
	  padding: 58px 44px 38px 44px;
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
	  background-color: #fff;
	  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	  border-top: 8px solid #E94E35;
	  border-radius: 0 0 8px 8px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
	  scrollbar-width: thin;
    transition: opacity 0.3s ease,     visibility 0s linear 0.3s;
}

.special-offer-modal.show {
	  visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.special-offer-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.special-offer-modal__close:hover {
	transform: rotate(90deg);
}

.special-offer-modal__close img {
	width: 18px;
}

.special-offer-modal__banner {
	text-align: center;
	margin-bottom: 34px;
}

.special-offer-modal__banner img{
	width: 408px;
	max-width: 100%;
	height: 302px;
}

.special-offer-modal * {
	font-family: "DM Sans", sans-serif!important;
}

.special-offer-modal h2 {
	margin-bottom: 14px;
	font-weight: 700;
}

.special-offer-modal p strong {
	color: #E94E35;
}

.special-offer-modal .wp-block-buttons {
	margin-top: 34px;
}

.special-offer-modal .wp-block-buttons .wp-block-button__link {
	width: 272px;
	max-width: 100%;
	transition: transform 0.5s ease;
}

.special-offer-modal .wp-block-buttons .wp-block-button__link:hover {
	  transform: scale(1.1);
}

.special-offer-modal__time {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(50% - 36px);
  top: -36px;
  z-index: 1;
}

.special-offer-modal__time img {
	max-width: 100%;
}

.still-have-q .lp_button_wrapper {
	margin-top: 0;
	margin-bottom: 20px;
}

.still-have-q a {
	margin: 0 !important;
}

.contact-faq h2 {
	font-size: 32px;
}

.h-block {
	display: none !important;
}

.table thead tr th {
    background-color: #5e89fb;
    color: #fff;
}

@media (max-height: 700px) {

	.special-offer-modal .wp-block-buttons {
    margin-top: 24px;
  }

	.special-offer-modal {
		top: calc(50% - 294px);
	}

	.contact-wrapper h1 {
		font-size: 28px !important;
	}

	.contact-faq .faq_accordion {
		margin: 30px auto 30px auto
	}

	.contact-faq h2 {
		text-align: left;
	}

	.still-have-q a {
		max-width: 100% !important;
	}
}

@media (max-width: 600px) {
	.special-offer-modal {
		top: calc(50% - 306px);
		left: 10px;
		width: calc(100% - 20px);
		padding: 56px 32px 32px 32px;
	}
	.special-offer-modal__banner img {
		height: 230px;
	}
	.special-offer-modal__banner {
		margin-bottom: 0;
	}
	.special-offer-modal h2 {
		font-size: 28px !important;
	}
	.special-offer-modal p {
		font-size: 16px !important;
	}


	.h-block {
		display: block !important;
	}

	.d-block {
		display: none !important;
	}
}

header.main_header nav.primary_menu,
header.main_header .header-actions {
	display: flex;
	align-items: center;
}

header.main_header .primary_menu ul li a {
	font-size: 16px;
}

.section_cta.section_cta--flush-top {
	margin-top: 0;
	padding-top: 0;
}

.licenses-hero {
	position: relative;
	z-index: 0;
	overflow: hidden;
	isolation: isolate;
}

.page_section_gap {
	margin-top: 72px;
}

.licenses-table-wrap {
	width: 100%;
}

.licenses-table {
	width: 100%;
	table-layout: fixed;
}

.licenses-table.table thead tr th {
	font-size: 14px;
	font-weight: 700;
	white-space: normal;
	word-break: break-word;
}

.licenses-table.table td,
.licenses-table.table th {
	vertical-align: top;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.licenses-note {
	background-color: #dbeafe;
}

.about-hero__columns {
	align-items: center !important;
	gap: 32px;
}

.about-hero__content {
	padding-right: 12px;
}

.about-hero__form-col {
	display: flex;
	flex-direction: column;
}

.about-hero__form-wrap {
	margin-top: 0 !important;
}

.about-hero__form-wrap .wp-block-heading {
	margin-bottom: 20px;
}

.about-company-profile {
	padding: 20px 0 48px;
}

.about-company-profile__title {
	margin: 0 0 24px;
	color: #080808;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.about-company-profile__table {
	overflow: hidden;
	border: 1px solid #d5e1ed;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.about-company-profile__row {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	align-items: stretch;
}

.about-company-profile__row + .about-company-profile__row {
	border-top: 1px solid rgba(94, 137, 251, 0.2);
}

.about-company-profile__label,
.about-company-profile__value {
	padding: 22px 24px;
	font-size: 16px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.about-company-profile__label {
	background: #5e89fb;
	color: #ffffff;
	font-weight: 700;
}

.about-company-profile__value {
	background: #ffffff;
	color: #080808;
	font-weight: 500;
}

.about-company-profile__value a {
	color: inherit;
	text-decoration: none;
}

.about-company-profile__value a:hover {
	text-decoration: underline;
}

.about-company-timeline {
	padding: 8px 0 48px;
	scroll-margin-top: 120px;
}

.about-company-timeline__title {
	margin: 0 0 24px;
	color: #080808;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.about-company-timeline__list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.about-company-timeline__item {
	display: grid;
	grid-template-columns: 72px 28px minmax(0, 1fr);
	column-gap: 18px;
}

.about-company-timeline__year {
	padding-top: 2px;
	color: #5e89fb;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}

.about-company-timeline__marker {
	position: relative;
	display: flex;
	justify-content: center;
}

.about-company-timeline__marker::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: #5e89fb;
}

.about-company-timeline__dot {
	position: relative;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	border-radius: 50%;
	background: #5e89fb;
	box-shadow: 0 0 0 5px rgba(94, 137, 251, 0.14);
}

.about-company-timeline__content {
	padding: 0 0 34px;
}

.about-company-timeline__item-title {
	margin: 0 0 12px;
	color: #080808;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.about-company-timeline__text {
	margin: 0;
	color: #4f5665;
	font-size: 15px;
	line-height: 1.7;
}


.open-modal-messenger-btn {
	position: relative;
	width: fit-content;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	fill: #FFFFFF;
	color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 10px 16px 10px 16px;
	background-color: #06C755;
	transition: background-color .35s;
}

.open-modal-messenger-btn:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 30px;
	background:  url('../img/line-icon_x2.webp');
	background-size: 27px;
	background-position: center;
	background-repeat: no-repeat;
}

.open-modal-messenger-btn:hover {
	background-color: #0DA34A;
}

@media (max-width: 767px) {
	.about-hero__columns {
		gap: 24px;
	}

	.open-modal-messenger-btn {
		font-size: 0;
		gap: 0;
		border-radius: 6px;
    	padding: 10px 12px 10px 12px;
	}

	.about-hero__content {
		padding-right: 0;
	}

	.licenses-hero .cta_wrapper .left_side h1.wp-block-heading.has-x-large-font-size {
		font-size: 24px !important;
		line-height: 1.15;
	}

	.page_section_gap h2.wp-block-heading.has-x-large-font-size {
		font-size: 24px !important;
		line-height: 1.2;
	}

	.page_section_gap {
		margin-top: 40px;
	}

	.about-company-profile {
		padding: 12px 0 36px;
	}

	.about-company-profile__title {
		margin-bottom: 18px;
		font-size: 28px;
		text-align: left;
	}

	.about-company-profile__table {
		border-radius: 6px;
	}

	.about-company-profile__row {
		grid-template-columns: 1fr;
	}

	.about-company-profile__label,
	.about-company-profile__value {
		padding: 16px 18px;
		font-size: 16px;
	}

	.about-company-profile__value {
		border-top: 1px solid rgba(94, 137, 251, 0.2);
	}

	.about-company-timeline {
		padding: 0 0 36px;
		scroll-margin-top: 90px;
	}

	.about-company-timeline__title {
		margin-bottom: 20px;
		text-align: left;
	}

	.about-company-timeline__item {
		grid-template-columns: 18px minmax(0, 1fr);
		column-gap: 18px;
	}

	.about-company-timeline__year {
		grid-column: 2;
		padding: 0 0 10px;
		font-size: 14px;
		text-align: left;
	}

	.about-company-timeline__marker {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.about-company-timeline__content {
		grid-column: 2;
		padding: 0 0 30px;
	}

	.about-company-timeline__item-title {
		font-size: 22px;
	}

	.about-company-timeline__text {
		font-size: 16px;
		line-height: 1.6;
	}

	.licenses-table.table thead tr th {
		font-size: 12px;
		line-height: 1.25;
		padding: 8px 6px;
	}

	.licenses-table.table td,
	.licenses-table.table th {
		padding: 10px 8px;
		font-size: 13px;
	}
}

.funding-page {
	padding: 24px 0 0;
}

.funding-page__hero {
	margin-bottom: 44px;
}

.funding-page__hero h1 {
	margin: 0;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.funding-page__section + .funding-page__section {
	margin-top: 52px;
}

.funding-page__section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
}

.funding-page__section-marker {
	display: inline-block;
	width: 6px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #5e89fb 0%, #92d8ff 100%);
}

.funding-table {
	overflow: hidden;
	border: 1px solid #d5e1ed;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.funding-table__head,
.funding-row__main {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(140px, 1.15fr) minmax(90px, 0.8fr) minmax(170px, 1.1fr);
	align-items: center;
	column-gap: 24px;
}

.funding-table__head {
	padding: 18px 28px;
	background: linear-gradient(90deg, #5e89fb 0%, #92d8ff 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.funding-row + .funding-row {
	border-top: 1px solid #e6edf5;
}

.funding-row__main {
	width: 100%;
	padding: 22px 28px;
	border: 0;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.funding-row__main:hover,
.funding-row__main--active {
	background: #f4f9ff;
}

.funding-row__method {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.funding-row__icon {
	display: inline-flex;
	width: 38px;
	height: 24px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.funding-row__icon img {
	display: block;
	width: 38px;
	height: 24px;
}

.funding-row__name,
.funding-row__type,
.funding-row__fee-cell,
.funding-row__time-wrap {
	font-size: 16px;
	line-height: 1.5;
}

.funding-row__name,
.funding-row__fee-cell {
	color: #000;
}

.funding-row__type {
	color: #4f5665;
}

.funding-row__time-cell {
	justify-self: end;
}

.funding-row__time-wrap {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #4f5665;
}

.funding-row__time-cell--instant .funding-row__time-wrap {
	color: #2c80ff;
	font-weight: 500;
}

.funding-row__chevron {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: #4f5665;
	transition: transform 0.2s ease;
}

.funding-row__chevron::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.funding-row.is-open .funding-row__chevron {
	transform: rotate(180deg);
}

.funding-row__details {
	border-top: 1px solid #e6edf5;
	background: #fff;
}

.funding-row__details-inner {
	padding: 24px 28px 28px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.funding-row__details-inner a {
	color: #2c80ff;
}

@media (max-width: 991px) {
	.funding-page {
		padding-top: 8px;
	}

	.funding-page__hero {
		margin-bottom: 32px;
	}

	.funding-page__hero h1 {
		font-size: 34px;
	}

	.funding-page__section-title {
		font-size: 28px;
	}

	.funding-table__head,
	.funding-row__main {
		grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
		column-gap: 18px;
	}

	.funding-table__head > :nth-child(2),
	.funding-table__head > :nth-child(3),
	.funding-row__type-cell,
	.funding-row__fee-cell {
		display: none;
	}
}

@media (max-width: 767px) {
	.funding-page__hero h1 {
		font-size: 28px;
	}

	.funding-page__section-title {
		margin-bottom: 14px;
		font-size: 24px;
	}

	.funding-table {
		border-radius: 16px;
	}

	.funding-table__head,
	.funding-row__main {
		padding-left: 18px;
		padding-right: 18px;
	}

	.funding-table__head {
		font-size: 14px;
	}

	.funding-row__main {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.funding-row__name,
	.funding-row__time-wrap {
		font-size: 15px;
	}

.funding-row__details-inner {
		padding: 18px;
		font-size: 15px;
		line-height: 1.65;
	}
}

.income-users {
	padding: 24px 0 56px;
}

.income-users__intro {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: #23235f;
	text-transform: lowercase;
}

.income-users__title {
	margin: 0 0 48px;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.income-users__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px 78px;
}

.income-users__column {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.income-users__item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

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

.income-users__identity {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.income-users__rank {
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #23235f;
}

.income-users__avatar {
	display: block;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.income-users__name,
.income-users__amount {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #23235f;
}

.income-users__name {
	min-width: 0;
}

.income-users__amount {
	flex: 0 0 auto;
	white-space: nowrap;
	font-weight: 500;
}

.income-users__bar {
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #eef0fb;
}

.income-users__bar-fill {
	display: block;
	width: 0;
	height: 100%;
	background: #1e0b57;
	transition: width 0.85s ease;
}

.competition-table-block {
	padding: 48px 0 32px;
}

.competition-table-block__title {
	max-width: 980px;
	margin: 0 auto 32px;
	font-size: 2em;
	line-height: 1.15;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.competition-table-block__table-wrap {
	overflow: hidden;
	border: 1px solid #dfe5f1;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.06);
}

.competition-table-block__table {
	width: 100%;
	border-collapse: collapse;
}

.competition-table-block__table th,
.competition-table-block__table td {
	padding: 22px 24px;
	border-bottom: 1px solid #e7edf6;
	font-size: 16px;
	line-height: 1.45;
}

.competition-table-block__table thead th {
	background: #01055c;
	font-weight: 700;
	color: #fff;
}

.competition-table-block__table tbody td {
	color: #1f2937;
}

.competition-table-block__table tbody tr:last-child td {
	border-bottom: 0;
}

.competition-table-block__table th:first-child,
.competition-table-block__table td:first-child {
	width: 46%;
	text-align: left;
}

.competition-table-block__table th:nth-child(2),
.competition-table-block__table th:nth-child(3),
.competition-table-block__table td:nth-child(2),
.competition-table-block__table td:nth-child(3) {
	width: 27%;
	text-align: center;
}

.competition-table-block__icon {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.security-page {
	background: #fff;
	margin: 0;
}

.body_security .page_content_wrapper {
	margin-top: 0;
}

.security-page__hero {
	padding: 56px 0 72px;
	background: #eef5ff;
}

.security-page__hero-copy {
	max-width: 560px;
}

.security-page__title {
	margin: 0 0 24px;
	font-size: 48px;
	line-height: 1.1;
	font-weight: 700;
	color: #000;
}

.security-page__lead {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #4f5665;
}

.security-page__hero-media {
	display: flex;
	justify-content: center;
}

.security-page__hero-media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.security-feature-block {
	padding: 84px 0;
	margin: 0;
}

.security-feature-block--blue {
	background: #eef5ff;
}

.security-feature-block__image-wrap {
	display: flex;
	justify-content: center;
}

.security-feature-block__image-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}

.security-feature-block__content {
	max-width: 760px;
}

.security-feature-block__title {
	margin: 0 0 28px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}

.security-feature-card {
	height: 100%;
}

.security-feature-card__icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
}

.security-feature-card__title {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}

.security-feature-card__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #4f5665;
}

.security-feature-block__link {
	display: inline-flex;
	align-items: center;
	margin-top: 28px;
	font-size: 16px;
	font-weight: 500;
	color: #2c80ff;
	text-decoration: none;
}

.security-feature-block__link::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.security-feature-block__link:hover {
	color: #032b8a;
}

.security-feature-card--plain {
	padding: 0;
}
 
.security-status-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}
 
.security-status-badge--recommend {
	background: #eaf1ff;
	color: #2c80ff;
}
 
.security-status-badge--progress {
	background: #fff4e5;
	color: #b26a00;
}
 
.security-status-badge--available {
	background: #e7f7ee;
	color: #1aa053;
}
 
.security-highlight-block {
	padding: 32px 36px;
	border: 2px solid #2c80ff;
	border-radius: 20px;
	background: #f3f8ff;
}
 
.security-highlight-block__title {
	margin: 0 0 16px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}
 
.security-highlight-block__text {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.6;
	color: #4f5665;
}
 
.security-highlight-block__list {
	margin: 8px 0 0;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #4f5665;
}


@media (max-width: 1199px) {
	.competition-table-block__title {
		font-size: 1.85em;
	}

	.income-users__title {
		font-size: 42px;
	}

	.income-users__grid {
		gap: 32px 40px;
	}

	.security-page__title {
		font-size: 42px;
	}

	.security-page__lead {
		font-size: 17px;
	}

	.security-feature-block__title {
		font-size: 30px;
	}

	.security-feature-card__title {
		font-size: 20px;
	}

	.security-feature-card__text,
	.security-feature-block__link {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.competition-table-block {
		padding: 40px 0 24px;
	}

	.competition-table-block__title {
		font-size: 1.7em;
		margin-bottom: 28px;
	}

	.income-users {
		padding: 24px 0 48px;
		margin-top: 30px;
	}

	.income-users__title {
		font-size: 36px;
		margin-bottom: 36px;
	}

	.income-users__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.security-page__hero {
		padding: 40px 0 56px;
	}

	.security-page__title {
		font-size: 36px;
	}

	.security-page__lead {
		font-size: 16px;
	}

	.security-feature-block {
		padding: 64px 0;
	}

	.security-feature-block__title {
		font-size: 28px;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.competition-table-block {
		padding: 32px 0 20px;
	}

	.competition-table-block__title {
		font-size: 1.5em;
		margin-bottom: 22px;
	}

	.competition-table-block__table-wrap {
		border-radius: 20px;
	}

	.competition-table-block__table th,
	.competition-table-block__table td {
		padding: 16px 12px;
		font-size: 14px;
	}

	.competition-table-block__table th:first-child,
	.competition-table-block__table td:first-child {
		width: 52%;
	}

	.competition-table-block__table th:nth-child(2),
	.competition-table-block__table th:nth-child(3),
	.competition-table-block__table td:nth-child(2),
	.competition-table-block__table td:nth-child(3) {
		width: 24%;
	}

	.competition-table-block__icon {
		width: 18px;
		height: 18px;
	}

	.income-users {
		padding: 20px 0 40px;
	}

	.income-users__intro {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.income-users__title {
		font-size: 30px;
		margin-bottom: 28px;
	}

	.income-users__column {
		gap: 18px;
	}

	.income-users__item {
		gap: 12px;
	}

	.income-users__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.income-users__identity {
		width: 100%;
		gap: 10px;
	}

	.income-users__rank,
	.income-users__name,
	.income-users__amount {
		font-size: 16px;
	}

	.income-users__avatar {
		width: 52px;
		height: 52px;
	}

	.income-users__amount {
		padding-left: 78px;
	}

	.income-users__bar {
		height: 24px;
	}

	.security-page__hero {
		padding: 28px 0 44px;
	}

	.security-page__title {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.security-page__lead {
		font-size: 16px;
		line-height: 1.7;
	}

	.security-feature-block {
		padding: 48px 0;
	}

	.security-feature-block__title {
		font-size: 24px;
	}

	.security-feature-card__icon {
		margin-bottom: 14px;
	}

	.security-feature-card__title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.security-feature-card__text,
	.security-feature-block__link {
		font-size: 16px;
	}

	.security-page__hero-media,
	.security-feature-block__image-wrap {
		justify-content: center;
	}

	.security-feature-block__image-wrap img {
		width: 156px;
		max-width: 156px;
	}

	.security-feature-block > .container > .row {
		flex-direction: column-reverse;
	}

	.security-highlight-block {
		padding: 24px 20px;
	}
 
	.security-highlight-block__title {
		font-size: 22px;
	}
}

/* =============================================================================
 * PRODUCT PAGE (reusable across automated-trading / other feature pages)
 * =============================================================================
 */

.product-page {
	background: #fff;
	margin: 0;
}

.product-page.page_content_wrapper {
	margin-top: 0;
}

.product-hero {
	margin: 0;
	padding: 56px 0 72px;
	background: #eef5ff;
}

.product-hero__copy {
	max-width: 560px;
}

.product-hero__copy {
	max-width: 640px;
}

.product-hero__title {
	margin: 0 0 24px;
	font-size: 44px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.product-hero__lead {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.6;
	color: #4f5665;
}

.product-hero__media {
	display: flex;
	justify-content: center;
	transition: transform 0.35s ease;
}

.product-hero__media:hover {
	transform: translateY(-6px);
}

.product-hero__media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 28px;
	border-radius: 8px;
	background: var(--second-color);
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: background-color 0.2s linear;
}

.product-btn:hover {
	background: var(--third-color);
	color: #fff;
}

.product-section {
	padding: 72px 0;
	margin: 0;
}

.product-section--blue {
	background: #eef5ff;
}

.product-section--center {
	text-align: center;
}

.product-section--center .product-icon-grid {
	justify-items: center;
	text-align: center;
}

.product-section--center .product-icon-card__icon {
	margin-left: auto;
	margin-right: auto;
}

.product-section__title {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}

.product-section__text {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.product-section__text:last-child {
	margin-bottom: 0;
}

.product-section__media {
	display: flex;
	justify-content: center;
}

.product-section__media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.product-check-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-check-list--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 32px;
	row-gap: 12px;
}

.product-check-list li {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.6;
	color: #4f5665;
}

.product-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	background-image: url("/shared/img/automated-trading/icon-check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Numbered process steps */

.product-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.product-step {
	padding: 28px 24px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e3ebf7;
}

.product-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 10px;
	background: var(--second-color);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.product-step__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.product-step__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #4f5665;
}

/* Icon card grid (key features) */

.product-icon-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 24px;
	margin-top: 40px;
}

.product-icon-card {
	height: 100%;
}

.product-icon-card__icon {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
}

.product-icon-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
}

.product-icon-card__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #4f5665;
}

/* Callout boxes */

.product-callout {
	display: flex;
	gap: 16px;
	padding: 28px;
	border-radius: 14px;
	background: #f6f8fc;
	border-left: 4px solid var(--second-color);
}

.product-callout--warning {
	background: #fdf6f2;
	border-left-color: #0d0c43;
}

.product-callout__icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
}

.product-callout__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.product-callout__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #4f5665;
}

.product-callout__text + .product-callout__text {
	margin-top: 10px;
}

.product-callout__text a {
	color: var(--second-color);
	font-weight: 600;
}

/* FAQ (uses shared .faq_accordion look, scoped spacing) */

.product-faq .faq_accordion {
	margin: 0;
}

/* Final CTA */

.product-cta {
	margin: 0;
	padding: 72px 0;
	text-align: center;
	background: var(--advantages-color);
}

.product-cta__title {
	margin: 0 0 14px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.product-cta__text {
	max-width: 560px;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
	.product-hero__title {
		font-size: 38px;
	}

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

	.product-steps,
	.product-icon-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.product-hero {
		padding: 40px 0 48px;
	}

	.product-hero__title {
		font-size: 32px;
	}

	.product-section {
		padding: 48px 0;
	}

	.product-section__title {
		font-size: 24px;
	}

	.product-steps,
	.product-icon-grid,
	.product-check-list--split {
		grid-template-columns: 1fr;
	}

	.product-hero__media,
	.product-section__media {
		margin-top: 32px;
	}

	.product-callout {
		flex-direction: column;
	}
}

/* Key features section (automated-trading) */

.key-features__intro,
.key-features__footnote {
	text-align: center;
}

.key-features__intro {
	font-size: 18px;
}

.key-features__item-title {
	font-size: 16px;
	font-weight: 400;
}

/* Card variant for icon grid (visual variety on some pages) */

.product-icon-grid--cards .product-icon-card {
	padding: 28px 24px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(13, 12, 67, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-icon-grid--cards .product-icon-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(13, 12, 67, 0.1);
}

/* =============================================================================
 * RISK / DISCLOSURE PAGE (vertical article list, distinct from product pages)
 * =============================================================================
 */

.risk-page {
	background: #fff;
	margin: 0;
}

.risk-page.page_content_wrapper {
	margin-top: 0;
}

.risk-hero {
	margin: 0;
	padding: 56px 0 40px;
	background: #eef5ff;
	text-align: center;
}

.risk-hero__icon {
	width: 84px;
	height: 84px;
	margin: 0 auto 24px;
	display: block;
}

.risk-hero__title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.risk-hero__lead {
	max-width: 760px;
	margin: 0 auto 16px;
	font-size: 17px;
	line-height: 1.65;
	color: #4f5665;
}

.risk-hero__note {
	max-width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	color: #6b7280;
}

.risk-nav {
	margin: 0;
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #e3ebf7;
}

.risk-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.risk-nav__list a {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	background: #f6f8fe;
	color: #272ac6;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s linear, color 0.2s linear;
}

.risk-nav__list a:hover {
	background: var(--second-color);
	color: #fff;
}

.risk-list {
	margin: 0;
	padding: 0;
}

.risk-item {
	padding: 44px 0;
	border-bottom: 1px solid #eef1f7;
	scroll-margin-top: 24px;
}

.risk-item:last-of-type {
	border-bottom: none;
}

.risk-item--alt {
	background: #f9fbff;
}

.risk-item__inner {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.risk-item__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
}

.risk-item__number {
	flex: 0 0 auto;
	width: 44px;
	font-size: 14px;
	font-weight: 700;
	color: #b7c0d8;
}

.risk-item__title {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
}

.risk-item__text {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.risk-item__text:last-child {
	margin-bottom: 0;
}

.risk-item__text ul {
	margin: 0 0 12px;
	padding-left: 20px;
}

.risk-item__text li {
	margin-bottom: 6px;
}

.risk-notice {
	margin: 56px 0 0;
	padding: 32px;
	border-radius: 16px;
	background: #fdf6f2;
	border-left: 4px solid #0d0c43;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.risk-notice__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
}

.risk-notice__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.risk-notice__text {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.65;
	color: #4f5665;
}

.risk-notice__text:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.risk-hero__title {
		font-size: 30px;
	}

	.risk-item__inner {
		flex-direction: column;
		gap: 14px;
	}

	.risk-item__number {
		display: none;
	}

	.risk-notice {
		flex-direction: column;
		padding: 24px;
	}
}

/* =============================================================================
 * KYC PAGE (verification flow, distinct from product & risk pages)
 * =============================================================================
 */

.kyc-page {
	background: #fff;
	margin: 0;
}

.kyc-page.page_content_wrapper {
	margin-top: 0;
}

.kyc-hero {
	margin: 0;
	padding: 56px 0;
	background: #eef5ff;
}

.kyc-hero__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(54, 57, 237, 0.1);
	color: var(--second-color);
	font-size: 13px;
	font-weight: 600;
}

.kyc-hero__title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.kyc-hero__text {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.kyc-hero__text:last-child {
	margin-bottom: 0;
}

.kyc-hero__media {
	display: flex;
	justify-content: center;
}

.kyc-hero__media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.kyc-section {
	padding: 64px 0;
	margin: 0;
}

.kyc-section--blue {
	background: #eef5ff;
}

.kyc-section__title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.kyc-section__text {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.kyc-section__text:last-child {
	margin-bottom: 0;
}

/* "Kada je potrebna provjera" chip cards */

.kyc-chip-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 32px;
}

.kyc-chip {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	background: #fff;
	border: 1px solid #e3ebf7;
	border-radius: 14px;
}

.kyc-chip__icon {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
}

.kyc-chip__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #1c2333;
	font-weight: 500;
}

/* Process timeline */

.kyc-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 40px;
	counter-reset: kyc-step;
}

.kyc-timeline__step {
	position: relative;
	padding: 0 16px;
	text-align: center;
}

.kyc-timeline__step::before {
	content: "";
	position: absolute;
	top: 27px;
	left: -50%;
	width: 100%;
	height: 2px;
	background: #d5e1ed;
	z-index: 0;
}

.kyc-timeline__step:first-child::before {
	display: none;
}

.kyc-timeline__icon-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #eef5ff;
}

.kyc-timeline__icon-wrap img {
	width: 40px;
	height: 40px;
}

.kyc-timeline__title {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.kyc-note {
	max-width: 720px;
	margin: 24px auto 0;
	text-align: center;
	font-size: 15px;
	color: #6b7280;
}

/* Data handling / failure two-up */

.kyc-duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.kyc-duo__card {
	padding: 28px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e3ebf7;
}

.kyc-duo__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.kyc-duo__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #4f5665;
}

/* Protection notice */

.kyc-protection {
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 28px;
	border-radius: 14px;
	background: #f6f8fe;
	border-left: 4px solid var(--second-color);
}

.kyc-protection__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #1c2333;
}

/* Help closing line */

.kyc-help {
	text-align: center;
}

.kyc-help__title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.kyc-help__text {
	margin: 0;
	font-size: 16px;
	color: #4f5665;
}

.kyc-help__text a {
	color: var(--second-color);
	font-weight: 600;
}

@media (max-width: 991px) {
	.kyc-chip-grid,
	.kyc-timeline {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 28px;
	}

	.kyc-timeline__step:nth-child(3)::before {
		display: none;
	}

	.kyc-duo {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.kyc-hero__title {
		font-size: 30px;
	}

	.kyc-chip-grid,
	.kyc-timeline {
		grid-template-columns: 1fr;
	}

	.kyc-timeline__step::before {
		display: none;
	}

	.kyc-hero__media {
		margin-top: 28px;
	}

	.kyc-hero__media img {
		max-width: 220px;
	}

	.kyc-protection {
		flex-direction: column;
		text-align: center;
	}
}

/* =============================================================================
 * WITHDRAWAL PAGE (vertical stepper, distinct from KYC's horizontal timeline)
 * =============================================================================
 */

.wd-page {
	background: #fff;
	margin: 0;
}

.wd-page.page_content_wrapper {
	margin-top: 0;
}

.wd-hero {
	margin: 0;
	padding: 56px 0;
	background: #eef5ff;
}

.wd-hero__media {
	display: flex;
	justify-content: center;
}

.wd-hero__media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wd-hero__title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.wd-hero__text {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.wd-hero__text:last-child {
	margin-bottom: 0;
}

.wd-section {
	padding: 64px 0;
	margin: 0;
}

.wd-section--blue {
	background: #eef5ff;
}

.wd-section__title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
}

.wd-section__text {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.7;
	color: #4f5665;
}

.wd-section__text:last-child {
	margin-bottom: 0;
}

/* Vertical stepper */

.wd-stepper {
	max-width: 640px;
	margin: 32px auto 0;
}

.wd-stepper__item {
	position: relative;
	display: flex;
	gap: 20px;
	padding-bottom: 32px;
}

.wd-stepper__item:last-child {
	padding-bottom: 0;
}

.wd-stepper__item::before {
	content: "";
	position: absolute;
	top: 44px;
	left: 21px;
	width: 2px;
	bottom: 4px;
	background: #d5e1ed;
}

.wd-stepper__item:last-child::before {
	display: none;
}

.wd-stepper__icon-wrap {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #eef5ff;
}

.wd-stepper__icon-wrap img {
	width: 32px;
	height: 32px;
}

.wd-stepper__content {
	padding-top: 8px;
}

.wd-stepper__title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.wd-note {
	max-width: 640px;
	margin: 24px auto 0;
	text-align: center;
	font-size: 15px;
	color: #6b7280;
}

/* Security check card */

.wd-security-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	max-width: 760px;
	margin: 0 auto;
	padding: 28px;
	background: #fff;
	border: 1px solid #e3ebf7;
	border-radius: 16px;
}

.wd-security-card__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
}

.wd-security-card__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.wd-security-card__text {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.65;
	color: #4f5665;
}

.wd-security-card__text:last-child {
	margin-bottom: 0;
}

/* Delay reasons list */

.wd-reasons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 32px;
}

.wd-reason {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(13, 12, 67, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wd-reason:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(13, 12, 67, 0.1);
}

.wd-reason__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
}

.wd-reason__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #1c2333;
	font-weight: 500;
}

/* Important info dark panel */

.wd-important {
	max-width: 820px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 16px;
	background: var(--advantages-color);
	text-align: center;
}

.wd-important__title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.wd-important__text {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.75);
}

.wd-important__text:last-child {
	margin-bottom: 0;
}

/* Help closing line */

.wd-help {
	text-align: center;
}

.wd-help__title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.wd-help__text {
	margin: 0;
	font-size: 16px;
	color: #4f5665;
}

/* English contact page */
body.body_contact {
	background: #f7f9ff;
}

body.body_contact .page_content_wrapper {
	padding-top: 16px;
	background: linear-gradient(180deg, #f7f9ff 0, #fff 500px);
}

body.body_contact .contact-wrapper {
	position: relative;
	gap: 42px;
	padding: 54px;
	border: 1px solid #dce6fb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(3, 43, 138, .09);
}

body.body_contact .contact-wrapper h1,
body.body_contact .still-have-q h2 {
	margin-bottom: 22px;
	color: #0d0c43;
	font-weight: 700;
	line-height: 1.12;
}

body.body_contact .contact-wrapper h1 {
	font-size: clamp(34px, 4vw, 52px);
}

body.body_contact .contact-wrapper p,
body.body_contact .still-have-q p {
	max-width: 680px;
	font-size: 17px;
	line-height: 1.7;
}

body.body_contact .contact-wrapper > .wp-block-column:last-child {
	padding: 28px;
	border-radius: 18px;
	background: #f4f7ff;
}

body.body_contact .contact-wrapper h2 {
	margin-bottom: 20px;
	color: #032b8a !important;
	font-size: 25px;
	font-weight: 700;
}

body.body_contact .features_wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

body.body_contact .features_wrapper:has(> .feature:nth-child(2):last-child) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.body_contact .features_wrapper .feature {
	width: auto !important;
	min-height: 188px;
	padding: 27px;
	border: 1px solid #dce6fb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(3, 43, 138, .05);
}

body.body_contact .features_wrapper .feature .icon {
	width: 46px;
	height: 46px;
	margin: 0 0 18px;
	padding: 11px;
	border-radius: 12px;
	background: #e8efff;
	color: #032b8a;
}

body.body_contact .features_wrapper .feature .heading {
	margin-bottom: 9px;
	color: #0d0c43;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}

body.body_contact .features_wrapper .feature .descr,
body.body_contact .features_wrapper .feature p {
	margin: 0;
	color: #4f5665;
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
}

body.body_contact .still-have-q {
	padding: 40px 44px;
	border-radius: 22px;
	background: #0d0c43;
}

body.body_contact .still-have-q h2,
body.body_contact .still-have-q p {
	color: #fff !important;
}

body.body_contact .still-have-q p {
	color: rgba(255, 255, 255, .78) !important;
}

body.body_contact .still-have-q .target_lp_button#button-block_18acd51fd044545018302dab8ecf2c41 {
	border-color: #fff;
	color: #fff;
}

body.body_contact .still-have-q .target_lp_button#button-block_18acd51fd044545018302dab8ecf2c41:hover {
	background: #fff;
	color: #032b8a;
}

body.body_contact .wp-block-image.size-full {
	height: 100%;
	margin: 0;
	padding: 22px;
	border-radius: 22px;
	background: #f4f7ff;
}

body.body_contact .wp-block-image.size-full img {
	object-fit: contain;
}

body.body_contact iframe {
	border-radius: 22px;
	box-shadow: 0 16px 35px rgba(3, 43, 138, .10);
}

body.body_contact .wp-block-cover {
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 18px 38px rgba(3, 43, 138, .16);
}

body.body_contact .wp-block-cover__background {
	background-color: #0d0c43 !important;
}

@media (max-width: 991px) {
	body.body_contact .contact-wrapper { padding: 34px; gap: 28px; }
	body.body_contact .features_wrapper { grid-template-columns: 1fr; }
	body.body_contact .features_wrapper:has(> .feature:nth-child(2):last-child) { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	body.body_contact .contact-wrapper {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	body.body_contact .contact-wrapper > .wp-block-column {
		display: contents;
	}

	body.body_contact .contact-wrapper > .wp-block-column:first-child > h1 {
		order: 1;
		width: 100%;
	}

	body.body_contact .contact-wrapper > .wp-block-column:last-child > h2 {
		order: 2;
		width: 100%;
		margin: 4px 0 0;
		padding: 24px 24px 12px;
		border-radius: 18px 18px 0 0;
		background: #f4f7ff;
	}

	body.body_contact .contact-wrapper > .wp-block-column:last-child > form {
		order: 3;
		width: 100%;
		margin: 0;
		padding: 0 24px 24px;
		border-radius: 0 0 18px 18px;
		background: #f4f7ff;
	}

	body.body_contact .contact-wrapper > .wp-block-column:last-child > p {
		order: 3;
		width: 100%;
		margin: 0 !important;
		padding: 0 24px 24px;
		border-radius: 0 0 18px 18px;
		background: #f4f7ff;
	}

	body.body_contact .contact-wrapper > .wp-block-column:last-child:has(> p) > form {
		margin-bottom: 0 !important;
		border-radius: 0;
	}

	body.body_contact .contact-wrapper > .wp-block-column:first-child > p {
		order: 4;
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	body.body_contact .page_content_wrapper { padding-top: 12px; }
	body.body_contact .contact-wrapper,
	body.body_contact .still-have-q { padding: 26px 22px; }
	body.body_contact .contact-wrapper h1 {
		font-size: 30px !important;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.wd-hero__title {
		font-size: 30px;
	}

	.wd-hero__media {
		margin-top: 28px;
	}

	.wd-hero__media img {
		max-width: 220px;
	}

	.wd-reasons {
		grid-template-columns: 1fr;
	}

	.wd-security-card {
		flex-direction: column;
	}
}

/* ==========================================================================
   About page redesign (matches Contact / Security visual language)
   ========================================================================== */

body.body_about {
	background: #f7f9ff;
}

body.body_about .page_content_wrapper {
	padding-top: 16px;
	background: linear-gradient(180deg, #f7f9ff 0, #fff 500px);
}

/* Keep the About-page section order consistent in every locale. */
body.body_about .page_content_wrapper > .container > .row > .col-12 {
	display: flex;
	flex-direction: column;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .wp-block-group {
	order: 0;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .about-company-profile {
	order: 1;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .features_section {
	order: 2;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .about-company-timeline {
	order: 3;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > h2.wp-block-heading.has-text-align-center,
body.body_about .page_content_wrapper > .container > .row > .col-12 > p.has-text-align-center {
	order: 4;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .slider_logo_section {
	order: 4;
}

body.body_about .page_content_wrapper > .container > .row > .col-12 > .content_with_image_section {
	order: 5;
}

body.body_about .about-hero__columns {
	position: relative;
	gap: 42px;
	padding: 54px;
	border: 1px solid #dce6fb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(3, 43, 138, .09);
}

body.body_about .about-hero__content .wp-block-heading {
	margin-bottom: 22px;
	color: #0d0c43;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.12;
}

body.body_about .about-hero__content p {
	max-width: 680px;
	color: #4f5665;
	font-size: 17px;
	line-height: 1.7;
}

body.body_about .about-hero__form-wrap {
	padding: 28px;
	border-radius: 18px;
	background: #f4f7ff;
}

body.body_about .about-hero__form-wrap .wp-block-heading {
	color: #032b8a !important;
	font-size: 22px;
	font-weight: 700;
}

body.body_about .features_section {
	padding: 28px 0 56px;
}

body.body_about .features_section > .container > .row:first-child .wp-block-heading {
	margin-bottom: 8px;
	color: #0d0c43;
	font-size: 32px;
	font-weight: 700;
}

body.body_about .features_wrapper {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin-top: 32px;
}

body.body_about .features_wrapper .feature {
	width: auto !important;
	padding: 27px;
	border: 1px solid #dce6fb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(3, 43, 138, .05);
	text-align: left;
}

body.body_about .features_wrapper .feature .icon {
	margin: 0 0 18px !important;
	padding: 9px;
	border-radius: 12px;
	background: #e8efff;
	box-sizing: content-box;
}

body.body_about .features_wrapper .feature .heading {
	margin-bottom: 9px;
	color: #0d0c43;
	font-size: 18px;
	font-weight: 700;
	text-align: left !important;
}

body.body_about .features_wrapper .feature .descr {
	text-align: left !important;
}

body.body_about .features_wrapper .feature .descr p,
body.body_about .features_wrapper .feature .descr span {
	margin: 0;
	color: #4f5665;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400 !important;
	text-align: left !important;
}

body.body_about .about-company-profile {
	padding: 8px 0 20px;
}

body.body_about .about-company-profile,
body.body_about .about-company-profile > .container,
body.body_about .about-company-profile > .container > .row,
body.body_about .about-company-profile > .container > .row > .col-12,
body.body_about .about-company-profile__table {
	width: 100%;
	max-width: 100% !important;
	margin-right: 0;
	margin-left: 0;
}

body.body_about .about-company-profile > .container {
	padding-right: 0;
	padding-left: 0;
}

body.body_about .about-company-profile__title {
	color: #0d0c43;
}

body.body_about .about-company-profile__table {
	border: 1px solid #dce6fb;
	border-radius: 18px;
	box-shadow: 0 10px 25px rgba(3, 43, 138, .05);
}

body.body_about .about-company-profile__label {
	background: #032b8a;
}

body.body_about .about-company-timeline {
	padding: 8px 0 56px;
}

body.body_about .about-company-timeline__title {
	color: #0d0c43;
}

body.body_about .about-company-timeline__year {
	color: #032b8a;
}

body.body_about .about-company-timeline__marker::before,
body.body_about .about-company-timeline__dot {
	background: #032b8a;
}

body.body_about .about-company-timeline__dot {
	box-shadow: 0 0 0 5px rgba(3, 43, 138, .12);
}

body.body_about .about-company-timeline__item-title {
	color: #0d0c43;
}

body.body_about h2.wp-block-heading.has-text-align-center {
	color: #0d0c43;
	font-weight: 700;
}

body.body_about p.has-text-align-center {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #4f5665;
}

body.body_about .slider_logo_section {
	padding: 32px 0;
	margin: 8px 0 56px;
	border-top: 1px solid #dce6fb;
	border-bottom: 1px solid #dce6fb;
}

body.body_about .content_with_image_section {
	padding-bottom: 56px;
}

body.body_about .content_w_image .content h2 {
	color: #0d0c43;
	font-weight: 700;
}

body.body_about .content_w_image .content p {
	color: #4f5665 !important;
	line-height: 1.7;
}

body.body_about .content_w_image .img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0 !important;
	width: calc(40% - 15px) !important;
	min-width: 0;
	aspect-ratio: 504 / 312;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	align-self: center;
}

body.body_about .content_w_image .img img {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	min-height: 0 !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain !important;
	object-position: center !important;
}

body.body_about .content_w_image .content {
	width: calc(60% - 15px) !important;
	min-width: 0;
}

@media (max-width: 991px) {
	body.body_about .about-hero__columns {
		padding: 34px;
		gap: 28px;
	}

	body.body_about .features_wrapper {
		/* Override the legacy three-column feature layout on tablets and phones. */
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		grid-template-columns: none !important;
		width: 100%;
	}

	body.body_about .features_wrapper .feature {
		width: 100% !important;
		min-width: 0;
		box-sizing: border-box;
	}

	body.body_about .content_w_image .content,
	body.body_about .content_w_image .img {
		width: 100% !important;
	}

	/* The page-specific desktop rule sets a 300px minimum height. On narrow
	 * screens that makes the SVG wider than its column, so keep it fluid. */
	body.body_about .content_w_image#image_w_text_section-block_161638fe78d59ef98962ac13b3122065 .img {
		flex: 0 0 100%;
		max-width: 100% !important;
		min-height: 0 !important;
		box-sizing: border-box;
	}

	body.body_about .content_w_image#image_w_text_section-block_161638fe78d59ef98962ac13b3122065 .img img {
		height: auto !important;
	}

	body.body_about .content_w_image.right .content {
		order: 1 !important;
	}

	body.body_about .content_w_image.right .img {
		order: 2 !important;
	}
}

@media (max-width: 767px) {
	body.body_about .about-hero__columns {
		display: flex;
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
	}

	body.body_about .about-hero__columns > .wp-block-column {
		width: 100% !important;
		min-width: 0;
		flex-basis: auto !important;
	}

	body.body_about .about-hero__form-wrap {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}

	body.body_about .page_content_wrapper {
		padding-top: 12px;
	}
}

@media (max-width: 575px) {
	body.body_about .about-hero__columns {
		padding: 26px 22px;
	}

	body.body_about .about-hero__content .wp-block-heading {
		font-size: 30px !important;
		margin-bottom: 16px;
	}
}
