/*! 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;
}
@font-face {
  src: local("Inter-Regular"), url(//primeloans.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Regular.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Medium"), url(//primeloans.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Medium.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-SemiBold"), url(//primeloans.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-SemiBold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Bold"), url(//primeloans.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Bold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Black"), url(//primeloans.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Black.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(10, 14, 34, 0.2);
}
html::-webkit-scrollbar-track {
  background: rgba(10, 14, 34, 0.1);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #FFFFFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #0A0E22;
}
h1, .title-h1,
h2, .title-h2,
h3, .title-h3,
h4, .title-h4,
h5, .title-h5,
h6, .title-h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
h1, .title-h1 {
  font-size: 48px;
  font-weight: 900;
}
@media only screen and (max-width: 991.98px) {
  h1, .title-h1 {
    font-size: 28px;
  }
}
h2, .title-h2 {
  font-size: 32px;
}
@media only screen and (max-width: 991.98px) {
  h2, .title-h2 {
    font-size: 24px;
  }
}
h3, .title-h3 {
  font-size: 26px;
}
@media only screen and (max-width: 991.98px) {
  h3, .title-h3 {
    font-size: 22px;
  }
}
h4, .title-h4 {
  font-size: 20px;
}
h5, .title-h5 {
  font-size: 18px;
}
h6, .title-h6 {
  font-size: 16px;
}
.body-small {
  font-size: 14px;
}
.body-tiny {
  font-size: 10px;
}
.tx-thin {
  font-weight: 100;
}
.tx-light {
  font-weight: 300;
}
.tx-normal {
  font-weight: 400;
}
.tx-medium {
  font-weight: 500;
}
.tx-semibold {
  font-weight: 600;
}
.tx-bold {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a,
button {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0A0E22;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea {
  max-width: 100%;
}
section {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }
}
.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 90px;
}
@media only screen and (max-width: 991.98px) {
  .main-content {
    padding-top: 40px;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 56px;
  color: #23451E;
  line-height: 1.3;
}
@media only screen and (max-width: 991.98px) {
  .section-title {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-title .btn {
  min-width: 150px;
}
@media only screen and (max-width: 767.98px) {
  .section-title .btn {
    margin-top: 16px;
  }
}
.section-title_center {
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .section-title_center {
    justify-content: flex-start;
    text-align: left;
  }
}
.page-title {
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .page-title {
    padding-bottom: 32px;
  }
}
.page-text {
  padding-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
  .wp-block-spacer {
    height: 40px !important;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.btn:disabled, .btn[disabled] {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.btn_small {
  min-height: 30px;
  min-width: 68px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .btn_small {
    min-height: 25px;
    padding: 2px 10px;
  }
}
.btn_small img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.btn_medium {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
}
.btn_large {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .btn_large {
    padding: 10px 12px;
  }
}
.btn_green {
  color: #FFFFFF;
  background-color: #004F27;
}
.btn_green:hover {
  background-color: #006e38;
}
.btn_green-outline {
  color: #004F27;
  border: 1px solid #004F27;
  background-color: transparent;
}
.btn_green-outline:hover {
  opacity: 0.85;
}
.btn_outline {
  color: #004F27;
  border: 1px solid #004F27;
  background-color: transparent;
}
.btn_outline:hover {
  color: #FFFFFF;
  background-color: #004F27;
}
.btn_outline:hover img {
  filter: brightness(0) invert(1);
}
.swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.swiper-navigation:has(.swiper-button-lock), .swiper-navigation:has(.swiper-scrollbar-lock) {
  display: none;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border-radius: 100%;
  border: 1px solid transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M9.08845 2.07804C8.79556 1.78515 8.32068 1.78515 8.02779 2.07804C7.7349 2.37094 7.7349 2.84581 8.02779 3.1387L10.8891 6L2.80025 6C2.38604 6 2.05025 6.33579 2.05025 6.75C2.05025 7.16421 2.38604 7.5 2.80025 7.5L10.8891 7.5L8.02779 10.3613C7.7349 10.6542 7.7349 11.1291 8.02779 11.422C8.32068 11.7148 8.79556 11.7148 9.08845 11.422L13.2301 7.28033C13.523 6.98744 13.523 6.51256 13.2301 6.21967L9.08845 2.07804Z' fill='%23004F27'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled {
  background-color: #FEFEFE;
  opacity: 0.6;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.4;
}
.swiper-navigation .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #004F27;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #004F27;
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #0A0E22;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    text-align: left;
  }
}
.content p:not(:last-child) {
  margin-bottom: 24px;
}
.content a {
  text-decoration: underline;
  color: #0A0E22;
}
.content a:hover {
  color: #004F27;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul, .content ol {
  margin-bottom: 24px;
  line-height: 1.5;
}
.content ul li, .content ol li {
  margin: 5px 0;
}
.content ul a, .content ol a {
  text-decoration: underline;
}
.content ul a:hover, .content ol a:hover {
  color: #004F27;
}
.content ul {
  padding: 0 0 0 16px;
  list-style-type: disc;
}
.content ul li::marker {
  color: inherit;
  font-size: 14px;
}
.content ol {
  list-style: none;
  counter-reset: li;
}
.content ol ol {
  margin: 24px;
}
.content ol ul {
  margin: 24px;
}
.content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 600;
}
.content ol > li ol li {
  font-weight: 400;
}
.content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
}
.content table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #E3E4EC;
  overflow: hidden;
  font-size: 14px;
}
.content table th, .content table td {
  position: relative;
  padding: 14px 20px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #E3E4EC;
  line-height: normal;
}
@media only screen and (max-width: 767.98px) {
  .content table th, .content table td {
    font-size: 14px;
    padding: 15px;
  }
}
.content table th:not(:last-child):after, .content table td:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  min-height: 20px;
  background-color: #E3E4EC;
}
.content table td {
  line-height: 1.6;
}
.content table th {
  font-weight: 700;
  vertical-align: middle;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 540px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 767.98px) {
  .content blockquote {
    margin-bottom: 20px;
  }
}
.content blockquote p {
  color: #5F6560;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.content blockquote a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #004F27 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active):hover {
  color: #006e38 !important;
}
.cky-switch input[type=checkbox]:checked {
  background: #004F27 !important;
}
body.page-template-google-page .header__logo,
body.page-template-service-update .header__logo {
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  body.page-template-service-update .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-service-update .header__contacts-list {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  body.page-template-service-update .header__contacts-list {
    top: 100%;
  }
}
body.admin-bar .header {
  top: 32px;
}
@media only screen and (max-width: 783px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header.header_shrink {
    top: 0;
  }
}
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7DAD7;
  transition: all 0.3s ease;
  z-index: 99;
}
.header_shrink {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 6px 0 rgba(0, 79, 39, 0.1);
}
.header_shrink .header__wrap {
  min-height: 60px;
}
.header_shrink .header__contacts-list {
  top: 100%;
}
.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header__wrap {
    min-height: 40px !important;
    padding: 2px 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: 0 0 112px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header__logo {
    flex: 0 0 84px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo a:hover {
  opacity: 0.85;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 -20px;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul {
    margin: 0 -10px;
  }
}
.header__menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul li {
    padding: 0 10px;
  }
}
.header__menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.header__menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #004F27;
}
.header__menu ul li a.current, .header__menu ul li a:hover {
  color: #004F27;
}
.header__menu ul li a.current:after {
  content: "";
}
.header__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts-btn {
  position: relative;
  margin: auto;
}
.header__contacts-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 250px;
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 1199.98px) {
  .header__contacts-list {
    left: auto;
    right: 0;
  }
}
.header__contacts-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__contacts-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__contacts-list ul li + li {
  margin-top: 35px;
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.header__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.header__contacts-item .text .body-tiny {
  font-weight: 400;
}
.header__contacts-item .text a.cl-green {
  color: #004F27;
}
.header__contacts-item .text a:hover {
  opacity: 0.85;
}
.header__whatsapp, .header__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .header__whatsapp, .header__phone {
    display: none;
  }
}
.header__whatsapp a, .header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.header__whatsapp a:hover, .header__phone a:hover {
  color: #004F27;
}
.header__whatsapp img, .header__phone img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  margin-right: 8px;
}
.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .header__auth {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header__auth {
    margin-left: auto;
  }
}
.header__auth .btn {
  min-width: 130px;
}
@media only screen and (max-width: 1199.98px) {
  .header__auth .btn {
    min-width: 68px;
  }
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .header__burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
  }
}
.header__aside {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 14, 34, 0.5);
  z-index: 100;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header__aside {
    display: block;
  }
}
.header__aside_active {
  opacity: 1;
  visibility: visible;
}
.header__aside_active .header__aside-wrap {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header__aside-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #FFFFFF;
  width: calc(100% - 30px);
  max-width: 360px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.header__aside-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  padding: 2px 15px;
  background-color: #FFFFFF;
}
.header__aside-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 84px;
}
.header__aside-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__aside-auth {
  margin-left: auto;
}
.header__aside-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.header__aside-contacts {
  position: relative;
  padding: 30px 15px 24px 15px;
  border-top: 1px solid #D7DAD7;
}
.header__aside-contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__aside-contacts ul li + li {
  margin-top: 35px;
}
.header__aside-menu {
  position: relative;
  padding: 24px 15px;
}
.header__aside-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #EDEEED;
}
.header__aside-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header__aside-menu ul li + li {
  margin-top: 30px;
}
.header__aside-menu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
.header__aside-menu ul a.current {
  color: #004F27;
}
.header__aside-logout {
  padding: 20px 15px;
  border-top: 1px solid #D7DAD7;
}
@media only screen and (max-width: 1199.98px) {
  body.page-template-google-page .footer__row,
  body.page-template-service-update .footer__row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199.98px) {
  body.page-template-google-page .footer__col,
  body.page-template-service-update .footer__col {
    width: 100%;
  }
}
@media only screen and (max-width: 1199.98px) {
  body.page-template-google-page .footer__col_end,
  body.page-template-service-update .footer__col_end {
    width: 100%;
    max-width: none;
  }
}
body.page-template-google-page .footer__copyright,
body.page-template-service-update .footer__copyright {
  padding: 0;
}
.footer {
  position: relative;
  margin-top: auto;
  padding: 32px 0;
  background-color: #F7F7F7;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: -15px -30px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__row {
    margin: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer__col {
  padding: 15px 30px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__col {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__col {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col_end {
  max-width: 560px;
}
@media only screen and (max-width: 991.98px) {
  .footer__col_end {
    width: 100%;
    max-width: none;
  }
}
.footer__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.footer__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contacts ul li + li {
  margin-top: 20px;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__contacts-item .icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 10px;
}
.footer__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__contacts-item .text a:hover {
  color: #004F27;
}
.footer__contacts-item .text .tx-normal {
  margin-bottom: 3px;
}
.footer__contacts-item .text .body-tiny {
  margin-top: 3px;
}
.footer__menu {
  position: relative;
  height: 100%;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer__menu ul li + li {
  margin-top: 15px;
}
.footer__menu ul a {
  font-weight: 600;
}
.footer__menu ul a:hover, .footer__menu ul a.current {
  color: #004F27;
}
.footer__menu ul a.current {
  text-decoration: underline;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials-title {
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
}
.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials-list li {
  margin-right: 15px;
}
.footer__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials-item:hover {
  opacity: 0.8;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 30px;
  color: #5F6560;
}
@media only screen and (max-width: 767.98px) {
  .footer__copyright {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer__submenu {
  margin-top: 25px;
}
.footer__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px;
}
.footer__submenu ul li {
  padding: 5px 15px;
}
.footer__submenu ul li a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: #004F27;
}
.footer__submenu ul li a:hover {
  opacity: 0.8;
}
.footer_google .footer__contacts ul {
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px;
}
.footer_google .footer__contacts ul li {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 479.98px) {
  .footer_google .footer__contacts ul li {
    width: 100%;
  }
}
.footer_google .footer__contacts ul li + li {
  margin-top: 0;
}
.footer_google .footer__contacts ul li:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 479.98px) {
  .footer_google .footer__contacts ul li:nth-child(2) {
    order: 0;
  }
}
.footer_google .footer__copyright {
  margin-top: 0;
}
.calculator {
  position: relative;
  padding: 20px 16px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #D7DAD7;
  overflow: hidden;
  font-size: 14px;
}
@media only screen and (max-width: 479.98px) {
  .calculator {
    padding: 15px;
  }
}
.calculator__control-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calculator__control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  background-color: #F7F7F7;
  border-radius: 10px 10px 0 0;
}
.calculator__control-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 152px);
  padding: 0 5px;
}
.calculator__input-value {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  background-color: #F7F7F7;
}
.calculator__input-value:focus, .calculator__input-value:focus-visible {
  border: 0 !important;
  outline: none !important;
}
.calculator__range-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 0 0 24px;
  margin: 0 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calculator__range-button:before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.calculator__range-button:hover {
  opacity: 0.85;
}
.calculator__range-button--minus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23004F27'/%3E%3Crect x='6' y='11' width='12' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
}
.calculator__range-button--plus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23004F27'/%3E%3Crect x='6' y='11' width='12' height='2' rx='1' fill='white'/%3E%3Crect x='13' y='6' width='12' height='2' rx='1' transform='rotate(90 13 6)' fill='white'/%3E%3C/svg%3E%0A");
}
.calculator__range {
  position: absolute;
  width: calc(100% + 2px);
  bottom: -5px;
  left: -1px;
}
.calculator__input-range {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__input-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='16' height='16' rx='8' fill='%23004F27'/%3E%3Crect x='2' y='2' width='16' height='16' rx='8' stroke='%23D7DAD7' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__input-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='16' height='16' rx='8' fill='%23004F27'/%3E%3Crect x='2' y='2' width='16' height='16' rx='8' stroke='%23D7DAD7' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #878E88;
}
.calculator__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #E9E9E9;
  font-size: 12px;
  font-weight: 500;
  color: #0A0E22;
}
.calculator__res-amount {
  min-width: 60px;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: #F7F7FA;
}
.calculator__submit {
  margin-top: 14px;
}
.calculator__submit .btn {
  width: 100%;
}
.calculator__loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item.active {
  color: #0A0E22;
}
.breadcrumbs__item:after {
  content: "";
  width: 12px;
  height: 13px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M4.5 9.5L7.35858 6.64142C7.43668 6.56332 7.43668 6.43668 7.35858 6.35858L4.5 3.5' stroke='%23878E88' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #878E88;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}
.accordion {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
.accordion + .accordion {
  margin-top: 20px;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion__title:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath d='M10 14L14.9375 17.95C14.9741 17.9792 15.0259 17.9792 15.0625 17.95L20 14' stroke='%23004F27' stroke-width='1.6875' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.accordion__title_active {
  padding-bottom: 16px;
}
.accordion__title_active:after {
  transform: scale(1, -1);
}
.accordion__panel {
  max-height: 0;
  color: #5F6560;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion__panel .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.wrapper {
  position: relative;
  padding: 30px 0 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .wrapper {
    padding: 20px 0 60px 0;
  }
}
.wrapper .breadcrumbs {
  margin-bottom: 24px;
}
.wrapper__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media only screen and (max-width: 991.98px) {
  .wrapper__row {
    margin: -20px;
  }
}
.wrapper__col {
  padding: 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col {
    padding: 20px;
  }
}
.wrapper__col_full {
  width: 100%;
}
.wrapper__col_start {
  width: calc(100% - 490px);
}
.wrapper__col_end {
  width: 490px;
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col_end {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col {
    width: 100%;
  }
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 991.98px) {
  .sidebar {
    position: relative;
    top: auto;
  }
}
.privacy-page {
  position: relative;
  padding: 30px 0 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .privacy-page {
    padding: 20px 0 60px 0;
  }
}
.privacy-page .breadcrumbs {
  margin-bottom: 24px;
}
.privacy-page__title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .privacy-page__title {
    margin-bottom: 20px;
  }
}
.notice {
  position: relative;
  padding: 9px 15px;
  background-color: #F1F7FC;
  border-top: 1px solid #F7F7F7;
}
@media only screen and (max-width: 767.98px) {
  .notice {
    padding: 9px;
  }
}
.notice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .notice__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.notice__text {
  color: #34668E;
  padding-right: 40px;
}
@media only screen and (max-width: 767.98px) {
  .notice__text {
    padding-right: 0;
  }
}
.notice__link {
  flex: 0 0 210px;
}
@media only screen and (max-width: 767.98px) {
  .notice__link {
    flex: auto;
    width: 100%;
    max-width: 210px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .notice__link {
    max-width: none;
  }
}
.notice__link .btn {
  padding: 4px 12px;
  width: 100%;
}
.error-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 340px);
  padding: 80px 0;
}
@media only screen and (max-width: 767.98px) {
  .error-page {
    padding: 30px 0 0 0;
  }
}
.error-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 380px;
  text-align: center;
}
.error-page__code {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #004F27;
}
.error-page__title {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .error-page__title {
    margin-top: 0;
  }
}
.error-page__text {
  margin-top: 20px;
  font-weight: 400;
}
.error-page__btn {
  margin-top: 30px;
}
.error-page__btn .btn {
  min-width: 150px;
}
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
.banner__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .banner__wrap {
    padding-top: 30px;
  }
}
.banner__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -20px;
}
@media only screen and (max-width: 1199.98px) {
  .banner__row {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner__row {
    margin: -10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__row {
    margin: 0;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.banner__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.banner__col_start {
  width: 560px;
}
@media only screen and (max-width: 1199.98px) {
  .banner__col_start {
    padding: 40px 20px 60px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner__col_start {
    width: 50%;
    padding: 40px 10px;
  }
}
.banner__col_end {
  width: 700px;
  justify-content: flex-end;
}
@media only screen and (max-width: 991.98px) {
  .banner__col_end {
    width: 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__col {
    width: 100%;
    padding: 0;
  }
}
.banner__title {
  position: relative;
}
.banner__title .section-title {
  padding-bottom: 0;
}
.banner__subtitle {
  margin-top: 24px;
  color: #23451E;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .banner__subtitle {
    margin-top: 16px;
    font-size: 14px;
  }
}
.banner__calc {
  margin-top: 40px;
}
.banner__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -40px;
}
@media only screen and (max-width: 767.98px) {
  .banner__image {
    max-width: 375px;
    margin: 0 auto;
  }
}
.banner__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__action {
  position: absolute;
  width: 360px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
  left: 0;
}
@media only screen and (max-width: 1199.98px) {
  .banner__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner__action {
    width: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__action {
    width: 250px;
    margin: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
  }
}
.banner__action:before, .banner__action:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
}
.banner__action:before {
  width: calc(100% - 20px);
  bottom: -10px;
  background-color: rgba(250, 250, 250, 0.9490196078);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .banner__action:before {
    bottom: -5px;
  }
}
.banner__action:after {
  width: calc(100% - 40px);
  bottom: -20px;
  background-color: #F7F2F2;
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  z-index: 0;
}
@media only screen and (max-width: 767.98px) {
  .banner__action:after {
    bottom: -10px;
  }
}
.banner__action-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 365px;
  min-height: 80px;
  padding: 9px 14px;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .banner__action-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__action-wrap {
    min-height: auto;
    padding: 6px 10px;
  }
}
.banner__action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 43px;
  margin-right: 8px;
}
@media only screen and (max-width: 767.98px) {
  .banner__action-icon {
    flex: 0 0 28px;
  }
}
.banner__action-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.banner__action-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .banner__action-title .title-h6 {
    font-size: 10px;
  }
}
.banner__action-title .body-tiny {
  font-size: 12px;
  color: #3F3F3F;
  opacity: 0.5;
}
@media only screen and (max-width: 767.98px) {
  .banner__action-title .body-tiny {
    font-size: 8px;
  }
}
.banner__action-text {
  margin-top: 5px;
  color: #3F3F3F;
}
@media only screen and (max-width: 767.98px) {
  .banner__action-text .body-small {
    font-size: 10px;
  }
}
.advantages {
  position: relative;
}
.advantages__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.advantages__list ul li {
  width: 33.3333333333%;
  padding: 10px;
}
@media only screen and (max-width: 767.98px) {
  .advantages__list ul li {
    width: 100%;
  }
}
.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .advantages__item {
    padding: 0;
  }
}
.advantages__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.advantages__item-image img {
  height: 186px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__item-title {
  margin-top: 24px;
}
.advantages__item-text {
  max-width: 90%;
  margin-top: 20px;
  line-height: 1.5;
  color: #5F6560;
}
@media only screen and (max-width: 991.98px) {
  .advantages__item-text {
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .advantages__item-text {
    margin-top: 8px;
  }
}
.steps {
  position: relative;
}
.steps__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.steps__list ul li {
  width: 33.3333333333%;
  padding: 20px;
}
@media only screen and (max-width: 767.98px) {
  .steps__list ul li {
    width: 100%;
  }
}
.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #F6BD26;
  text-align: center;
}
.steps__item-icon .title-h4 {
  color: #004F27;
}
.steps__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 85%;
}
@media only screen and (max-width: 991.98px) {
  .steps__item-info {
    max-width: none;
  }
}
.steps__item-title {
  margin-top: 20px;
}
.steps__item-text {
  margin-top: 12px;
  color: #5F6560;
}
@media only screen and (max-width: 767.98px) {
  .steps__item-text {
    margin-top: 8px;
  }
}
.testimonials {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials__title {
  position: relative;
}
.testimonials__swiper {
  position: relative;
  height: 100%;
}
.testimonials__swiper .swiper-navigation {
  margin-top: 48px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__swiper .swiper-navigation {
    justify-content: flex-start;
  }
}
.testimonials__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .testimonials__item {
    text-align: left;
    align-items: flex-start;
  }
}
.testimonials__item-text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5F6560;
}
.testimonials__item-stars {
  margin-top: auto;
  padding-top: 25px;
}
.testimonials__item-name {
  margin-top: 10px;
}
.info {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .info {
    padding: 40px 0;
  }
}
.info__title {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .info__title {
    text-align: left;
  }
}
.info__docs {
  position: relative;
  margin-top: 24px;
}
.info__docs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -20px;
}
@media only screen and (max-width: 767.98px) {
  .info__docs ul {
    margin: -10px;
  }
}
.info__docs ul li {
  padding: 10px 20px;
}
@media only screen and (max-width: 767.98px) {
  .info__docs ul li {
    padding: 10px;
    width: 50%;
  }
}
.info__docs ul li a:hover {
  opacity: 0.85;
}
.info__docs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info__docs-item img {
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .info__docs-item img {
    height: auto;
  }
}
.info__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.info__subtitle {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .info__subtitle {
    text-align: left;
  }
}
.info__excerpt {
  margin-top: 20px;
  color: #5F6560;
}
.info__text {
  display: none;
  color: #5F6560;
}
.info__text_open {
  display: block;
  margin-top: 1em;
}
.info__switch {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .info__switch {
    text-align: left;
  }
}
.info__switch-btn {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #004F27;
  text-decoration: underline;
}
.info__switch-btn_hide {
  display: none;
}
.info__switch-btn:hover {
  opacity: 0.8;
}
.service-update {
  position: relative;
}
.service-update__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 115px auto;
  width: 100%;
  max-width: 540px;
}
@media only screen and (max-width: 991.98px) {
  .service-update__wrap {
    margin: 24px auto 70px auto;
  }
}
.service-update__title {
  margin-top: 30px;
}
.service-update__title .title-h2 {
  font-size: 32px;
}
.service-update__text {
  margin-top: 16px;
}
.service-update__button {
  margin-top: 30px;
}
.service-update__button-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #F7F7F7;
  transition: all 0.3s ease;
}
.service-update__button-link:hover {
  opacity: 0.85;
}
.service-update__button-logo, .service-update__button-loan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.service-update__button-loan .btn {
  width: 100%;
}
.service-update__button-loan .btn:hover {
  background-color: #004F27;
}
.services {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .services {
    padding: 40px 0;
  }
}
.services_empty {
  padding: 40px 0;
}
.services__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767.98px) {
  .services__title {
    padding-bottom: 48px;
  }
}
.services__title-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services__title-btn:hover {
  opacity: 0.85;
}
.services__title-btn:after {
  content: "";
  width: 16px;
  height: 10px;
  margin: 3px 0 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9L8 2L1 9' stroke='%230C122A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.services__title-btn_close:after {
  transform: scale(1, -1);
}
.services__list {
  position: relative;
}
.services__list_close {
  display: none;
}
.services__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 767.98px) {
  .services__list ul {
    flex-direction: column;
  }
}
.services__list ul li {
  padding: 10px;
}
.services__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #5F6560;
}
.services__list-item:hover {
  border-color: #D7DAD7;
}
@media only screen and (max-width: 767.98px) {
  .services__list-item {
    border: 0;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 0 30px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 16.5L15 12L10.5 7.5' stroke='%23004F27' stroke-width='1.28571' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.borrow {
  position: relative;
}
.borrow__wrap {
  position: relative;
}
.borrow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.borrow__col {
  width: 33.3333333333%;
  padding: 12px;
}
@media only screen and (max-width: 767.98px) {
  .borrow__col {
    width: 100%;
  }
}
.borrow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item {
    flex-direction: column;
  }
}
.borrow__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 16px;
  border-radius: 100%;
  background-color: #F6BD26;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.borrow__item-icon .title-h4 {
  color: #004F27;
}
.borrow__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.borrow__item-text {
  margin-top: auto;
  padding-top: 12px;
  line-height: 1.5;
}
.postpone {
  position: relative;
}
.postpone__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 730px;
}
.postpone__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.postpone__text {
  margin-top: 24px;
}
.repay {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.repay__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__text {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__text {
    margin-top: 15px;
  }
}
.repay__process {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__process {
    margin-top: 20px;
  }
}
.repay__process-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-row {
    margin: -10px 0;
  }
}
.repay__process-col {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-col {
    padding: 10px 0;
  }
}
.repay__process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__process-item .title {
  font-weight: 600;
}
.repay__process-item .text {
  margin-top: 15px;
}
.repay__process-item .text p + p {
  margin-top: 8px;
}
.repay__process-item .text a {
  font-weight: 500;
  color: #004F27;
  text-decoration: underline;
}
.repay__payments {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments {
    margin-top: 24px;
  }
}
.repay__payments-title {
  font-size: 16px;
  font-weight: 600;
}
.repay__payments-groups {
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-groups {
    margin-top: 12px;
  }
}
.repay__payments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -40px;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-row {
    margin: -16px;
  }
}
.repay__payments-col {
  position: relative;
  padding: 20px 40px;
}
.repay__payments-col_full {
  width: 100%;
}
.repay__payments-col_start {
  width: 510px;
}
.repay__payments-col_start:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #EDEEED;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-col_start:after {
    display: none;
  }
}
.repay__payments-col_end {
  width: calc(100% - 510px);
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-col {
    padding: 16px;
    width: 100%;
  }
}
.repay__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__support-title {
  font-size: 16px;
  font-weight: 600;
}
.repay__support-text {
  margin-top: 12px;
}
.repay__support-text p {
  font-size: 14px;
  line-height: 1.4;
}
.repay__support-text p + p {
  margin-top: 12px;
}
.repay__support-text p a {
  font-weight: 500;
  color: #004F27;
  text-decoration: underline;
}
.repay__tabs {
  position: relative;
}
.repay__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
.repay__tabs-col {
  padding: 2px;
  flex: 1 0 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__tabs-col {
    flex: none;
    width: 50%;
  }
}
.repay__tabs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 6px 8px 10px 8px;
  background-color: #FFFFFF;
  border: 1px solid #EDEEED;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.repay__tabs-item:not(.active) {
  cursor: pointer;
}
.repay__tabs-item.active {
  border-color: #004F27;
  background-color: #F2F9F5;
}
.repay__tabs-item:hover {
  border-color: #004F27;
  opacity: 0.85;
}
.repay__tabs-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repay__tabs-item .title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
.repay__acc {
  position: relative;
  display: none;
  flex-direction: column;
}
.repay__acc.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repay__acc:nth-child(1) .repay__acc-step:nth-child(2) .repay__acc-step-image img {
  margin-right: -20px;
}
.repay__acc:nth-child(3) .repay__acc-step:nth-child(2) .repay__acc-step-image img {
  margin-right: -20px;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) {
  flex-direction: column;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) .repay__acc-step-name {
  font-size: 16px;
  font-weight: 600;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) .repay__acc-step-image {
  justify-content: center;
  flex: auto;
  margin: 12px 0 0 0;
}
.repay__acc:nth-child(4) .repay__acc-step:nth-child(5) .repay__acc-step-image img {
  width: 100%;
}
.repay__acc-title {
  font-size: 18px;
  font-weight: 600;
}
.repay__acc-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.repay__acc-step {
  justify-content: space-between;
}
.repay__acc-step.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.repay__acc-step + .repay__acc-step {
  margin-top: 24px;
}
.repay__acc-step-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__acc-step-name {
  font-weight: 700;
  font-size: 12px;
}
.repay__acc-step-text {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
}
.repay__acc-step-text b, .repay__acc-step-text strong {
  font-weight: 600;
}
.repay__acc-step-text ul {
  margin: 4px 0;
  padding: 0 0 0 24px;
  list-style-type: disc;
}
.repay__acc-step-text ul li::marker {
  color: inherit;
  font-size: 14px;
}
.repay__acc-step-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex: 0 0 160px;
  margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-step-image {
    margin-left: 12px;
  }
}
.repay__acc-step-image img {
  max-width: none;
}
.repay__acc-scroll {
  position: -webkit-sticky;
  position: sticky;
  height: 0;
  bottom: 30px;
  z-index: 5;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-scroll {
    margin-right: -8px;
  }
}
.repay__acc-scroll a {
  position: absolute;
  right: -56px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .repay__acc-scroll a {
    right: 0;
    bottom: 80px;
  }
}
.repay__acc-buttons {
  margin-top: 24px;
}
.repay__acc-buttons .btn {
  position: relative;
  display: none;
  padding: 4px 10px;
  min-height: 30px;
  color: #004F27;
  border: 1px solid #004F27;
  font-size: 14px;
  font-weight: 600;
}
.repay__acc-buttons .btn:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M6 8.71436L10 12.7144L14 8.71436' stroke='%23004F27' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.repay__acc-buttons .btn_collapse:after {
  margin-top: 3px;
  transform: scale(1, -1);
}
.repay__acc-buttons .btn:hover {
  background-color: #F2F9F5;
}
.repay__acc-buttons .btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about {
  position: relative;
}
.about__wrap {
  width: 100%;
  max-width: 730px;
}
.faq {
  position: relative;
  padding: 0;
}
.faq .accordion__panel p {
  margin: 0;
}
.faq .accordion__panel p + p {
  margin-top: 20px;
}
.faq.section-background .faq__block {
  padding: 0;
}
.faq__wrap {
  width: 100%;
  max-width: 730px;
}
.faq__block {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .faq__block {
    padding: 40px 0;
  }
}
.faq__block .faq__wrap {
  max-width: none;
}
.faq__more {
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .faq__more {
    text-align: left;
  }
}
.faq__more .btn {
  min-width: 100px;
}
.contacts {
  position: relative;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.contacts__col {
  padding: 10px;
  width: 25%;
}
@media only screen and (max-width: 991.98px) {
  .contacts__col {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .contacts__col {
    width: 100%;
  }
}
.contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item {
    flex-direction: row;
  }
}
.contacts__item-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 100%;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-icon {
    margin-right: 16px;
  }
}
.contacts__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-info {
    margin-top: 0;
  }
}
.contacts__item-value {
  margin-top: 4px;
}
.contacts__item-value a:hover {
  color: #004F27;
}
.article {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .article {
    padding: 40px 0;
  }
}
.article .content {
  color: #5F6560;
}
/*# sourceMappingURL=styles.css.map*/