:root {
    --color-typo-primary: #000;
    --color-typo-secondary: #fff;
    --color-typo-tertiary: #7c7c7c;
    --color-control-control-default-border-hover: #c7c7c7;
    --color-bg-screen: #f9f9f9;
    --color-brand-default-bright-red: #f35c5c;
    --color-brand-default-header-gray: #464646;
    --color-brand-default-bg-subtle: #ffbfa0;
    --color-brand-accent-dark-red: #c34e70;
    --color-brand-accent-orange: #d97f6f;
    --color-brand-accent-green: #79a6a3;
    --color-brand-accent-blue: #8eb7d1;
    --color-brand-accent-purple: #b39bc8;
    --color-control-default-bg-hover: #f5f5f5;
    --color-brand-accent-dark-red-hover: #9c3e5a;

    --rubik-font: "Rubik", sans-serif;
    font-style: normal;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url('/public/fonts/BebasNeueRegular.woff2') format('woff2'),
  url('/public/fonts/BebasNeueRegular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url('/public/fonts/DINRoundPro-Light.woff2') format('woff2'),
  url('/public/fonts/DINRoundPro-Light.woff') format('woff');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url('/public/fonts/DINRoundPro.woff2') format('woff2'),
  url('/public/fonts/DINRoundPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url('/public/fonts/DINRoundPro-Medi.woff2') format('woff2'),
  url('/public/fonts/DINRoundPro-Medi.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url('/public/fonts/DINRoundPro-Bold.woff2') format('woff2'),
  url('/public/fonts/DINRoundPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINRoundPro';
  src: url('/public/fonts/DINRoundPro-Black.woff2') format('woff2'),
  url('/public/fonts/DINRoundPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('/public/fonts/roboto_black.woff2') format('woff2'),
  url('/public/fonts/roboto_black.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/public/fonts/roboto_bold.woff2') format('woff2'),
  url('/public/fonts/roboto_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/public/fonts/roboto_regular.woff2') format('woff2'),
  url('/public/fonts/roboto_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body{
  min-height: 100vh; /* Запасной вариант */
  min-height: 100dvh; /* Основной */
  /* Для совсем старых сафари: */
  min-height: -webkit-fill-available;
}

.mat-ru {
  padding: 12px 0;
}

.header, .footer {
    font-family: var(--rubik-font);
    color: var(--color-typo-primary);
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    li {
        padding: 0;
        margin: 0;
    }

    abbr {
        display: inline;
    }

    ul, ol, li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Light.woff2") format("woff2"), url("/public/fonts/Rubik-Light.woff") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-LightItalic.woff2") format("woff2"), url("/public/fonts/Rubik-LightItalic.woff") format("woff");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Regular.woff2") format("woff2"), url("/public/fonts/Rubik-Regular.woff") format("woff");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Italic.woff2") format("woff2"), url("/public/fonts/Rubik-Italic.woff") format("woff");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Medium.woff2") format("woff2"), url("/public/fonts/Rubik-Medium.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-MediumItalic.woff2") format("woff2"), url("/public/fonts/Rubik-MediumItalic.woff") format("woff");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/rubik-semibold.woff2") format("woff2"), url("/public/fonts/rubik-semibold.woff") format("woff");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/rubik-semibolditalic.woff2") format("woff2"), url("/public/fonts/rubik-semibolditalic.woff") format("woff");
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Bold.woff2") format("woff2"), url("/public/fonts/Rubik-Bold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-BoldItalic.woff2") format("woff2"), url("/public/fonts/Rubik-BoldItalic.woff") format("woff");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/rubik-extrabold.woff2") format("woff2"), url("/public/fonts/rubik-extrabold.woff") format("woff");
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/rubik-extrabolditalic.woff2") format("woff2"), url("/public/fonts/rubik-extrabolditalic.woff") format("woff");
        font-weight: 800;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-Black.woff2") format("woff2"), url("/public/fonts/Rubik-Black.woff") format("woff");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Rubik";
        src: url("/public/fonts/Rubik-BlackItalic.woff2") format("woff2"), url("/public/fonts/Rubik-BlackItalic.woff") format("woff");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: "BebasNeue";
        src: url("/public/fonts/BebasNeueRegular.woff2") format("woff2"), url("/public/fonts/BebasNeueRegular.woff") format("woff");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: "Adjusted Arial Fallback";
        src: local(Arial);
        size-adjust: 107%;
        ascent-override: normal;
        descent-override: normal;
        line-gap-override: normal;
    }
    :root {
        --rubik-font: "Rubik", sans-serif;
        font-style: normal;
    }

    .h1 {
        font: 600 24px/140% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        .h1 {
            font-weight: 700;
            font-size: 40px;
            line-height: 130%;
        }
    }

    .h2 {
        font: 600 20px/120% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        .h2 {
            font-size: 32px;
        }
    }

    .h3 {
        font: 600 18px/140% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        .h3 {
            font-size: 24px;
        }
    }

    .h4 {
        font: 600 16px/135% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        .h4 {
            font-size: 20px;
        }
    }

    p,
    .ul-dots li,
    .ol-counter li,
    .txt-body {
        font: 300 14px/160% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        p,
        .ul-dots li,
        .ol-counter li,
        .txt-body {
            font-size: 20px;
        }
    }

    .txt-body-alt {
        font: 400 14px/160% var(--rubik-font);
        font-style: italic;
    }
    @media all and (min-width: 1024px) {
        .txt-body-alt {
            font-size: 20px;
        }
    }

    .accent-medium {
        font: 500 16px/160% var(--rubik-font);
    }
    @media all and (min-width: 1024px) {
        .accent-medium {
            font-size: 24px;
        }
    }

    .controls-large {
        font: 500 18px/145% var(--rubik-font);
    }

    .controls-large-secondary {
        font: 400 18px/145% var(--rubik-font);
    }

    .controls-medium {
        font: 500 16px/145% var(--rubik-font);
    }

    .controls-medium-secondary {
        font: 400 16px/19px var(--rubik-font);
    }

    .controls-small {
        font: 500 14px/145% var(--rubik-font);
    }

    .controls-small-secondary {
        font: 400 14px/145% var(--rubik-font);
    }

    .captions-mini-header {
        font: 600 14px/160% var(--rubik-font);
    }

    .captions-caption-caps {
        font: 600 14px/17px var(--rubik-font);
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .captions-caption-mini {
        font: 400 14px/135% var(--rubik-font);
    }

    .captions-caption-micro {
        font: 400 12px/135% var(--rubik-font);
    }

    .captions-caption-ultrasmall {
        font: 500 10px/140% var(--rubik-font);
    }

    .cards-txt-body-s {
        font: 400 16px/150% var(--rubik-font);
        letter-spacing: -0.005em;
    }

    .cards-txt-body-m {
        font: 400 16px/150% var(--rubik-font);
        letter-spacing: -0.005em;
    }
    @media all and (min-width: 1024px) {
        .cards-txt-body-m {
            font-size: 20px;
            line-height: 145%;
        }
    }

    .ul-dots {
        list-style: disc; /* точки */
        padding: 16px 0 16px 20px;
    }

    .ul-dots li {
        list-style: disc; /* точки для li тоже нужно явно */
        margin-bottom: 5px;
    }

    .ol-conter {
        padding: 16px 0;
    }

    .ol-counter li {
        width: calc(100% - 28px);
        position: relative;
        counter-increment: list;
        margin-left: 28px;
    }

    .ol-counter li::before {
        content: counter(list) ".";
        position: absolute;
        font-size: inherit;
        font-weight: inherit;
        right: calc(100% + 4px);
    }
}
.header {
    width: 100%;
    padding: 32px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.header__logo {
    width: 100%;
    max-width: 116px;
    overflow: hidden;
}
.header__nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__desktop-menu {
    display: none;
}
@media all and (min-width: 720px) {
    .header__desktop-menu {
        display: block;
    }
}
.header__desktop-list {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header__desktop-item {
    position: relative;
}
.header__desktop-item:hover .header__desktop-link::after {
    transform: scaleY(-1);
}
.header__desktop-item--active .header__desktop-link {
    color: var(--color-brand-default-bright-red);
}
.header__desktop-item--active .header__desktop-link::before {
    width: 40px;
    background-color: var(--color-brand-default-bright-red);
}
.header__desktop-item--active .header__desktop-link.--btn::after {
    background-image: url(../../public/icons/chevron-down--red.svg);
}
.header__desktop-item.has-submenu:hover .header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: rotatey(0deg);
}
.header__desktop-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font: 400 16px/24px var(--rubik-font);
    color: var(--color-brand-default-header-gray);
    cursor: pointer;
    padding: 12px 0;
    transition: color 0.2s ease;
    text-decoration: none;
    position: relative;
}
.header__desktop-link.--btn::after {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../../public/icons/chevron-down-v2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}
.header__desktop-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-brand-default-header-gray);
    transition: width 0.3s;
}
.header__desktop-link:hover::before {
    width: 40px;
}
.header__submenu {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 100;
    transform: rotatey(89deg);
}
@media all and (min-width: 1440px) {
    .header__submenu {
        right: initial;
        left: 0;
    }
}
.header__submenu--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.header__submenu-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 234px;
    padding: 12px 0;
    background: var(--color-typo-secondary);
    border-left: 2px solid var(--color-brand-default-bright-red);
    position: relative;
}
.header__submenu-inner::before {
    content: "";
    width: 74%;
    height: 2px;
    background-color: var(--color-brand-default-bright-red);
    position: absolute;
    bottom: 100%;
    left: -2px;
}
@media all and (min-width: 1440px) {
    .header__submenu-inner::before {
        width: 40px;
    }
}
.header__submenu-link {
    padding: 12px 24px;
    text-decoration: none;
    font: 400 16px/24px var(--rubik-font);
    color: var(--color-brand-default-header-gray);
    transition: all 0.2s ease;
    display: block;
}
.header__submenu-link:hover {
    color: var(--color-brand-default-bright-red);
}
.header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 4px;
    z-index: 1010;
    position: relative;
}
@media all and (min-width: 720px) {
    .header__burger {
        display: none;
    }
}
.header__burger-line {
    width: 100%;
    height: 3px;
    min-height: 3px;
    background: var(--color-brand-default-header-gray);
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}
.header__burger--open .header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header__burger--open .header__burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.header__burger--open .header__burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.header__mobile-overlay {
    position: fixed;
    top: 116px;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}
.header__mobile-overlay--open {
    opacity: 1;
    visibility: visible;
}
.header__mobile-menu {
    position: fixed;
    top: 116px;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    padding: 8px 0 32px 0;
    background: var(--color-typo-secondary);
    z-index: 1005;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.header__mobile-menu--open {
    transform: translateX(0);
}
@media all and (min-width: 720px) {
    .header__mobile-menu {
        display: none;
    }
}
.header__mobile-list {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.header__mobile-item--active .header__mobile-accordion-btn,
.header__mobile-item--active .header__mobile-link {
    color: var(--color-brand-default-bright-red);
    position: relative;
}
.header__mobile-item--active .header__mobile-accordion-btn::before,
.header__mobile-item--active .header__mobile-link::before {
    width: 40px;
    height: 2px;
}
.header__mobile-item--active .header__mobile-accordion-btn::after {
    background-image: url(../../public/icons/chevron-down--red.svg);
}
.header__mobile-item--open .header__mobile-accordion-btn {
    position: relative;
    color: var(--color-brand-default-bright-red);
}
.header__mobile-item--open .header__mobile-accordion-btn::before {
    width: 40px;
    height: 2px;
}
.header__mobile-item--open .header__mobile-accordion-btn::after {
    background-image: url(../../public/icons/chevron-down--red.svg);
    transform: scaleY(-1);
}
.header__mobile-link::before, .header__mobile-accordion-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: var(--color-brand-default-bright-red);
    transition: width 0.3s;
}
.header__mobile-link {
    display: block;
    padding: 6px 0;
    font: 400 16px/24px var(--rubik-font);
    color: var(--color-brand-default-header-gray);
    text-decoration: none;
    transition: all 0.2s;
}
.header__mobile-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    background: none;
    border: none;
    font: 400 16px/24px var(--rubik-font);
    color: var(--color-brand-default-header-gray);
    cursor: pointer;
    transition: all 0.2s;
}
.header__mobile-accordion-btn::after {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../../public/icons/chevron-down-v2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header__mobile-submenu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 0;
    border-left: 2px solid var(--color-brand-default-bright-red);
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background: var(--color-bg-secondary);
}
.header__mobile-submenu--open {
    max-height: 1500px;
    padding: 12px 0;
    transition: max-height 0.4s ease-in;
}
.header__mobile-submenu-link {
    display: block;
    padding: 12px 24px;
    font: 400 16px/24px var(--rubik-font);
    color: var(--color-brand-default-header-gray);
    text-decoration: none;
}

.footer {
    width: 100%;
    padding: 64px 0;
}
.footer .container {
    width: 100%;
    max-width: 1204px;
    padding: 0 32px;
    margin: 0 auto;
}
.footer__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
@media all and (min-width: 992px) {
    .footer__inner {
        flex-direction: row;
        gap: 48px;
    }
}
@media all and (min-width: 1180px) {
    .footer__inner {
        gap: 80px;
    }
}
.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media all and (min-width: 992px) {
    .footer__menu {
        order: 3;
    }
}
@media all and (min-width: 1180px) {
    .footer__menu {
        margin-left: auto;
    }
}
.footer__menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: var(--color-typo-primary);
}
.footer__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--color-typo-tertiary);
}
@media all and (min-width: 992px) {
    .footer__block {
        width: calc((100% - 96px) / 3);
        max-width: 310px;
        order: 1;
    }
}
@media all and (min-width: 1180px) {
    .footer__block {
        width: 100%;
    }
}
@media all and (min-width: 992px) {
    .footer__block:first-child {
        order: 2;
    }
}
.footer__logo--sanofi {
    width: 100%;
    max-width: 165px;
}
.footer__logo--assistance {
    width: 100%;
    max-width: 215px;
}
.footer__address {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer__cont {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-v2-widget {
  display: flex;
  flex-direction: column-reverse;
  gap: 38px;
  width: 100%;
  min-height: 351px;
  padding: 0;
  border-radius: 12px;
  background-color: #C34E70;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media all and (min-width: 720px) {
  .card-v2-widget {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    max-width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget {
    min-height: 425px;
  }
}
.card-v2-widget::before {
  display: none;
}
.card-v2-widget__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 12px;
  width: 100%;
}
@media all and (min-width: 720px) {
  .card-v2-widget__content {
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget__content {
    max-width: 550px;
    padding: 48px;
    gap: 24px;
  }
}
.card-v2-widget__content .captions-caption-caps {
  margin-bottom: 8px;
}
@media all and (min-width: 1024px) {
  .card-v2-widget__content .captions-caption-caps {
    display: none;
  }
}
.card-v2-widget__figure {
  display: flex;
  width: 100%;
  max-width: 268px;
  height: 237px;
  position: relative;
  z-index: 0;
  background-image: url(../../public/icons/card/card-v2-l-1-mob-v2.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  margin: 0 0 -90px auto;
}
@media all and (min-width: 720px) {
  .card-v2-widget__figure {
    max-width: 320px;
    height: 328px;
    background-image: url(../../public/icons/card/card-v2-l-1-tablet.svg);
    margin: auto 0 0;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget__figure {
    max-width: 418px;
    height: 418px;
    background: none;
    margin: auto 0 0;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget__figure::after {
    content: "";
    display: block;
    background: url(../../public/icons/shrink.svg) no-repeat center/cover;
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget__figure::before {
    content: "";
    width: 531px;
    height: 392px;
    background-image: url(../../public/icons/card/card-widget-2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget__text {
    line-height: 160%;
  }
}
.card-v2-widget .card-v2-widget__btn {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-top: 20px;
}
@media all and (min-width: 720px) {
  .card-v2-widget .card-v2-widget__btn {
    margin-top: auto;
    max-width: max-content;
  }
}
@media all and (min-width: 1024px) {
  .card-v2-widget .card-v2-widget__btn {
    padding: 16px 20px;
    margin-top: auto;
  }
  .card-v2-widget .card-v2-widget__btn i {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

.card-v2-widget__text {
  font: 400 16px/150% var(--rubik-font);
  letter-spacing: -0.005em;
}
@media all and (min-width: 1024px) {
  .card-v2-widget__text {
    font-size: 20px;
    line-height: 145%;
  }
}

.card-v2-widget__title {
  font: 600 20px/120% var(--rubik-font);
}
@media all and (min-width: 1024px) {
  .card-v2-widget__title {
    font-size: 32px;
  }
}
.card-v2-widget {
  .card-v2-widget__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    font: 600 16px/145% "Rubik", sans-serif;
    background-color: #fff;
    color: #c34e70;
  }

  .card-v2-widget__btn:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
