/* Fonts */
@font-face {
    font-family: 'Sharp Grotesk PE Trial';
    src: url('https://cdn-cabinet.ua.news/assets-front/articles/2/fonts/SharpGroteskPETrialBoldItl-11-BF646589df767af.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk PE Trial Book';
    src: url('https://cdn-cabinet.ua.news/assets-front/articles/2/fonts/SharpGroteskPETrialBookItl-11-BF646589dbacbb0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --black: #000;
    --red: #E23A3A;
    --red-dark: #D23223;
    --red-darker: #CD3636;
    --red-darker2: #C01F25;
    --red-alt: #C13434;
    --red-alt2: #CE3737;
    --white: #FFF;
    --grey: #7C7C7C;
    --grey-sep: #E7E7E7;
    --bg-dark: #121313;
    --bg-darker: #110E11;
    --bg-darkest: #131413;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: -0.56px;
    color: var(--white);
    background: var(--bg-dark);
    min-height: 100vh;
}

header {
    top: 0;
}
.site__footer, .rates-block-sm, .weather-block-sm, .social-group-sm {
    background: white;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.web{
    display: block;
}
.mob{
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Container */
.container {
    width: 100%;
    max-width: calc(1272px + 48px);
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
.text-red {
    color: var(--red);
}

.text-red-dark {
    color: var(--red-dark);
}

.text-red-darker {
    color: var(--red-darker);
}

.text-red-darker2 {
    color: var(--red-darker2);
}

.text-red-alt {
    color: var(--red-alt);
}

.text-red-alt2 {
    color: var(--red-alt2);
}

/* Hero Main Section */
.hero-main {
    position: relative;
    min-height: 948px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 128px;
}
.hero-main .logo {
    position: absolute;
    top: 52px;
    width: 232px;
    height: 100px;
}
.hero-main .logo svg{
    max-width: 100%;
    max-height: 100%;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-bg-gradient,
.quote-bg-gradient,
.team-photo-section-bg-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(360deg, #121313 0%, rgba(24, 24, 26, 0.00) 100%);    z-index: 2;
}
.hero-bg-person {
    position: absolute;
    aspect-ratio: 903 / 845;
    bottom: 0;
    right: 0;
    height: 90%;
    z-index: 2;
}

.hero-main .container {
    position: relative;
    z-index: 3;
    padding-bottom: 15px;
}

.hero-title{
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 254.638px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 229.174px */
    text-transform: uppercase;
}

/* Content Sections */
.content-section {
    padding: 81px 0 30px;
}
.content-section.less-padding {
    padding: 28px 0;
}
.content-section.more-padding {
    padding: 128px 0 30px;
}

.content-section .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-title {
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 92px;
    font-weight: 700;
    font-style: normal;
    line-height: 102.52%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 101px;
}
.content-section .text{
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    line-height: 37px;
    letter-spacing: -0.56px;
    opacity: 0.7;
}

.intro-text {
    max-width: 894px;
    opacity: 0.7;
}

.highlight-text {
    max-width: 803px;
    opacity: 0.7;
}

.content-text {
    max-width: 1050px;
    opacity: 0.7;

}
.content-text-italic {
    font-style: normal;
    max-width: 1069px;
    opacity: 0.7;
}

.section-heading {
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 92px;
    font-weight: 700;
    font-style: normal;
    line-height: 102.52%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.achievements-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    list-style-type: none;
}
.achievements-list li{
    position: relative;
}
.achievements-list li:before {
    content: "•";
    position: absolute;
    left: -30px;
    color: var(--red);
    font-weight: normal;
}
.achievements-list li.white-dot:before {
    color: var(--white);
}

.achievements-list strong {
    font-weight: 700;
}

/* Quote Sections */
.quote-section {
    position: relative;
    min-height: 833px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 122px 0 113px;
}

.quote-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.quote-bg img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.quote-left .quote-bg img{
    object-position: right;
}
.quote-right .quote-bg img{
    object-position: left;
}

.quote-wrapper{
    display: flex;
    align-items: self-start;
    gap: 0;
}
.quote-content {
    position: relative;
    z-index: 4;
    width: 891px;
    max-width: calc(100% - 300px);
}

.quote-content-right {
    margin-left: auto;
}

.quote-mark {
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 90.507px;
    font-weight: 700;
    font-style: normal;
    line-height: 90%;
    text-transform: uppercase;
    color: var(--red);
    display: inline-block;
    transform: rotate(180deg) translateY(60px) skew(-25deg)
}

.quote-mark-end{
    margin-left: 28px;
    line-height: 30px;
    transform: rotate(180deg) translateY(20px) skew(-25deg);
}

.quote-text {
    font-family: 'Sharp Grotesk PE Trial Book', sans-serif;
    font-size: 52.381px;
    font-weight: 400;
    font-style: normal;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--white);
}

.quote-author {
    margin-top: 137px;
}

.quote-left .quote-author{
    text-align: right;
    padding-right: 222px;
}
.quote-right .quote-author{
    text-align: left;
    padding-left: 222px;
}

.author-name {
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 84px;
    font-weight: 700;
    font-style: normal;
    line-height: 102.52%;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    color: var(--red);
}

.author-title {
    font-family: 'Sharp Grotesk PE Trial Book', sans-serif;
    font-size: 35.276px;
    font-weight: 400;
    font-style: normal;
    line-height: 116.5%;
    letter-spacing: 2.469px;
    text-transform: uppercase;
    color: var(--white);
    -webkit-text-stroke: 0.67px var(--black);
}

/* Team Photo Section */
.team-photo-section {
    position: relative;
    aspect-ratio: 1445 / 749;
    width: 100%;
    overflow: hidden;
}

.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Amster Hero Section */
.hero-secondary {
    position: relative;
    min-height: 868px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding-bottom: 93px;
}


.amster-info {
    position: relative;
    z-index: 4;
}

.amster-title {
    font-family: 'Sharp Grotesk PE Trial', sans-serif;
    font-size: 84px;
    font-weight: 700;
    font-style: normal;
    line-height: 102.52%;
    text-transform: uppercase;
    color: var(--white);
}

.amster-subtitle {
    font-family: 'Sharp Grotesk PE Trial Book', sans-serif;
    font-size: 35.276px;
    font-weight: 400;
    font-style: normal;
    line-height: 116.5%;
    letter-spacing: 2.469px;
    text-transform: uppercase;
    color: var(--white);
    -webkit-text-stroke: 0.67px var(--black);
    margin-top: 11px;
}

/* Logo Section */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 103px 0 97px;
}

.leo-logo {
    width: 143px;
    height: 62px;
}

/* Responsive */
@media (max-width: 991px) {
    .web{
        display: none;
    }
    .mob{
        display: block;
    }
    body {
        font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 16.003px;
        font-weight: 300;
        line-height: 21.147px;
        letter-spacing: -0.32px;
    }

    /* Container */
    .container {
        padding: 0 16px;
    }

    /* Hero Main Section */
    .hero-main {
        min-height: 290px;
        margin-top: 0;
    }
    .hero-main .logo {
        top: 14px;
        width: 60px;
        height: 26px;
    }

    .hero-bg-gradient,
    .quote-bg-gradient,
    .team-photo-section-bg-gradient {
        height: 117px;
    }
    .hero-bg-person {
        height: 95%;
    }

    .hero-main .container {
        padding-bottom: 2px;
    }

    .hero-title{
        font-size: 85px;
        line-height: 90%;
    }

    /* Content Sections */
    .content-section {
        padding: 46px 0 50px;
    }
    .content-section.less-padding {
        padding: 50px 0;
    }
    .content-section.less-padding.last-text-content {
        padding: 17px 0;
    }
    .content-section.more-padding {
        padding: 40px 0 46px;
    }

    .content-section .container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .content-title {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .content-section .text{
        font-size: 16.003px;
        line-height: 21.147px;
        letter-spacing: -0.32px;
    }

    .section-heading {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 102.52%;
    }

    .achievements-list {
        gap: 16px;
        padding-left: 20px;
    }
    .achievements-list li:before {
        left: -15px;
    }

    /* Quote Sections */
    .quote-section {
        min-height: unset;
        padding: 40px 0 66px;
    }

    .quote-bg{
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        max-height: 272px;
        aspect-ratio: 360 / 272;
    }
    .quote-bg img{
        object-fit: contain;
        width: 100%;
        height: 100%;
        object-position: right;
    }
    .quote-left .quote-bg img{
        object-position: right;
    }
    .quote-right .quote-bg img{
        object-position: right;
    }

    .quote-wrapper{
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap:4px;
    }

    .quote-mark {
        font-size: 51.727px;
        font-style: normal;
        line-height: 1%;
        transform: rotate(180deg) translateY(18px) skew(-25deg);
    }

    .quote-mark-end{
        margin-left: 10px;
        line-height: 30px;
        transform: rotate(180deg) translateY(7px) skew(-25deg);
        font-style: normal;
    }

    .quote-text {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }

    .quote-content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }
    .quote-author {
        margin-top: 74px;
        margin-right: auto;
    }

    .quote-left .quote-author{
        text-align: right;
        padding-right: 0;
    }
    .quote-right .quote-author{
        text-align: right;
        padding-left: 0;
        margin-bottom: 6.29px;
    }

    .author-name {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 102.52%; /* 41.008px */
        letter-spacing: 1.2px;
    }

    .author-title {
        -webkit-text-stroke: 0.38px var(--black);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 116.5%;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }

    /* Team Photo Section */
    .team-photo-section {
        margin-top: -30px;
        aspect-ratio: 360 / 215;
    }

    /* Amster Hero Section */
    .hero-secondary {
        min-height: 355px;
        padding-bottom: 21px;
    }
    .hero-secondary .hero-bg-person{
        height: 105%;
    }

    .amster-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 102.52%;
    }

    .amster-subtitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 116.5%;
        letter-spacing: 1.4px;
        -webkit-text-stroke: 0.67px var(--black);
        margin-top: 6px;
    }

    /* Logo Section */
    .logo-section {
        padding: 32px 0 34px;
    }

    .leo-logo {
        width: 82px;
        height: 35px;
    }
}

