@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VelaSans;
    src: url(https://cdn-cabinet.ua.news/assets-front/articles/3/fonts/VelaSans-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
:root {
    --grey-sep: #e7e7e7;
    --black: #000;
    --grey: #7c7c7c;
    --red: #d23223;
    --white: #fff;
    --white-60: #ffffff99;
    --dark-bg: #2b2a29;
    --dark-text: #1a1a1a;
    --gold: #ead295;
    --green: #12403c;
    --blue: #233657;
    --beige: #b28463;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family:
            VelaSans,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Roboto,
            sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-text);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.container {
    width: 100%;
    max-width: calc(1272px + 24px);
    margin: 0 auto;
    padding: 0 12px;
}
.container-wide {
    width: 100%;
    max-width: calc(1272px + 24px);
    margin: 0 auto;
    padding: 0 12px;
}
.logo {
    position: relative;
    width: 151px;
    height: 32px;
    margin: 0 auto;
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 590px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #12403c;
    background-image: url(https://cdn-cabinet.ua.news/assets-front/articles/3/images/hero-waves.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 84px 31px;
    margin-top: 128px;
}

header {
    top: 0;
}

.hero-content {
    gap: 30px;
    max-width: 1155px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.hero-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-breadcrumbs .hero-content-type {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white);
}
.hero-breadcrumbs .hero-category {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 140%;
    text-transform: uppercase;
    color: var(--white-60);
}
.hero-title {
    font-weight: 600;
    font-size: clamp(20px, 4vw, 64px);
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
    color: var(--gold);
    max-width: 1110px;
}
.hero-meta {
    border-top: 1px solid #ffffff33;
    padding-top: 30px;
    width: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.hero-meta .hero-meta-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white-60);
}
.hero-meta .hero-meta-social {
    margin-top: auto;
    display: flex;
    gap: 24px;
}
.intro-section {
    width: 100%;
    padding: 80px 20px;
}
.intro-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.brand-logo {
    width: 100%;
    max-width: 230px !important;
    height: auto;
}
.intro-content {
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.text-body {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.4;
    color: var(--dark-text);
}
.text-body-bold {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--green);
}
.text-heading {
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark-text);
}
.section {
    padding: 80px 84px;
}
.bg-dark {
    background: var(--dark-bg);
}
.bg-gold {
    background: var(--gold);
}
.color-gold {
    color: var(--gold);
}
.color-white {
    color: var(--white);
}
.color-black-60 {
    color: #6e6e6e;
}
.text-two-column-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.text-two-column-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-two-column-title {
    font-weight: 600;
    font-size: clamp(20px, 2vw, 48px);
    line-height: 140%;
}
.text-two-column-subtitle {
    font-weight: 500;
    font-size: clamp(16px, 2vw, 32px);
    line-height: 140%;
}
.text-two-column-columns {
    display: flex;
    gap: 80px;
}
.text-two-column-column {
    font-weight: 500;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 140%;
}
.text-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.single-text-content {
    max-width: 636px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.dark-section {
    width: 100%;
    background: var(--dark-bg);
    padding: 90px 20px;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.image-text-section {
    width: 100%;
    padding: 80px 20px;
}
.image-text-grid {
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
    display: flex;
}
.image-text-grid img {
    width: 100%;
    height: auto;
    max-height: 981px;
    object-fit: cover;
    max-width: 45% !important;
}
.bullet-list {
    padding-left: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.intro-text-group {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 566px;
}
.section-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark-text);
    margin: 0;
}
.text-gold {
    color: var(--gold);
}
.title-white {
    color: var(--white);
}
.title-gold {
    color: var(--gold);
}
.intro-text {
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 500;
    line-height: 1.4;
    color: var(--white);
    margin: 0;
}
.full-image-section {
    width: 100%;
}
.full-image-section img {
    object-fit: cover;
    width: 100%;
}
.logo-column {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.display-lg {
    display: block;
}
.display-sm {
    display: none;
}
@media (max-width: 991px) {
    .display-lg {
        display: none;
    }
    .display-sm {
        display: block;
    }
    .container {
        padding: 0 16px;
    }
    .container-wide {
        padding: 0 16px;
    }
    body section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero-section {
        min-height: 0;
        padding: 48px 16px 32px;
        background-image: none;
    }
    .hero-meta {
        width: calc(100% - 20px) ;
        flex-direction: column;
        padding-top: 25px;
        gap: 24px;
        align-items: start;
    }
    .hero-content {
        gap: 24px;
    }
    .hero-content .hero-subtitle {
        padding: 0 12px;
    }
    .intro-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section {
        padding: 48px 16px;
    }
    .text-two-column-columns {
        flex-direction: column;
        gap: 24px;
    }
    .text-two-column-content {
        gap: 24px;
    }
    .intro-section .container {
        gap: 40px;
    }
    .intro-section .container img {
        width: 138px;
    }
    .intro-section .container .intro-content {
        gap: 24px;
    }
    .intro-section .container .text-body,
    .intro-section .container .text-body-bold {
        font-size: 16px;
        font-weight: 500;
        line-height: 140%;
    }
    .image-text-section {
        padding-top: 16px;
        padding-bottom: 48px;
    }
    .image-text-grid {
        flex-direction: column;
        gap: 24px;
    }
    .image-text-grid img {
        width: 100%;
        height: auto;
        max-height: 505px;
        object-fit: cover;
        max-width: 100% !important;
    }
    .image-text-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: center;
    }
    .text-content {
        gap: 32px;
    }
    .text-group {
        gap: 24px;
    }
    .text-body {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .text-heading {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        color: var(--dark-text);
    }
    .intro-text-group {
        gap: 24px;
        max-width: 100%;
    }
    .section-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
    }
    .intro-text {
        font-size: 16px;
        font-weight: 500;
    }
    .full-image-section {
        aspect-ratio: 365/243;
        width: 100%;
    }
    .full-image-section img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .section.bg-gold {
        padding: 48px 16px !important;
    }
    .intro-section.bg-dark {
        padding: 48px 0;
    }

    .intro-section.bg-dark .text-heading {
        color: var(--white);
    }
}

