/*   
Theme Name: Lawskar
Version: 1.0
*/

:root {
  --font-inter: "Inter", sans-serif;
  --font-instrument-sans: "Instrument Sans", sans-serif;
}
.instrument-sans-instrument-400 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.instrument-sans-instrument-500 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.instrument-sans-instrument-600 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.instrument-sans-instrument-700 {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.montserrat-montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-around {
  -ms-flex-pack: center;
  justify-content: space-around;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._align-center {
  -ms-flex-align: center;
  align-items: center;
}
._align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
._align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
._align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
._width100 {
  width: 100%;
}
._height100 {
  height: 100%;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  opacity: 1;
  position: relative;
  background: #fafeff;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: rgb(0, 0, 0);
}
div {
  box-sizing: border-box;
}
section {
  width: 100%;
  position: relative;
}
p,
a {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: rgb(0, 0, 0);
  margin-top: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
  color: #e6053a;
}
a:hover {
  text-decoration: none;
  color: #e6053a;
}
a:active {
  text-decoration: none;
  color: #e6053a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #183baa;
}
h1 {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 19px;
}
h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
h3 {
  font-size: 27px;
  margin-bottom: 25px;
  margin-top: 0;
}
h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 0;
}
h6 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", sans-serif;
}
ul {
  list-style-type: square;
}
ul li {
  position: relative;
  margin-bottom: 10px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  max-width: 1182px;
  /*display: table;*/
  margin: 0 auto;
}
input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
}
input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}
input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3);
}
input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}
header {
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  background: rgb(15, 26, 61);
}
.page-template-default header {
  height: 551px;
  background: linear-gradient(
    -16.65deg,
    rgb(24, 59, 170) 0.057%,
    rgb(6, 18, 51) 43.803%,
    rgba(10, 24, 68, 0) 49.81%
  );
}
#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background: rgb(15, 26, 61);
  z-index: 9;
}

/* Inner container for fixed header to keep content centered and constrained */
.header-container {
  box-sizing: border-box;
  height: 65px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  align-items: center;
}

/* Apply width constraint only on very wide screens (>1600px) */
@media (min-width: 1601px) {
  .header-container {
    max-width: 1500px;
  }
}
.header-logo {
  margin-right: 20px;

  display: flex;
  align-items: center;
}
a.custom-logo-link,
.custom-logo-link {
  max-width: 160px;
  display: flex;
  align-items: center;
}
#top-nav {
  list-style-type: none;
  display: flex;
  display: flex;
  align-items: center;
  gap: 0;
}
#top-nav > li {
  padding: 0 10px;
  position: relative;
  margin: 0;
}

#top-nav li.menu-item-has-children:hover {
  border-radius: 9px 9px 0 0;
  background: rgba(45, 57, 98, 1);
}
#top-nav li.menu-item-has-children a {
  padding-right: 10px;
  position: relative;
}

#top-nav > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;

  border-radius: 50%;
  border: 1px solid rgba(26, 68, 201, 1);
  background: rgba(26, 68, 201, 1) url(image/li_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#top-nav > li.menu-item-has-children > a::after {
  top: 3px;
  right: -4px;
  transition: all 0.3s ease-in-out;
}

/* Special class for top-level menu items with animation */
#top-nav > li.menu-item-has-children.menu-animated {
  transition: all 0.3s ease-in-out;
}

#top-nav li:hover a::after {
  transform: rotate(90deg);
}

#top-nav li.sub-menu a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 15px;
  background: rgba(55, 174, 226, 1);
  display: block;
  border-radius: 10px;
  margin-top: -7.5px;
}

#top-nav > li.menu-item-has-children > a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 2px;
  height: 15px;
  background: rgba(55, 174, 226, 1);
  display: block;
  border-radius: 10px;
  margin-top: -7.5px;
}

/* Show the left indicator on the actually hovered submenu item, not the parent */
#top-nav > li.menu-item-has-children:hover::before {
  display: none;
}

#top-nav li.menu-item-has-children .sub-menu li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 15px;
  background: rgba(55, 174, 226, 1);
  display: block;
  border-radius: 10px;
  margin-top: -7.5px;
}

#top-nav li.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: absolute;
  border-radius: 0 0 9px 9px;

  padding: 11px 0 7px 0;
  left: 0px;
  width: 100%;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;

  background: rgba(45, 57, 98, 1);
}

#top-nav li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#top-nav li a {
  width: calc(100% - 85px);
  color: rgb(255, 255, 255);
  font-size: 13px;
}
#top-nav li a span {
  float: right;
  padding-top: 2px;
}
#top-nav li:hover a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#top-nav li a:active {
  color: #fff;
}

#top-nav li .sub-menu li a {
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  padding: 0 9px;
  width: 100%;
}
#top-nav li .sub-menu li {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  display: flex;
}

#top-nav li.menu-item-has-children:hover .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}

#top-nav li .sub-menu li:nth-child(1) {
  transition-delay: 0.1s;
}
#top-nav li .sub-menu li:nth-child(2) {
  transition-delay: 0.15s;
}
#top-nav li .sub-menu li:nth-child(3) {
  transition-delay: 0.2s;
}
#top-nav li .sub-menu li:nth-child(4) {
  transition-delay: 0.25s;
}
#top-nav li .sub-menu li:nth-child(5) {
  transition-delay: 0.3s;
}

#top-nav li .sub-menu li:hover a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
}

#title-block {
  width: 100%;
  height: 100%;
}
#top-nav li ul.sub-menu {
  padding: 7px 3px;
}
#top-nav ul {
  list-style-type: none;
  padding: 0;
}
.buttons-block {
  gap: 7px;
  margin: 0 10px;
}
.buttons-block a {
  height: 26px;
  box-sizing: border-box;
  border: 1.3px solid rgb(255, 255, 255);
  border-radius: 13px;
  color: rgb(255, 255, 255);
  font-family: Helvetica;
  font-size: 13px;
  padding: 2px 7px;
}
.buttons-block a:hover {
  background: rgb(255, 255, 255);
  color: rgb(15, 26, 61);
}
.share-block {
  gap: 4px;
}
.lang-ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
}

.share-block a {
  display: flex;
  align-items: center;
  height: 36px;
}
.lang-ul li a {
  color: rgb(255, 255, 255);
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 12px;
}
footer {
  border-radius: 63px 63px 0px 0px;
  background: linear-gradient(
    16.45deg,
    rgb(24, 59, 170) 1.207%,
    rgb(10, 24, 68) 44.952%
  );
  padding: 37px 0 50px;
  max-width: 1182px;
  margin: 0 auto;
}
.footer-block {
}
.footer-left {
  max-width: 239px;
  padding-top: 24px;
  padding-bottom: 6px;
}
.footer-bord-vert {
  margin: 0 38px;
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255);
}
.footer-right {
  max-width: 488px;
  padding-top: 24px;
  padding-bottom: 6px;
}
img.footer_logo {
  margin-bottom: 8px;
}
footer p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 117%;
}
.footer-left a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 15px;
  display: table;
}
.footer-left a svg {
  margin-right: 8px;
}
.footer-right p {
  font-weight: 300;
}
.footer-right a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.footer-buttons {
  gap: 11px;
}
.footer-buttons a {
  box-sizing: border-box;
  border: 1.3px solid rgb(255, 255, 255);
  border-radius: 20px;
  height: 33px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Arial;
  line-height: 1;
  text-transform: capitalize;
}
.footer-buttons a:hover {
  background: rgb(24, 59, 170);
}
.footer-links {
  margin-top: 36px;
  margin-bottom: 23px;
}
.footer-links a {
  margin-bottom: 13px;
  display: table;
}
#title-block {
  width: 100%;
  height: 551px;
  background-position: right bottom !important;
}
.title_block {
  max-width: 616px;
  margin-top: 40px;
}
.page-template-page-bank .title_block {
  padding-left: 15px;
  max-width: 364px;
}
.title_block p {
  color: rgb(253, 253, 253);
  max-width: 469px;
}
.page-id-579 .title_block,
.page-id-701 .title_block,
.page-id-579 .title_block p,
.page-id-579 .title_block p {
  max-width: 687px;
}
.page-id-455 .title_block,
.page-id-671 .title_block {
  max-width: 830px;
}
.page-id-469 .title_block,
.page-id-674 .title_block {
  max-width: 810px;
}
.page-id-455 .title_block p,
.page-id-671 .title_block p,
.page-id-469 .title_block p,
.page-id-674 .title_block p {
  max-width: 606px;
}
.page-id-210 .title_block p,
.page-id-655 .title_block p,
.page-id-393 .title_block p,
.page-id-430 .title_block p,
.page-id-668 .title_block p {
  max-width: 560px;
}
.page-id-409 .title_block p,
.page-id-664 .title_block p {
  max-width: 540px;
}
.page-id-509 .title_block p,
.page-id-685 .title_block p,
.page-id-520 .title_block p,
.page-id-688 .title_block p {
  max-width: 553px;
}
.page-id-528 .title_block p,
.page-id-691 .title_block p,
.page-id-561 .title_block p,
.page-id-698 .title_block p {
  max-width: 637px;
}
a.title-button {
  display: table;
  border-radius: 40px;
  background: rgb(24, 59, 170);
  padding: 10px 40px;
  margin-top: 26px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
a.title-button:hover {
  background: rgb(7, 30, 106);
}
.content {
  position: relative;

  padding: 18px 0 120px 20px;
}
.content-block {
  padding-left: 25px;
  padding-bottom: 15px;
}

.page-content-wrapper .content-block {
  max-width: 823px;
}
.content-block p {
  margin-bottom: 24px;
}
.philosophy-block {
  background: url(image/philosophy.png) no-repeat;
  background-position: 45% bottom;
  padding: 97px 0 74px;
}
.philosophy-block-left {
  width: 55%;
}
.philosophy-block-left-item {
  max-width: 360px;
}
.philosophy-block-right {
  width: 45%;
}
.philosophy-block-item {
  max-width: 380px;
  padding: 27px 30px 11px;
  border-radius: 20px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  margin-bottom: 45px;
  float: right;
}
.philosophy-block-item:last-child {
  margin-bottom: 0;
}
a.button {
  position: relative;
  margin-top: 35px;
  padding: 10px 35px 10px 20px;
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
  color: rgb(255, 255, 255);
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: table;
}
a.button:hover {
  background: rgb(24, 59, 170);
}
a.button.button-more:after {
  position: absolute;
  top: 40%;
  right: 12px;
  content: "";
  width: 14px;
  height: 10px;
  background: url(image/arrow_button.svg) no-repeat;
}
a.button svg {
  margin-left: 5px;
}
.service-item-bottom a.button {
  padding-left: 0;
  padding-right: 10px;
  width: 168px;
}
.philosophy-block-item h5 {
  border-bottom: 1px solid rgb(20, 54, 99);
  padding-bottom: 13px;
  margin-top: 0;
  margin-bottom: 9px;
}
.philosophy-image {
  margin-top: 62px;
  padding-left: 25px;
}
#services {
  width: 100%;
  background: linear-gradient(
    266.93deg,
    rgb(24, 59, 170) 1.931%,
    rgb(10, 24, 68) 57.029%
  );
  padding: 52px 0 79px;
}
#services h2 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 0;
}
#services p.subtitle {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 15px;
}
.services-block {
  margin-top: 43px;
  gap: 37px;
}
.service-item {
  width: 48%;
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  padding: 35px 23px 24px;
}
.service-item-left {
  width: 55%;
  flex-direction: column;
}
.service-item-left h5 {
  margin-top: 0;
  text-transform: uppercase;
}
.service-item-image {
  width: 35%;
  overflow: hidden;
  border-radius: 15px;
}
.service-item-image img {
  height: 100%;
  width: auto;
}
#contacts {
  padding-top: 73px;
  padding-bottom: 75px;
}
.contacts-title {
  margin-top: 25px;
  width: 30%;
  border-right: 1px solid rgb(20, 54, 99);
  padding-right: 28px;
  padding-left: 20px;
}
.contacts-title span {
  margin-top: 0;
  text-transform: capitalize;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.contacts-text {
  width: 70%;
  padding-left: 28px;
}
.contacts-text p {
  font-size: 17px;
}
.contacts-text p.subtitle {
  color: rgb(24, 59, 170);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.contact-buttons {
  gap: 11px;
}
.contact-buttons a {
  width: 130px;
  height: 36px;
  border-radius: 40px;
  background: rgb(24, 59, 170);
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px;
}
.contact-buttons a:hover {
  background: rgb(20, 54, 99);
}
.contact-buttons a svg {
  margin-right: 10px;
}
.contacts_bottom {
  width: 100%;
  padding-top: 10px;
}
.contacts_bottom span {
  text-align: center;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.contacts_bottom_block {
  border-radius: 20px;
  background: linear-gradient(
    132.03deg,
    rgb(24, 59, 170) 34.463%,
    rgb(10, 24, 68) 114.029%
  );
  padding: 33px 30px 28px;
  gap: 40px;
}
.contact_photo img {
  border-radius: 17px;
}
.contact_bottom_right h4 {
  color: rgb(255, 255, 255);
  margin-top: 9px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.contact_bottom_right p {
  color: rgb(255, 255, 255);
  margin-bottom: 7px;
}
.pos_email {
  margin-top: 22px;
  margin-bottom: 58px;
  gap: 40px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
p.contact_position_title {
  color: rgb(55, 174, 226);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.contact_bottom_right a.title-button {
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
}
#partners {
  width: 100%;
  padding: 62px 0 97px;
  background: linear-gradient(
    90deg,
    rgb(24, 59, 170) -18.789%,
    rgb(10, 24, 68) 99.997%
  );
}
#partners h2 {
  text-align: center;
  margin-top: 0;
  color: #fff;
  margin-bottom: 40px;
}
#partners .container {
  max-width: 1332px;
  display: block;
}
.content-subtitle p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.blue_block {
  width: 100%;
  padding: 19px 37px;
  margin-bottom: 37px;
  border-radius: 20px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    163.07deg,
    rgb(10, 24, 68) 46.648%,
    rgb(24, 59, 170) 94.848%
  );
}
.page-template-default .blue_block {
  padding: 19px 15px;
}
.blue_block:last-child {
  margin-bottom: 7px;
}
.blue_block h6 {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.blue_block p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
table {
  box-sizing: border-box;

  border-radius: 29px;
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
}
thead {
  border-radius: 29px 29px 0px 0px;
}
td {
  padding: 35px 25px;
  background: #fff;
}
td:first-child {
  width: 115px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 69px;
}
th {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;

  background: none;
  padding: 35px 25px;
}
th:first-child {
  padding-left: 25px;
}
tr:last-child td:first-child {
  border-radius: 0 0 0 29px;
}
tr:last-child td:last-child {
  border-radius: 0 0 29px 0;
}
.white_blocks {
  margin-top: 20px;
  gap: 17px;
}
.white_block {
  width: 32%;
  flex-direction: column;
  padding: 15px 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  font-size: 13px;
}
.white_block a.button {
  max-width: 168px;
  display: block;
  border-radius: 40px;
  background: rgb(24, 59, 170);
  margin-top: 5px;
}
.content h3 {
  margin-top: 30px;
}
.content-text p:last-child {
  margin-bottom: 0;
}
.content-text ul {
  padding: 30px 0 30px 15px;
  margin-top: 20px;
  list-style-type: square;
  border-top: 1px solid rgb(20, 54, 99);
  border-bottom: 1px solid rgb(20, 54, 99);
}
.content-text ul li {
  color: rgb(20, 54, 99);
  font-size: 14px;
  font-weight: 600;
}
.content #contacts {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Sticky page in-page navigation */
#page-menu {
  position: static; /* mobile/default */
}

.page-bank-content {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
}
.page-content__right {
  flex: 1;
  overflow: hidden;
}

.page-content__left {
  width: 274px;
  padding-left: 69px;
  padding-left: 25px;
}
/* Desktop/tablet layout: put sticky menu in left column */
@media (min-width: 769px) {
  .page-template-default .content,
  .page-template-page-bank .content {
    display: flex;
    column-gap: 20px;
    align-items: stretch;
  }
  .page-template-default #page-menu,
  .page-template-page-bank #page-menu {
    position: sticky;

    flex-basis: 274px;
  }
}
@media (min-width: 769px) {
  #page-menu {
    position: sticky;
    top: 80px; /* below fixed header */
  }
}
#page-menu p {
  color: rgb(24, 59, 170);
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.3px;
}
a.page_menu_link {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(5, 18, 47);
  border-radius: 40px;
  padding: 9px 9px 9px 15px;
  color: rgb(0, 0, 0);
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 9px;
  background: #fff;
  flex-wrap: nowrap;
  gap: 5px;
}
a.page_menu_link.page_menu_link_active,
a.page_menu_link:hover {
  border: 1px solid rgb(24, 59, 170);
  background: rgb(24, 59, 170);
  color: #fff;
  font-weight: 700;
}
/* legacy .fixed no longer used */
.content-text p small {
  font-size: 13px;
  font-weight: 600;
  color: #143663;
}
.blue_block ul {
  padding-left: 15px;
}
.blue_block li {
  color: #fff;
  margin-bottom: 0;
}
.faq {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
  margin-bottom: 25px;
  cursor: pointer;
  padding: 24px 117px 10px 15px;
}
.question h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
}
.answer p {
  color: #fff;
  margin-bottom: 0;
}
.answer {
  display: none;
  color: #fff;
}
.faq::after {
  position: absolute;
  top: 6px;
  right: 21px;
  content: "";
  width: 35px;
  height: 46px;
  background: url(image/plus.svg) no-repeat;
}
.faq.faq-active::after {
  background: url(image/minus.svg) no-repeat;
}
.page-template-page-bank,
.page-template-page-contact {
  background: rgb(7, 18, 44);
}
.page-template-page-bank #title-block {
  background-repeat: no-repeat !important;
  background-position: right -8px !important;
  height: 502px;
}
.page-template-page-bank #title-block ul {
  padding-top: 11px;
  padding-left: 15px;
}
.page-template-page-bank #title-block ul li {
  color: #fff;
  margin-bottom: 26px;
}
.page-template-page-bank #page-menu {
  top: 164px;
}
.contact_bottom_right {
  flex: 1;
}

.contacts_bottom {
  max-width: 824px;
}

.admin-bar #top {
  top: 32px !important;
}
@media (min-width: 769px) {
  .page-template-page-bank #page-menu {
    position: sticky;
  }
}
.bank-top-image {
  width: 48%;
  max-width: 513px;
}
.bank-top-right {
  width: 51%;
}
.bank-top-title {
  display: table;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: -20px;
}
.bank-top-subtitle {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.bank-top-content ul {
  padding-left: 20px;
}
.bank-top-content ul li {
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.4;
}
.page-template-page-bank .content {
  position: relative;
  padding-top: 0;
}
.title-block {
  margin: 30px 0 25px 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #183baa;
  font-size: 27px;
}
.page-template-page-bank h2,
.page-template-page-bank h3,
.page-template-page-bank .title-block,
#page-menu p,
.first-block,
.first-block p {
  color: #fff;
}
.title-block h2,
.title-block h3 {
  margin: 0 0 0 5px;
}
.first-block {
  max-width: 658px;
}
.title-block h2,
.title-block h3 {
  width: calc(100% - 60px);
  margin-top: 0;
}
.page-template-page-bank #start {
  background: url(image/bankbg.png) no-repeat right;
  background-size: contain;
}
.start-subtitle {
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
  padding: 10px 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
  display: table;
}
.first-block p {
  font-weight: 500;
}
.first-block .content-text {
  max-width: 518px;
}
.page-template-page-bank .content-subtitle {
  color: #fff;
  margin-bottom: 33px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-page-bank .blue_block {
  border-radius: 20px;
  background: linear-gradient(
    132.03deg,
    rgb(24, 59, 170) 34.653%,
    rgb(10, 24, 68) 112.727%
  );
  padding: 30px 30px 1px;
}
.page-template-page-bank .blue_block h6 {
  font-weight: 700;
}
.page-template-page-bank .blue_block p {
  margin-bottom: 36px;
  line-height: 1.3;
}
.page-template-page-bank .white_block {
  width: 100%;
  margin-bottom: 23px;
  padding: 23px 16px;
}
.page-template-page-bank .white_block ul {
  padding-left: 15px;
}
.page-template-page-bank .white_block ul {
  font-weight: 500;
  margin-bottom: 0;
}
.page-template-page-bank .white_block h6 {
  color: rgb(10, 24, 68);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.page-template-page-bank #requirements {
  margin-bottom: 60px;
  margin-top: 40px;
  position: relative;
}
.content-block .white_block p:last-child {
  margin-bottom: 0;
}
.page-template-page-contact {
  min-height: 100vh;
}

.page-template-page-contact header {
  height: 65px;
}
.contact-content {
  color: rgb(255, 255, 255);
  line-height: 1.3;
  max-width: 379px;
  margin-top: 31px;
  display: table;
}
.contact-content p {
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 11px;
}
.page-template-page-contact .content {
  padding: 65px 0 0;
  min-height: calc(100vh - 358px);
}
.page-template-page-contact .content-block {
  height: 100%;
}
.blog,
.single {
  background: rgb(237, 238, 240);
}
.blog .container,
.single .container {
  max-width: 875px;
}
.blog .content,
.single .content {
  padding: 20px 0 90px;
}
.blog h1,
.single h1,
.page-template-page-notitle h1 {
  color: rgb(20, 54, 99);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}
.blog_article {
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: 24px 32px 24px 24px;
  margin-bottom: 33px;
  gap: 25px;
}
.blog_desc {
  max-width: calc(100% - 294px);
  flex-direction: column;
}
.blog_name {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 507px;
}
.blog_name a {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.blog_text {
  max-width: 507px;
}
.blog_text p {
  max-width: 507px;
  color: rgb(0, 0, 0);
  line-height: 1.3;
  text-align: left;
}
.blog_article a.button {
  margin: 0;
  padding: 10px 30px 10px 20px;
}

#true_loadmore {
  position: relative;
  border-radius: 40px;
  background: rgb(24, 59, 170);
  padding: 10px 30px 10px 20px;
  color: rgb(255, 255, 255);
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: table;
  cursor: pointer;
}
#true_loadmore:after {
  position: absolute;
  top: 40%;
  right: 12px;
  content: "";
  width: 14px;
  height: 10px;
  background: url(image/arrow_button.svg) no-repeat;
}
.content-text ol {
  padding: 30px 0 30px 15px;
  margin-top: 20px;
  border-top: 2px solid rgb(20, 54, 99);
  border-bottom: 2px solid rgb(20, 54, 99);
}
.content-text ol li {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.content-text ol li ul {
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 24px;
}
.content-text ol li ul li {
  color: rgb(20, 54, 99);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}
.content-text ul li small {
  color: #143663;
  font-size: 14px;
  font-weight: 500;
}
.home #news {
  padding: 50px 0 102px;
}
.news_item {
  position: relative;
  border-radius: 15px;
}
.news_item_title {
  position: relative;
  border-radius: 20px;
  background: rgb(249, 252, 255);
  min-width: 291px;
  display: table;
  width: calc(100% - 34px);
  margin-left: 34px;
  margin-top: -22%;
  margin-bottom: 2px;
  padding: 14px 29px 14px 19px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  height: 127px;
}
.news_item_title a.button {
  padding: 10px 50px 10px 30px;
  background: rgb(24, 59, 170);
  margin-top: 0;
}
.news_item_title a.button:hover {
  background: rgb(7, 30, 106);
}
.news_buttons {
  margin-top: 7px;
  gap: 11px;
}
.news_buttons a {
  cursor: pointer;
}
.news-title-block {
  margin-bottom: 70px;
}
.news-title-block h3 {
  width: 100%;
}
.title-line {
  width: calc(100% - 160px);
  height: 0;
  border-bottom: 1px solid rgb(20, 54, 99);
}
.answer ul {
  padding-left: 15px;
  margin-top: 10px;
}
.answer ul li {
  font-weight: 600;
  margin-bottom: 5px;
}
ul.bord-bottom {
  border-top: 0 none;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px 0 20px 15px;
}
ul.border-none {
  border: 0 none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 15px;
}
.page-template-default .content-text h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-template-default .content-text h6 {
  text-transform: uppercase;
}
.page-template-default ul ul {
  border: 0;
  padding-left: 30px;
  margin: 0;
}
.page-template-default ul ul li {
  margin: 0;
}
.content-bottom-subtitle h6 {
  text-transform: uppercase;
}
.content-bottom-subtitle ul {
  border-bottom: 2px solid rgb(20, 54, 99);
}
.content-bottom-subtitle ul li {
  color: rgb(20, 54, 99);
  font-size: 14px;
  font-weight: 600;
}
.mob-menu-block {
  position: relative;
}
.page-template-page-bank #contacts p {
  color: #fff;
}
.news_item_title h5 {
  color: #000;
  height: 50px;
}
hr {
  border-top: none;
  border-bottom: 1px solid rgb(20, 54, 99);
}
.ruka {
  position: absolute;
  right: 0;
  top: 76%;
  z-index: 5;
}
#top-nav li.menu-item-has-children li a,
#top-nav li.menu-item-has-children:hover li a {
  background: none;
}

/* SEO Text Section Styles */
.section-seo-text {
  background: rgba(24, 59, 170, 1);
  padding: 80px 0;
}

.seo-text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.seo-text-header {
  text-align: center;
  margin-bottom: 40px;
}

.seo-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.seo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.seo-text-header .section-title {
  font-family: var(--font-instrument-sans);
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.seo-text-content {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.seo-text-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding: 30px;
}

.seo-text-scroll::-webkit-scrollbar {
  width: 8px;
}

.seo-text-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.seo-text-scroll::-webkit-scrollbar-thumb {
  background: #05122f;
  border-radius: 4px;
}

.seo-text-scroll::-webkit-scrollbar-thumb:hover {
  background: #0a1f4a;
}

.seo-text-inner {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.seo-text-inner h1,
.seo-text-inner h2,
.seo-text-inner h3,
.seo-text-inner h4,
.seo-text-inner h5,
.seo-text-inner h6 {
  font-family: var(--font-instrument-sans);
  color: #05122f;
  margin: 20px 0 15px 0;
  font-weight: 600;
}

.seo-text-inner h1 {
  font-size: 28px;
}

.seo-text-inner h2 {
  font-size: 24px;
}

.seo-text-inner h3 {
  font-size: 20px;
}

.seo-text-inner h4 {
  font-size: 18px;
}

.seo-text-inner h5 {
  font-size: 16px;
}

.seo-text-inner h6 {
  font-size: 14px;
}

.seo-text-inner p {
  margin: 0 0 15px 0;
}

.seo-text-inner ul,
.seo-text-inner ol {
  margin: 15px 0;
  padding-left: 20px;
}

.seo-text-inner li {
  margin-bottom: 8px;
}

.seo-text-inner a {
  color: #05122f;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.seo-text-inner a:hover {
  color: #0a1f4a;
}

.seo-text-inner blockquote {
  border-left: 4px solid #05122f;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666666;
}

.seo-text-inner strong,
.seo-text-inner b {
  font-weight: 600;
  color: #05122f;
}

.seo-text-inner em,
.seo-text-inner i {
  font-style: italic;
}

/* Responsive styles for SEO section */
@media (max-width: 768px) {
  .section-seo-text {
    padding: 60px 0;
  }

  .seo-title-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .seo-icon {
    width: 28px;
    height: 28px;
  }

  .seo-text-header .section-title {
    font-size: 28px;
  }

  .seo-text-scroll {
    max-height: 300px;
    padding: 20px;
  }

  .seo-text-inner {
    font-size: 14px;
  }

  .seo-text-inner h1 {
    font-size: 24px;
  }

  .seo-text-inner h2 {
    font-size: 20px;
  }

  .seo-text-inner h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .section-seo-text {
    padding: 40px 0;
  }

  .seo-icon {
    width: 24px;
    height: 24px;
  }

  .seo-text-header .section-title {
    font-size: 24px;
  }

  .seo-text-scroll {
    max-height: 250px;
    padding: 15px;
  }
}

/* Breadcrumbs Styles */
#breadcrumbs {
  margin: 20px 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* Breadcrumbs positioning for pages with sidebar */
.page-content-wrapper #breadcrumbs,
.content #breadcrumbs {
  margin: 20px 0 30px 0;
  padding: 0 20px;
}

/* White breadcrumbs for hero sections */
.hero-buy #breadcrumbs,
.page-custom-header #breadcrumbs,
#title-block #breadcrumbs,
.hero #breadcrumbs,
.page-template-page-contact #breadcrumbs {
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}

.hero-buy #breadcrumbs a,
.page-custom-header #breadcrumbs a,
#title-block #breadcrumbs a,
.hero #breadcrumbs a,
.page-template-page-contact #breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.hero-buy #breadcrumbs a:hover,
.page-custom-header #breadcrumbs a:hover,
#title-block #breadcrumbs a:hover,
.hero #breadcrumbs a:hover,
.page-template-page-contact #breadcrumbs a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.hero-buy #breadcrumbs .breadcrumb_last,
.page-custom-header #breadcrumbs .breadcrumb_last,
#title-block #breadcrumbs .breadcrumb_last,
.hero #breadcrumbs .breadcrumb_last,
.page-template-page-contact #breadcrumbs .breadcrumb_last {
  color: #fff;
  font-weight: 500;
}

.hero-buy #breadcrumbs .breadcrumb_sep,
.page-custom-header #breadcrumbs .breadcrumb_sep,
#title-block #breadcrumbs .breadcrumb_sep,
.hero #breadcrumbs .breadcrumb_sep,
.page-template-page-contact #breadcrumbs .breadcrumb_sep {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.7);
}

#breadcrumbs a {
  color: #05122f;
  text-decoration: none;
  transition: color 0.3s ease;
}

#breadcrumbs a:hover {
  color: #0a1f4a;
  text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
  color: #05122f;
  font-weight: 500;
}

#breadcrumbs .breadcrumb_sep {
  margin: 0 8px;
  color: #999;
}

/* Responsive breadcrumbs */
@media (max-width: 768px) {
  #breadcrumbs {
    font-size: 13px;
    margin: 15px 0;
  }

  #breadcrumbs .breadcrumb_sep {
    margin: 0 6px;
  }

  /* Mobile breadcrumbs positioning */
  .page-content-wrapper #breadcrumbs,
  .content #breadcrumbs {
    margin: 15px 0 20px 0;
    padding: 0 15px;
  }

  /* Mobile white breadcrumbs for hero sections */
  .hero-buy #breadcrumbs,
  .page-custom-header #breadcrumbs,
  #title-block #breadcrumbs,
  .hero #breadcrumbs,
  .page-template-page-contact #breadcrumbs {
    margin: 0 0 15px 0;
    font-size: 13px;
  }

  .hero-buy #breadcrumbs .breadcrumb_sep,
  .page-custom-header #breadcrumbs .breadcrumb_sep,
  #title-block #breadcrumbs .breadcrumb_sep,
  .hero #breadcrumbs .breadcrumb_sep,
  .page-template-page-contact #breadcrumbs .breadcrumb_sep {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  #breadcrumbs {
    font-size: 12px;
    margin: 10px 0;
  }

  #breadcrumbs .breadcrumb_sep {
    margin: 0 4px;
  }

  /* Small screen white breadcrumbs for hero sections */
  .hero-buy #breadcrumbs,
  .page-custom-header #breadcrumbs,
  #title-block #breadcrumbs,
  .hero #breadcrumbs,
  .page-template-page-contact #breadcrumbs {
    margin: 0 0 10px 0;
    font-size: 12px;
  }

  .hero-buy #breadcrumbs .breadcrumb_sep,
  .page-custom-header #breadcrumbs .breadcrumb_sep,
  #title-block #breadcrumbs .breadcrumb_sep,
  .hero #breadcrumbs .breadcrumb_sep,
  .page-template-page-contact #breadcrumbs .breadcrumb_sep {
    margin: 0 4px;
  }
}

/* Blog Article Styles */
.blog_article {
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 20px;
}

.blog_article  .meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  gap: 20px;
  color: #828282;

}

.blog_image {
  width: 240px;
  height: auto;
  overflow: hidden;
}

.blog_image img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.blog_article  .meta i{
  color: #32373c;
  margin-right: 4px;
}

.blog_article h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #32373c;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
}

.blog_article h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #32373c;
}

.blog_article  ol,.blog_article  ul {
  box-sizing: border-box;
  list-style-position: inside;
  margin: 10px 0;
  padding-left: 10px;
}

.blog_article h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #32373c;
}

.blog_article h4 {

.blog_article .meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}

.blog_article .blog_author {
  font-weight: 400;
  color: #666;
  font-size: 0.9rem;
}

.blog_article .blog_data {
  color: #666;
  font-size: 0.9rem;
}

.blog_article .blog_author i,
.blog_article .blog_data i {
  margin-right: 8px;
  color: #05122f;
  font-size: 0.9rem;
}

.blog_article .blog_featured_image {
  margin-bottom: 30px;
  text-align: center;
}

.blog_article .blog_featured_image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog_article ul,
.blog_article ol {
  list-style-position: inside;
  padding-left: 16px;
  margin: 10px 0;
}

/* Responsive blog styles */
@media (max-width: 768px) {
  .blog_article {
    padding: 15px;
  }

  .blog_article h1 {
    font-size: 2rem;
  }

  .blog_article .meta {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .blog_article h1 {
    font-size: 1.75rem;
  }

  .blog_article .meta {
    margin-bottom: 20px;
  }
}
