@charset "UTF-8";
@font-face {
  font-family: "Onest";
  src: local("Onest Light"), local("Onest-Light"), url("assets/fonts/Onest-Light.woff2") format("woff2"), url("assets/fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest Medium"), local("Onest-Medium"), url("assets/fonts/Onest-Medium.woff2") format("woff2"), url("assets/fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest SemiBold"), local("Onest-SemiBold"), url("assets/fonts/Onest-SemiBold.woff2") format("woff2"), url("assets/fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest Regular"), local("Onest-Regular"), url("assets/fonts/Onest-Regular.woff2") format("woff2"), url("assets/fonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest Bold"), local("Onest-Bold"), url("assets/fonts/Onest-Bold.woff2") format("woff2"), url("assets/fonts/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 18px;
  }
}

body {
  color: #353535;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.67;
  font-family: "Onest", sans-serif;
  background-color: #f6f6f6;
  position: relative;
}
body .fader {
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
/* @media (max-width: 575.98px) {
  body.fixed {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 992px) {
  body.fixed .header--index {
    padding-right: 17px;
  }
} */

.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: unset;
}
@media (max-width: 991.98px) {
  .page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1860px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
}

.row {
  position: relative;
}

a {
  text-decoration: none;
}

.index-page {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .index-page {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .index-page {
    padding-bottom: 100px;
  }
}

.inner-page {
  flex-grow: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .inner-page {
    padding-top: 30px;
  }
}

.basic-title {
  color: #353535;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .basic-title {
    font-size: 2.85rem;
  }
}
@media (max-width: 575.98px) {
  .basic-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
.title-wrapper .basic-title {
  margin-bottom: 0;
}

.basic-link {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.1;
  color: black;
  transition: 0.2s ease;
}
.basic-link span {
  margin-left: 3px;
}
.basic-link:hover {
  transition: 0.2s ease;
  color: #737373;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 40px 20px;
  background-color: #194079;
  color: white;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #194079;
  transition: 0.2s ease;
  width: fit-content;
  line-height: normal;
}
@media (max-width: 1920px) {
  .basic-button {
    padding: 15px 40px 15px;
  }
}
@media (max-width: 575.98px) {
  .basic-button {
    padding: 11px 25px 11px;
  }
}
.basic-button:hover {
  background-color: #2D548D;
  border-color: #2D548D;
  color: white;
  transition: 0.2s ease;
}
.basic-button--white {
  background-color: white;
  color: #2D548D;
  border-color: white;
}
.basic-button--white:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  color: #2D548D;
}
.basic-button--light {
  color: #353535;
  border: 1px solid #353535;
}
.basic-button--light:hover {
  background-color: #737373;
}
.basic-button--arrowed {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .basic-button--arrowed {
    gap: 7px;
  }
}
.basic-button--arrowed::after {
  content: "";
  background-image: url(assets/img/arrow-white-angle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
  width: 19px;
  height: 15px;
  display: block;
  margin-top: -6px;
}
@media (max-width: 1920px) {
  .basic-button--arrowed::after {
    width: 15px;
    height: 12px;
    margin-top: -3px;
  }
}
@media (max-width: 1699px) {
  .basic-button--arrowed::after {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .basic-button--arrowed::after {
    width: 11px;
    height: 11px;
  }
}
.basic-button--arrowed.basic-button--white::after {
  background-image: url(assets/img/arrow-blue-angle.svg);
}

.swiper-arrows {
  position: relative;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 991.98px) {
  .swiper-arrows {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .swiper-arrows {
    bottom: -40px;
  }
}
.swiper-arrows .swiper-button {
  position: unset;
  margin: 0;
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 40px;
  background-color: #ECECEC;
  border-radius: 20px;
  transition: 0.2s ease;
}

.swiper-button.swiper-button-lock {
  display: none;
}
@media (max-width: 575.98px) {
  .swiper-button {
    width: 40px;
    height: 30px;
  }
}
.swiper-button:hover {
  background-color: #194079;
  transition: 0.2s ease;
}
.swiper-button:hover svg,
.swiper-button:hover img {
  transition: 0.2s ease;
}
.swiper-button:hover svg path,
.swiper-button:hover img path {
  fill: white;
  transition: 0.2s ease;
}
.swiper-button::after {
  display: none;
}
.swiper-button svg,
.swiper-button img {
  transition: 0.2s ease;
}
@media (max-width: 575.98px) {
  .swiper-button svg,
  .swiper-button img {
    width: 10px;
  }
}
.swiper-button svg path,
.swiper-button img path {
  transition: 0.2s ease;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 3.5rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    padding-bottom: 2.5rem;
  }
}

.breadcrumbs__list {
  display: flex;
  position: relative;
  z-index: 54;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main--scroll .breadcrumbs__list {
  z-index: 2;
}

.breadcrumbs__list-item {
  font-size: 15px;
  padding-right: 5px;
  position: relative;
  margin-bottom: 5px;
}
.breadcrumbs__list-item a,
.breadcrumbs__list-item span {
  opacity: 0.7;
  font-size: 0.7rem;
}

.breadcrumbs__list-item::after {
  content: "/";
  color: inherit;
  opacity: 0.7;
  padding-left: 5px;
  font-size: 0.7rem;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-link {
  color: inherit;
  transition: opacity 0.3s ease;
}
.breadcrumbs__list-link:hover {
  color: #194079;
  opacity: 1;
}

.breadcrumbs--clip .breadcrumbs__list-item:last-child {
  text-overflow: ellipsis;
  overflow: clip;
  max-width: 325px;
}

.text-content p,
.text-content ul,
.text-content ol {
  margin-bottom: 1.5rem;
  line-height: 1.67;
}
@media (max-width: 991.98px) {
  .text-content p,
  .text-content ul,
  .text-content ol {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .text-content p,
  .text-content ul,
  .text-content ol {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.text-content ul,
.text-content ol {
  padding-left: 1rem;
}
.text-content li {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .text-content li {
    padding-left: 5px;
  }
}
.text-content li::marker {
  content: "►";
  font-size: 15px;
  color: #194079;
}
@media (max-width: 575.98px) {
  .text-content li::marker {
    font-size: 12px;
  }
}

.callback-block {
  margin-top: 5rem;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 25px;
}
@media (max-width: 767.98px) {
  .callback-block img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .callback-block img {
    width: 86px;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.2s ease;
}
.header .header-wrapper {
  align-items: center;
}
.header .header-wrapper .logo-wrapper img {
  width: 291px;
  height: auto;
}
@media (max-width: 575.98px) {
  .header .header-wrapper .logo-wrapper img {
    width: 130px;
  }
}
.header .header-wrapper .logo-wrapper img.logo--blue {
  display: none;
}
.header .header-wrapper .navbar-toggler-wrapper {
  align-items: center;
}
@media (max-width: 575.98px) {
  .header .header-wrapper .navbar-toggler-wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header .header-wrapper .navbar-toggler {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header .header-wrapper .navbar-toggler {
    width: 35px;
    height: 25px;
  }
}
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon,
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon::before,
.header .header-wrapper .navbar-toggler:hover .navbar-toggler-icon::after {
  background-color: white;
}
.header .header-wrapper .navbar-toggler:focus {
  box-shadow: unset;
}
.header .header-wrapper .navbar-toggler.show {
  opacity: 1;
  display: flex;
}
.header .header-wrapper .navbar-toggler .navbar-toggler-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 5px;
  background-color: white;
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    width: 100%;
  }
}
.header .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
.header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: white;
  content: "";
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
    height: 2px;
    border-radius: 1px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
}
@media (max-width: 575.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .header .header-wrapper .navbar-toggler .navbar-toggler-icon::after {
    bottom: -8px;
  }
}
.header .header-wrapper .close-menu-button {
  width: 32px;
  height: 32px;
  padding: 0;
  background-size: contain;
  background-image: url(assets/img/close.svg);
  display: none;
  box-shadow: unset;
}
@media (max-width: 575.98px) {
  .header .header-wrapper .close-menu-button {
    width: 22px;
    height: 22px;
  }
}
.header .header-wrapper .close-menu-button.show {
  display: block;
}
.header .top-menu-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper {
    display: none;
    padding-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar {
    width: 100%;
  }
}
.header .top-menu-wrapper .navbar-nav {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 1499px) {
  .header .top-menu-wrapper .navbar-nav {
    gap: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .header .top-menu-wrapper .navbar-nav {
    gap: 0 20px;
  }
}
/*@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar-nav {
    flex-direction: row;
    gap: 0 70px;
  }
}
@media (max-width: 767.98px) {
  .header .top-menu-wrapper .navbar-nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}*/
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar-nav {
    flex-direction: column;
    gap: 20px 0;
  }
}
.header .top-menu-wrapper .navbar-nav a {
  white-space: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  line-height: 0.8;
  transition: 0.2s ease;
}

.header .top-menu-wrapper .navbar-nav .dropdown-menu li {
	line-height: 1.2;
	font-size: 0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header .top-menu-wrapper .navbar-nav .dropdown-menu li a {
	font-size: 0.8rem;
	line-height: 0.8;
}
@media (max-width: 1199.98px) {
  .header .top-menu-wrapper .navbar-nav a {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar-nav a {
    font-size: 1.2rem;
  }
}
.header .top-menu-wrapper .navbar-nav a:hover {
  opacity: 0.7;
  transition: 0.2s ease;
}
.header .phone-wrapper {
  text-align: left;
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header .phone-wrapper {
    text-align: left;
	justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .header .phone-wrapper {
    text-align: right;
    margin-top: 40px;
	justify-content: flex-end;
  }
}
.header .phone-wrapper a {
  color: white;
  font-size: 1.2rem;
  transition: 0.2s ease;
}
@media (max-width: 1199.98px) {
  .header .phone-wrapper a {
    font-size: 1rem;
	  line-height: 1;
  }
}
.header .phone-wrapper a:hover {
  opacity: 0.7;
  transition: 0.2s ease;
}
@media (min-width: 992px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a {
    padding: 15px;
    padding-right: 32px;
    transition: unset;
	  font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a {
    padding: 10px;
    padding-right: 25px;
  }
}
.header .top-menu-wrapper .navbar > ul .dropdown > a::after {
  position: absolute;
  pointer-events: none;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
  border: unset;
  background-color: white;
  transition: 0.2s ease;
}
@media (max-width: 1699px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a::after {
    top: 10px;
  }
}
@media (max-width: 1499px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a::after {
    top: 7px;
  }
}
@media (max-width: 1199.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a::after {
    width: 10px;
    height: 10px;
    top: 7px;
    right: 8px;
  }
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > a::after {
    right: -20px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .header .top-menu-wrapper .navbar > ul .dropdown:hover > a {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #353535;
    transition: unset;
    opacity: 1;
    color: #194079;
  }
}

@media (min-width: 992px) {
	.header .top-menu-wrapper .navbar > ul .dropdown:hover > a::after {
	  content: "";
	  background-color: #194079;
	  transform: rotate(180deg);
	  transition: 0.2s ease;
	}
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown:hover > a::after {
    right: -20px;
  }
	.header .top-menu-wrapper .navbar > ul .menu-item .dropdown-toggle[aria-expanded=true]::after {
	  content: "";
	  background-color: #194079;
	  transform: rotate(180deg);
	  transition: 0.2s ease;
	}
}
.header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu {
  color: #353535;
  padding: 15px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
  margin-top: 10px;
}
@media (min-width: 992px) {
	.header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (min-width: 991.98) and (max-width: 1399.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
}
/* .header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu li {
  line-height: 0.8;
  padding-top: 5px;
  padding-bottom: 5px;
} */
.header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu a {
  color: inherit;
}
.header .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu a:hover {
  color: #194079;
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu {
    min-width: unset;
    width: min-content;
	  margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown,
  .header .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu {
    width: 300px;
	  max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .header .top-menu-wrapper .navbar > ul .dropdown,
  .header .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu {
    width: 250px;
	  max-width: 80vw;
  }
}

.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid white;
}
@media (max-width: 991.98px) {
  .header--absolute {
    border-bottom: 0;
  }
}

.header--open,
.header--white {
  background-color: #f6f6f6;
  border-color: rgba(255, 255, 255, 0);
  transition: 0.2s ease;
}
.header--open .header-wrapper .logo-wrapper img.logo--white,
.header--white .header-wrapper .logo-wrapper img.logo--white {
  display: none;
}
.header--open .header-wrapper .logo-wrapper img.logo--blue,
.header--white .header-wrapper .logo-wrapper img.logo--blue {
  display: block;
}
.header--open .top-menu-wrapper .navbar-nav a,
.header--open .phone-wrapper a,
.header--white .top-menu-wrapper .navbar-nav a,
.header--white .phone-wrapper a {
  color: #353535;
}
.header--open .top-menu-wrapper .navbar-nav a,
.header--white .top-menu-wrapper .navbar-nav a {
  position: relative;
}
@media (max-width: 991.98px) {
	.header--open .top-menu-wrapper .navbar-nav .menu-item {
/* 		margin-top: 10px;
		margin-bottom: 10px; */
		line-height: 1;
	}
	.header--open .top-menu-wrapper .navbar-nav a {
		line-height: 1;
		outline: 0;
	}
  .header--open .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu,
  .header--white .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu {
    padding: 0;
    padding: 20px;
    border: 0;
    width: 300px;
	max-width: 70vw;
  }
}
.header--open .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu,
.header--white .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .header--open .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu,
  .header--white .top-menu-wrapper .navbar > ul .dropdown:hover > .dropdown-menu {
    padding: 0;
    padding: 20px;
    border: 0;
  }
}
.header--open .top-menu-wrapper .navbar > ul .dropdown > a::after,
.header--white .top-menu-wrapper .navbar > ul .dropdown > a::after {
  background-color: #353535;
}
.header--open .header-wrapper .navbar-toggler .navbar-toggler-icon::after,
.header--open .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
.header--open .header-wrapper .navbar-toggler .navbar-toggler-icon,
.header--white .header-wrapper .navbar-toggler .navbar-toggler-icon::after,
.header--white .header-wrapper .navbar-toggler .navbar-toggler-icon::before,
.header--white .header-wrapper .navbar-toggler .navbar-toggler-icon {
  background-color: #353535;
}

@media (max-width: 991.98px) {
  .header--open {
    height: 100dvh;
    position: fixed;
    z-index: 100;
  }
}
@media (max-width: 991.98px) {
  .header--open {
    overflow: auto;
  }
  .header--open .top-menu-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header--inner.header--white {
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  }
}
.header--inner.header--white .top-menu-wrapper .navbar > ul .dropdown > .dropdown-menu {
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header--inner .top-menu-wrapper .navbar > ul .dropdown > a::after {
  top: 22px;
}
@media (max-width: 1499px) {
  .header--inner .top-menu-wrapper .navbar > ul .dropdown > a::after {
    top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header--inner .top-menu-wrapper .navbar > ul .dropdown > a::after {
    top: 13px;
  }
}
@media (max-width: 991.98px) {
  .header--inner .top-menu-wrapper .navbar > ul .dropdown > a::after {
    top: 3px;
  }
}

.index-swiper {
  position: relative;
  height: 100dvh;
}
.index-swiper .swiper-pagination-wrapper {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
  width: 100vw;
  height: 50px;
}
@media (max-width: 1199.98px) {
  .index-swiper .swiper-pagination-wrapper {
    bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .index-swiper .swiper-pagination-wrapper {
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .index-swiper .swiper-pagination-wrapper {
    bottom: 30px;
  }
}
.index-swiper .swiper-pagination-wrapper > .container {
  margin: 0 auto;
}
.index-swiper .swiper-pagination-wrapper .index-swiper-pagination {
  position: unset;
  width: fit-content;
  left: 0;
  color: white;
  font-size: 0.9rem;
}
.index-swiper .swiper-pagination-wrapper .custom-pagination {
  color: white;
}
.index-swiper .swiper-pagination-wrapper .fraction-pagination {
  color: white;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .index-swiper .swiper-pagination-wrapper .fraction-pagination {
    font-size: 15px;
    margin-top: 10px;
  }
}
.index-swiper .swiper-pagination-wrapper .scrollbar-container {
  height: 2px;
  display: flex;
  overflow: hidden;
  gap: 0 16px;
}
@media (max-width: 575.98px) {
  .index-swiper .swiper-pagination-wrapper .scrollbar-container {
    gap: 0 10px;
  }
}
.index-swiper .swiper-pagination-wrapper .scrollbar-segment {
  height: 100%;
  max-width: 180px;
  flex: 1;
  margin-right: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .index-swiper .swiper-pagination-wrapper .scrollbar-segment {
    max-width: 170px;
  }
}
@media (max-width: 575.98px) {
  .index-swiper .swiper-pagination-wrapper .scrollbar-segment {
    max-width: 64px;
  }
}
.index-swiper .swiper-pagination-wrapper .scrollbar-segment:last-child {
  margin-right: 0;
}
.index-swiper .swiper-pagination-wrapper .scrollbar-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: white;
  transition: width linear;
}

.index-slide {
  position: relative;
}
.index-slide > img {
  filter: brightness(0.55);
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.index-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding-top: 35vh;
}
.index-slide .content .index-slide-title {
  text-transform: uppercase;
  color: white;
  max-width: 60%;
}
@media (max-width: 1199.98px) {
  .index-slide .content .index-slide-title {
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  .index-slide .content .index-slide-title {
    max-width: 100%;
  }
}
.index-slide .content p {
  color: white;
  font-size: 1rem;
  max-width: 60%;
}
@media (max-width: 991.98px) {
  .index-slide .content p {
    max-width: 80%;
  }
}

.index-services {
  position: relative;
  z-index: 9;
  margin-top: -50px;
  background-color: #f6f6f6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .index-services {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .index-services {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .index-services {
    padding-top: 80px;
  }
}

.services-item {
  height: auto;
}
.services-item .content {
  display: flex;
  flex-direction: column;
  background-color: #ECECEC;
  padding: 43px 30px 30px;
  border-radius: 30px;
  height: 100%;
  transition: 0.2s ease;
}
@media (max-width: 1920px) {
  .services-item .content {
    padding: 35px 25px 25px;
  }
}
.services-item .content * {
  transition: 0.2s ease;
}
.services-item .content:hover {
  background-color: #194079;
  color: white;
  transition: 0.2s ease;
}
.services-item .content:hover * {
  transition: 0.2s ease;
}
.services-item .content:hover .basic-button {
  background-color: #ECECEC;
  color: #353535;
}
.services-item .content:hover .basic-button::after {
  background-image: url(assets/img/arrow-dark-angle.svg);
  transition: 0.2s ease;
}
.services-item .services-item-title {
  font-size: 1.35rem;
  margin-bottom: 50px;
  color: inherit;
}
@media (max-width: 991.98px) {
  .services-item .services-item-title {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .services-item .services-item-title {
    font-size: 1.3rem;
  }
}
.services-item .services-item-desc {
  margin-bottom: 30px;
  color: inherit;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .services-item .services-item-desc {
    font-size: 1.15rem;
    line-height: 1.67;
  }
}
@media (max-width: 575.98px) {
  .services-item .services-item-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.services-item .basic-button {
  margin-top: auto;
  margin-left: auto;
}
.services-item .basic-button::after {
  background-image: url(assets/img/arrow-white-angle.svg);
}

.services-list--inner .services-item {
  margin-bottom: var(--bs-gutter-x);
}

.index-director {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .index-director {
    margin-top: 15rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .index-director {
    margin-top: 12rem;
  }
}
@media (max-width: 575.98px) {
  .index-director {
    padding-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .index-director > .container {
    background-image: url("assets/img/bg-letter.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 51%;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991.98px) {
  .index-director .index-director-wrapper {
    padding-top: 350px;
  }
}
@media (max-width: 767.98px) {
  .index-director .index-director-wrapper {
    padding-top: 450px;
  }
}
@media (max-width: 575.98px) {
  .index-director .index-director-wrapper .index-director-pic img {
    width: 75% !important;
  }
}
@media (min-width: 1400px) {
  .index-director .index-director-wrapper .index-director-pic {
    padding-right: 0;
  }
}
.index-director .index-director-desc .content {
  padding-top: 10rem;
}
@media (max-width: 1920px) {
  .index-director .index-director-desc .content {
    padding-top: 7rem;
  }
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content {
    padding-top: 3.5rem;
  }
}

.index-page .index-director .index-director-desc .content {
  padding-top: 8rem;
}
@media (max-width: 1920px) {
  .index-page .index-director .index-director-desc .content {
    padding-top: 5rem;
  }
}

.index-director .index-director-desc .content .index-director-header {
  margin-bottom: 7rem;
}
@media (max-width: 1920px) {
  .index-director .index-director-desc .content .index-director-header {
    margin-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content .index-director-header {
    margin-bottom: 0;
  }
}
.index-page .index-director .index-director-desc .content .index-director-header {
  margin-bottom: 3rem;
}
@media (max-width: 1920px) {
  .index-page .index-director .index-director-desc .content .index-director-header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .index-page .index-director .index-director-desc .content .index-director-header {
    margin-bottom: 0;
  }
}
.index-director .index-director-desc .content .index-director-name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content .index-director-name {
    margin-bottom: 10px;
  }
}
.index-director .index-director-desc .content .index-director-post {
  width: fit-content;
  font-size: 0.95rem;
  line-height: 1.56;
}
@media (max-width: 991.98px) {
  .index-director .index-director-desc .content .index-director-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.index-director .index-director-desc .content .index-director-info p {
  line-height: 1.67;
  font-size: 1.1rem;
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content .index-director-info p {
    font-size: 1rem;
  }
}
.index-director .index-director-desc .content .index-director-info > p:last-of-type {
  color: #194079;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content .index-director-info > p:last-of-type {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.index-director .index-director-desc .content .index-director-info > p:last-of-type {
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .index-director .index-director-desc .content .index-director-info .basic-button--arrowed {
    margin-left: auto;
  }
}
.index-director .index-director-desc .content .index-director-info .basic-button--arrowed:hover::after {
  transform: translateX(7px) rotate(45deg);
}

.blog-widget {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .blog-widget {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .blog-widget {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .blog-widget .swiper-arrows {
    bottom: 20px;
  }
}

.blog-list .blog-item .blog-item-pic,
.blog-list .blog-item .blog-item-desc {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .blog-list .blog-item .blog-item-pic,
  .blog-list .blog-item .blog-item-desc {
    margin-bottom: 15px;
  }
}
.blog-list .blog-item .blog-item-title {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .blog-list .blog-item .blog-item-title {
    margin-bottom: 10px;
  }
}
.blog-list .blog-item .blog-item-pic {
  transition: 0.2s ease;
}
.blog-list .blog-item .blog-item-pic:hover {
  opacity: 0.7;
  transition: 0.2s ease;
}
.blog-list .blog-item .blog-item-title a {
  font-size: 1.4rem;
  line-height: 1.3;
  transition: 0.2s ease;
  color: inherit;
}
.blog-list .blog-item .blog-item-title a:hover {
  color: #194079;
  transition: 0.2s ease;
}
.blog-list .blog-item .blog-item-desc {
  font-size: 0.95rem;
  line-height: 1.56;
}
.blog-list .blog-item .basic-button--arrowed {
  background-color: white;
  border: 1px solid #353535;
  color: #353535;
  padding: 8px 8px 8px 12px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 0.2s ease;
}
@media (max-width: 575.98px) {
  .blog-list .blog-item .basic-button--arrowed {
    margin-left: auto;
  }
}
.blog-list .blog-item .basic-button--arrowed::after {
  border-radius: 50%;
  background-color: #353535;
  background-size: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: 0.2s ease;
}
@media (max-width: 1399px) {
  .blog-list .blog-item .basic-button--arrowed::after {
    width: 23px;
    height: 23px;
  }
}
.blog-list .blog-item .basic-button--arrowed:hover {
  background-color: #194079;
  color: white;
  transition: 0.2s ease;
}
.blog-list .blog-item .basic-button--arrowed:hover::after {
  background-color: white;
  content: "";
  background-image: url(assets/img/arrow-blue-angle.svg);
  transform: rotate(45deg);
  transition: 0.2s ease;
}

.blog-list--inner .blog-item {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .blog-list--inner .blog-item {
    margin-bottom: 30px;
  }
}

.service-item-page {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .service-item-page {
    padding-bottom: 100px;
  }
}
.service-item-page .service-item-content {
  position: relative;
  z-index: 9;
  margin-top: -50px;
  background-color: #f6f6f6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 150px;
  padding-bottom: 160px;
}
.service-item-page .service-item-content .service-item-content-text {
	text-align: justify;
}
@media (max-width: 1299px) {
  .service-item-page .service-item-content {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .service-item-page .service-item-content {
    padding-top: 80px;
  }
}
.service-item-page .service-item-content .service-item-content-top .service-item-content-text {
  padding-top: 100px;
}
@media (max-width: 1599px) {
  .service-item-page .service-item-content .service-item-content-top .service-item-content-text {
    padding-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .service-item-page .service-item-content .service-item-content-top .service-item-content-text {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .service-item-page .service-item-content .service-item-content-top .service-item-content-text {
    margin-bottom: 60px;
  }
}
.service-item-page .service-item-content .service-item-content-pic img {
  border-radius: 30px;
}
.service-item-page .service-item-content h2,
.service-item-page .service-item-content h3 {
  color: #194079;
  margin-top: 5rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .service-item-page .service-item-content h2,
  .service-item-page .service-item-content h3 {
    margin-bottom: 40px;
  }
}
.service-item-page .service-item-content h2 {
  font-size: 2.2rem;
}
@media (max-width: 991.98px) {
  .service-item-page .service-item-content h2 {
    font-size: 2.85rem;
  }
}
@media (max-width: 575.98px) {
  .service-item-page .service-item-content h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991.98px) {
  .service-item-page .service-item-content h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .service-item-page .service-item-content h3 {
    font-size: 1.7rem;
  }
}
.service-item-page .service-item-content .service-item-content-top h2 {
  margin-top: 0;
  text-align: left;
}
.service-item-page .service-item-content p,
.service-item-page .service-item-content ul,
.service-item-page .service-item-content ol {
  margin-bottom: 1rem;
  line-height: 1.67;
}
@media (max-width: 991.98px) {
  .service-item-page .service-item-content p,
  .service-item-page .service-item-content ul,
  .service-item-page .service-item-content ol {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .service-item-page .service-item-content p,
  .service-item-page .service-item-content ul,
  .service-item-page .service-item-content ol {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.service-item-page .service-item-content p:last-of-type {
  margin-bottom: 0;
}
.service-item-page .service-item-content ul,
.service-item-page .service-item-content ol {
  padding-left: 1rem;
}
.service-item-page .service-item-content li {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .service-item-page .service-item-content li {
    padding-left: 5px;
  }
}
.service-item-page .service-item-content li::marker {
  content: "►";
  font-size: 15px;
  color: #194079;
}
@media (max-width: 575.98px) {
  .service-item-page .service-item-content li::marker {
    font-size: 12px;
  }
}

.service-item-header {
  position: relative;
  padding-top: 180px;
  padding-bottom: 250px;
}
@media (max-width: 1920px) {
  .service-item-header {
    padding-bottom: 200px;
    padding-top: 170px;
  }
}
@media (max-width: 1799px) {
  .service-item-header {
    padding-bottom: 130px;
  }
}
@media (max-width: 1599px) {
  .service-item-header {
    padding-top: 140px;
  }
}
@media (max-width: 1399px) {
  .service-item-header {
    padding-bottom: 110px;
  }
}
@media (max-width: 1299px) {
  .service-item-header {
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .service-item-header {
    min-height: 600px;
  }
}
@media (max-width: 575.98px) {
  .service-item-header {
    padding-top: 120px;
    min-height: 520px;
  }
}
.service-item-header .breadcrumbs {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
}
.service-item-header .breadcrumbs a:hover {
  color: rgb(255, 255, 255);
}
.service-item-header .service-item-header-description {
  z-index: 1;
  position: relative;
}
.service-item-header .service-item-header-description .basic-title,
.service-item-header .service-item-header-description p {
  max-width: 50%;
}
@media (max-width: 1599px) {
  .service-item-header .service-item-header-description .basic-title,
  .service-item-header .service-item-header-description p {
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  .service-item-header .service-item-header-description .basic-title,
  .service-item-header .service-item-header-description p {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .service-item-header .service-item-header-description .basic-title {
    margin-bottom: 2rem;
  }
}
.service-item-header .service-item-header-description p {
  line-height: 1.67;
}
@media (max-width: 991.98px) {
  .service-item-header .service-item-header-description p {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .service-item-header .service-item-header-description p {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.service-item-header .service-item-header-description .basic-title,
.service-item-header .service-item-header-description {
  color: white;
}

.service-item-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .service-item-header-bg {
    height: 600px;
  }
}
.service-item-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}

.about-page {
  padding-top: 0;
  padding-bottom: 130px;
}
@media (max-width: 1199.98px) {
  .about-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 1920px) {
  .about-page .service-item-header {
    padding-bottom: 70px;
  }
}
@media (max-width: 1799px) {
  .about-page .service-item-header {
    padding-bottom: 40px;
  }
}
@media (max-width: 1599px) {
  .about-page .service-item-header {
    padding-top: 140px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-page .service-item-header {
    padding-top: 120px;
  }
}
.about-page .index-director--inner {
  padding-top: 150px;
  position: relative;
  z-index: 9;
  background-color: #f6f6f6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 1399px) {
  .about-page .index-director--inner {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-page .index-director--inner {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .about-page .index-director--inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-page .index-director--inner .index-director-wrapper {
    padding-top: 270px;
  }
}
@media (max-width: 449px) {
  .about-page .index-director--inner .index-director-wrapper {
    padding-top: 320px;
  }
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-info {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.about-page .index-director--inner .index-director-desc .content .index-director-info .basic-button {
  display: none;
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-name {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-post {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-info p {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-info p {
    font-size: 1rem;
  }
}
.about-page .index-director--inner .index-director-desc .content .index-director-info > p:last-of-type {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-info > p:last-of-type {
    font-size: 2.15rem;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .about-page .index-director--inner .index-director-desc .content .index-director-info > p:last-of-type {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.about-page .about-block h2,
.about-page .about-block h3 {
  color: #194079;
  margin-top: 5rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .about-page .about-block h2,
  .about-page .about-block h3 {
    margin-bottom: 40px;
  }
}
.about-page .about-block h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .about-page .about-block h2 {
    font-size: 2.15rem;
  }
}
@media (max-width: 575.98px) {
  .about-page .about-block h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .about-page .about-block h3 {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .about-page .about-block h3 {
    font-size: 1.7rem;
  }
}
.about-page .about-block p,
.about-page .about-block ul,
.about-page .about-block ol {
  margin-bottom: 1.5rem;
  line-height: 1.67;
}
@media (max-width: 991.98px) {
  .about-page .about-block p,
  .about-page .about-block ul,
  .about-page .about-block ol {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .about-page .about-block p,
  .about-page .about-block ul,
  .about-page .about-block ol {
    font-size: 1rem;
    line-height: 1.55;
  }
}
.about-page .about-block ul,
.about-page .about-block ol {
  padding-left: 1rem;
}
.about-page .about-block li {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .about-page .about-block li {
    padding-left: 5px;
  }
}
.about-page .about-block li::marker {
  content: "►";
  font-size: 15px;
  color: #194079;
}
@media (max-width: 575.98px) {
  .about-page .about-block li::marker {
    font-size: 12px;
  }
}
.about-page .about-block--middle {
  margin-top: -90px;
  position: relative;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .about-page .about-block--middle {
    margin-top: 0;
  }
}
/* .about-page .about-block--middle::after {
  width: 100%;
  height: 750px;
  bottom: 0;
  right: 0;
  background-image: url("assets/img/about-bottom-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .about-page .about-block--middle::after {
    position: unset;
    height: 550px;
    background-image: url("assets/img/about-bottom-bg-tablet.jpg");
  }
}
@media (max-width: 575.98px) {
  .about-page .about-block--middle::after {
    height: 270px;
  }
} */
.about-page .about-block--middle > .container {
  z-index: 5;
  position: relative;
}
.about-page .about-block--middle > .container > .row {
  position: unset;
}
.about-page .about-block--middle h2 {
  margin-top: 0;
}
/* .about-page .about-block--middle .about-block--middle-header {
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .about-page .about-block--middle .about-block--middle-header {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-page .about-block--middle .about-block--middle-header {
    padding-bottom: 0;
  }
} */
/* .about-page .about-block--middle .about-block--middle-content {
  min-height: 750px;
}
@media (max-width: 1599px) {
  .about-page .about-block--middle .about-block--middle-content {
    min-height: 650px;
  }
}
@media (max-width: 1499px) {
  .about-page .about-block--middle .about-block--middle-content {
    min-height: 550px;
  }
}
@media (max-width: 1399px) {
  .about-page .about-block--middle .about-block--middle-content {
    min-height: 450px;
  }
}
@media (max-width: 991.98px) {
  .about-page .about-block--middle .about-block--middle-content {
    min-height: 250px;
  }
} */
.about-page .about-block--middle .about-block--middle-content {
  margin-bottom: 3rem;
}
.about-page .about-block--bottom {
  margin-top: 250px;
  margin-bottom: 100px;
  background-color: #194079;
  color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 1399px) {
  .about-page .about-block--bottom {
    margin-top: 150px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .about-page .about-block--bottom > .container {
    background-image: url("assets/img/bg-letter-white.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.about-page .about-block--bottom h2, .about-page .about-block--bottom h3, .about-page .about-block--bottom p, .about-page .about-block--bottom li {
  color: inherit;
}
.about-page .about-block--bottom .about-block--bottom-text .basic-button {
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .about-page .about-block--bottom .about-block--bottom-pic {
    margin-top: -50px;
    transform: translateY(150px);
  }
}
.about-page .about-block--bottom .about-block--bottom-pic img {
  transform: translateY(100px);
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .about-page .about-block--bottom .about-block--bottom-pic img {
    transform: translateY(0);
  }
}

.blog-item-page .blog-item-wrapper {
  padding-bottom: 150px;
}
.blog-item-page .blog-item-image {
  margin-top: 50px;
}

.contacts-page #map {
  height: 600px;
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .contacts-page #map {
    height: 500px;
    margin-bottom: 50px;
  }
}
.contacts-page #map .leaflet-tile-pane {
  filter: grayscale(1);
}
.contacts-page .contacts-info > .container {
  border-top: 1px solid rgba(25, 64, 121, 0.2);
  padding-top: 50px;
}
.contacts-page .contacts-info .contacts-info-item {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .contacts-page .contacts-info .contacts-info-item {
    margin-bottom: 30px;
  }
}
.contacts-page .contacts-info .contacts-info-item .contacts-info-subtitle {
  color: #194079;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .contacts-page .contacts-info .contacts-info-item .contacts-info-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 575.98px) {
  .contacts-page .contacts-info .contacts-info-item .contacts-info-subtitle {
    font-size: 1rem;
  }
}
.contacts-page .contacts-info .contacts-info-item .contacts-info-text {
  color: #353535;
  font-size: 1.35rem;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .contacts-page .contacts-info .contacts-info-item .contacts-info-text {
    padding-top: 10px;
    font-size: 1.67rem;
  }
}
@media (max-width: 575.98px) {
  .contacts-page .contacts-info .contacts-info-item .contacts-info-text {
    font-size: 1.3rem;
  }
}
.contacts-page .contacts-info .contacts-info-item a {
  color: inherit;
}
.contacts-page .contacts-info .contacts-info-item a:hover {
  color: #194079;
}

footer {
  background-color: #194079;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: white;
}
@media (max-width: 575.98px) {
  footer {
    padding-top: 3rem;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
  opacity: 0.7;
}
footer .contacts-wrapper,
footer .address-wrapper,
footer .dev-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  footer .dev-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  footer .contacts-wrapper {
    margin-top: 30px;
  }
}
footer .contacts-wrapper .footer-contacts a {
  /* display: block; */
  width: fit-content;
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  footer .contacts-wrapper .footer-contacts a {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  footer .contacts-wrapper .footer-contacts a {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  footer .contacts-wrapper .footer-contacts a {
    font-size: 1.3rem;
  }
}
footer .contacts-wrapper .footer-contacts a:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  footer .address-wrapper {
    margin-top: -70px;
  }
}
@media (max-width: 575.98px) {
  footer .address-wrapper {
    margin-top: 40px;
  }
}
footer .address-wrapper .footer-address {
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  footer .address-wrapper .footer-address {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  footer .address-wrapper .footer-address {
    margin-bottom: 30px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  footer .address-wrapper .footer-address {
    font-size: 1.3rem;
  }
}
footer .address-wrapper .footer-address .workmode {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  footer .address-wrapper .footer-address .workmode {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
footer .address-wrapper .footer__social {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0 10px;
}
footer .menu-wrapper {
  justify-content: center;
  display: flex;
}
@media (max-width: 991.98px) {
  footer .menu-wrapper {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
footer .menu-wrapper .footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu-wrapper .footer__nav {
  width: fit-content;
}
footer .menu-wrapper .footer__nav > ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 991.98px) {
  footer .menu-wrapper .footer__nav > ul {
    gap: 5px 0;
  }
}
@media (max-width: 575.98px) {
  footer .menu-wrapper .footer__nav > ul {
    gap: 12px 0;
  }
}
footer .menu-wrapper .footer__nav > ul a {
  width: fit-content;
  line-height: 1;
}
@media (max-width: 991.98px) {
  footer .menu-wrapper .footer__nav > ul a {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  footer .menu-wrapper .footer__nav > ul a {
    font-size: 1.3rem;
  }
}
footer .dev-wrapper .policy-links,
footer .dev-wrapper .policy-links a,
footer .footer-copyright {
  opacity: 0.8;
  font-size: 0.9rem;
  line-height: 1.4;
}
/*@media (max-width: 991.98px) {
  footer .footer-copyright {
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 575.98px) {
  footer .footer-copyright {
    bottom: -30px;
    left: 0;
  }
}*/
footer .dev-wrapper .policy-links a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  footer .dev-wrapper .policy-links a {
    margin-bottom: 5px;
    font-size: 1.15rem;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  footer .dev-wrapper .policy-links a {
    font-size: 1rem;
  }
}
footer .dev-wrapper .policy-links a:hover {
  opacity: 1;
}
footer .footer__bottom-dev {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 991.98px) {
  footer .footer__bottom-dev {
    position: absolute;
    top: 0;
    right: calc(var(--bs-gutter-x) * 0.5);
  }
  footer .footer__bottom-dev span {
    display: none;
    gap: 0;
  }
}
footer .footer__bottom-dev:hover img {
  transform: rotate(360deg);
  transition: 0.3s ease;
}
footer .footer__bottom-dev img {
  transition: 0.3s ease;
}
@media (max-width: 575.98px) {
  footer .footer__bottom-dev img {
    width: 35px;
    height: 35px;
  }
}
footer .footer__bottom-dev span {
  line-height: 1.2;
	font-size: 0.85rem;
}
@media (max-width: 1699px) {
  footer .footer__bottom-dev span {
    font-size: 0.9rem;
  }
}

.service-item-content .basic-button--blog {
	color: white;
    text-decoration: none;
    margin-top: 20px;
}
.service-item-content .basic-button--blog::after {
	/* background-image: url(assets/img/wh-light.svg); */
	background-image: url(/wp-content/uploads/2025/12/tg_white.png);
	margin-top: 0;
	width: 16px;
	height: 16px;
}
@media (max-width: 991px) {
	.service-item-content .basic-button--blog::after {
		width: 14px;
		height: 14px;
	}
}
.header .top-menu-wrapper {
	position: relative;
}
.header-wh-link {
	position: absolute;
    right: 0;
}
@media (max-width: 1399.98px) {
	.header-wh-link {
		right: -20px;
	}
}
@media (min-width: 992px) {
	.header .top-menu-wrapper {
		align-items: center;
	}
}

.header .wh-icon-light {
	display: block;
	height: auto;
}
.header .wh-icon-dark {
	display: none;
	height: auto;
}
.header--inner.header--white .wh-icon-light {
	display: none;
}
.header--inner.header--white .wh-icon-dark {
	display: block;
}

/*Попап записи с подтверждением - НАЧАЛО */
.record-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;

  justify-content: center;
  align-items: center;
}

.record-popup.active {
  display: flex;
}

.record-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.record-popup__content {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 90%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-family: "Manrope-Medium", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.record-popup__content .basic-button {
	color: white;
	margin: 0 auto;
}

.record-popup__content a:not(._link) {
  color: #194079;
  text-decoration: underline;
  transition: 0.3s ease;
}
.record-popup__content a:not(._link):hover {
  opacity: 0.7;
}

.record-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/*Попап записи с подтверждением- КОНЕЦ */
a[data-record-link] {
	cursor: pointer;
}
#cookie-notice {
	  width: fit-content;
    right: 0;
    left: unset;
	min-width: unset;
}
@media (max-width: 599.98px) {
	#cookie-notice {
		width: 100%;
	}

}
.cookie-notice-container {
	padding-left: 45px;
	padding-right: 45px;
}
/*# sourceMappingURL=style.css.map */