:root {
  --font-family-outfit: 'Outfit', sans-serif;
  --font-family-plus-jakarta: 'Plus Jakarta Sans', sans-serif;
  --flex-gap: 30px;
}


* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
h1 {
  letter-spacing: -0.04em;
}
h1 * {
  letter-spacing: initial;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-outfit);
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
  outline: none !important;
  border: none;
  background: transparent;
}
svg,
path,
circle {
  transition: all 0.3s;
}
/*
==
*/
.btn {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.06em;

}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-magnet-wrapper {
  margin: -20px;
  padding: 20px;
  display: inline-block;
}

.btn-blue {
  line-height: 36px;
  text-align: center;
  background: #242A38;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
}
.btn-blue:hover {
  color: #ffffff;
  background: #515561;
}
.btn-blue.small {
  line-height: 36px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-blue.medium-large {
  line-height: 52px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-blue.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-blue.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-red {
  line-height: 36px;
  text-align: center;
  background: #F64D60;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: 700;
}
.btn-red.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-red.medium-large {
  line-height: 44px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-red.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-red.large {
  line-height: 62px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-red:hover {
  color: #ffffff;
  background: #F87180;
}
.btn-transparent-red {
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: 1px solid #D12E56;
  color: #D12E56;
  font-size: 14px;
  padding: 0 24px;
  border-radius: 5px;
  font-weight: bold;
}
.btn-transparent-red:hover {
  border: 1px solid #D12E56;
  color: #ffffff;
  background: #D12E56;
}
.btn-transparent-red.small {
  line-height: 28px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-transparent-red.medium-large {
  line-height: 46px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-transparent-red.regular {
  line-height: 54px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-transparent-red.large {
  line-height: 62px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary-red {
  line-height: 38px;
  text-align: center;
  background: rgba(209, 46, 86, 0.2);
  color: #D12E56;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
}
.btn-secondary-red.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-secondary-red.medium-large {
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-secondary-red.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary-red.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary-red:hover {
  color: #ffffff;
  background: #D12E56;
}
.btn-secondary {
  line-height: 38px;
  text-align: center;
  background: rgba(23, 85, 153, 0.15);
  color: #175599;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #113c6b;
}
.btn-secondary.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-secondary.medium-large {
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-secondary.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary-transparent {
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: #175599;
  border: 1px solid rgba(23, 85, 153, 0.3);
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-secondary-transparent:hover {
  border: 1px solid #113c6b;
  color: #ffffff;
  background: #113c6b;
}
.btn-secondary-transparent.small {
  line-height: 28px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-secondary-transparent.medium-large {
  line-height: 46px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-secondary-transparent.regular {
  line-height: 54px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-secondary-transparent.large {
  line-height: 62px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-disabled {
  line-height: 38px;
  text-align: center;
  background: #C7CED7;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-disabled:hover {
  background: #C7CED7;
  color: #ffffff;
}
.btn-disabled.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-disabled.medium-large {
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-disabled.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-disabled.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-white {
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  color: #175599;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-white:hover {
  color: #ffffff;
  background: #113c6b;
}
.btn-white.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-white.medium-large {
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-white.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-white.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-transparent-white {
  line-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  background: transparent;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-transparent-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-transparent-white.small {
  line-height: 28px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-transparent-white.medium-large {
  line-height: 46px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-transparent-white.regular {
  line-height: 54px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-transparent-white.large {
  line-height: 62px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-disabled-white {
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
}
.btn-disabled-white:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.btn-disabled-white.small {
  line-height: 30px;
  padding: 0 8px;
  font-size: 11px;
}
.btn-disabled-white.medium-large {
  line-height: 48px;
  padding: 0 24px;
  font-size: 14px;
}
.btn-disabled-white.regular {
  line-height: 56px;
  padding: 0 24px;
  font-size: 16px;
}
.btn-disabled-white.large {
  line-height: 64px;
  padding: 0 24px;
  font-size: 16px;
}
input {
  outline: none;
  border: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html,
body {
  height: 100%;
}
h1.title {
  font-weight: 700;
  font-size: 53px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  color: #232832;
}
h1.title::selection,
h2.title::selection,
h3.title::selection,
h4.title::selection,
h5.title::selection,
h6.title::selection{
  background-color: #F64D60;
}
h1.title * {
  letter-spacing: initial;
}
h2.title {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  color: #232832;
}
h2.title * {
  /*letter-spacing: initial;*/
}
h3.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
h4.title {
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
  color: #232832;
}
h5.title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
}
h6.title {
  font-weight: 700;
  font-size: 18px;
  color: #232832;
}
body {
  background: #fff;
  font-size: 14px;
  color: #182e45;
  font-family: var(--font-family-plus-jakarta);
}
.section-head {
  margin-bottom: 32px;
}
.section-head h1.title,
.section-head h2.title,
.section-head h3.title,
.section-head h4.title {
  margin-bottom: 0;
}
.section-head a {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #676B75;
  white-space: nowrap;
}
.section-head a:hover {
  color: #242A38;
}
.video-wrap video {
  width: 100%;
  height: auto;
}
.wrapper {
  position: relative;
  padding-top: 92px;
  overflow: hidden;
}
.wrapper .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header {
  padding: 24px 0;
  z-index: 200;
  position: relative;
  /* transition: transform 0.3s; */
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header .main-menu {
  display: flex;
  align-items: center;
}
.header .main-menu li {
  position: relative;
}
.header .main-menu li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #454F63;
  position: relative;
  letter-spacing: 0.01em;
  font-family: var(--font-family-plus-jakarta);
}
.header .main-menu li a i {
  position: absolute;
  margin-left: 12px;
  transition: all 0.3s;
  transform: rotate(0);
  right: 0;
  top: 0;
}
.header .main-menu.menu-region li a i {
  position: unset;
}
.header .main-menu.menu-region li a {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.header .main-menu li:nth-child(1) {
  margin-right: 36px;
}
.header .main-menu li a.menu-with-submenu {
  padding-right: 22px;
}
.header .main-menu li:nth-child(2), .header .main-menu li:nth-child(3) {
  margin: 0 36px;
}
.header .main-menu li:nth-child(4) {
  margin-left: 36px;
}
.header .main-menu li .sub-menu-main {
  position: absolute;
  padding: 30px;
  left: -30px;
  top: 40px;
  background: #4E596F;
  box-shadow: 14px 22px 50px rgba(9, 41, 75, 0.07);
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.35s ease-out;
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  max-width: 600px;
}
.header .main-menu li .sub-menu-main .inner {
  display: flex;
}
.header .main-menu li .sub-menu-main .inner a {
  font-family: var(--font-family-plus-jakarta);
  font-size: 16px;
}
.header .main-menu li .sub-menu-main .left {
  padding-right: 30px;
  position: relative;
}
.header .main-menu li .sub-menu-main .left a {
  width: 268px;
  background: #3D4557;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.header .main-menu li .sub-menu-main .left a i {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  /*background: #D12E56;*/
  box-shadow: inset 0 0 0 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 16px 0 0;
}
.header .main-menu li .sub-menu-main .left a i svg {
  position: relative;
  z-index: 3;
}
.header .main-menu li .sub-menu-main .left a i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF8871;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
}
.header .main-menu li .sub-menu-main .left a span {
  position: relative;
  z-index: 3;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.header .main-menu li .sub-menu-main .left a:hover i:after {
  transform: scale(20);
  opacity: 1;
}
.header .main-menu li .sub-menu-main .left a:last-child {
  margin: 0;
}
.header .main-menu li .sub-menu-main .left:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  top: -30px;
  bottom: -30px;
  background: #FFFFFF;
  opacity: 0.1;
  z-index: 2;
}
.header .main-menu li .sub-menu-main .right {
  padding-left: 30px;
}
.header .main-menu li .sub-menu-main .right a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 204px;
  margin-bottom: 24px;
}
.header .main-menu li .sub-menu-main .right a:hover {
  opacity: 0.7;
}
.header .main-menu li .sub-menu-main .right a:last-child {
  margin: 0;
}
.header .main-menu li .sub-menu-main:after {
  content: '';
  display: block;
  position: absolute;
  left: 65px;
  top: -25px;
  opacity: 1;
  border: 15px solid transparent;
  border-bottom: 15px solid #4E596F;
  transition: all 0.5s;
}
.header .main-menu li .sub-menu-main:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  top: -32px;
  width: 100%;
  left: 0;
  z-index: 999;
}
.header .main-menu li .sub-menu {
  position: absolute;
  padding: 30px;
  left: -30px;
  top: 40px;
  background: #4E596F;
  box-shadow: 14px 22px 50px rgba(9, 41, 75, 0.07);
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  min-width: 240px;
}
.header .main-menu li .sub-menu a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  font-family: var(--font-family-plus-jakarta);
}
.header .main-menu li .sub-menu a:hover {
  color: #9197A5;
}
.header .main-menu li .sub-menu a:last-child {
  margin: 0;
}
.header .main-menu li .sub-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 65px;
  top: -25px;
  opacity: 1;
  border: 15px solid transparent;
  border-bottom: 15px solid #4E596F;
  transition: all 0.5s;
}
.header .main-menu li:hover .sub-menu-main {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header .main-menu li:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header .main-menu li:hover > a {
  color: #9197A5;
}
.header .main-menu li:hover > a i {
  transform: rotate(180deg);
}
.header .main-menu li:hover > a i path {
  fill: #9197A5;
}
.header .login {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #F64D60;
  margin: 0 0 0 40px;
}
.header .login:hover {
  color: #E27690;
}
.header .tablet-panel-wrap {
  border-bottom: 1px solid rgba(23, 85, 153, 0.1);
}
.header .tablet-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.header .tablet-panel .left {
  display: flex;
  align-items: center;
}
.header .tablet-panel .left a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  position: relative;
  color: #677687;
}
.header .tablet-panel .left a i {
  margin-right: 6px;
}
.header .tablet-panel .left a:first-child {
  padding-right: 16px;
  border-right: 1px solid rgba(23, 85, 153, 0.1);
  margin-right: 16px;
}
.header .burger {
  padding: 13px 11px;
  border-radius: 50%;
  background: #242A38;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
  /* &:hover {
       span {
         background: @color_red;

         & + span {
           width: 100%;
         }

         & + span + span {
           width: 100%;
         }
       }
     }*/
}
.header .burger span {
  width: 16px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.3s;
  /*& + span {
        width: 20px;
      }

      & + span + span {
        width: 15px;
      }*/
}
.header .burger span:nth-child(2) {
  margin: 3px 0;
  width: 14px;
}
.header .burger span:nth-child(3) {
  width: 12px;
}
.header .burger i {
  top: 6px;
  left: 10px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.header .mobile-panel {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  min-height: 100vh;
  margin: 0 20px;
  background: #242A38;
  padding-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: scroll;
}
.header .mobile-panel .inner {
  padding: 0;
  min-height: 100vh;
  /* .mobile-panel-head {
         padding: 16px 0;
       }*/
}
.header .mobile-panel .inner .mobile-panel-body {
  height: 100%;
  color: #ffffff;
  padding: 16px 80px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion {
  margin-bottom: 32px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card {
  border: none;
  background: transparent;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  width: 100%;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn {
  white-space: normal;
  text-align: left;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 32px 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: #ffffff;
  position: relative;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn a {
  color: #ffffff;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn i {
  position: relative;
  margin-left: 16px;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn i path + path {
  transition: all 0.3s;
  opacity: 0;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn.collapsed {
  color: #ffffff;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn.collapsed i {
  transform: rotate(0deg);
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-header .btn.collapsed i path + path {
  opacity: 1;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(23, 85, 153, 0.1);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a {
  width: 47.5%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a i {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF8871;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 16px 0 0;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a i svg {
  position: relative;
  z-index: 3;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF8871;
  transition: all 0.6s;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a span {
  position: relative;
  z-index: 3;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a:hover {
  opacity: 1;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a:hover i:after {
  transform: scale(20);
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .top a:last-child {
  margin: 0;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .links {
  display: flex;
  flex-wrap: wrap;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .links a {
  display: block;
  width: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  opacity: 0.8;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .links a:hover {
  opacity: 0.8;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card .card-body .sub-menu .links a:last-child {
  margin: 0;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card:first-child .card-header .btn {
  border-top: none;
}
.header .mobile-panel .inner .mobile-panel-body .accordion .card:last-child .card-header .btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .mobile-panel .inner .mobile-panel-body .btns a {
  display: table;
  margin-bottom: 32px;
}

.header.nav-up {
  margin-top: -100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* transform: translateY(0%); */
  background: #FFFFFF;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  padding: 16px 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header.nav-up.animate {
  position: absolute;
}
.header.dark-header {
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header.dark-header .main-menu li > a {
  color: #ffffff;
}
.header.dark-header .main-menu li > a i path {
  fill: #ffffff;
}
.header.dark-header .main-menu li:hover > a {
  color: #9197A5;
}
.header.dark-header .main-menu li:hover > a i path {
  fill: #7A8393;
}
.header.dark-header .btn-transparent-red {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.header.dark-header .btn-transparent-red:hover {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.header.dark-header .login {
  color: #ffffff;
  transition: all 0.3s;
}
.header.dark-header .login:hover {
  opacity: 0.6;
}
.header.dark-header .burger {
  background: #ffffff;
}
.header.dark-header .burger span {
  background: #242A38;
}
.header.dark-header .logo .light-logo {
  display: none;
}

.header.dark-header.navbar_fixed .logo .light-logo {
  display: block;
}
.header.dark-header.navbar_fixed .logo .dark-logo {
  display: none;
}
.header.dark-header.navbar_fixed .main-menu li > a {
  color: #182e45;
}
.header.dark-header.navbar_fixed .main-menu li > a i path {
  fill: #182e45;
}
.header.dark-header.navbar_fixed .login {
  color: #182e45;
}
.header.nav-up.animate-down {
  position: fixed;
}
.header.nav-up.top {
  position: absolute;
}
.header.nav-down {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  /*    .btn-transparent-red {
          border: 1px solid rgba(255, 255, 255, 0.6);
          color: @color_white;

          &:hover {
            border: 1px solid transparent;
            background: rgba(255, 255, 255, 0.2);
          }
        }*/
}
.header.nav-down .btn-transparent-red {
  background: #D12E56;
  color: #ffffff;
}

/*fixed header when scrolling up */
.header {
  position: fixed;
  width: 100%;
  padding: 24px 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.header.close-notification {
  transition: margin-top 0s;
}

.header.navbar_fixed:not(.active) {
  margin-top: 0 !important;
}

#site-header.active {
  top: -56px;
}

#site-header.active {
  opacity: 0 !important;
  z-index: -1;
}

.header.navbar_fixed {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 11px rgb(17 54 95 / 6%);
  color: #182e45;
  transition: all 0.3s ease 0s;
  padding: 25px 0;
  z-index: 100;
}

.header.nav-down .btn-transparent-red:hover {
  background: #E27690;
  border: 1px solid #E27690;
}
.header.nav-down .main-menu li > a {
  color: #182e45;
}
.header.nav-down .main-menu li > a i path {
  fill: #182e45;
}
.header.nav-down .main-menu li:hover > a {
  color: rgba(24, 46, 69, 0.6);
}
.header.nav-down .main-menu li:hover > a i path {
  fill: #182e45;
  opacity: 0.6;
}
.header.nav-down .login {
  color: #182e45;
  transition: all 0.3s;
}
.header.nav-down .login:hover {
  opacity: 0.6;
}
.header.nav-down .burger {
  background: #175599;
}
.header.nav-down .burger span {
  background: #ffffff;
}
.header.nav-down.dark-header .logo .light-logo {
  display: block;
}
.header.nav-down.dark-header .logo .dark-logo {
  display: none;
}
.seo-rang-area {
  text-align: center;
}
.seo-rang-area .range-content__subtitle {
  display: block;
  max-width: 770px;
  color: #7A8393;
  font-weight: 500;
  font-size: 18px;
}
.criteria {
  padding: 72px 0 120px;
}
.criteria h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 24px;
  color: #232832;
}
.criteria p {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
  color: #232832;
}
.criteria p b {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: block;
}

.faq-area {
  padding: 0 0 120px;
}
.faq-area .accordion {
  border-top: 1px solid rgba(23, 85, 153, 0.1);
}
.faq-area .accordion .card {
  border-bottom: 1px solid rgba(23, 85, 153, 0.1) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
}
.faq-area .accordion .card .card-header {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
}
.faq-area .accordion .card .card-header .btn {
  white-space: normal;
  text-align: left;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 28px 24px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  position: relative;
  color: #242A38;
  font-family: var(--font-family-outfit);
}
.faq-area .accordion .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.faq-area .accordion .card.active .card-header button[aria-expanded="false"] i {
  transform: rotate(0deg);
}
.faq-area .accordion .card.active .card-header button[aria-expanded="false"] i path {
  fill: #7A8393;
}
.faq-area .accordion .card.active .card-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.faq-area .accordion .card.active .card-header button[aria-expanded="true"] i path {
  fill: #7A8393;
}
.faq-area .accordion .card:first-child .card-header .btn:not(.collapsed) i {
  transform: rotate(180deg);
}
.faq-area .accordion .card .card-header:hover .btn {
  color: #676B75 !important;
}
.faq-area .accordion .card .card-header .btn.collapsed {
  color: #242A38;
}
.faq-area .accordion .card .card-header .btn.collapsed i {
  transform: rotate(0deg);
}
.faq-area .accordion .card .card-body {
  padding: 0 0 24px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #232832;
}
.index-page .archive-news .item p {
  text-transform: initial;
}
.flex-justify-center {
  justify-content: center;
}
.footer {
  border-top: 1px solid rgba(23, 85, 153, 0.1);
  position: relative;
  z-index: 9;
  padding: 48px 0;
  background: #fff;
}
.footer .footer_top {
  margin-bottom: 48px;
}
.footer .footer_top h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer .footer_top h6 i {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  background: #FDDEE2;
}
.footer .footer_top .success {
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  color: #24B63B;
}
.footer .footer_top .success i {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  background: rgba(36, 182, 59, 0.1);
}
.footer .footer_top ul {
  margin-top: 10px;
}
.footer .footer_top ul li {
  margin-bottom: 20px;
  display: block;
}
.footer .footer_top ul li a {
  color: #676B75;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  display: block;
}
.footer .footer_top ul li a:hover {
  color: #242A38;
}
.footer .footer_top form {
  margin-bottom: 32px;
}
.footer .footer_top form .inputs {
  width: 100%;
  position: relative;
}
.footer .footer_top form .inputs .preloader-wrap {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.footer .footer_top form .inputs .preloader-wrap .preloader {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.footer .footer_top form .btn,
.footer .footer_top form .btn-disabled {
  min-width: 50px;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.footer .footer_top form .btn path,
.footer .footer_top form .btn-disabled path {
  fill: #ffffff;
}
.footer .footer_top form .btn:hover path,
.footer .footer_top form .btn-disabled:hover path {
  fill: #ffffff;
}
.footer .footer_top form .btn-disabled {
  cursor: auto;
}
.footer .footer_top form .form-group {
  margin-bottom: 20px;
}
.footer .footer_top form .form-group input {
  border: 1px solid #E9EBED;
  background: #F7F7F8;
  border-radius: 4px;
  line-height: 22px;
  padding: 16px;
  color: #7A8393;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
}
.footer .footer_top form .form-group input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0.5);
  box-shadow: 0px 0px 1px 1px #D3D6DB;
}
.footer .footer_top form .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #677687;
}
.footer .footer_top form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #677687;
}
.footer .footer_top form .form-group ::placeholder {
  color: #677687;
}
.footer .footer_top form .form-group:last-child {
  margin-bottom: 0;
}
/*.footer .footer_top form .form-group:last-child.has-error {*/
/*  margin-bottom: 22px;*/
/*}*/
.footer .footer_top form.send .inputs .preloader-wrap {
  display: block;
}
.footer .footer_top form.send .inputs:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #ffffff;
  opacity: 0.8;
}
.footer .footer_top p {
  color: #7A8393;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  max-width: 310px;
}
.footer .footer_top .footer-accordion {
  position: relative;
  margin: 0 -20px 40px;
  border-bottom: 1px solid rgba(23, 85, 153, 0.1);
}
.footer .footer_top .footer-accordion .card {
  border: 1px solid rgba(23, 85, 153, 0.1);
  border-bottom: 0;
}
.footer .footer_top .footer-accordion .card .card-header {
  background: transparent;
  padding: 16px;
  color: #182e45;
  border: 0;
  border-radius: 0;
}
.footer .footer_top .footer-accordion .card .card-header .btn {
  width: 100%;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #232832;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_top .footer-accordion .card .card-header .btn i {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.footer .footer_top .footer-accordion .card .card-header .btn i svg path {
  fill: #232832;
}
.footer .footer_top .footer-accordion .card .card-header .btn.collapsed i {
  transform: rotate(0deg);
}
.footer .footer_top .footer-accordion .card .card-body {
  padding: 0 16px 16px;
}
.footer .footer_top .footer-accordion .card .card-body ul {
  margin: 0;
}
.footer .footer_top .footer-accordion .card .card-body ul li {
  display: block;
  margin-bottom: 20px;
}
.footer .footer_top .footer-accordion .card .card-body ul li:last-child {
  margin: 0;
}
.footer .footer_top .footer-accordion .card .card-body ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  display: block;
  color: #676B75;

}
.footer .footer_top .footer-accordion .card .card-body ul li a:hover {
  color: #242A38;
}
.footer .footer-info {
  background: rgba(23, 85, 153, 0.05);
  border-radius: 5px;
  padding: 10px 0;
}
.footer .footer-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #677687;
}
.footer .footer-info p i {
  margin-right: 12px;
}
.footer .footer-info p a {
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #182e45;
}
.footer .footer-info p.left {
  position: relative;
}
.footer .footer-info p.left:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -15px;
  bottom: -10px;
  width: 1px;
  background: rgba(23, 85, 153, 0.1);
}
.footer .footer_bottom .copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #7A8393;
}
.footer .footer_bottom .phone-application ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer_bottom .phone-application ul li:not(:last-child) {
  margin-right: 15px;
}
.footer .footer_bottom .phone-application ul li a {
  display: block;
}
.footer .footer_bottom .phone-application ul li a:hover {
  background: #E9EBED;
}
.footer .footer_bottom .social_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #677687;
}
.footer .footer_bottom .social_link ul {
  display: flex;
}
.footer .footer_bottom .social_link ul li {
  margin-left: 10px;
}
.footer .footer_bottom .social_link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background: #E9EBED;
  border-radius: 50%;
  border: 1px solid transparent;
}
.footer .footer_bottom .social_link ul li a:hover {
  background: #fff;
  border-color: #D3D6DB;
}
.footer .footer_bottom .social_link ul li a:hover path {
  fill: #454F63;
}
.footer .about-us {
  margin: 48px 0;
}
.footer .about-us p {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #7A8393;
}
.footer_bottom .main-menu.menu-region li {
  border: 1px solid #E9EBED;
  border-radius: 4px;
  min-width: 113px;
  width: auto;
  padding: 8px 16px;
}
.footer_bottom .main-menu.menu-region {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-menu.menu-region li {
  position: relative;
}
.footer_bottom .main-menu.menu-region li .menu-region-country {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #454F63;
  position: relative;
}

.footer_bottom .main-menu.menu-region li .menu-region-country svg {
  margin-right: 8px;
  flex-shrink: 0;
}

.footer_bottom .main-menu.menu-region li .menu-region-country img {
  width: 24px;
  height: 12px;
}

.footer_bottom .main-menu.menu-region li .menu-region-country span {
  color: #676B75;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  margin-left: 8px;
}

.footer_bottom .main-menu.menu-region li .sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  bottom: -32px;
  width: 100%;
  left: 0;
  z-index: 999;
}
.footer_bottom .main-menu.menu-region li .sub-menu {
  position: absolute;
  bottom: 100%;
  padding: 30px;
  right: -15px;
  background: #4E596F;
  box-shadow: 14px 22px 50px rgba(9, 41, 75, 0.07);
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-50px);
  pointer-events: none;
  min-width: 286px;
}
.subscribe-footer-wrapper {
  align-items: flex-end;
}
.subscribe-footer-wrapper:has(.form-group.has-error) {
  margin-bottom: 40px;
}
.accept input {
  display: none;
}
.accept.has-error .accept-checkbox-mask {
  border-color: #EE505A;
}

.accept .accept-checkbox-mask {
  width: 24px;
  height: 24px;
  background: #F7F7F8;
  border: 2px solid #E9EBED;
  position: relative;
  border-radius: 5px;
  margin-right: 8px;
  display: block;
  flex-shrink: 0;
}
.accept .accept-checkbox-mask:hover {
  cursor: pointer;
}
.accept .accept-checkbox-mask::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .2s;
  background-repeat: no-repeat;
  background-position: center center;
}
.accept input:checked+.accept-checkbox-mask::before {
  opacity: 1;
  background-image: url("/theme/images/icons/white-success.png");
}

.accept input:checked+.accept-checkbox-mask {
  background-color: #242A38;
  border-color: #242A38;
}

.footer .footer_top .accept p {
  font-size: 12px;
  line-height: 150%;
  max-width: 264px;
}
.accept p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #7A8393;
}
.accept p a {
  color: #676B75;
  text-decoration: underline;
}
.main-menu.menu-region li .sub-menu a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}
.main-menu.menu-region li .sub-menu a:hover {
  color: #9197A5;
}
.main-menu.menu-region li .sub-menu a:last-child {
  margin: 0;
}
.footer_bottom .main-menu.menu-region li .sub-menu:after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: -30px;
  opacity: 1;
  border: 15px solid transparent;
  border-bottom: 15px solid #4E596F;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.footer_bottom .main-menu.menu-region li:hover .sub-menu {
  opacity: 1;
  transform: translateY(-15px);
  pointer-events: auto;
}
.main-menu.menu-region li:hover > a {
  color: #9197A5;
}
.main-menu.menu-region li:hover > a i {
  transform: rotate(180deg);
}
.main-menu.menu-region li:hover > a i path {
  fill: #9197A5;
}

.footer_bottom .main-menu.menu-region li .sub-menu .item:not(:last-child) {
  margin-bottom: 32px;
}

.footer_bottom .main-menu.menu-region li .sub-menu .item h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 4px;
  font-family: var(--font-family-plus-jakarta);
}
.footer_bottom .main-menu.menu-region li .sub-menu .item p {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.footer_bottom .main-menu.menu-region li .sub-menu .item svg {
  margin-right: 8px;
}
.footer_bottom .main-menu.menu-region li .sub-menu .item strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-left: 8px;
}
.footer_bottom .main-menu.menu-region li .sub-menu .item img {
  width: 24px;
  height: 12px;
}

.footer_bottom .main-menu.menu-region li .sub-menu-main .inner {
  flex-direction: column;
  max-width: 113px;
  width: 100%;
}
.open-menu {
  overflow: hidden;
}
.open-menu .header .burger {
  background: #242A38;
  /* &:hover {
         span {
           background: @color_red;

           & + span {
             width: 100%;
           }

           & + span + span {
             width: 100%;
           }
         }
       }*/
}
.open-menu .header .burger span {
  opacity: 0;
}
.open-menu .header .burger i {
  opacity: 1;
}
.open-menu .header .mobile-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.merchant-services-page {
  padding: 0;
}
.merchant-services-head {
  background: #FFF5F3;
  padding: 134px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 900px;
  height: 100vh;
}
.merchant-services-head h1.title {
  margin-bottom: 24px;
}
.merchant-services-head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 48px;
  max-width: 470px;
  color: #454F63;
}
.merchant-services-head .btn-red {
  line-height: 62px;
  padding: 0 24px;
  font-size: 16px;
}
.merchant-services-head .video-wrap .merchant-video {
  width: 100%;
  height: auto;
}
.merchant-section {
  padding: 160px 0;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
.merchant-section h3.title {
  margin-bottom: 24px;
  max-width: 470px;
  letter-spacing: -0.035em;
}
.merchant-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
  max-width: 470px;
}
.merchant-section .img-wrap {
  position: relative;
  margin: auto;
  text-align: center;
  display: table;
}
.merchant-section.merchant-card .img-wrap .merchant-card {
  width: 303px;
  height: 193px;
  top: 65px;
  left: 47px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 21px 30px rgba(9, 41, 75, 0.1);
  border-radius: 10px;
}
.merchant-section.merchant-card .img-wrap span {
  background: #FFFFFF;
  box-shadow: 0px 17px 20px rgba(9, 41, 75, 0.05);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.merchant-section.merchant-card .img-wrap .card-1 {
  width: 63px;
  height: 45px;
  top: 83px;
  left: 123px;
}
.merchant-section.merchant-card .img-wrap .card-2 {
  top: 75px;
  left: 210px;
  width: 85px;
  height: 61px;
}
.merchant-section.merchant-card .img-wrap .card-3 {
  width: 81px;
  height: 60px;
  top: 56px;
  right: 47px;
}
.merchant-section.merchant-card .img-wrap .card-4 {
  width: 139px;
  height: 101px;
  right: -21px;
  top: 130px;
}
.merchant-section.merchant-card .img-wrap .card-5 {
  width: 105px;
  height: 68px;
  bottom: 74px;
  left: 157px;
}
.merchant-section.merchant-card .img-wrap .card-6 {
  bottom: 99px;
  left: 42px;
  width: 85px;
  height: 61px;
}
.merchant-section.quick-payouts .img-1 {
  width: 177px;
  height: 177px;
  position: absolute;
  top: 37px;
  left: 42px;
  z-index: 1;
}
.merchant-section.quick-payouts .img-2 {
  width: 161px;
  height: 161px;
  position: absolute;
  right: 53px;
  bottom: 81px;
}
.merchant-section.integrate .img-wrap {
  min-width: 532px;
  max-width: 100%;
  min-height: 326px;
  max-height: 326px;
  text-align: right;
  position: relative;
}
.merchant-section.integrate span {
  display: inline-block;
  box-shadow: 0px 8px 26px rgba(9, 41, 75, 0.1);
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
}
.merchant-section.integrate .img-1 {
  width: 200px;
  height: 155px;
  top: 0;
  right: 0;
  z-index: -1;
}
.merchant-section.integrate .img-2 {
  width: 200px;
  height: 155px;
  top: 40px;
  left: 0;
  z-index: -1;
}
.merchant-section.integrate .img-3 {
  width: 244px;
  height: 188px;
  position: absolute;
  bottom: 0px;
  right: 26px;
}
.merchant-section.integrate .img-4 {
  width: 170px;
  height: 131px;
  position: absolute;
  bottom: 0px;
  left: 99px;
}
.merchant-section.integrate .img-5 {
  width: 205px;
  height: 159px;
  position: absolute;
  top: 30px;
  left: 157px;
}
.merchant-section.paid-link .img-wrap {
  min-width: 468px;
  max-width: 100%;
  min-height: 470px;
  max-height: 470px;
  text-align: left;
  position: relative;
}
.merchant-section.paid-link .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-height: 298px;
  flex-shrink: 0;
  border-radius: 10px;
  display: inline-block;
  filter: drop-shadow(0px 21px 30px rgba(9, 41, 75, 0.1));
}
.merchant-section.paid-link .img-2 {
  position: absolute;
  right: 0;
  bottom: -100px;
  max-width: 100%;
  min-height: 298px;
  flex-shrink: 0;
  border-radius: 10px;
  display: inline-block;
  filter: drop-shadow(0px 21px 30px rgba(9, 41, 75, 0.1));
}
.merchant-section.alternative-payment span {
  position: absolute;
  flex-shrink: 0;
  display: inline-block;
}
.merchant-section.alternative-payment .img-1 {
  width: 115px;
  height: 115px;
  top: 0;
  right: 60px;
}
.merchant-section.alternative-payment .img-2 {
  width: 92px;
  height: 92px;
  left: 0;
  top: 137px;
}
.merchant-section.alternative-payment .img-3 {
  width: 56px;
  height: 59px;
  bottom: 170px;
  right: 0;
}
.merchant-section.alternative-payment .img-4 {
  width: 208px;
  height: 208px;
  left: 66px;
  bottom: 0;
  filter: drop-shadow(0px 21px 30px rgba(9, 41, 75, 0.1));
}
.merchant-section.protect .bg {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #FFF2F1;
}
.merchant-section.protect .img-1 {
  width: 350px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.simple-pricing {
  padding: 120px 0;
  background: #FEF0F2;
}
.simple-pricing h2.title {
  max-width: 340px;
}
.simple-pricing h2.title span {
  color: #F64D60;
  display: inline-block;
}
.simple-pricing .pricing-content {
  max-width: 480px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.simple-pricing .pricing-content .tarif .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #454F63;
}
.simple-pricing .pricing-content .tarif .price {
  color: #F64D60;
  font-size: 43px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  display: flex;
  display: -webkit-box;
  align-items: center;
  flex: 1 0 auto;
  font-family: var(--font-family-outfit);
}
.simple-pricing .pricing-content .tarif .price .price-plus {
  display: block;
  font-size: 22px;
  margin: 0 16px;
  font-weight: 700;
}
.simple-pricing .pricing-content .tarif .price .price-cash {
  display: block;
  font-size: 22px;
}
.simple-pricing .pricing-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #454F63;
  max-width: 470px;
}
.sm_price_area_price .price-info__header.stuck .price-tariff {
  justify-content: space-between;
}
.sm_price_area_price .price-info__name-link {
  color: #175599;
  text-decoration: underline;
}
.sm_price_area_price .price-info__name-link:hover {
  color: #113c6b;
  text-decoration: none;
}
.safenetpay-quote {
  padding: 120px 0;
  background-color: #FFFFFF;
}
.safenetpay-quote h3.title {
  text-align: center;
  margin-bottom: 24px;
}
.safenetpay-quote .customer-wrap {
  background: #E5EAEF;
  border-radius: 3px;
  padding: 10px;
}
.safenetpay-quote .customer-wrap .inner {
  padding: 80px;
  background: #FFFFFF;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 10px;
  display: flex;
}
.safenetpay-quote .customer-wrap .inner .customer-logo {
  min-width: 170px;
  width: 170px;
  margin-right: 40px;
}
.safenetpay-quote .customer-wrap .inner .customer-msg {
  padding-left: 68px;
  position: relative;
}
.safenetpay-quote .customer-wrap .inner .customer-msg i {
  position: absolute;
  left: 0;
  top: 0;
}
.safenetpay-quote .customer-wrap .inner .customer-msg p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  align-self: stretch;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #232832;
  position: relative;
}
.safenetpay-quote .customer-wrap .inner .customer-msg p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: #E9EBED;
}
.safenetpay-quote .customer-wrap .inner .customer-msg span {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7A8393;
}
.complex-solution {
  background: #FFFFFF;
  color: #ffffff;
}
.complex-solution__inner {
  padding: 40px 32px;
  background: #3A404C;
  border-radius: 10px;
  margin: 0 40px;
}
.complex-solution .desc .title {
  margin-bottom: 32px;
  max-width: 670px;
  color: #FFFFFF;
}
.complex-solution .desc p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 32px;
  max-width: 570px;
}
.complex-solution .desc .btn-red {
  padding: 0 24px;
  max-width: 270px;
  min-width: 270px;
  width: 100%;
  line-height: 62px;
  font-weight: 700;
  display: block;
}
.complex-solution .items {
  display: flex;
  align-items: flex-start;
}
.complex-solution .items .item {
  max-width: 33%;
  margin: 0 36px;
  display: flex;
}
.complex-solution .items .item:first-child {
  margin-left: 0;
}
.complex-solution .items .item:last-child {
  margin-right: 0;
}
.complex-solution .items .item svg {
  margin-right: 16px;
}
.complex-solution .items .item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  width: calc(100% - 72px);
  word-break: break-word;
}
.complex-solution.payment-types .desc {
  margin-bottom: 168px;
}
.complex-solution.complex-solution-sm {
  margin: 0 0 32px;
}
.complex-solution.complex-solution-sm .desc .title {
  font-weight: 700;
  font-size: 34px !important;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.complex-solution.complex-solution-sm .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  max-width: 706px;
  opacity: 0.8;
}
.complex-solution.complex-solution-sm .desc .btn-red {
  line-height: 48px;
}
.complex-solution .img-wrap {
  width: 200px;
  min-width: 200px;
  margin-right: 32px;
}
.complex-solution .img-wrap img {
  border-radius: 5px;
}
.complex-solution.light {
  background: rgba(23, 85, 153, 0.05);
}
.complex-solution.light .title {
  color: #182e45;
}
.complex-solution.light p {
  color: #677687;
}

.app-advertisement {
  margin-bottom: 120px;
}
.app-advertisement__inner {
  padding-bottom: 78px;
  padding-top: 80px;
  align-items: center;
}
.complex-solution.app-advertisement .desc .title {
  max-width: 100%;
}
.app-qr-img {
  width: 224px;
  margin-bottom: 12px;
}
#qr-code-modal-inner {
  padding: 48px 0;
  align-items: center;
}
#qr-code-modal-inner .success-msg--text {
  margin-top: 32px;
  text-align: center;
}
#qr-code-modal-inner .modal-head {
  margin-bottom: 48px;
}
.cashback-page {
  padding: 0;
}
.cashback-page-head {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cashback-page-head h1.title {
  color: #101828;
  font-family: var(--font-family-outfit);
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.53px;
  margin-bottom: 40px;
}
.cashback-page-head p {
  color: #3B424F;
  font-family: var(--font-family-outfit);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 20px;
}
.cashback-page-head .btn-blue {
  line-height: 20px;
  font-weight: 700;
  padding: 16px;
  font-size: 14px;
  border-radius: 4px;
}
.cashback-page-head .video-wrap .merchant-video {
  width: 100%;
  height: auto;
}
@media(max-width: 991px) {
  .cashback-page-head h1.title {
    font-size: 44px;
  }
}
@media(max-width: 767px) {
  .cashback-page-head h1.title {
    font-size: 30px;
  }
  .cashback-page-head p {
    font-size: 20px;
  }
}
.cashback-section-head {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.cashback-section-head h2 {
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 51.6px */
  letter-spacing: -0.43px;
}
@media(max-width: 991px) {
  .cashback-section-head h2 {
    font-size: 38px;
  }
}
@media(max-width: 767px) {
  .cashback-section-head {
    margin: 0;
  }
  .cashback-section-head h2 {
    font-size: 26px;
  }
}
.cashback-section {
  font-family: var(--font-family-outfit);
  padding: 114px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
.cashback-section h2.title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 44.2px */
  letter-spacing: -0.34px;
  margin-bottom: 24px;
  max-width: 470px;
}
.cashback-section p {
  color: #7A8393;
  font-family: var(--font-family-plus-jakarta);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.cashback-section .img-wrap {
  position: relative;
  margin: auto;
  text-align: center;
  display: table;
}
.cashback-section.cashback-aster-notes {
  margin: 6px auto;
  font-family: var(--font-family-plus-jakarta);
  width: 100%;
  justify-content: center;
  display: flex;
}
.cashback-section.cashback-aster-notes .cashback-aster-notes-container {
  padding: 0 56px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  width: 970px;
}
.cashback-section.cashback-aster-notes p {
  color: #232832;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  margin-bottom: 8px;
  margin-left: -16px;
}
.cashback-section.cashback-aster-notes ol {
  margin-bottom: 0;
}
.cashback-section.cashback-aster-notes li {
  color: #3B424F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 991px) {
  .cashback-section {
    padding: 40px 0 0;
    margin-bottom: 80px;
  }
  .cashback-section .img-wrap {
    margin-top: 40px;
  }
  .cashback-section h2.title {
    font-size: 32px;
  }
  .cashback-section.cashback-aster-notes {
    justify-content: start;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cashback-section h2.title {
    font-size: 23px;
  }
  .cashback-section p {
    font-size: 16px;
  }
}


.security-head {
  text-align: center;
  padding: 120px 0;
}
.security-head h1 {
  margin-bottom: 24px;
}
.security-head p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.8;
  max-width: 770px;
  margin: 0 auto 16px;
  color: #677687;
}
.security-head .images {
  text-align: center;
}
.security-head .images span {
  margin: 32px 32px 0 32px;
  display: inline-block;
}
.security-blocks {
  padding-bottom: 88px;
}
.security-blocks .item {
  margin-bottom: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(23, 85, 153, 0.1);
  box-sizing: border-box;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 5px;
  transition: all 0.3s;
  padding: 48px 32px;
}
.security-blocks .item .ico {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.security-blocks .item .ico svg {
  position: relative;
  z-index: 2;
}
.security-blocks .item .ico:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #E9EBED;
}
.security-blocks .item h5 {
  margin-bottom: 16px;
}
.security-blocks .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.security-blocks .item:hover {
  box-shadow: 12px 12px 30px rgba(17, 54, 95, 0.13);
}
.security-blocks .item:hover .ico:after {
  transform: scale(1.25);
}
.wrapper.international-payments-page {
  padding-top: 0;
}
.international-business-payments {
  padding: 176px 0 168px;
  background: #3A404C;
  color: #ffffff;
}
.international-business-payments h1.title {
  margin-bottom: 24px;
  color: #FFFFFF;
}
.international-business-payments p {
  max-width: 570px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  opacity: 0.8;
  margin-bottom: 24px;
}
.international-business-payments .video-wrap {
  max-height: 423px;
}
.international-business-payments .video-wrap .business-payments-video {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 423px;
}
.international-business-payments .btn-red {
  padding-right: 37px;
  padding-left: 37px;
}
.international-business-blocks {
  margin: -48px 0 0;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  position: relative;
}
.international-business-blocks::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  width: 100%;
  background: #3A404C;
}
.international-business-blocks .item {
  background: #FFFFFF;
  border: 1px solid #E9EBED;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 5px;
  margin-bottom: 86px;
  padding: 48px 58px 80px 40px;
  transition: all 0.3s;
}
.international-business-blocks .item h3.title {
  margin-bottom: 16px;
}
.international-business-blocks .item .ico {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
}
.international-business-blocks .item .ico svg {
  position: relative;
  z-index: 2;
}
.international-business-blocks .item .ico:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #E9EBED;
}
.international-business-blocks .item .ico.pink:after {
  background: #FFE7EC;
}
.international-business-blocks .item .ico.blue:after {
  background: #C9EBFF;
}
.international-business-blocks .item .ico.yellow:after {
  background: #FFFAC9;
}
.international-business-blocks .item .ico.green:after {
  background: #C9FFD1;
}
.international-business-blocks .item h5 {
  font-weight: bold;
  font-size: 29px;
  line-height: 46px;
  margin-bottom: 16px;
}
.international-business-blocks .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.international-business-blocks .item:hover {
  box-shadow: 12px 12px 30px rgba(17, 54, 95, 0.13);
}
.international-business-blocks .item:hover .ico:after {
  transform: scale(1.25);
}
.safenetpay-quote-payments {
  padding-top: 0;
  background-color: #FFFFFF;
}

.b2c-open-account {
  max-height: 900px;
  height: 900px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
}

.b2c-open-account h1 {
  margin-bottom: 24px;
}
.b2c-open-account p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
  margin-bottom: 48px;
}
.b2c-open-account .btn-magnet-wrapper .btn {
  padding: 0 37px;
  letter-spacing: 0.06em;
}
.b2c-open-account img {
  max-width: 510px;
  max-height: 570px;
}
@media (max-width: 767px) {
  .b2c-open-account {
    margin-bottom: 40px;
  }
  .b2c-open-account .col-md-6 {
    text-align: center;
    margin-bottom: 40px;
  }
  .b2c-open-account .col-md-6 p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .b2c-open-account .flex-img-container {
    display: flex;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .b2c-open-account {
    margin-top: 60px;
  }
}

.b2c-advantages {
  background: #FFFFFF;
  margin: 0 98px;
  border-radius: 12px;
}
.b2c-advantages .container {
  padding: 56px 32px;
  background: #F9E9E4;
  border-radius: 12px;
}
.b2c-advantages .b2c-advantages-item {
  padding: 0 32px;
  --flex-items: 3; /* Number of flex items*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}
.b2c-advantages .b2c-advantages-item p {
  font-size: 16px;
}
.b2c-advantages .row {
  justify-content: center;
  align-items: flex-start;
  gap: var(--flex-gap);
}
.b2c-advantages h4 {
  margin: 10px 0;
}
.b2c-advantages .b2c-advantages-icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 1199px) {
  .b2c-advantages {
    padding: 0;
    --flex-gap: 32px;
    margin: 0;
  }
  .b2c-advantages .container {
    background: #FFFFFF;
  }
  .b2c-advantages .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .b2c-advantages .b2c-advantages-item {
    --flex-items: 1; /* Number of flex items*/
    background: #F9E9E4;
    padding: 40px 32px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .b2c-advantages {
    margin: 0 16px;
  }
}

.b2c-card-section {
  margin: 80px 98px;
}
.b2c-card-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  padding: 40px 56px 56px;
}
.b2c-accounts {
  background: #F5F5F5;
  border-radius: 12px;
}
.b2c-debit-card {
  background: #FEF0F2;
}
.b2c-card-section .row {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 56px;
}
.b2c-card-section img {
  width: 522px;
  height: 320px;
  padding: 30px 24px 31px 24px;
}
.b2c-card-section h1 {
  color: #101828;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.53px;
}
.b2c-card-section h6 {
  color: #101828;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
}
@media (max-width: 1199px) {
  .b2c-card-section {
    margin: 68px 0;
  }
  .b2c-card-section .container {
    padding: 36px 0;
  }
  .b2c-card-section .row {
    flex-direction: column;
    align-items: start;
    gap: 36px;
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .b2c-debit-card {
    border-radius: 12px;
  }
  .b2c-card-section h1 {
    font-size: 44px;
  }

  .b2c-card-section img {
    padding: 0;
    width: 664px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .b2c-card-section h1 {
    font-size: 30px;
  }
  .b2c-card-section {
    margin: 41px 16px;
  }
  .b2c-card-section .row {
    gap: 20px;
  }
}

.b2c-price-section .container {
  padding-left: 100px;
  padding-right: 100px;
}
.b2c-price-section .container.price-tariff-b2c-uk {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .b2c-price-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .b2c-price-section .container.price-tariff-b2c-uk {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}
@media (max-width: 768px) {
  .b2c-price-section .container, .b2c-price-section .container.price-tariff-b2c-uk {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .b2c-advantages .row {
    margin-left: 0;
    margin-right: 0;
  }
  .b2c-card-section .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.b2c-social {
  margin: 0 auto 180px;
}
.b2c-social h2 {
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.43px;
  text-align: center;
  margin-bottom: 48px;
}
.b2c-social .row {
  gap: 40px;
  justify-content: center;
}
.b2c-social-item {
  justify-content: center;
}
.b2c-social-item p {
  padding: 32px 20px;
  border-radius: 8px;
  border: 2px solid #C3C5C9;
  font-family: var(--font-family-plus-jakarta);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
.b2c-social-open-account {
  font-size: 18px;
  margin-bottom: 32px;
  margin-top: 40px;
}
.b2c-social-buttons {
  gap: 40px;
  justify-content: center;
}
.b2c-social-buttons button {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .b2c-social-item p {
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .b2c-social-open-account {
    padding: 0 16px 32px;
  }
}

.b2c-blog .archive-news .col-lg-6:nth-child(2n) {
  padding-right: 0;
}
.b2c-blog .archive-news .col-lg-6:nth-child(2n+1) {
  padding-left: 0;
}
.b2c-blog-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.b2c-blog-header a, .b2c-blog-footer a {
  color: #676B75;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.b2c-blog-footer {
  display: none;
}
@media (max-width: 991px) {
  .b2c-blog .archive-news .col-lg-6:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
  }
  .b2c-blog .archive-news .col-lg-6:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .b2c-blog {
    margin-left: 16px;
    margin-right: 16px;
  }
  .b2c-blog .archive-news {
    padding-bottom: 0;
  }
  .b2c-blog-header {
    justify-content: center;
  }
  .b2c-blog-header a {
    display: none;
  }
  .b2c-blog-footer {
    justify-content: center;
    display: flex;
    padding-bottom: 180px;
  }
}

.bisiness-bank-page {
  padding-top: 0;
}
.free-multi-currency {
  background: #FFF5F3;
  max-height: 900px;
  height: 900px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
}
.free-multi-currency h1 {
  margin-bottom: 24px;
}
.free-multi-currency p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
  margin-bottom: 24px;
  max-width: 370px;
}
.free-multi-currency .btn-magnet-wrapper .btn {
  padding: 0 37px;
  letter-spacing: 0.06em;
}
.multi-currency-business {
  padding-bottom: 90px;
  padding-top: 120px;
  background-color: #FFFFFF;
}
.multi-currency-business h3.title {
  margin-bottom: 40px;
}
.multi-currency-business h4.title {
  margin-bottom: 32px;
}
.multi-currency-business .flags {
  max-width: 500px;
  flex-wrap: wrap;
  margin: 0 auto 120px;
}
.multi-currency-business .flags .item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.multi-currency-business .flags .item img {
  border-radius: 5px;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
}
.multi-currency-business .flags .item span {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8C96A2;
}
.multi-currency-business .accounts {
  margin-bottom: 32px;
}
.multi-currency-business .accounts .item {
  border: 1px solid #E9EBED;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 10px;
  transition: all 0.3s;
  padding: 38px 38px 24px;
  margin-bottom: 32px;
}
.multi-currency-business .accounts .item h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 147.4%;
  margin-bottom: 32px;
  letter-spacing: -0.04em;
}
.multi-currency-business .accounts .item ul {
  margin-bottom: 32px;
}
.multi-currency-business .accounts .item ul li {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  margin-bottom: 16px;
  color: #232832;
}
.multi-currency-business .accounts .item ul li i {
  margin-right: 16px;
}
.multi-currency-business .accounts .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  margin-bottom: 32px;
  min-height: 84px;
  color: #232832;
}
.multi-currency-business .accounts .item:hover {
  box-shadow: 12px 12px 30px rgba(17, 54, 95, 0.13);
}
.multi-currency-business .blocks .item {
  border: 1px solid #E9EBED;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.3s;
  margin-bottom: 30px;
  min-height: 170px;
}
.multi-currency-business .blocks .item .ico {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
.multi-currency-business .blocks .item .ico svg {
  position: relative;
  z-index: 2;
}
.multi-currency-business .blocks .item .ico:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #E9EBED;
}
.multi-currency-business .blocks .item .ico.pink:after {
  background: #FFEAF9;
}
.multi-currency-business .blocks .item .ico.blue:after {
  background: #D1FAFF;
}
.multi-currency-business .blocks .item .ico.yellow:after {
  background: #FFF5DD;
}
.multi-currency-business .blocks .item .ico.green:after {
  background: #D1FFD9;
}
.multi-currency-business .blocks .item h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #232832;
  text-transform: uppercase;
  font-family: var(--font-family-plus-jakarta);
}
.multi-currency-business .blocks .item:hover {
  box-shadow: 12px 12px 30px rgba(17, 54, 95, 0.13);
}
.multi-currency-business .blocks .item:hover .ico:after {
  transform: scale(1.17);
}
.prices {
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.prices .item {
  border-radius: 10px;
  background: #175599;
  position: relative;
  margin-bottom: 24px;
}
.prices .item::before {
  background: #242A38;
}
.prices .item::after {
  background: #F3F6FA;
}
.prices .item .inner {
  position: relative;
  background: #F3F6FA;
  border-radius: 8px;
  z-index: 2;
  transition: all 0.3s;
  bottom: 0;
  padding: 48px 32px;
  text-align: center;
}
.prices .item .inner h4 {
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
  position: relative;
  padding-right: 12px;
  display: table;
  margin: 0 auto 16px;
  color: #232832;
}
.prices .item .inner h4 span {
  position: absolute;
  right: 0;
  top: -3px;
  color: #8C96A2;
  font-size: 22px;
  font-weight: 500;
}
.prices .item .inner .price {
  font-weight: 400;
  font-size: 13px;
  line-height: 39px;
  color: #677687;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.prices .item .inner .price b {
  font-weight: 700;
  font-size: 27px;
  color: #F64D60;
  line-height: 140%;
  margin-right: 6px;
}
.prices .item .inner ul {
  margin-bottom: 24px;
}
.prices .item .inner ul li {
  margin-bottom: 16px;
  color: #232832;
}
.prices .item .inner ul li p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.prices .item .inner ul li p b {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}
.prices .item .inner .btn-blue,
.prices .item .inner .btn-red {
  display: table;
  margin: 0 auto 24px;
  padding: 0 38px;
  line-height: 52px;
}
.prices .item .inner .link, .price-inner-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #232832;
  display: block;
}
.prices .item .inner .link:hover, .price-inner-link:hover {
  color: #676B75;
}
.prices .item::before,
.prices .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 4;
  border-radius: 0 0 8px 8px;
  transition: all 0.3s;
}
.prices .item:hover::after {
  height: 0;
  bottom: 10px;
}
.prices .item.premium {
  background: #D12E56;
}
.prices .item.premium::before {
  background: #F64D60;
}
.prices .item.premium::after {
  background: #FCF4F6;
}
.prices .item.premium .inner {
  background: #FCF4F6;
}
.prices .item.premium .inner .popular {
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  display: block;
  color: #F64D60;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.prices .item.premium .inner .link {
  color: #F64D60;
}
.prices .item.premium .inner .link:hover {
  color: #F75F70;
}

.prices .item.premium.bespoke .inner .link {
  color: #232832;
}
.prices .item.premium.bespoke .inner .link:hover {
  color: #676B75;
}
.prices .item.bespoke .bespoke-text {
  font-weight: 400;
  font-size: 14px;
  color: #182e45;
  max-width: 210px;
  text-align: left;
  margin: 0 auto 132px;
}
.prices .item.bespoke .bespoke-text a {
  color: #F64D60;
  text-decoration: none;
}
.prices .item.bespoke .bespoke-text a:hover {
  color: #F75F70;
  text-decoration: none;
}
.prices .text {
  max-width: 770px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin: auto;
  color: #7A8393;
}
.prices .text a {
  color: #F64D60;
}
.prices .text a:hover {
  color: #F75F70;
}
.price-inner-link {
  margin-bottom: 16px;
  padding: 16px;
}
.price-inner-button {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.bisiness-bank-animate {
  overflow: hidden;
  background-color: #FFFFFF;
}
.bisiness-bank-animate .container-fluid {
  padding: 0;
}
.bisiness-bank-animate .fixed-section {
  position: relative;
}
.bisiness-bank-animate .fixed-section .fixed-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block .images {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #3A404C;
  position: relative;
  transition: background 0.3s;
}
.bisiness-bank-animate .fixed-section .fixed-block .images.active-section-1 {
  background: #3A404C;
}
.bisiness-bank-animate .fixed-section .fixed-block .images.active-section-2 {
  background: #4E596F;
}
.bisiness-bank-animate .fixed-section .fixed-block .images.active-section-3 {
  background: #94979D;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap {
  position: absolute;
  margin: 0 30px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap img {
  opacity: 0;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap span {
  background: #FA96A1;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-1 {
  max-width: 550px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-1 .span-1 {
  width: 57px;
  height: 57px;
  border-radius: 10px;
  opacity: 0;
  right: 20px;
  top: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-1 .span-2 {
  width: 57px;
  height: 57px;
  border-radius: 10px;
  opacity: 0;
  left: 63px;
  bottom: 80px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-2 {
  max-width: 336px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-2 .span-1 {
  width: 275px;
  height: 275px;
  border-radius: 10px;
  opacity: 0;
  right: 20px;
  top: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-2 .span-2 {
  width: 143px;
  height: 143px;
  border-radius: 10px;
  opacity: 0;
  left: 26px;
  bottom: 20px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-3 {
  max-width: 550px;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-3 .span-1 {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  opacity: 0;
  right: 100px;
  top: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block .images .img-wrap-3 .span-2 {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  opacity: 0;
  left: 126px;
  bottom: 20px;
}
.bisiness-bank-animate .fixed-section .fixed-block.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block.fix-bottom {
  top: auto;
  bottom: 0;
}
.bisiness-bank-animate .fixed-section .fixed-block.fix-bottom .images {
  background: #94979D;
}
.bisiness-bank-animate .text-section .text-inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bisiness-bank-animate .text-section .text-inner .info {
  max-width: 550px;
  padding: 0 15px;
}
.bisiness-bank-animate .text-section .text-inner .info h3 {
  margin-bottom: 40px;
}
.bisiness-bank-animate .text-section .text-inner .info ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
}
.bisiness-bank-animate .text-section .text-inner .info ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.bisiness-bank-animate .text-section .text-inner .images {
  display: none;
}
.about-safenetpay {
  padding: 30px 0 0;
}
.about-safenetpay p {
  max-width: 670px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
  margin-bottom: 15px;
}
.about-safenetpay p a {
  color: #676B75;
  text-decoration: underline;
}
.about-safenetpay .blocks {
  padding: 120px 0 70px;
}
.about-safenetpay .blocks.top-blocks {
  padding: 0;
}
.about-safenetpay .blocks .item {
  padding: 24px 24px 40px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-safenetpay .top-blocks .top-item {
  padding: 24px 0 40px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-safenetpay .blocks .item h5, .about-safenetpay .top-blocks .top-item h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
  margin-bottom: 24px;
}
.about-safenetpay .blocks .item p, .about-safenetpay .top-blocks .top-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7A8393;
}
.about-safenetpay .blocks .item.item-main {
  background: #515561;
}
.about-safenetpay .blocks .item.item-main h5 {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
.about-safenetpay .blocks .item.item-main p {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.about-safenetpay .blocks .item.item-grey {
  background: #F7F7F8;
}
.what-we-have h2.title {
  margin-bottom: 41px;
}
.what-we-have .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.what-we-have .nav .nav-link {
  font-size: 32px;
  line-height: 39px;
  color: #D12E56;
  margin: 0 36px;
  padding: 15px 0;
  position: relative;
}
.what-we-have .nav .nav-link:first-child {
  margin-left: 0 !important;
}
.what-we-have .nav .nav-link:last-child {
  margin-right: 0 !important;
}
.what-we-have .nav .nav-link:before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  border-radius: 6px;
  background: transparent;
}
.what-we-have .nav .nav-link:hover {
  opacity: 0.6;
}
@media (hover: none) {
  .what-we-have .nav .nav-link:hover {
    opacity: 1;
  }
}
.what-we-have .nav .nav-link.active:before {
  background: #D12E56;
}
.what-we-have .tab-content .tab-pane .item {
  border: 1px solid rgba(23, 85, 153, 0.1);
  border-radius: 5px;
  padding: 32px 16px;
  margin-bottom: 30px;
  display: block;
  height: calc(100% - 30px);
  transition: all 0.3s;
}
.what-we-have .tab-content .tab-pane .item span {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  color: #8C96A2;
  display: block;
  margin-bottom: 8px;
}
.what-we-have .tab-content .tab-pane .item h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  min-height: 87px;
  color: #182e45;
  transition: all 0.3s;
}
.what-we-have .tab-content .tab-pane .item:hover {
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border-radius: 10px;
}
.what-we-have .tab-content .tab-pane .item:hover h6 {
  color: #175599;
}
.happy-customers {
  padding: 120px 0;
  background-color: #FFFFFF;
}

.happy-customers.happy-customers-about {
  padding: 0;
}
.happy-customers .str_wrap img {
  max-width: 100% !important;
}
.happy-customers h1.title {
  margin-bottom: 32px;
}
.happy-customers .happy-customers-carousel {
  background: transparent;
  border-radius: 10px;
  padding: 64px 0;
  display: flex;
  align-items: center;
}
.happy-customers .happy-customers-carousel .str_move {
  margin: 64px 0;
}
.happy-customers .happy-customers-carousel .item {
  margin: 64px 16px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid rgba(23, 85, 153, 0.05);
  border-radius: 10px;
  width: 342px;
  min-width: 342px;
  min-height: 437px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.happy-customers .happy-customers-carousel .item .img-wrap {
  margin-top: 22px;
}
.happy-customers .happy-customers-carousel .item .img-wrap img {
  width: auto;
  height: auto;
}
.happy-customers .happy-customers-carousel.team-slider .item:hover {
  box-shadow: unset;
  cursor: pointer;
}
.happy-customers .happy-customers-carousel .item h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #232832;
}
.happy-customers .happy-customers-carousel.team-slider h6 {
  color: #FFFFFF;
  max-width: 390px;
  white-space: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
.happy-customers .happy-customers-carousel.team-slider .item {
  position: relative;
  width: 470px;
  min-height: 266px;
  max-width: 100%;
  margin: 0 16px;
  border-radius: 6px;
}
.happy-customers .happy-customers-carousel .mMove > .item {
  background: transparent;
}
.happy-customers .happy-customers-carousel .mMove > .item.bg-black {
  background: #3D4557
}
.happy-customers .happy-customers-carousel .mMove > .item.bg-pink {
  background: #F87180
}
.happy-customers .happy-customers-carousel .mMove > .item.bg-gray {
  background: #676B75;
}
.happy-customers .happy-customers-carousel .mMove {
  background: transparent;
}
.happy-customers .happy-customers-carousel.team-slider .item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 16px;
  z-index: 100;
  background-image: url("/theme/images/team-page/quotemarks.png");
  background-repeat: no-repeat;
  background-size: 64px;
  width: 100%;
  height: 100%;
}
.happy-customers .happy-customers-carousel.team-slider .item:first-child {
  background: #3D4557;
}
.happy-customers .happy-customers-carousel .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #454F63;
  white-space: normal;
}
.happy-customers .happy-customers-carousel .item:hover {
  box-shadow: 21px 28px 50px rgba(9, 41, 75, 0.2);
}
.team-slider__body img {
  margin-right: 16px;
}
.team-slider__body h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
}
.team-slider__body span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
}
.team-slider__body .img-wrap {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 18px;
}
.team-slider__body .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.join-team {
  margin: 0 auto 120px;
  padding: 40px 32px;
  background: #F7F7F8;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  max-width: 770px;
}
.join-team h3.title {
  margin-bottom: 8px;
}
.join-team span.text {
  color: #7A8393;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  display: block;
  margin-bottom: 24px;
}
.page-head {
  padding: 120px 0;
}
.page-head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
}
.contact-form {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #E9EBED;
  position: relative;
  padding: 48px;
  height: 100%;
  display: flex;
}

.contact-form__height {
  height: auto;
}
.contact-form__height .form-wrap {
  display: block;
}
.form-group .error-ico {
  display: none;
}
.form-group .error-msg {
  display: none;
}
.form-group.has-error .ico {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
}
.form-group.has-error input,
.form-group.has-error textarea {
  border: 1px solid #EE505A !important;
  box-shadow: none !important;
}
.form-group.has-error .error-msg {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #EE505A;
  margin-top: 8px;
}

.form-group.has-error .error-msg--position {
  position: absolute;
}
.form-wrap {
  width: 100%;
}
.form-wrap form {
  position: relative;
  z-index: 2;
}
.form-wrap form .form-head {
  margin-bottom: 24px;
}
.form-wrap form .form-head h5 {
  font-weight: bold;
  font-size: 29px;
  line-height: 46px;
  margin-bottom: 16px;
}
.form-wrap form .form-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #677687;
}
.form-wrap form .form-group {
  margin-bottom: 16px;
  position: relative;
}
.form-wrap form .form-group input {
  line-height: 54px;
}
.form-wrap form .form-group input::placeholder,
.form-wrap form .form-group textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #7A8393;
}
.form-wrap form .form-group input,
.form-wrap form .form-group textarea {
  border: 1px solid #E9EBED;
  background: #F7F7F8;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #7A8393;
  width: 100%;
  padding: 0 12px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  transition: all 0.3s;
}
.form-wrap form .form-group input:focus,
.form-wrap form .form-group textarea:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #D3D6DB;
  -moz-box-shadow: 0px 0px 1px 1px #D3D6DB;
  box-shadow: 0px 0px 1px 1px #D3D6DB;
}
.form-wrap form .form-group textarea {
  line-height: normal;
  padding: 12px;
  min-height: 106px;
}
.form-wrap form .set-key {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrap form .set-key .key img {
  height: 48px;
}
.form-wrap form .set-key .form-group {
  margin-bottom: 0;
  width: 47%;
}
.form-wrap form .set-key .btn-update {
  padding: 8px;
  margin: 0 8px;
}
.form-wrap form .set-key .btn-update:hover path {
  fill: #515561;
}
.form-wrap form ::placeholder {
  color: #677687;
  opacity: 1;
}
.form-wrap form :-ms-input-placeholder {
  color: #677687;
}
.form-wrap form ::-ms-input-placeholder {
  color: #677687;
}
.form-wrap .preloader-wrap {
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  display: none;
}
.form-wrap .preloader-wrap .preloader {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.form-wrap .success-msg {
  display: none;
}
.form-wrap .success-msg h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 16px;
}
.form-wrap .success-msg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #677687;
}
.form-wrap.send .preloader-wrap {
  display: flex;
  opacity: 0.8;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-wrap.success form {
  display: none;
}
.form-wrap.success .preloader-wrap {
  display: none;
}
.form-wrap.success .success-msg {
  display: block;
  text-align: center;
}
.contacts-section {
  margin-bottom: 120px;
}
.contacts-section .contacts-block {
  margin-bottom: 30px;
  display: flex;
}
.contacts-section .contacts-block > .location .content {
  margin-top: 24px;
}
.contacts-section .contacts-block .email,
.contacts-section .contacts-block .location {
  display: flex;
  align-items: center;
  padding: 40px 48px;
  background: #FFFFFF;
  border: 1px solid rgba(23, 85, 153, 0.1);
  border-radius: 5px;
  margin-bottom: 120px;
  min-height: 251px;
  width: 50%;
}
.contacts-section .contacts-block .email i,
.contacts-section .contacts-block .location i {
  margin-right: 32px;
  display: block;
}
.contacts-section .contacts-block .email h6,
.contacts-section .contacts-block .location h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0;
  color: #232832;
}
.contacts-section .contacts-block .email h6 a,
.contacts-section .contacts-block .location h6 a {
  color: #182e45;
}
.contacts-section .contacts-block .email h6 a:hover,
.contacts-section .contacts-block .location h6 a:hover {
  color: #175599;
}
.contacts-section .contacts-block .email p,
.contacts-section .contacts-block .location p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #232832;
  margin-top: 8px;
}
.contacts-section .contacts-block .email p {
  color: #182E45;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 24px;
}
.contacts-section .contacts-block .email {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
}
.contacts-section .col-lg-12:last-child > .contacts-block .location:first-child {
  margin-right: 30px;
}
.contacts-section .contacts-block .email > .item:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contacts-section .contacts-block .email > .item:last-child .btn {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 44px;
}
.contacts-section .contacts-block .location p {
  color: #232832;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 24px;
}
.contacts-section .contacts-block .location {
  display: block;
}
.contacts-section .contacts-block .location i {
  margin-bottom: 0;
}.contacts-section .contacts-block .location__head {
  margin-bottom: 24px;
}
.contacts-section .contacts-block .location h6 {
  margin-bottom: 0;
}
.contacts-section .contacts-block .location a {
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  color: #F64D60;
}
.contacts-section .contacts-block .location a:hover {
  color: #F75F70;
}
.careers-sample .page-head {
  padding: 120px 0;
}
.careers-sample .page-head p {
  max-width: 670px;
  margin: auto;
}
.careers-block {
  padding-bottom: 50px;
}
.careers-block .item {
  margin-bottom: 64px;
  text-align: center;
}
.careers-block .item .ico {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
}
.careers-block .item .ico svg {
  position: relative;
  z-index: 2;
}
.careers-block .item .ico:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #E9EBED;
}
.careers-block .item .ico.pink:after {
  background: #FFE7EC;
}
.careers-block .item .ico.blue:after {
  background: #C9EBFF;
}
.careers-block .item .ico.yellow:after {
  background: #FFFAC9;
}
.careers-block .item .ico.green:after {
  background: #C9FFD1;
}
.careers-block .item h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
  color: #232832;
  font-family: var(--font-family-plus-jakarta);
}
.careers-block .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7A8393;
}
.positions-wrap .positions {
  max-width: 770px;
  margin: auto;
}
.positions-wrap .positions-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.positions-wrap .positions-head h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #232832;
  letter-spacing: -0.01em;
}

.positions-head__toggle-mobile {
  display: none;
}

/* Select2  */
.positions-wrap .positions-head__filter .select2 {
  width: 100% !important;
  max-width: 230px;
}
.positions-wrap .positions-head__filter .selection {
  display: block;
  height: 48px;
}
.positions-wrap .positions-head__filter .select2-selection {
  border: 0 none;
  outline: 0;
  box-shadow: inset 0 0 0 1px #E9EBED;
  border-radius: 4px !important;
  background: #F7F7F8;
  width: 100%;
  height: auto;
  appearance: none;
  display: inline-block;
}
.positions-wrap .positions-head__filter .select2-selection:hover {
  box-shadow: inset 0 0 0 1px #D3D6DB;
}
.positions-wrap .positions-head__filter .select2-selection__placeholder {
  color: #677687;
}
.positions-wrap .positions-head__filter .select2-container--open .select2-selection  {
  box-shadow: inset 0 0 0 2px #D3D6DB;
}
.positions-wrap .positions-head__filter .select2-selection__arrow {
  top: 50%;
  right: 16px;
  width: 10px;
  height: 5px;
  margin-top: -4px;
}
.positions-wrap .positions-head__filter .select2-selection__rendered {
  padding: 12px;
  color: #7A8393;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: 4px 2px 10px rgba(9, 41, 75, 0.15);
  border-radius: 5px;
  border: 1px solid rgb(36 42 56 / 50%);
}
.select2-search.select2-search--dropdown {
  display: none;
}
.select2-results__options::-webkit-scrollbar {
  border-radius: 5px;
  width: 6px;
  background: rgba(23, 85, 153, 0.1);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(23, 85, 153, 0.2);
  border-radius: 5px;
}
.select2-dropdown .select2-results__option {
  padding: 8px;
  color: #182E45;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.select2-dropdown .select2-results__option:hover {
  background: rgba(23, 85, 153, 0.1);
  color: #182E45;
}
.select2-container--default .select2-results__option--selected {
  background: transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F7F7F8;
  color: #232832;
}

/* ----- */
.positions-head__filter {
  width: 100%;
}
.positions-head__filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
/* Select2 finish */
.positions-wrap .positions-head a {
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  color: #242A38;
}
.positions-wrap .positions-head a:hover {
  color: #676B75;
}
.positions-wrap .positions-body {
  padding-bottom: 20px;
  position: relative;
}
.positions-wrap .positions-body .item {
  display: block;
  background: #F7F7F8;
  border-radius: 10px;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.positions-wrap .positions-body .item h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.positions-wrap .positions-body .item h5 span {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #F64D60;
  letter-spacing: 0.02em;
  padding: 0 4px;
  background: rgba(238, 80, 90, 0.2);
  border-radius: 3px;
  margin-left: 8px;
}
.positions-wrap .positions-body .item ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #454F63;
  margin-bottom: 8px;
}
.positions-wrap .positions-body .item ul li span {
  margin-left: 8px;
}
.positions-wrap .positions-body .item ul li:last-child {
  margin-bottom: 0;
}
.positions-wrap .positions-body .item:hover {
  background: #E9EBED;
}
.positions-wrap .positions-body .item:hover h5 {
  color: #515561;
}
.positions-wrap .positions-body .preloader-wrap {
  display: none;
  min-height: 200px;
}
.positions-wrap .positions-body .preloader-wrap .preloader {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.positions-wrap .positions-body.loading .preloader-wrap {
  display: flex;
}
.positions-wrap .no-positions {
  padding: 120px 0 280px;
  text-align: center;
}
.positions-wrap .no-positions h5 {
  font-weight: bold;
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 16px;
}
.positions-wrap .no-positions p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #7A8393;
}
.looking-for-people {
  margin-bottom: 120px;
}
.looking-for-people .left h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 24px;
  max-width: 370px;
  color: #232832;
}
.looking-for-people .left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #454F63;
  margin-bottom: 40px;
  max-width: 470px;
}
.looking-for-people .left .img-wrap {
  position: relative;
  height: 341px;
  max-width: 540px;
  margin: 0 auto 30px;
}
.looking-for-people .left .img-wrap img {
  position: absolute;
  box-shadow: 20px 24px 44px -12px rgba(27, 44, 79, 0.25);
  border-radius: 10px;
}
.looking-for-people .left .img-wrap .img1 {
  width: 270px;
  height: 261px;
  right: 30px;
  bottom: 0;
}
.looking-for-people .left .img-wrap .img2 {
  width: 315px;
  height: 304px;
  left: 20px;
  top: 0;
  z-index: 2;
}
.looking-for-people .left .img-wrap span {
  position: absolute;
  border-radius: 22px;
}
.looking-for-people .left .img-wrap .red {
  background: linear-gradient(180deg, #F87180 0%, #F64D60 100%);
  box-shadow: 24px 24px 24px rgba(187, 7, 39, 0.25);
  width: 84px;
  height: 84px;
  bottom: 23px;
  left: 237px;
  z-index: 4;
}
.looking-for-people .left .img-wrap .blue {
  background: linear-gradient(180deg, #4E596F 0%, #2C323E 100%);
  box-shadow: 24px 24px 24px rgba(3, 54, 113, 0.25);
  width: 70px;
  height: 70px;
  left: 0;
  top: 44px;
  z-index: 3;
}
.looking-for-people .contact-form .form-wrap {
  min-height: 1px;
}
.single-careers {
  padding: 100px 0 120px;
}
.single-careers .back {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 16px;
  color: #7A8393;
}
.single-careers .back:hover {
  color: #676B75;
}
.single-careers .back:hover i svg path {
  fill: #515561;
}
.single-careers .back i {
  border: 1px solid rgba(23, 85, 153, 0.2);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.single-careers .title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.single-careers .title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #D12E56;
  background: rgba(209, 46, 86, 0.2);
  border-radius: 3px;
  padding: 4px 16px;
  margin-left: 32px;
}
.single-careers .apply-for-position {
  margin-bottom: 32px;
}
.single-careers .apply-for-position .btn-blue {
  width: 270px;
}
.single-careers .apply-for-position p {
  color: #7A8393;
  font-size: 14px;
}
.single-careers .desc {
  margin-bottom: 32px;
}
.single-careers .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 16px;
  color: #232832;
}
.single-careers .careers-content h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.single-careers .careers-content p {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #182e45;
}
.single-careers .careers-content ul {
  margin-bottom: 32px;
}
.single-careers .careers-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.single-careers .single-careers-bottom .btn-blue {
  width: 270px;
  text-align: center;
  margin-bottom: 24px;
}
.single-careers .single-careers-bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #7A8393;
  margin-bottom: 24px;
}

.single-careers .single-careers__inner h1,
.single-careers .single-careers__inner h2,
.single-careers .single-careers__inner h3,
.single-careers .single-careers__inner h4,
.single-careers .single-careers__inner h5,
.single-careers .single-careers__inner h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}

.single-careers .single-careers__inner h1 {
  margin-bottom: 40px;
}

.single-careers .single-careers__inner h6 {
  margin-bottom: 8px;
  line-height: 160%;
}

.single-careers .single-careers__inner ul,
.single-careers .single-careers__inner ol {
  /*padding-left: 23px;*/
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 23px;
}

.single-careers .single-careers__inner ul li,
.single-careers .single-careers__inner ol li {
  font-weight: 500;
  list-style-type: inherit;
  font-size: 16px;
  line-height: 160%;
  color: #232832;
}

.single-careers .single-careers__inner .share-post {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-careers .single-careers__inner .share-post li:not(:last-child) {
  padding: 0;
  margin-bottom: 0;
}

.sidebar-careers {
  background: #F7F7F8;
  border-radius: 10px;
}
.sidebar-careers__heading {
  margin-bottom: 29px;
}
.sidebar-careers__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
.sidebar-careers__link {
  color: #F64D60;
  font-weight: 700;
  transition: all 0.3s;
}
.sidebar-careers__link:hover {
  color: #F87180;
}
.sidebar-careers__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #7A8393;
  margin-bottom: 16px;
  display: block;
}
ul.share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
}
ul.share li {
  margin-right: 16px;
}
ul.share li .share-bind {

}
ul.share li .share-bind:hover svg circle {
  fill: #E9EBED;
}
ul.share li:last-child .share-bind:hover svg path:first-child {
  fill: #E9EBED;
}
ul.share li:last-child {
  margin-right: 0;
}
ul.share li a {
  display: block;
  transition: all 0.3s;
}
ul.share li a:hover circle {
  transition: all 0.3s;
  fill: #FFFFFF;
}
ul.share li a:hover .ico {
  fill: #ffffff;
}
.devoloper-career-modal {
  background: rgb(36 42 56 / 90%);
}
.devoloper-career-modal .close-modal {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(23, 85, 153, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  cursor: pointer;
  float: right;
}
.devoloper-career-modal .modal-dialog {
  max-width: 728px;
  box-shadow: 0px 14px 34px rgba(17, 54, 95, 0.12);
  border-radius: 10px;
}
.devoloper-career-modal .modal-dialog .modal-content {
  padding: 32px 48px;
  position: relative;
}
.devoloper-career-modal .modal-dialog .modal-content .modal-head {
  margin-bottom: 32px;
}
.devoloper-career-modal .modal-dialog .modal-content .modal-head h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
}
.devoloper-career-modal .modal-dialog .modal-content form {
  max-width: 400px;
  margin: auto;
  width: 100%;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group {
  margin-bottom: 24px;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group.has-error span {
  color: #EE505A;
}
.modal-content form .form-group--captcha {
  justify-content: space-between;
}

.devoloper-career-modal .modal-dialog .modal-content form .form-group--captcha .form-group {
  margin-bottom: 0;
  margin-right: 16px;
  max-width: 232px;
  width: 100%;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group--capchat .key img {
  height: 50px;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group--capchat .btn-update {
  margin-right: 16px;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group--capchat .btn-update svg {
  color: #8C96A2;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group--capchat .btn-update svg:hover {
  color: #175599
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group label {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #232832;
  margin-bottom: 8px;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group input {
  border: 1px solid #E9EBED;
  background: #F7F7F8;
  line-height: 54px;
  border-radius: 4px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #7A8393;
  padding: 0 12px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  transition: all 0.3s;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #D3D6DB;
  -moz-box-shadow: 0px 0px 1px 1px #D3D6DB;
  box-shadow: 0px 0px 1px 1px #D3D6DB;
}
.form-group--field .form-control {
  height: auto;
}
.devoloper-career-modal .modal-dialog .modal-content form .btn-blue {
  width: 100%;
}
.devoloper-career-modal .modal-dialog .modal-content .preloader-wrap {
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  display: none;
}
.devoloper-career-modal .modal-dialog .modal-content .preloader-wrap .preloader {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.devoloper-career-modal .modal-dialog .modal-content .success-msg {
  padding: 70px 0;
  display: none;
}
.devoloper-career-modal .modal-dialog .modal-content .success-msg h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #232832;
}
.devoloper-career-modal .modal-dialog .modal-content .success-msg p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  max-width: 400px;
  color: #7A8393;
  margin: 0 auto 40px;
}
.devoloper-career-modal .modal-dialog .modal-content .success-msg .btn-blue {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  line-height: 52px;
}
.modal-content .btn-magnet-wrapper {
  display: block;
}
.devoloper-career-modal .modal-dialog .modal-content.send .preloader-wrap {
  display: flex;
  opacity: 0.8;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.devoloper-career-modal .modal-dialog .modal-content.success .modal-head {
  display: none;
}
.devoloper-career-modal .modal-dialog .modal-content.success form {
  display: none;
}
.devoloper-career-modal .modal-dialog .modal-content.success .preloader-wrap {
  display: none;
}
.devoloper-career-modal .modal-dialog .modal-content.success .success-msg {
  display: block;
  text-align: center;
}
.page-head-blog .title {
  margin-bottom: 0;
}
.page-head-blog .search {
  position: relative;
  width: 300px;
}
.page-head-blog .search input {
  border: 1px solid #E9EBED;
  background-color: #F7F7F8;
  line-height: 58px;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  padding: 0 40px 0 12px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  transition: all 0.3s;
  font-size: 16px;
  color: #7A8393;
}
.page-head-blog .search input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #D3D6DB;
  -moz-box-shadow: 0px 0px 1px 1px #D3D6DB;
  box-shadow: 0px 0px 1px 1px #D3D6DB;
}
.page-head-blog .search .btn {
  position: absolute;
  right: 0;
  padding: 12px 16px;
  top: 10px;
}
.page-head-blog .search .btn svg,
.page-head-blog .search .btn path {
  transition: all 0.3s;
}
.page-head-blog .search .btn:hover path {
  fill: #182e45;
}
.client-web {
  margin-bottom: 120px;
}
.client-web .inner {
  padding: 40px;
  border-radius: 10px;
  background: #182e45;
}
.client-web .inner .img-wrap img {
  border-radius: 5px;
}
.client-web .inner p {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #F64D60;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.client-web .inner .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  display: block;
}
.client-web .inner .title:hover {
  color: #C7CED7;
}
.client-web .inner span {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #7A8393;
  display: block;
  margin-bottom: 24px;
}
.client-web .inner .btn-blue {
  line-height: 38px;
  padding: 0 36px;
}
.archive-news {
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.archive-news .nav {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  overflow-y: scroll;
}
.archive-news .nav::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.archive-news .nav::-webkit-scrollbar-track {
  background-color: transparent;
}
.archive-news .nav::-webkit-scrollbar-thumb {
  background-color: unset;
}
.archive-news .nav:hover::-webkit-scrollbar-thumb {
  background-color: unset;
}
.archive-news .nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #676B75;
  margin: 0 28px;
  padding: 0;
}
.archive-news .nav .nav-link:hover {
  color: #182e45;
}
.archive-news .nav .nav-link.active {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #242A38;
}
.archive-news .nav .nav-link:first-child {
  margin-left: 0;
}
.archive-news .nav .nav-link:last-child {
  margin-right: 0;
}
.archive-news .item {
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  border: 1px solid rgba(23, 85, 153, 0.1);
  border-radius: 10px;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0);
  min-height: 228px;
  max-height: 228px;
}
.archive-news .item .row {
  align-items: center;
}
.archive-news .item .img-static .img-wrap {
  width: 201px;
  margin-right: 16px;
}
.archive-news .item img {
  border-radius: 10px;
}
.archive-news .item p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #F64D60;
  margin-bottom: 8px;
}
.archive-news .item h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 150%;
  color: #242A38;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 108px;
}
.archive-news .item .info span {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #7A8393;
}
.archive-news .item .info span:first-child {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
/*.archive-news .item .info span:first-child:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 4px;*/
/*  height: 10px;*/
/*  width: 1px;*/
/*  background: #7A8393;*/
/*}*/
.archive-news .item:hover {
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  border: 1px solid rgba(23, 85, 153, 0.2);
}
.archive-news .item:hover h6 {
  color: #676B75;
}
.archive-news .archive-news-hot .item {
  padding: 0;
}
.archive-news .archive-news-hot .item .row {
  align-items: stretch;
}
.archive-news .archive-news-hot .item .row .img-wrap {
  position: relative;
  height: 100%;
}
.archive-news .archive-news-hot .item .row .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.archive-news .archive-news-hot .item .text {
  padding: 24px 24px 24px 0;
}
.archive-news .archive-news-hot .link {
  padding-left: 26px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #175599;
}
.archive-news .archive-news-hot .link:hover {
  color: #113c6b;
}
.archive-news .community-posts .community-posts-hot .item {
  padding: 16px 24px;
  border: 1px solid rgba(23, 85, 153, 0.1);
  border-radius: 10px;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0);
  margin-bottom: 16px;
}
.archive-news .community-posts .community-posts-hot .item:last-child {
  margin-bottom: 32px;
}
.archive-news .community-posts .community-posts-hot .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #677687;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.archive-news .community-posts .community-posts-hot .item .bottom {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #8C96A2;
  display: flex;
  align-items: center;
}
.archive-news .community-posts .community-posts-hot .item .bottom i {
  margin-right: 4px;
}
.archive-news .community-posts .community-posts-hot .item:hover {
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
}
.archive-news .community-posts .community-posts-hot .item:hover p {
  color: #175599;
}
.archive-news .community-posts .community-posts-hot .link {
  padding-left: 26px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #175599;
}
.archive-news .community-posts .community-posts-hot .link:hover {
  color: #113c6b;
}
.pagination-wrap {
  margin-top: 32px;
}
.pagination-wrap .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrap .pagination li {
  margin: 0 5px;
}
.pagination-wrap .pagination li .page-link {
  width: 37px;
  height: 37px;
  border-radius: 3px;
  border: 1px solid #D3D6DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #232832;
}
.pagination-wrap .pagination li.active .page-link {
  background: #E9EBED;
}
.not-found {
  padding: 120px 0;
}
.not-found .inner {
  max-width: 574px;
  margin: auto;
}
.not-found .inner .search {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}
.not-found .inner .search input {
  border: 1px solid #B9CCE0;
  line-height: 46px;
  border-radius: 5px;
  display: block;
  padding: 0 30px 0 12px;
  width: 100%;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0);
}
.not-found .inner .search input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(23, 86, 153, 0.5);
}
.not-found .inner h1.title {
  word-break: break-all;
}
.not-found .inner .search .btn {
  position: absolute;
  right: 0;
  padding: 12px;
  top: 0;
}
.not-found .inner .search .btn svg,
.not-found .inner .search .btn path {
  transition: all 0.3s;
}
.not-found .inner .search .btn:hover path {
  fill: #182e45;
}
.not-found .inner h2 {
  font-weight: 700;
  font-size: 53px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #232832;
  text-align: center;
  margin-bottom: 24px;
}
.not-found .inner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #454F63;
  text-align: center;
}
.not-found .inner p a {
  color: #F64D60;
}
.not-found .inner p a:hover {
  color: #F75F70;
}
.inside-page-head h1.title {
  margin-bottom: 16px;
}
.inside-page-head .btn-prev {
  position: absolute;
  left: -185px;
  top: 10px;
  border: 1px solid rgba(23, 85, 153, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inside-page-head .btn-prev:hover path {
  fill: #242A38;
}
.inside-page-head .bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.inside-page-head .bottom .bottom-category {
  color: #F64D60;
  border-right: 1px solid #E5EAEF;
  margin-right: 40px;
  padding-right: 40px;
}
.inside-page-head .bottom a:hover {
  color: #F75F70;
}
.inside-page-head .bottom span {
  color: #7A8393;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  padding: 0 40px;
  margin: 0 40px;
  border-right: 1px solid #E5EAEF;
  border-left: 1px solid #E5EAEF;
}
.inside-page-head .bottom ul.share li a svg {
  width: 32px;
  height: 32px;
}
/*  author-post */
.author-post {
  background: rgba(23, 85, 153, 0.05);
  border-radius: 10px;
  padding: 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.author-post__left {
  max-width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 24px;
}
.author-post__left img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  display: block;
}
.author-post__title {
  font-size: 16px;
}
.author-post__title span {
  color: #677687;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}
.author-post__title strong {
  line-height: 24px;
  display: inline-block;
}
.author-post__description {
  color: #677687;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}
.inside-news-content {
  padding-bottom: 90px;
}
.inside-news-content .content {
  padding-bottom: 20px;
}
.inside-news-content .content img {
  border-radius: 5px;
}
.inside-news-content .content img.align-left {
  margin: 0 30px 20px 0;
  float: left;
}
.inside-news-content .content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.inside-news-content .inside-news-content__inner h1,
.inside-news-content .inside-news-content__inner h2,
.inside-news-content .inside-news-content__inner h3,
.inside-news-content .inside-news-content__inner h4,
.inside-news-content .inside-news-content__inner h5,
.inside-news-content .inside-news-content__inner h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}
.inside-news-content .inside-news-content__inner h1 img,
.inside-news-content .inside-news-content__inner h2 img,
.inside-news-content .inside-news-content__inner h3 img,
.inside-news-content .inside-news-content__inner h4 img,
.inside-news-content .inside-news-content__inner h5 img,
.inside-news-content .inside-news-content__inner h6 img {
  height: auto;
}

.inside-news-content .inside-news-content__inner h6 {
  margin-bottom: 16px;
}

.inside-news-content .inside-news-content__inner ul,
.inside-news-content .inside-news-content__inner ol {
  padding-left: 23px;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 23px;
}

.inside-news-content .inside-news-content__inner li {
  color: #3F4D5E;
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
  list-style-type: inherit;
}

.inside-news-content .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 12px;
  color: #454F63;
}
.inside-news-content .content a {
  color: #F64D60;
  display: inline-block;
}
.inside-news-content .content p img {
  height: auto;
}
.inside-news-content .content a:hover {
  color: #F75F70;
}
.inside-news-content .inside-news-bottom {
  padding: 32px 0;
}
.inside-news-content .inside-news-bottom .btn-secondary {
  padding: 0 80px;
}
.inside-news-content .inside-news-bottom ul.share {
  justify-content: flex-end;
}
.similar-news .title {
  margin-bottom: 32px;
}
.info-page {
  margin-bottom: 120px;
}

.info-page .content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  margin-bottom: 24px;
  color: #3F4D5E;
}
.info-page .content .underline {
  text-decoration: underline;
}
.info-page .content .through {
  text-decoration: line-through;
}
.info-page .content a {
  color: #175599;
  text-decoration: underline;
}
.info-page .content a:hover {
  text-decoration: none;
}
.info-page .content blockquote {
  margin: 0 0 32px 24px;
  padding: 24px 0 24px 32px;
  border-left: 8px solid #D12E56;
}
.info-page .content blockquote p {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}
.info-page .content .align-left {
  text-align: left;
}
.info-page .content .align-center {
  text-align: center;
}
.info-page .content .align-right {
  text-align: right;
}
.info-page .content h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 20px;
}
.info-page .content h2 {
  font-weight: bold;
  font-size: 29px;
  line-height: 46px;
  margin-bottom: 20px;
}
.info-page .content h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 41px;
  margin-bottom: 16px;
}
.info-page .content h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 16px;
}
.info-page .content h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
}
.info-page .content h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 12px;
}
.info-page .content ul {
  padding-left: 22px;
  margin-bottom: 8px;
}
.info-page .content ul li {
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.info-page .content ul.void-circle li:before {
  background: transparent;
  border: 1px solid #182e45;
}
.info-page .content ul.square li:before {
  border-radius: 0;
}
.info-page .content ol {
  padding-left: 40px;
}
.info-page .content ol li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.info-page .inside-news-content__inner h1,
.info-page .inside-news-content__inner h2,
.info-page .inside-news-content__inner h3,
.info-page .inside-news-content__inner h4,
.info-page .inside-news-content__inner h5,
.info-page .inside-news-content__inner h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}

.info-page .inside-news-content__inner h6 {
  margin-bottom: 8px;
}

.info-page .inside-news-content__inner ul,
.info-page .inside-news-content__inner ol {
  padding-left: 23px;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 23px;
}

.info-page .inside-news-content__inner ul li,
.info-page .inside-news-content__inner ol li {
  color: #3F4D5E;
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
  list-style-type: inherit;
  padding-left: 0;
}

.info-page .inside-news-content__inner li:not(:last-child) {
  margin-bottom: 16px;
}

.info-page .content table {
  margin-bottom: 32px;
}
.info-page .content table tr,
.info-page .content table th {
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.info-page .content table th {
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
}
.info-page .content img {
  max-width: 100%;
  margin-bottom: 24px;
}
.info-page .content img.align-left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.info-page .content img.align-right {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}
.info-page .content img.align-center {
  float: none;
  margin: 0 auto 24px;
}
.business-banking-service {
  padding-top: 0px;
  transition: all 0.3s linear;
  overflow: hidden;
}
.banking-service {
  background: #F7F7F8;
}
.banking-service .inner {
  position: relative;
  padding: 93px 0 110px;
  min-height: 105vh;
  background: #242A38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banking-service .inner .content {
  text-align: center;
}
.banking-service .inner .title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.banking-service .inner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  opacity: 0.6;
  max-width: 570px;
  margin: auto;
  display: block;
}
.banking-service .inner .head {
  margin-bottom: 80px;
}
.banking-service .inner .blocks .item {
  display: block;
  min-height: 232px;
  padding: 32px;
  border-radius: 10px;
  text-align: left;
  color: #ffffff;
  background-color: #3D4557;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 0.3s ease-in-out;
}
.banking-service .inner .blocks .item:hover .ico:before {
  opacity: 1;
}
.banking-service .inner .blocks .item .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.banking-service .inner .blocks .item .ico:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  transform: scale(1);
  border-radius: 50%;
  background-color: #FF8871;
  opacity: 0;
  z-index: -1;
}
.banking-service .inner .blocks .item .ico svg {
  position: relative;
  z-index: 2;
}
.banking-service .inner .blocks .item h5 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
.banking-service .inner .blocks .item.red {
  background: #E27690;
}
.banking-service .inner .blocks .item .ico {
  box-shadow: inset 0 0 0 1px #fff;
}
.banking-service .inner .blocks .item.red .ico:before {
  background: #D12E56;
}
.banking-service .inner .blocks .item.blue {
  background: #175599;
}
.banking-service .inner .blocks .item.blue .ico {
  background: #62A3EB;
}
.banking-service .inner .blocks .item.blue .ico:before {
  background: #62A3EB;
}
.banking-service .inner .blocks .item:hover .ico:before {
  transform: scale(11.9);
}
.banking-service .inner .logos .logos__item {
  display: flex;
  align-items: center;
}
.banking-service .inner .logos .logos__item:first-child {
  margin-right: 72px;
}
.banking-service .inner .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.banking-service .inner .logos a {
  display: block;
  opacity: 0.7;
}
.banking-service .inner .logos a img {
  width: 100%;
}
.banking-service .inner .logos .logos__item:first-child a:first-child {
  max-width: 202px;
  width: 100%;
  height: 23px;
}
.banking-service .inner .logos a:not(:last-child) {
  margin-right: 72px;
}
.banking-service .inner .logos a:hover {
  opacity: 1;
}
.banking-service-item {
  overflow: hidden;
}
.banking-service-item .left {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.banking-service-item .left:before {
  content: '';
  position: absolute;
  left: -999px;
  top: 0;
  bottom: 0;
  width: 999px;
}
.banking-service-item .left .inner {
  max-width: 370px;
  color: #ffffff;
}
.banking-service-item .left .inner h3 {
  letter-spacing: -0.04em;
  line-height: 147.4%;
}
.banking-service-item .left .inner h2 a {
  color: #232832;
}
.banking-service-item .left .inner h2 a:hover {
  opacity: 0.8;
}
.banking-service-item .left .inner .btn.link {
  margin-left: 32px;
  color: #242A38;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  transition: all 0.2s;
}
.banking-service-item .left .inner .btn.link:hover {
  opacity: 0.7;
}
.banking-service-item .banking-service-carousel {
  padding: 80px 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banking-service-item .banking-service-carousel .inner {
  max-width: 570px;
  width: 100%;
}
.banking-service-item .banking-service-carousel .inner .item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banking-service-item .banking-service-carousel .inner .item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #232832;
  margin-bottom: 48px;
  letter-spacing: 0.01em;
  font-family: var(--font-family-outfit);
}
.banking-service-item .banking-service-carousel .inner .item .img-wrap {
  min-height: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banking-service-item .banking-service-carousel .inner .item .img-wrap img {
  max-width: fit-content;
  height: auto;
}
.banking-service-item .banking-service-carousel .inner .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 3px 3px 11px rgba(17, 54, 95, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin-top: -20px;
  opacity: 0;
  transition: all 0.3s;
}
.banking-service-item .banking-service-carousel .inner .slick-arrow path {
  fill: #677687;
}
.banking-service-item .banking-service-carousel .inner .slick-arrow:hover path {
  fill: #175599;
}
.banking-service-item .banking-service-carousel .inner .slick-arrow.slick-next {
  right: 0;
}
.banking-service-item .banking-service-carousel .inner .slick-dots {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li {
  width: 100%;
  margin: 0 12px;
  height: 5px;
  background: rgb(36 42 56 / 20%);
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li button {
  background: #242A38;
  width: 0;
  color: transparent;
  height: 5px;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li:last-child {
  margin-right: 0;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li:first-child {
  margin-left: 0;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.banking-service-item .banking-service-carousel .inner .slick-dots li.slick-active {
  background: rgb(36 42 56 / 20%);
}
.banking-service-item .banking-service-carousel .inner:hover .slick-arrow {
  opacity: 1;
}
.banking-service-item.item-red {
  background: #E9EBED;
}
.banking-service-item.item-red .left {
  background: #F7F7F8;
}
.banking-service-item.item-red .left:before {
  background: #F7F7F8;
}
.banking-service-item.item-blue {
  background: #FDDEE2;
}
.banking-service-item.item-blue .left {
  background: #FEF0F2;
}
.banking-service-item.item-blue .left:before {
  background: #FEF0F2;
}
.banking-service-item.item-grey {
  background: #FFE9E5;
}
.banking-service-item.item-grey .left {
  background: #FFF5F3;
}
.banking-service-item.item-grey .left:before {
  background: #FFF5F3;
}

/* Insight-page */

.wrapper--no-padding {
  padding: 0 !important;
}

.insight-page p {
  margin-bottom: 24px;
  color: #7A8393;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.insight-page .btn-magnet-wrapper .btn {
  line-height: 52px;
}

.insight-page .col-right {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: #E27690;
  margin-left: auto;
  position: relative;
}

.col-right--mobile {
  display: none;
}

.col-right__img {
  width: 343px;
  height: 479px;
  position: absolute;
  box-shadow: 0px 12px 30px -13px rgba(93, 17, 95, 0.31);
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insight-page .col-left__head {
  margin-bottom: 56px;
}

.info-icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info-icons__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.info-icons__text {
  display: block;
  margin-top: 16px;
  color: #7A8393;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  max-width: 170px;
  text-align: left;
}

.info-icons__icon {
  display: inline-block;
  width: 52px;
  height: 50px;
  position: relative;
}

.info-icons__icon::after {
  content: '';
  position: absolute;
    top: 0;
    right: -25px;
    z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E9EBED;
}

.info-icons__icon--yellow,
.info-icons__icon--green {
  width: 50px;
  height: 50px;
}

.info-icons__icon--yellow::after {
  background: #FFEBA6;
}

.info-icons__icon--green::after {
  background:#D1FFD6;
}

/* modal part */

.modal .form-field .form-group:first-child {
  margin-right: 16px;
}
.devoloper-career-modal .modal-dialog .modal-content form .form-group input {
  border: 0 none;
  outline: 0;
  box-shadow: inset 0 0 0 1px #E9EBED;
  -webkit-box-shadow: inset 0 0 0 1px #E9EBED;
  font-size: 15px;
  -webkit-appearance: none;
}

.devoloper-career-modal .modal-dialog .modal-content {
  padding: 32px 48px 56px;
}

.devoloper-career-modal .modal-dialog .modal-content.success {
  padding-top: 56px;
}

.devoloper-career-modal .modal-dialog .modal-content.success .success-msg {
  padding: 0;
}

.devoloper-career-modal .close-modal {
  pointer-events: auto;
  transition: all 0.2s;
  color: #454F63;
}

.devoloper-career-modal .close-modal:hover svg {
  color: #515561;
}

.modal .modal-dialog {
  top: 50%;
  left: 50%;
  margin: 0;
}

.modal--insights .form-field {
  display: flex;
  align-items: flex-start;
}

.modal.fade .modal-dialog {
  transform: translate(-50%, -55%);
}

.modal.show .modal-dialog {
  transform: translate(-50%, -50%);
}

.modal .form-group .form-group__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #677687;
  display: inline-block;
  margin-top: 8px;
}

.devoloper-career-modal .modal-dialog .modal-content .success-msg .success-msg--text {
  max-width: 100%;
  color: #7A8393;
  font-weight: 500;
  line-height: 160%;
}

.modal .form-group .form-group__optional {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #8C96A2;
  margin-left: 4px;
  display: inline-block;
}

/* cookies-page */
.cookies-page {
  position: fixed;
  left: 32px;
  bottom: 32px;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid rgba(23, 85, 153, 0.1);
  box-shadow: 0px 14px 34px rgba(17, 54, 95, 0.12);
  border-radius: 5px;
  padding: 16px 24px 24px;
  width: 432px;
  display: none;
}
.cookies-page--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
  margin-bottom: 16px;
}
.cookies-page--text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
  color: #7A8393;
  display: block;
}

.cookies-page--btns .btn:first-child {
  margin-right: 16px;
  outline: 0 none;
  box-shadow:inset 0 0 0  1px #BDC1C9;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  padding-right: 16px;
  padding-left: 16px;
  color: #232832;
  letter-spacing: 0.06em;
  transition: all 0.3s;
}
.cookies-page--btns .btn:first-child:hover {
  color: #454F63;
}

.cookies-page--btns .btn:first-child:focus {
  color: #FFFFFF;
}

.cookies-page--btns .btn:active {
  outline: 0 none !important;
  box-shadow: none !important;
  background: #12151C !important;
  border: transparent;
  color: #FFFFFF;
}

.cookies-page .cookies-page--btns .btn-blue {
  line-height: 44px;
  border-radius: 4px;
}
.cookies-window--content .cookies-page--btns .btn-blue {
  line-height: 44px;
}

.cookies-page--btns .close-popup:active {
  background: #12151C !important;
}

.cookies-page--window.cookies-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 14px 34px rgba(17, 54, 95, 0.12);
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  z-index: -1;
  background-color: #fff;
  width: 728px;
  max-height: 560px;
  height: 100%;
}

.cookies-page--window.cookies-window.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 9999;
}

.cookies-window--settings {
  background-color:#E5EAEF;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 10px;
  max-width: 249px;
  min-width: 249px;
  width: 100%;
  height: 100%;
}
.cookies-window--heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  padding-left: 24px;
  margin-bottom: 24px;
  color: #232832;
}

.cookies-window--list.nav-tabs .nav-link,
.cookies-window--list.nav-tabs {
  border: 0 none;
  border-radius: 0%;
}

.cookies-window--item {
  position: relative;
  transition: all 0.3s;
  width: 100%;
}

.cookies-window--item--inner {
  padding: 12px 45px 12px 24px;
  color: #232832;
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  display: inline-block;
  width: 100%;
}

.cookies-window--content-item {
  display: none;
}

.cookies-window--content-item.active {
  display: block;
}

.cookies-window--content-item.active {
  display: block;
}

.cookies-window--item--inner:hover {
    background: #D3D6DB;
    cursor: unset;
}

.cookies-window--item:hover .cookies-window--item--inner{
  color: inherit;
}

.cookies-window--item--inner.active {
  background: #D3D6DB !important;
  cursor: pointer !important;
  border: 0 none !important;
  color: #182E45 !important;
}

.cookies-window--item.active .cookies-window--item--inner::after {
  opacity: 1;
}

.cookies-window--item--inner::after {
  content: '';
  position: absolute;
    top: 0;
    right: 0;
  height: 100%;
  width: 4px;
  background: #F64D60;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.cookies-window--item .icon-up {
  display: none;
}

.cookies-window--item--body {
  display: none;
}

.cookies-page--btns-mobile {
  display: none;
}

/* cookies-page-content */

.cookies-window--content {
  padding: 24px 32px;
  position: relative;
  height: 100%;
}

.cookies-window--content--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #232832;
  margin-bottom: 24px;
}

.cookies-window-content-text {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #454F63;
  margin-bottom: 24px;
}

.cookies-window-content-text p:not(:last-child) {
  margin-bottom: 16px;
}

.cookies-window-content-text a {
  color: #F64D60;
  transition: all 0.3s;
  display: inline-block;
}

.cookies-window-content-text a:hover {
  text-decoration: underline;
}

.cookies-window--content .cookies-page--btns{
  position: absolute;
  right: 32px;
  bottom: 24px;
}

.cookies-window--label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 125px;
  width: 100%;
}


.cookies-window--label span {
  font-size: 14px;
  line-height: 165%;
  color: #454F63;
  font-weight: 700;
}

.cookies-window--label input[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 24px;
  background-color: #BDC1C9;
  border-radius: 41px;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s;
  cursor: pointer;
}

.cookies-window--label input:checked[type="checkbox"] {
  background-color: #242A38;
}

.cookies-window--label input[type="checkbox"]::before {
  content: '';
  position: absolute;
    top: 2px;
    left: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  /* transform: scale(1.1); */
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.cookies-window--label input:checked[type="checkbox"]::before {
  left: 22px;
}

/* page-container error page */
.new_breadcrumb_area {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_breadcrumb_area h1.title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.new_breadcrumb_area .description.description_maintenance {
  color: #3F4D5E;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.page-container .description {
  font-size: 34px;
  line-height: 130%;
  margin-bottom: 32px;
  display: block;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--font-family-outfit);
}
.new_breadcrumb_area .btn-red {
  line-height: 52px;
}
@media (max-width: 991px) {
  .new_breadcrumb_area h1.title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .new_breadcrumb_area h1.title {
    font-size: 40px;
  }
  .new_breadcrumb_area {
    height: auto;
    margin-top: 60px;
  }
  .page-container .description {
    font-size: 23px;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .new_breadcrumb_area .description.description_maintenance {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.overlay {
  position: fixed;
  opacity: 0;
  transition: 0.3ms ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #242A38;
  pointer-events: none;
  z-index: 100;
}

.overlay.active {
  opacity: 0.3;
  pointer-events: all;
}

.business-banking-service .archive-news .section-head h3.title {
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 53px;
  line-height: 120%;
}
.notification-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E9EBED;
  padding: 12px 24px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
}
.notification-message__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-message__inner .title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #232832;
  text-align: center;
}
.notification-message__inner .title a {
  /*display: flex;*/
  align-items: center;
  color: #F64D60;
  transition: all 0.3s;
}
.notification-message__inner .title a:hover {
  color: #F87180;
}
.notification-message__inner .title a:hover svg path {
  fill: #F87180;
}
.notification-message__inner .title a svg {
  margin-left: 8px;
}

.notification-message__inner svg:hover {
  cursor: pointer;
}

.worker .items {
  background: rgba(23, 85, 153, 0.1);
  border-radius: 5px;
  width: 100%;
}
.worker .items .item {
  display: flex;
  align-items: stretch;
}
.worker .items .item .img-wrap {
  height: 100%;
  min-width: 232px;
  margin-left: 48px;
  margin-right: 64px;
}
.worker .items .item .img-wrap.w-quality {
  align-self: flex-end;
}
.worker .items .item .img-wrap.wo-quality {
  align-self: center;
}
.worker .items .item .text {
  padding: 64px 0;
  margin-right: 200px;
}
.worker .items .item .text i {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 32px;
}
.worker .items .item .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #677687;
  margin-bottom: 8px;
}
.worker .items .item .text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #677687;
}
.worker .items .slick-slide {
  height: auto;
}
.worker .items .slick-arrow {
  position: absolute;
  bottom: 6px;
  right: 22px;
  padding: 10px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}
.worker .items .slick-arrow path {
  fill: #8C96A2;
}
.worker .items .slick-arrow:hover path {
  fill: #175599;
}
.worker .items .slick-arrow.slick-prev {
  right: 60px;
}
.worker .items .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worker .items .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  background: rgba(23, 85, 153, 0.2);
}
.worker .items .slick-dots li button {
  opacity: 0;
}
.worker .items .slick-dots li.slick-active {
  background: #175599;
}
.worker .items:hover .slick-arrow {
  opacity: 1;
}
/*===============================*/
.progress {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  border-radius: 0;
  background: transparent;
}
.progress .progress-bar {
  background: #232832;
  transition: all 0.04s;
}
.header.dark-header.nav-down .btn-transparent-red {
  border: 1px solid rgba(255, 255, 255, 0);
}
.file-upload {
  cursor: pointer;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border: 1px dashed #B9CCE0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s;
  min-height: 76px;
}
.file-upload.file-upload__active,
.file-upload.file-upload__error {
  cursor: initial;
}
.file-upload.file-upload__active .file-upload__content,
.file-upload.file-upload__error .file-upload__content {
  flex-grow: 1;
}
.file-upload.file-upload__active {
  background: rgba(23, 85, 153, 0.05);
  border-color: transparent;
}
.file-upload.file-upload__error {
  background: rgba(225, 9, 9, 0.05);
  border-color: transparent;
}
.file-upload__icon {
  margin-right: 24px;
  height: 40px;
  width: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.file-upload__content {
  display: flex;
  flex-direction: column;
}
.file-upload__secondary-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.file-upload__secondary-content .file-upload__cancel {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #175599;
  padding-right: 6px;
}
.file-upload__secondary-content .file-upload__percent {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #175599;
  padding-right: 6px;
}
.file-upload__secondary-content .file-upload__retry {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #175599;
  padding-left: 6px;
}
.file-upload__secondary-content .file-upload__error {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #E10909;
}
.file-upload__button {
  cursor: pointer;
}
.file-upload__primary-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  color: #232832;
  word-break: break-all;

}
.file-upload__secondary-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  color: #7A8393;

}
.file-upload__error-text {
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  color: #E10909;
}
.file-upload input {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Team page */
.team-page {
  padding-top: 120px;
}

.team-page__inner {
   padding-top: 112px;
 }
.team-page__col-left {
  max-width: 670px;
  margin-top: 24px;
}

.team-page__inner .team-page__item {
  padding: 32px 17px;
}

.team-page__col-left h2 {
  line-height: 41px;
}
.team-page__col-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
}

.team-page__item:not(:last-child) {
  margin-bottom: 60px;
}

.team-page__item-left {
  flex-shrink: 0;
  margin-right: 24px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.team-page__item-right-heading .item:first-child {
  width: 84px;
  height: 84px;
}
.team-page__item-right-heading .item:first-child img {
  max-width: 100%;
  max-height: 100%;
}

.team-page__item-left img {
  max-width: 100%;
  max-height: 100%;
}

.team-page__item-right {
  display: flex;
  flex-direction: column;
}

.team-page__item-right-content a {
  transition: all 0.3s ease;
  display: block;
  max-width: 128px;
}
.team-page__item-right-content a:hover > i {
  background: #242A38;
  color: #FFFFFF;
}
.team-page__item-right-content a:hover > span {
  color: #242A38;
}

.team-page__item-right span {
  color: #7A8393;
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  max-width: 262px;
  display: block;
}
.team-page__item-right p {
  color: #454F63;
  font-weight: 500;
  font-size: 14px;
  line-height: 165%;
  margin-bottom: 24px;
  display: block;
}
.team-page__item-social i {
  background: #7A8393;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.team-page__item-social i svg {
  color: #FFFFFF;
}
.team-page__item-social span {
  color: #676B75;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  display: block;
}

/*  Card qr page */

.card-qr {
  padding: 120px 0;
}
.card-activation,
.card-features {
  padding-bottom: 120px;
}

.card-qr h1.title {
  max-width: 469px;
  width: 100%;
  font-weight: 800;
  font-size: 70px;
  letter-spacing: -0.02em;
}

.card-qr p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}

.card-qr__card {
  width: 100%;
  max-width: 351px;
  margin: 0 auto;
}
.card-qr__card img {
  max-width: 100%;
  max-height: 100%;
}

.card-activation .blocks .item {
  border: 1px solid #E9EBED;
  box-shadow: 3px 3px 11px rgb(17 54 95 / 6%);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.3s;
  max-height: 241px;
  height: 100%;
}

.card-activation .blocks .item:hover {
  box-shadow: 12px 12px 30px rgb(17 54 95 / 13%);
}

.card-activation .blocks .item .ico {
  position: relative;
  margin-bottom: 24px;
}
.card-activation .blocks .item .ico svg {
  position: relative;
  z-index: 2;
}
.card-activation .blocks .item .ico:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #E9EBED;
}

.card-activation .blocks .item h6 {
  font-weight: 700;
  font-size: 22px;
  color: #232832;
  line-height: 140%;
  margin-bottom: 8px;
}

.card-activation .blocks .item p {
  font-size: 16px;
  line-height: 160%;
}

.card-activation .blocks .item:hover .ico:after {
  transform: scale(1.17);
}

/* card carousel */

.card-features .card-features-left {
  padding: 64px 9px;
}
.card-features .card-features-left .slick-dots {
  display: none !important;
}
.card-features .card-features-left h3.title {
  margin-bottom: 32px;
}
.card-features-dots li {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #676B75;
  transition: all 0.3s;
  position: relative;
}
.card-features-dots li::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  color: transparent;
  font-weight: 700;
  transition: 0.24s;
  transform-origin: center center;
  letter-spacing: -0.2px;
}
.card-features-dots li:hover {
  color: #242A38;
}
.card-features-dots li.slick-active:after {
  color: #242A38;
}
.card-features-dots li:not(:last-child) {
  margin-bottom: 24px;
}
.card-features .card-features-wrapper {
  padding: 64px 0;
}
.card-features .card-features-inner {
  /*max-width: 500px;*/
  width: 100%;
  margin: 0 auto;
}
.card-features .card-features-inner .item {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-features .card-features-inner .item .text-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
}
.card-features .card-features-inner .item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #454F63;
  display: block;
  margin-top: 40px;
}
.card-features .row .col-12:first-child {
  background: #F7F7F8;
  border-radius: 8px 0px 0px 8px;
}
.card-features .row .col-12:last-child {
  background: #E9EBED;
  border-radius: 0px 8px 8px 0px;
}
.card-features .card-features-carousel .slick-dots {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.card-features .card-features-carousel.slick-slider {
  position: unset;
}
.card-features .card-features-carousel .slick-dots li {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
}
.card-features .card-features-left .card-features-dots li:hover {
  cursor: pointer;
}

.card-features .card-features-carousel .slick-dots li button {
  background: #BDC1C9;
  color: transparent;
  width: 0;
  height: 5px;
}

/*  menu-region */

.header .main-menu.menu-region {
  margin-right: 40px;
}

.header .main-menu.menu-region li .sub-menu {
  min-width: 320px;
}
.header .main-menu.menu-region li a input {
  background-color: transparent;
}
.header .menu-region li .sub-menu .item:not(:last-child) {
  margin-bottom: 32px;
}
.menu-region li .sub-menu .item:not(:first-child):hover {
  cursor: pointer;
}
.header .menu-region li .sub-menu .item h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 4px;
  font-family: var(--font-family-plus-jakarta);
}
.header .menu-region li .sub-menu .item p {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.header .menu-region li .sub-menu .item svg {
  margin-right: 8px;
}
.header .menu-region li .sub-menu .item strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-left: 8px;
}

.header .menu-region li .sub-menu .item img {
  width: 24px;
  height: 12px;
}

.header .menu-region li a span {
  color: #454F63;
  font-weight: 700;
  font-size: 14px;
  line-height: 165%;
  margin-left: 8px;
  font-family: var(--font-family-plus-jakarta);
}
.menu-region li a .menu-region-country {
  transition: all 0.3s;
}
.menu-region li a img {
  width: 24px;
  height: 12px;
}
.header.dark-header .menu-region li a span {
  color: #FFFFFF;
}
.header.dark-header.navbar_fixed .menu-region li a span {
  color: #232832;
}

.header .menu-region li .sub-menu-main .inner {
  flex-direction: column;
  max-width: 238px;
  width: 100%;
}

/*  We are migrated  */

.redirect {
  padding: 128px 0;
}

.redirect h3.title {
  margin-bottom: 32px;
}

.redirect__column {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-bottom: 32px;
}

.redirect__column .item {
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirect__column .item:first-child {
  background-color: #182E45;
  border-top-left-radius: 6.69311px;
  border-bottom-left-radius: 6.69311px;
  position: relative;
}

.redirect__column .item:first-child svg {
  position: relative;
  z-index: 1;
}

.redirect__column .item:first-child::after {
  content: '';
  position: absolute;
  width: 64px;
  top: 1px;
  right: -28px;
  height: 61px;
  background-color: #172e46;
  border-radius: 36px 34px 29px 32px;
  transform: rotate(315deg);
}
.redirect__column .item:last-child {
  background-color: #F64D60;
  border-top-right-radius: 6.69311px;
  border-bottom-right-radius: 6.69311px;
}

.redirect__text span {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #242A38;
  margin-bottom: 24px;
}

.redirect__text-link {
  color: #F64D60;
  text-decoration: underline;
}
.redirect__text-link:hover {
  color: #F87180;
}

/* Present page */

.present-head {
  padding: 120px 0;
}

.present-head p {
  color: #454F63;
  display: block;
  margin: 40px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.present-head .btn-red {
  line-height: 52px;
}

.present-section {
  padding: 115px 0;
}

.present-section .present-section-inner {
  max-width: 470px;
}

.present-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #7A8393;
  display: block;
  margin-bottom: 32px;
}

.present-section .btn-red {
  line-height: 52px;
}

.present-section .img-wrap {
  max-width: 470px;
  min-height: 370px;
}

.present-section-heading {
  margin-bottom: 40px;
}

.present-section-heading h2.title {
  margin-bottom: 0;
}

.present-section.complex-solution {
  padding: 0 40px;
}

.present-section.conditions-list {
  padding: 120px 0;
}

.present-section-conditions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.present-section-conditions strong {
  color: #232832;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
}

.present-section-conditions ol {
  margin: 0;
  padding-left: 20px;
}

.present-section-conditions ol li {
  color: #454F63;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

/*  present-section-price */
.present-section-price .price-info__header .price-info__header-list .price-info__header-item,
.present-section-price .price-info__body .slide-inner .slide-inner__item {
  display: none;
}
.present-section-price .price-info__header .price-info__header-list .price-info__header-item:first-child {
  display: block !important;
}

.present-section-price .price-info__body .slide-inner .slide-inner__item:first-child {
  display: block !important;
}

.present-section-price {
  padding: 120px 0 130px;
}

.present-section-price .btn-red {
  line-height: 52px;
}

#CookieBanner .cookiebanner-main-content {
  position: fixed !important;
  left: 0;
  bottom: 0;
}

.animated {
  opacity: 0;
}
.animated.fadeInUp,
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInLeftMobile,
.animated.fadeInRightMobile,
.animated.fadeInShadowMobile {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated_2 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated_3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated_4 {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.animated_5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated_6 {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
}
.animated_7 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated_8 {
  -webkit-animation-duration: 2.25s;
  animation-duration: 2.25s;
}
.animated_9 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progress2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* one-stop-solution  */
.text-container .btn-magnet-wrapper {
  display: block;
}

#front-chat-holder.active > div {
  opacity: 1 !important;
}

/* Loader  */

/*.loaderArea::before {*/
/*  content: "";*/
/*  background: #FFFFFF;*/
/*  opacity: 0.8;*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  z-index: 100;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.loader {*/
/*  animation: rotation 1s infinite linear;*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: 101;*/
/*}*/

@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}

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

/*flex table*/
.grid-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 30px;
}

.grid-box {
  padding-right: 56px;
  padding-left: 56px;
  border-left: 1px solid #E9EBED;
  border-right: 1px solid #E9EBED;
}

.grid-box:nth-child(3n+1) {
  border-top: 1px solid #E9EBED;
  border-radius: 8px 8px 0 0;
}

.grid-box:nth-child(3n+2) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.grid-box:nth-child(3n) {
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #E9EBED;
  border-radius: 0 0 8px 8px;
}

.grid-box.grid-column-1 {
  background-color: rgba(56, 36, 41, 0.05);
  /*margin-right: 30px;*/
}

.grid-box.grid-column-2-uk {
  background-color: #F9E9E4;
  grid-row: 1/3;
  align-self: center;
  padding: 64px 48px;
  margin-left: 130px;
}
.price-tariff-b2c-uk-button-container {
  display: none;
}

.grid-box.grid-header {
  padding-top: 40px;
}

.grid-box:nth-child(2n) {
  padding-bottom: 30px;
}

.grid-box.grid-box-b2c-uk:nth-child(2n) {
  padding-bottom: 40px;
}


.price-grid__container {
  font-size: 16px;
  font-family: var(--font-family-plus-jakarta);
  padding: 0;
}
.price-grid__container.price-tariff-b2c-uk {
  grid-template-columns: repeat(2, 1fr);
}
.price-tariff-grid__body-item {
  margin-bottom: 24px;
}
.price-tariff-grid__body-item:last-child {
  margin-bottom: 0;
}
.price-tariff-grid__body-item-description {
  font-weight: bold;
}

.price-tariff-grid__body-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-large {
  display: flex;
  width: 230px;
  height: 62px;
  min-height: 62px;
  max-height: 62px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
}

.download-full-price-block {
  display: flex;
  padding: 24px 56px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #E9EBED;
  margin: 24px auto;

  font-size: 14px;
  font-family: var(--font-family-plus-jakarta);
}

.download-full-price-block div * {
  /*display: inline-flex;*/
}
.download-full-price-block img {
  width: auto;
  margin-right: 12px;
}

.title-asterisk {
  font-size: 27px;
  position: absolute;
  padding-left: 10px;
  top: -10px;
}
.asterisk-comment {
  margin-top: 64px;
  text-align: center;
  color: #70747E;
}


.pl-xl-5 {
  padding-left: 5px;
}
.pr-xl-5 {
  padding-right: 5px;
}

.milestones-container {
  display: flex;
  flex-direction: row;
  overflow-y: auto;
  margin-top: 64px;
  margin-right: -45px;
}
.milestone-item-year {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #F64D60;
}

.milestone-item-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #242A38;
  margin-right: -10px;
  z-index: 10;
  position: relative;
}

.milestone-item-text li:not(:first-child) {
  margin-top: 5px;
}

.milestone-item {
  width: 160px;
  min-width: 160px;
  margin-left: 30px;
  margin-bottom: 20px;
  padding: 32px 0 32px 16px;
  position: relative;
  background-color: #FFAC9C;
}
.milestone-item:first-child {
  margin-left: 0;
}
.milestone-item:last-child {
  min-width: auto;
  padding: 32px 0;
}
.milestone-item:before,
.milestone-item:after {
  width: 30px;
  height: 50%;
  position: absolute;
  left: 100%;
  content: "";
}

.milestone-item:before {
  top: 0;
  background: linear-gradient(to right top, #FFAC9C 50%, #FFAC9C 50%)
}
.milestone-item:after {
  top: 50%;
  background: linear-gradient(to right bottom, #FFAC9C 50%, #FFAC9C 50%)
}

.milestone-item.milestone-item-2016 {
  background-color: #FFF5F3;
}
.milestone-item.milestone-item-2016:before {
  background: linear-gradient(to right top, #FFF5F3 50%, #FFE9E5 50%)
}
.milestone-item.milestone-item-2016:after {
  background: linear-gradient(to right bottom, #FFF5F3 50%, #FFE9E5 50%)
}

.milestone-item.milestone-item-2017 {
  background-color: #FFE9E5;
}
.milestone-item.milestone-item-2017:before {
  background: linear-gradient(to right top, #FFE9E5 50%, #FFDDD6 50%)
}
.milestone-item.milestone-item-2017:after {
  background: linear-gradient(to right bottom, #FFE9E5 50%, #FFDDD6 50%)
}

.milestone-item.milestone-item-2019 {
  background-color: #FFDDD6;
}
.milestone-item.milestone-item-2019:before {
  background: linear-gradient(to right top, #FFDDD6 50%, #FFD1C8 50%)
}
.milestone-item.milestone-item-2019:after {
  background: linear-gradient(to right bottom, #FFDDD6 50%, #FFD1C8 50%)
}

.milestone-item.milestone-item-2020 {
  background-color: #FFD1C8;
}
.milestone-item.milestone-item-2020:before {
  background: linear-gradient(to right top, #FFD1C8 50%, #FFC5B9 50%)
}
.milestone-item.milestone-item-2020:after {
  background: linear-gradient(to right bottom, #FFD1C8 50%, #FFC5B9 50%)
}

.milestone-item.milestone-item-2021 {
  background-color: #FFC5B9;
}
.milestone-item.milestone-item-2021:before {
  background: linear-gradient(to right top, #FFC5B9 50%, #FFB9AB 50%)
}
.milestone-item.milestone-item-2021:after {
  background: linear-gradient(to right bottom, #FFC5B9 50%, #FFB9AB 50%)
}

.milestone-item.milestone-item-2022 {
  background-color: #FFB9AB;
}
.milestone-item.milestone-item-2022:before {
  background: linear-gradient(to right top, #FFB9AB 50%, #FFAC9C 50%)
}
.milestone-item.milestone-item-2022:after {
  background: linear-gradient(to right bottom, #FFB9AB 50%, #FFAC9C 50%)
}

.b2c-open-account.restaurant-exclusive-offers {
  max-height: 900px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  height: auto;
}

.offer-how-to-section {
  margin: 0;
}
.offer-how-to-section .offer-how-to-section-container {
  background: #FFE9E5;
  padding: 40px 10% 60px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.offer-how-to-section .row {
  gap: 30px;
  margin-bottom: 0;
}
.offer-how-to-section .row.offer-how-to-caption {
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
  align-items: center;
}
.offer-how-to-section .offer-how-to-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 5px;
  border: 1px solid #E9EBED;
  background: #FFFFFF;
  height: 262px;
  box-shadow: 3px 3px 11px 0 rgba(36, 42, 56, 0.06);
  padding: 48px 32px;
}

.offer-how-to-section .offer-how-to-item h6 {
  text-align: center;
}

.offer-how-to-section .offer-how-to-item img {
  width: 121px;
  height: 80px;
  padding: 0;
}

.career-policy-link {
  margin-bottom: 40px;
}

.restaurant-list-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
.restaurant-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.restaurant-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  height: fit-content;
}

.restaurant-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Circular logo overlay */
.circle-logo {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 159px;
  height: 159px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  display: none;
}
.circle-logo.show-logo {
  display: flex;
}
.circle-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.restaurant-card.has-logo .circle-logo {
  display: flex;
}

.card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.restaurant-name {
  font-size: 27px;
  font-weight: 700;
  color: #232832;
  margin: 0;
}

.card-title-container {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.card-icons {
  display: flex;
  margin-left: auto;
  gap: 12px;
}

.card-icons div {
  margin-left: auto;
}
.card-icons img {
  width: 27px;
  height: 27px;
}

.restaurant-address a {
  font-family: Outfit, sans-serif;
  display: flex;
  font-size: 18px;
  color: #6C707A;
  margin-bottom: 8px;
  align-items: center;
}
.restaurant-address img {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.restaurant-info {
  font-size: 18px;
  color: #7A8393;
}

/* --- Responsive Design --- */
/* Tablet */
@media (max-width: 1199px) {
  .offer-how-to-section .offer-how-to-section-container {
    padding: 40px 10px 60px;
  }

  .offer-how-to-section .row {
    flex-direction: row;
  }
  .restaurant-list {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 20px;
  }
  .card-content {
    padding: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .offer-how-to-section .row {
    flex-direction: column;
  }
  .offer-how-to-item {
    width: 100%;
  }
  .restaurant-list {
    padding: 10px;
    gap: 16px;
  }
  .card-content {
    padding: 10px;
  }
  .restaurant-card {
    border-radius: 9px;
  }
  .image-container {
    aspect-ratio: 4/3;
  }
  .circle-logo {
    width: 48px;
    height: 48px;
    bottom: 8px;
    left: 8px;
  }
}
