.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

/* Header Logo alignment and sizing */
.vtr-header-logo-col {
  display: flex;
  width: 100%;
  justify-content: var(--vtr-logo-align, center);
  align-items: center;
}

.vtr-header-logo-col .atomic-logo img {
  width: var(--vtr-logo-w, 240px);
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .vtr-header-logo-col .atomic-logo img {
    width: var(--vtr-logo-w-t, 200px);
  }
}

@media (max-width: 767px) {
  .vtr-header-logo-col .atomic-logo img {
    width: var(--vtr-logo-w-m, 160px);
  }
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon>svg {
  width: 55px;
  height: 55px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }

  img {
    flex-shrink: 0;
  }

  body * {
    min-height: 1px;
  }
}

.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}


.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}



.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}


/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}


/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}


.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}









.oxy-shape-divider {
  width: 0px;
  height: 0px;

}

.oxy_shape_divider svg {
  width: 100%;
}

.oxy-oxyninja-slider {
  width: 100%;
  position: relative;
}

.oxy-oxyninja-slider img {
  object-fit: cover;
}

#glightbox-body {
  z-index: 9999999999 !important;
}

.oxy-oxyninja-slider:focus,
.oxy-oxyninja-slider *:focus {
  outline: 0;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide__track>.splide__list {
  width: 100%;
}

.splide__track>.splide__list>.splide__slide {
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  will-change: inherit;
}

.splide__list>.splide__slide:first-child {
  z-index: 2;
}

.splide--fade>.splide__track>.splide__list {
  display: flex !important;
}

.on-product-badges {
  position: absolute;
  z-index: 9;
}

.on-product-badges span:not(:first-of-type) {
  margin-left: 5px;
}

.on-product-badges span.on-new,
.on-product-badges span.on-custom-badge,
.on-product-badges span.on-sale {
  display: inline-block;
  background-color: white;
  color: black;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}

.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-list>.menu-item {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container>div:first-child,
.oxy-pro-menu .oxy-pro-menu-open-container>div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-color: ;
  background-image: url();
  overlay-color: ;
  background-size: ;
  background-repeat: ;
  background-attachment: ;
  background-blend-mode: ;
  background-size-width: px;
  background-size-height: px;
  background-position: px px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1120px;
}

body {
  font-family: 'Open Sans';
}

body {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}

.oxy-nav-menu-hamburger-line {
  background-color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro';
  font-size: 36px;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #0074db;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-text {
  text-decoration: ;
}

.ct-link {
  text-decoration: ;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.ct-new-columns>.ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }

  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }

  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }

  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}

#section-34-7>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

#section-34-7 {
  background-image: linear-gradient(45deg, #7f65f8, rgba(45, 0, 255, 0.42))
}

#section-40-7>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center
}

#section-40-7 {
  background-color: #1a1f26;
  color: #ffffff
}

#headline-36-7 {
  color: #ffffff;
  font-family: 'Mulish';
  font-weight: 400
}

#text_block-43-7 {
  color: #ffffff;
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 300
}

/* === Нативний хедер — стилі без .ct-section-inner-wrap === */
.vtr-header {
  background-image: linear-gradient(45deg, #7f65f8, rgba(45, 0, 255, 0.42));
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 100;
}

.vtr-header-inner {
  max-width: 1276px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vtr-header-inner .ct-new-columns {
  width: 100%;
  align-items: center;
}

.vtr-header-logo-col {
  width: 25%;
  /* justify-content: center; */
  /* align-items: center; */
}

.vtr-header-logo-col.ct-div-block {
  flex-direction: row;
  align-items: stretch;
}

.vtr-header-slogan-col {
  width: 75%;
}

.vtr-header-slogan-col .ct-headline {
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin: 0;
}

.vtr-header .atomic-logo img {
  max-width: 240px;
  display: block;
}

/* === Нативний футер — стилі без .ct-section-inner-wrap === */
.vtr-footer {
  margin: 0;

  background-color: #1a1f26;
  color: #ffffff;
  width: 100%;
}

.vtr-footer-inner {
  max-width: 1276px;
  margin: 0 auto;
  padding: 30px 20px;
}

.vtr-footer-about {
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.vtr-footer-about .ct-new-columns {
  align-items: flex-start;
  flex-wrap: wrap;
}

.vtr-footer-about-text-col {
  flex: 1 1 0%;
  display: block;
}

.vtr-footer-about-text-col p {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Mulish', sans-serif;
  margin: 0;
}

.vtr-footer-contact-col {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: var(--vtr-fr-align, center);
  gap: 10px;
}

.vtr-footer-contact-col .ct-text-block {
  color: #ffffff;
  font-size: 18px;
}

.vtr-footer-contact-col .ct-link-text {
  color: #f95780;
  font-size: 18px;
  text-decoration: underline;
}

.vtr-footer-contact-col .ct-link-text:hover {
  color: #a389fd;
}

.vtr-footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.vtr-footer-copyright p,
.vtr-footer-copyright .ct-text-block {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  margin: 0;
}

#div_block-67-7 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

#div_block-67-7 .ct-link-text {
  color: #3e92cc;
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  text-decoration: none;
}

#div_block-67-7 .ct-link-text:hover {
  color: #a389fd;
}

/* Прибираємо стандартні WP-стилі для body/site */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: var(--vtr-bg-color);
}

.site-footer {
  margin-top: auto;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--vtr-bg-color);
}

#page.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

/* =============================================================
   VITRINA THEME — SEMANTIC MIGRATION STYLES
   Ці стилі зберігають класи та візуальну відповідність Oxygen.
   Пріоритет каскадності, без !important.
   ============================================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&family=Montserrat:wght@400;700;900&family=Mulish:wght@400&display=swap');

/* --- CSS Design Tokens (from theme.json / Oxygen) --- */
:root {
  --vtr-color-accent-dark: #143d9e;
  --vtr-color-violet: #7f65f8;
  --vtr-color-h-text: #000033;
  --vtr-color-body: #00241c;
  --vtr-color-green: #2e9c2e;
  --vtr-color-white-bg: #fafaff;
  --vtr-color-grey: #444444;
  --vtr-color-link-hover: #a389fd;
  --vtr-color-white: #ffffff;
  --vtr-color-cta: #f95780;
  --vtr-color-primary: #3e92cc;
  --vtr-color-card-text: #1e1b18;
  --vtr-section-bg: rgba(93, 95, 252, 0.03);
  --vtr-max-width: 1276px;
  --vtr-section-pad-v: 50px;
  --vtr-section-pad-v-sm: 30px;
}

/* --- Utility --- */
.hide {
  display: none;
}

/* === SECTION WRAPPERS === */
.vtr-cards-section,
.vtr-info-section,
.vtr-info-top-section,
.vtr-info-bottom-section {
  background-color: var(--vtr-section-bg);
  padding: var(--vtr-section-pad-v) 20px;
}

.vtr-container {
  max-width: var(--vtr-max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Gutenberg wp-block-group не повинен обмежувати ширину секцій карток */
.vtr-cards-section,
.vtr-info-section {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vtr-cards-section>.wp-block-upozyka-credit-cards,
.vtr-cards-section .cards-container,
.vtr-cards-section .vtr-cards-container,
.vtr-info-section>.wp-block-upozyka-info-creditors,
.vtr-info-section .info-creditors-container {
  max-width: var(--vtr-max-width);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Скидаємо стандартні відступи Gutenberg блоків */
.vtr-cards-section .wp-block-upozyka-credit-cards,
.vtr-info-section .wp-block-upozyka-info-creditors {
  width: 100%;
}

/* === SECTION HEADINGS === */
.vtr-section-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--vtr-color-h-text);
}

.vtr-section-text {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--vtr-color-body);
}

/* ==============================================
   БЛОК 1: КАРТКИ МФО
   Зберігаємо всі класи з Oxygen
   ============================================== */

.cards-container,
.vtr-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 20px;
  max-width: var(--vtr-max-width);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.card-item,
.vtr-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--vtr-color-white);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 16px;
  transition: box-shadow 0.2s ease;
  box-sizing: border-box;
  position: relative;
}

.card-item:hover,
.vtr-card-item:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
}

/* Верхня частина картки (лого + слоган) */
.card-item .heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  width: 100%;
  color: inherit;
  flex-grow: 1;
}

.card-item .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-bottom: 8px;
}

.card-item .img-wrap img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.card-item .title-wrap0 h3,
.card-item .title-wrap h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 900;
  color: var(--vtr-color-primary);
  text-align: var(--vtr-cs-align, center);
  line-height: 1.2;
  margin: 0 0 8px;
}

/* Тогл "Детальніше" */
.tooggle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: var(--vtr-ct-align, center);
  width: 100%;
  cursor: pointer;
  padding: 6px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 4px 0;
}

.text-tooggle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--vtr-color-grey);
  margin-right: 6px;
}

.detail-tooggle-icon {
  display: flex;
  align-items: center;
  color: var(--vtr-color-grey);
  transition: transform 0.25s ease;
}

.tooggle-container.open .detail-tooggle-icon {
  transform: rotate(180deg);
}

/* Розгорнута частина картки (посилання-обгортка) */
/* Розгорнута частина картки (абсолютний дропдаун) */
.card-expandable-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--vtr-color-white);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  padding: 0 16px 16px;
  box-sizing: border-box;
  z-index: 100;
  margin-top: -12px; /* Slight overlap to look connected */
}

.card-expandable-wrap.hide {
  display: none;
}

/* Внутрішні елементи (тепер вони просто в потоці всередині обгортки) */
.cardlink-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.cardlink-wrap.hide {
  display: none;
}

.description-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.description-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.description-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--vtr-color-card-text);
  text-align: left;
}

.description-value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: var(--vtr-color-body);
  text-align: right;
}

.row-sum .description-value b,
.row-term .description-value b {
  color: var(--vtr-color-accent);
}

.row-rate .description-value b {
  color: var(--vtr-color-cta);
}

/* NBU документи */
.nbu-link-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  margin-top: 6px;
}

.nbu-link-wrap.hide {
  display: none;
}

.nbu-link-wrap .doc-link,
.attention-doc a,
.services-doc a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--vtr-color-violet);
  text-decoration: underline;
  text-align: var(--vtr-leg-align, center);
}

.nbu-link-wrap .doc-link:hover,
.attention-doc a:hover,
.services-doc a:hover {
  color: var(--vtr-color-link-hover);
}

/* CTA Кнопка */
.btn-getmoney,
.vtr-btn-getmoney {
  display: block;
  width: 100%;
  text-align: var(--vtr-cb-align, center);
  text-decoration: none;
  background-color: var(--vtr-color-cta);
  color: var(--vtr-color-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  transition: background 0.2s ease-in-out, transform 0.1s ease;
}

.btn-getmoney:hover,
.vtr-btn-getmoney:hover {
  background: var(--vtr-cb-bg-hover, color-mix(in srgb, var(--vtr-secondary) 85%, white));
  color: var(--vtr-color-white);
  transform: translateY(-1px);
}

.btn-getmoney:active,
.vtr-btn-getmoney:active {
  background: var(--vtr-cb-bg-active, var(--vtr-cb-bg-hover, color-mix(in srgb, var(--vtr-secondary) 75%, white)));
  transform: translateY(0);
}

.btn-getmoney:visited,
.vtr-btn-getmoney:visited {
  color: var(--vtr-color-white);
}

/* ==============================================
   БЛОК 2: АКОРДЕОН КРЕДИТОРІВ
   Зберігаємо класи .accordion та .panel (JS!)
   ============================================== */

.vtr-info-creditors-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}

.info-block-item,
.vtr-info-block-item {
  width: calc(50% - 13px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  /* Необхідно для absolute panel */
}

/* .accordion — НЕ ЗМІНЮВАТИ КЛАС, використовується у JS */
.accordion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: none;
  position: relative;
}

.accordion p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--vtr-color-card-text);
  text-align: left;
  margin: 0;
  flex: 1;
}

.accordion .icon {
  color: var(--vtr-color-accent-dark);
  font-size: 20px;
  margin-left: 12px;
  transition: transform 0.3s ease;
}

.accordion.active .icon {
  transform: rotate(180deg);
}

/* .panel — НЕ ЗМІНЮВАТИ КЛАС, використовується у JS (classList toggle 'show') */
.panel {
  display: none;
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: var(--vtr-color-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
}

.panel.show {
  display: block;
}

/* Таблиця у панелі (mfo-table) */
.panel .mfo-table,
table.mfo-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: var(--vtr-color-body);
}

table.mfo-table td {
  padding: 4px 8px;
  vertical-align: top;
}

table.mfo-table td:first-child {
  font-weight: 700;
  width: 40%;
  color: var(--vtr-color-grey);
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media screen and (max-width: 1100px) {

  .cards-container,
  .vtr-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {

  .cards-container,
  .vtr-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-block-item,
  .vtr-info-block-item {
    width: 100%;
  }

  .vtr-header-logo-col {
    width: 30%;
  }

  .vtr-header-slogan-col {
    width: 70%;
  }

  .vtr-header-slogan-col .ct-headline {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {


  .cards-container,
  .vtr-cards-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
  }

  .vtr-cards-section {
    padding: var(--vtr-section-pad-v-sm) 10px;
  }

.vtr-header {
	padding: 5px 0;
}

  /* Header adjustments for mobile */
  .vtr-header-inner {
    flex-direction: column;
    align-items: center;
  }

  .vtr-header-logo-col,
  .vtr-header-slogan-col {
    width: 100%;
  }

  /* Footer columns stack */
  .vtr-footer-about-text-col,
  .vtr-footer-contact-col {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 480px) {
  .vtr-section-title {
    font-size: 17px;
  }

  .card-item .title-wrap0 h3,
  .card-item .title-wrap h3 {
    font-size: 16px;
  }
}

/* ??????? */
/* Alignment utilities for slogan, adaptive blocks, and footer copy */

/* Slogan alignment */
.vtr-header-slogan-col.align-left .ct-headline {
  text-align: left;
}

.vtr-header-slogan-col.align-center .ct-headline {
  text-align: center;
}

.vtr-header-slogan-col.align-right .ct-headline {
  text-align: right;
}

/* Generic alignment helpers */
.vtr-align-left {
  text-align: left;
}

.vtr-align-center {
  text-align: center;
}

.vtr-align-right {
  text-align: right;
}

/* Footer copy alignment */
.vtr-footer-copyright.align-left .ct-text-block {
  text-align: left;
}

.vtr-footer-copyright.align-center .ct-text-block {
  text-align: center;
}

.vtr-footer-copyright.align-right .ct-text-block {
  text-align: right;
}

/* Preserve original hide rule */
.hide {
  display: none !important;
}

.rotate-180 {
  transform: rotate(180deg);
}