@import 'normalize.css';
@import 'fonts2.css';

:root {
    --color-bg-main: #E0DCDB;
    /* --color-bg-main: #f1f1f1; */
    --color-font-title: #222222;
    --color-font-text-primary: #222222;
    --color-font-accent: #1A62A0;
    /* --color-font-text-secondary: #827D78; */
    /* --color-accent: #00249C; */
    /* --color-accent: #7CACC3; */
    /* --color-accent: #6292a9; */
    /* --color-accent: #6d94aa; */
    /* --color-accent: #17616C; */
    --color-accent: #144672;
    --color-stroke: #838181;
    /* --color-shadow: #D4DAF0; */
    /* --color-shadow-white: #FFFFFF; */
    --color-graph-grey: #686262;


    /* --shadow: 10px 10px 20px var(--color-shadow);
    --shadow-inner: -10px -10px 20px var(--color-shadow-white); */

    /* --border: 1px solid var(--color-stroke); */
    --border-radius: 30px;

    /* --container-width: 1782px; */
    --container-padding-x: 32px;
    --container-padding-y: 135px;

    /* --font-family-base: 'Pragmatica Light', sans-serif;
    --font-family-title: 'Pragmatica ExtraLight', sans-serif; */
    scroll-padding-top: 50px;
}

@media (max-width: 768px) {
    :root {
        --container-padding-x: 16px;
    }
    
}


body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--color-font-text-primary);
    background-color: var(--color-bg-main);
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: var(--color-font-title);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    
}

h1, .h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12vw;
    line-height: 1;
    letter-spacing: -0.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
    
}

@media (max-width: 768px) {
    h1, .h1 {
        justify-content: flex-start;
        flex-wrap: wrap;
        font-size: 18vw;
    }

    h1 svg {
        margin-right: 15vw;
    }
}


h1 svg {
    width: 0.48em;
    height: 0.48em;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    h1, .h1 {
        
    }
}

h2, .h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(29px, 3vw, 50px);
}

@media (max-width: 768px) {
    h2, .h2 {
        
    }
}

h3, .h3 {
    font-family: 'Inter', sans-serif;
    line-height: 1.25;
    font-size: clamp(20px, 2.08vw, 36px);
}

@media (max-width: 768px) {
    h3, .h3 {

    }
}

.container {
    max-width: 100%;
    margin-inline: auto;
    padding-inline: var(--container-padding-x);
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-font-text-primary);
}

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


/* UTILITY */

.blue {
    color: var(--color-accent);
}

.filled {
    background: linear-gradient(to right, var(--color-font-accent) 50%, var(--color-font-title) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .blue-line {
    background: linear-gradient(to right, var(--color-font-title) 33%, var(--color-accent) 33%, var(--color-accent) 66%, var(--color-font-title) 66%);
    background-size: 310% 100%;
    background-position: 100% bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}






/* HEADER */

header {
    margin-top: 30px;
}

header .line {
    margin-inline: auto;
}

.h1-underline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* gap: 12px; */
    margin-bottom: 115px;
}

/* .year-container {
    width: 2.8em;
    height: 1em;
    position: relative;
    overflow: hidden;
}
  
.year {
position: absolute;
top: -3px;
width: 100%;
} */

.word {
    
}

header a {
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -2%;
}

.h1-underline {
    font-size: 15px;
    justify-content: center;
}

.header-text {
    /* font-size: 44px; */
    font-size: clamp(20px, 2.5vw, 44px);
    font-weight: 500;
    line-height: 1.2;
    max-width: 910px;
    margin-bottom: 150px;
    letter-spacing: -0.05vw;
    padding-left: 5.2vw;
}

@media (max-width: 768px) {
    .header-text {
        padding-left: unset;
    }
}


/* SECTION INTRO */

.intro-text {
    display: flex;
    flex-direction: row;
    margin-bottom: 150px;
    padding-left: calc(var(--container-padding-x) + 5.2vw);
}

@media (max-width: 768px) {
    .intro-text {
        padding-left: unset;
        flex-direction: column;
    }
}

.intro-text__line {
    flex: 1 1 15%;
    margin-top: 15px;
    
}

@media (max-width: 768px) {
    section.intro-text .intro-text__line {
        display: none;
    }
}


.intro-text__body {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.46;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-inline: 12vw;
    /* min-width: calc(700px + 12vw * 2); */
    max-width: calc(800px + 12vw * 2);
    flex: 1 1 85%;
}

@media (max-width: 768px) {
    .intro-text__body {
        padding-inline: 6vw;
    }
}


.intro-text__body p {
    
}

.intro-text__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.09;
    font-size: clamp(16px, 2.08vw, 32px);
    /* margin-bottom: clamp(20px, 3vw, 50px); */
}

@media (max-width: 768px) {
    .intro-text__title {
        font-weight: 700;
    }
}

.intro-text__part1 {
    margin-bottom: 35px;
}


/* BENEFITS SECTION */

.benefits__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "item1 vline1 item2" 
        "hline1 circle hline2" 
        "item3 vline2 item4";
    margin-bottom: 340px;
}

@media (max-width: 768px) {
    .benefits__grid {
        margin-inline: auto;
        width: 95%;
        grid-template-columns: 1px 1fr 1px;
        grid-template-rows: 1fr 1px 1fr 1px 1fr 1px 1fr;
        grid-template-areas:
        "vline1 item1 vline2"
        "vline1 hline1 vline2"
        "vline1 item2 vline2" 
        "vline1 circle vline2"
        "vline1 item3 vline2"
        "vline1 hline2 vline2"
        "vline1 item4 vline2";
    }
}

.benefits__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-inline: 20px;
    padding-block: 115px;
    text-align: center;
    transition: all .2s linear;
}

.benefits__item:hover .benefits__item-title {
    color: var(--color-font-accent);
}

@media (max-width: 768px) {
    .benefits__item {
        padding-block: 40px;
    }
}

.vertical-line {
    width: 1px;
    height: 100%;
    background-color: var(--color-stroke);
}

@media (max-width: 768px) {
    .benefits__grid .vertical-line {
        display: none;
    }
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-stroke);
}

.benefits__item:nth-child(1) { 
    grid-area: item1; 
}

.benefits__item:nth-child(2) { 
    grid-area: item2; 
}

.benefits__item:nth-child(3) { 
    grid-area: item3; 
}

.benefits__item:nth-child(4) { 
    grid-area: item4; 
}

.vline1 { 
    grid-area: vline1; 
}

.vline2 { 
    grid-area: vline2; 
}

.hline1 { 
    grid-area: hline1;
    align-self: center;
}

.hline2 { 
    grid-area: hline2;
    align-self: center;
}


.circle-in-grid {
    /* position: relative; */
    grid-area: circle;
    justify-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    aspect-ratio: 1;
    background-color: var(--color-bg-main);
    border-radius: 50%;
}

@media (max-width: 768px) {

    .circle-in-grid {
        width: 20px;
    }

    .circle-in-grid::after {
        content: '';
        display: block;
        width: 95vw;
        height: 1px;
        background-color: var(--color-stroke);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }
}

.benefits__item-title {
    font-family: 'Pragmatica', sans-serif;
    font-size: clamp(24px, 2.8vw, 36px);
    text-transform: uppercase;
    line-height: 1.1;
    transition: all 0.2s linear;
}

@media (max-width: 768px) {
    .benefits__item-title {
        font-size: 24px;
    }
}

.benefits__item-text {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.38;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .benefits__item-text {
        font-size: 16px;
    }
}

.circle-blue {
    --clip-radius: 8.5px;
    display: block;
    /* width: 100vw;
    height: 130vh; */
    width: 100vw;
    height: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51.5%);
    
    background-color: var(--color-accent);
    /* border-radius: 50%; */
    z-index: 3;
    -webkit-clip-path: circle(var(--clip-radius) at 50% 50%);
            clip-path: circle(var(--clip-radius) at 50% 50%);
}

@media (max-width: 768px) {
    .circle-blue {
        transform: translate(-50%, -50%);
}
}

.circle-blue__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    z-index: 4;
    font-size: 50px;
    text-transform: none;
    text-wrap: nowrap;
    font-family: 'Pragmatica', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .circle-blue__text {
        text-wrap: wrap;
        font-size: 40px;
    }
}

@media (max-width: 380px) {
    .circle-blue__text {
        top: 60%;
    }
}

[class^="scrumbled"] {
    text-wrap: nowrap;
}



/* BENEFITS IN DETAIL */

@media (max-width: 768px) {
    .benefits-in-detail {
        /* margin-top: -230px; */
    }
}

.benefits-in-detail__list {
    display: flex;
    flex-direction: column;
    gap: clamp(150px, 20vw, 250px);
    margin-bottom: 420px;
    padding-inline: 5.2vw;
}

@media (max-width: 768px) {
    .benefits-in-detail__list {
        margin-bottom: 250px;
        padding-inline: unset;
    }
}

.benefits-in-detail__item {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(40px, 8vw, 165px);
}

.benefits-in-detail__item:nth-child(2) .image-desktop {
    margin-bottom: 15px;
}



@media (max-width: 1440px) {
    .benefits-in-detail__item:nth-child(2) .image-desktop {
        margin-bottom: 60px;
    }
}

@media (max-width: 1390px) {
    .benefits-in-detail__item:nth-child(2) .image-desktop {
        margin-bottom: 90px;
    }
}

@media (max-width: 1280px) {
    .benefits-in-detail__item:nth-child(2) .image-desktop {
        margin-bottom: 92px;
    }
}

@media (max-width: 1024px) {
    .benefits-in-detail__item:nth-child(2) .image-desktop {
        margin-bottom: 120px;
    }
}

/* .benefits-in-detail__item:nth-child(n):not(:last-child)::before {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background-color: var(--color-stroke);
    position: absolute;
    left: 0;
    bottom: clamp(250px / 2 * -1, 20vw / 2 * -1, 150px / 2 * -1);
    z-index: 1;
}

.benefits-in-detail__item:nth-child(n):not(:last-child)::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background-color: var(--color-bg-main);
    position: absolute;
    left: 19%;
    bottom: clamp(251px / 2 * -1, 20vw / 2 * -1, 151px / 2 * -1);
    z-index: 2;
} */

/* @media (max-width: 768px) {
    .benefits-in-detail__item:nth-child(n):not(:last-child)::before {
        width: 100%;
    }

    .benefits-in-detail__item:nth-child(n):not(:last-child)::after {
        left: 45%;
    }
} */

@media (max-width: 768px) {
    .benefits-in-detail__item {
        flex-wrap: wrap;
        gap: 90px;
    }
}

.benefits-in-detail__img {
    flex: 1 1 60%;
}

.benefits-in-detail__img .image-desktop {

}

@media (max-width: 768px) {
    .benefits-in-detail__img .image-desktop {
        display: none;
    }
}

.benefits-in-detail__img .image-mobile {
    display: none;
}

@media (max-width: 768px) {
    .benefits-in-detail__img .image-mobile {
        display: block;
    }
}





.benefits-in-detail__img img {
    /* border-radius: 15px; */
}

.benefits-in-detail__body {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 4.9vw, 94px);
    flex: 1 0 40%;
    
}

.benefits-in-detail__item-title {
    font-size: clamp(24px, 2.6vw, 50px);
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 768px) {
    .benefits-in-detail__item-title {
        font-size: 28px;
    }
}

@media (max-width: 380px) {
    .benefits-in-detail__item-title {
        font-size: 26px;
    }
}

.benefits-in-detail__item-title::after {
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    background-color: var(--color-stroke);
    position: absolute;
    left: 50%;
    bottom: clamp(94px / 2 * -1, 4.9vw / 2 * -1, 60px / 2 * -1);
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 768px) {
    .benefits-in-detail__item-title::after {
        width: 90%;
        left: 0;
        transform: translateX(0);
    }

    .benefits-in-detail__item:nth-child(1) .benefits-in-detail__item-title {
        --width: 70%;
    }

    .benefits-in-detail__item:nth-child(1) .benefits-in-detail__item-title:after {
        width: var(--width);
    }

    .benefits-in-detail__item:nth-child(2) .benefits-in-detail__item-title {
        --width: 90%;
    }

    .benefits-in-detail__item:nth-child(2) .benefits-in-detail__item-title:after {
        width: var(--width);
    }

    .benefits-in-detail__item:nth-child(3) .benefits-in-detail__item-title {
        --width: 70%;
    }

    .benefits-in-detail__item:nth-child(3) .benefits-in-detail__item-title:after {
        width: var(--width);
    }

    .benefits-in-detail__item:nth-child(4) .benefits-in-detail__item-title {
        --width: 76%;
    }

    .benefits-in-detail__item:nth-child(4) .benefits-in-detail__item-title:after {
        width: var(--width);
    }
}

.benefits-in-detail__item-text {
    line-height: 1.45;
    font-size: clamp(18px, 2vw, 22px);
}

@media (max-width: 768px) {
    .benefits-in-detail__item-text {
        font-size: 18px;
    }
}

.benefits-in-detail__list > *:nth-child(even) {
    flex-direction: row-reverse;
}


/* HOW IT WORKS */

.how-it-works {
    margin-bottom: 420px;
}

@media (max-width: 768px) {
    .how-it-works {
        margin-bottom: 300px;
    }
}

.how-it-works h2 {
    font-weight: 500;
    margin-bottom: 160px;
    padding-left: 5.2vw;
}

@media (max-width: 768px) {
    .how-it-works h2 {
        margin-bottom: 100px;
        padding-left: unset;
    }
}

.how-it-works .intro-text {
    margin-bottom: 420px;
    padding-left: 5.2vw;
}

.how-it-works .intro-text__body {
    padding-inline: 8vw;
}

.how-it-works .intro-text__line {
    flex: 1 1 35%;
}

@media (max-width: 768px) {
    .how-it-works .intro-text__line {
        margin-top: -60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .how-it-works .intro-text {
        margin-bottom: 200px;
        padding-right: unset;
        padding-left: unset;
    }
}

@media (max-width: 768px) {
    .how-it-works .intro-text__body {
        padding-inline: unset;
    }
}

.how-it-works p.h2 {
    width: 25em;
    margin-bottom: 220px;
    font-weight: 500;
    padding-left: 5.2vw;
}

@media (max-width: 768px) {
    .how-it-works p.h2 {
        margin-bottom: 120px;
        padding-left: unset;
    }
}

@media (max-width: 768px) {
    .how-it-works p.h2 {
        width: unset;
        font-size: 20px;
    }
}

.research-tabs__list {
    position: relative;
    min-height: 100vh;
}

@media (max-width: 1024px) {
.research-tabs__list {
    min-height: 1219px;
}
}

@media (max-width: 440px) {
    .research-tabs__list {
        min-height: 1458px;
}
}

@media (max-width: 430px) {
    .research-tabs__list {
        min-height: 1529px;
}
}

@media (max-width: 420px) {
    .research-tabs__list {
        min-height: 1547px;
}
}

@media (max-width: 410px) {
    .research-tabs__list {
        min-height: 1539px;
}
}

@media (max-width: 400px) {
    .research-tabs__list {
        min-height: 1558px;
}
}

@media (max-width: 390px) {
    .research-tabs__list {
        min-height: 1576px;
}
}

@media (max-width: 380px) {
    .research-tabs__list {
        min-height: 1618px;
}
}

@media (max-width: 370px) {
    .research-tabs__list {
        min-height: 1636px;
}
}



.research-tabs__button-prev {
    width: 80px;
    position: absolute;
    top: 50vh;
    left: -20px;
    /* transform: translateY(-50%); */
}

@media (max-width: 1024px) {
    .research-tabs__button-prev {
        top: unset;
        bottom: -120px;
        left: 4%;
    }
}

@media (max-width: 768px) {
    .research-tabs__button-prev {
        left: 0;
}
}

@-webkit-keyframes btn-moves-right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes btn-moves-right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}


@-webkit-keyframes btn-moves-left {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes btn-moves-left {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.research-tabs__button-next {
    width: 80px;
    position: absolute;
    top: 50vh;
    right: -20px;
    /* transform: translateY(-50%); */
}

@media (max-width: 1024px) {
    .research-tabs__button-next {
        top: unset;
        bottom: -120px;
        right: 4%;
    }
}

@media (max-width: 768px) {
    .research-tabs__button-next {
        right: 0;
}
}

.research-tabs__buttons-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 150px;
}

@media (max-width: 1024px) {
    .research-tabs__buttons-list {
        flex-wrap: wrap;
    }
}

.research-tabs__buttons-list > *:last-child {
    border-right: none;
}

@media (max-width: 1024px) {
    
    .research-tabs__buttons-list > *:nth-child(4) {
        border-right: unset;
    }

    .research-tabs__buttons-list > *:nth-child(5) {
        border-top: unset;
        border-right: 1px solid var(--color-stroke);
    }
}

@media (max-width: 768px) {

    .research-tabs__buttons-list > *:last-child {
        border-right: 1px solid var(--color-stroke);
    }

    .research-tabs__buttons-list > *:nth-child(even) {
        border-right: unset;
    }

    .research-tabs__buttons-list > *:nth-child(3), .research-tabs__buttons-list > *:nth-child(4), .research-tabs__buttons-list > *:nth-child(5) {
        border-top: unset;
    }
}

.research-tabs__item:nth-child(1) .research__graph-text {
    text-align: center;
    font-size: 14px;
    
}

.research-tabs__item:nth-child(-n+3) .research__graph {
    flex: 1 1 25%;
}

.research-tabs__button-wrapper {
    -webkit-clip-path: polygon(7% 0, 93% 0, 100% 7%, 100% 93%, 93% 100%, 7% 100%, 0 93%, 0 7%);
            clip-path: polygon(7% 0, 93% 0, 100% 7%, 100% 93%, 93% 100%, 7% 100%, 0 93%, 0 7%);
    display: flex;
    max-width: 375px;
    aspect-ratio: 1;
    border: 1px solid var(--color-stroke);
    border-left: none;
    justify-content: center;
    align-items: center;
    flex: 1 1 20%;
}

@media (max-width: 1024px) {
    .research-tabs__button-wrapper {
        flex: 0 1 25%;
    }
}

@media (max-width: 768px) {
    .research-tabs__button-wrapper {
        flex: 0 1 50%;
    }
}

.research-tabs__button {
    padding: 10px;
    width: 95%;
    aspect-ratio: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-font-text-primary);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.66;
    font-family: 'Pragmatica', sans-serif;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    /* background: linear-gradient(to top, var(--color-accent) 0%, var(--color-accent) 100%);
    background-size: 100% 0%;
    background-repeat: no-repeat;
    background-position: bottom; */
    
}

.research-tabs__button:hover {
    /* background-size: 100% 100%; */
    /* color: white; */
    background-color: var(--color-accent);
}

.research-tabs__button:hover::after {
    background-image: url('../images/plus_white.svg');
}

.developing {
    --color-text-anim: var(--color-font-text-primary);
    background: linear-gradient(to right, var(--color-text-anim) 50%, transparent 55%);
    background-size: 200% 100%;
    background-position: 0% bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .developing:hover {
    -webkit-animation: develop 0.6s linear forwards;
            animation: develop 0.6s linear forwards;
} */

@-webkit-keyframes develop {
    0% {
        background-position: 110% bottom;
    }
    100% {
        background-position: 0% bottom;
    }
}

@keyframes develop {
    0% {
        background-position: 110% bottom;
    }
    100% {
        background-position: 0% bottom;
    }
}

.research-tabs__button:hover .developing {
    --color-text-anim: white;
    -webkit-animation: develop 0.5s linear forwards;
            animation: develop 0.5s linear forwards;
}

.research-tabs__button::after {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    background-image: url('../images/plus3.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 60px;
    height: 60px;
    transform-origin: calc(100% - 30px) calc(0% + 30px);
}

@media (max-width: 1450px) {
    .research-tabs__button::after {
        background-size: 70%;
        transform-origin: calc(100% - 21px) calc(0% + 21px);
    }
}

@media (max-width: 1024px) {
    .research-tabs__button::after {
        background-size: 60%;
        transform-origin: calc(100% - 18px) calc(0% + 18px);
    }
}

@media (max-width: 768px) {
    .research-tabs__button::after {
        background-size: 45%;
        transform-origin: calc(100% - 13.5px) calc(0% + 13.5px);
        /* background-image: url('../images/plus_small.svg');
        background-size: unset;
        width: 30px;
        height: 30px;
        transform-origin: center; */
    }
}

.research-tabs__button.active {
    background-color: var(--color-accent);
    pointer-events: none;
}

.research-tabs__button.active .developing {
    --color-text-anim: white;
}

.research-tabs__button.active::after {
    background-image: url('../images/plus_white.svg');
    -webkit-animation: rotate .5s linear backwards;
            animation: rotate .5s linear backwards;
}

.research-tabs__button[data-tab="4"] span {
    /* font-size: 14px; */
    /* margin-top: 16px; */
    position: relative;
    top: 10px;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

/* RESEARCH */


.research {
    display: none;
    justify-content: space-between;
    flex-direction: row;
    gap: 4.16vw;
    padding-inline: 6.2vw;
    opacity: 0;
    transition: all 0.2s linear;
}

.research.opened {
    display: flex;
    opacity: 1;
}

@media (max-width: 1024px) {
    .research {
        /* flex-wrap: wrap; */
        padding-inline: unset;
        flex-direction: column;
        gap: 60px;
    }
}

.research__body {
    display: flex;
    flex-direction: column;
    gap: 70px;
    flex: 1 1 45%;
    max-width: 800px;
}

.research__title {
    /* font-size: 36px; */
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
}

.research__text {
    font-size: clamp(18px, 1.3vw, 20px);
    line-height: 1.46;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.research__graph {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1 1 45%;
    max-width: 650px;
}

.research__graph-text {
    font-size: 12px;
    line-height: 1.66;
    color: var(--color-accent);
}


/* CONDITIONS */

.conditions {
    margin-bottom: 460px;
}

@media (max-width: 768px) {
    .conditions {
        margin-bottom: 240px;
    }
}

.conditions h2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    /* font-size: 36px; */
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    /* text-align: center; */
    margin-bottom: 105px;
    
    
}

@media (max-width: 1024px) {
    .conditions h2 {
        margin-bottom: 60px;
        /* font-size: 29px; */
        
    }
}

@media (max-width: 768px) {
    .conditions h2 {
        margin-bottom: 90px;
        text-align: center;
    }
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-stroke);
    padding-block: 15px;
    padding-inline: 20%;
    transition: all 0.2s linear;
    background: linear-gradient(to top, var(--color-accent) 0%, var(--color-accent) 100%);
    background-size: 100% 0%;
    background-repeat: no-repeat;
    background-position: bottom;
    gap: 20px;
    position: relative;
    z-index: 2;
}

summary::marker,
summary::-webkit-details-marker { 
  display: none;
}

@media (max-width: 1500px) {
    summary {
        font-size: 21px;
    }
}

@media (max-width: 1200px) {
    summary {
        padding-inline: 10vw;
    }
}

@media (max-width: 768px) {
    summary {
        padding-inline: 10px;
        font-size: 16px;
        border-bottom: 1px solid var(--color-stroke);
    }
}

summary:hover {
    background-size: 100% 100%;
    color: white;
}

summary:hover::after {
    background-image: url('../images/plus_white.svg');
}

@media (max-width: 768px) {
    summary:hover::after {
        background-image: url('../images/plus_wide_white.svg');
    }
}




.faq > *:nth-child(1) > summary {
    border-top: 1px solid var(--color-stroke);
}

@media (max-width: 768px) {
    .conditions-grid .cond1 summary {
        border-top: 1px solid var(--color-stroke);
    }

    .conditions-grid .cond1 {
        margin-bottom: 10px;
        top: 0;
    }
}

summary::after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('../images/plus3.svg');
    background-position: center;
    transition: all .4s linear;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    summary::after {
        background-image: url('../images/plus_wide.svg');
        width: 20px;
        height: 20px;
        background-size: cover;
    }
}

details[open] summary {
    background-color: var(--color-accent);
    color: white;
}

details[open] summary::after {
    transform: rotate(90deg);
    background-image: url('../images/plus_white.svg');
}

@media (max-width: 768px) {
    details[open] summary::after {
        background-image: url('../images/plus_wide_white.svg');
    }
}

details p, details ul, details ol {
    color: #605f5f;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    padding-block: 25px;
    padding-inline: 20%;
    /* padding-left: 40px;
    padding-right: calc(100% - 700px); */
}

details p + p {
    padding-top: 0;
}

details ul li {
    color: #605f5f;
}

details ol li + li {
    margin-top: 20px;
}

details ol li::marker {
    font-weight: 400;
}

details ul li {
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
    /* display: flex;
    align-items: center; */
}

details ul li::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/star-small.svg');
    background-position: center;
    background-size: cover;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: -6px;
}

@media (max-width: 768px) {
.details-content.ul ul {
    /* padding-left: 10px; */
    padding-inline: 10px;
}
}

details span {
    display: block;
    padding-bottom: 25px;
    padding-left: 35px;
    color: var(--color-stroke);
}

@media (max-width: 768px) {
    details span {
        padding-left: unset;
    } 
}

@media (max-width: 768px) {
    .details-content ol {
        padding-inline: unset;
        padding-left: 25px;
        padding-right: 10px;
    } 
}

@media (max-width: 1200px) {
    details p, details ul, details ol {
        padding-inline: 10vw;
    }
}

@media (max-width: 768px) {
    details p, details ul, details ol {
        padding-inline: 10px;
        font-size: 16px;
    }
}


.cost li {
    padding-left: 2em;
    text-indent: -2.4em;
}


.details-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    display: none;
}
  
details[open] .details-content {
    display: block;
}


.faq__title {
    margin-top: 460px;
}

@media (max-width: 768px) {
    .faq__title {
        margin-top: 240px;
    }
}





/* VIDEO */

.video {
    margin-bottom: 260px;
}


@media (max-width: 768px) {
    .video {
        margin-bottom: 140px;
    }
}

.video-container {
    /* max-width: 800px; */
    margin: 0 auto;
    position: relative;
}


.poster {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); */
    background: var(--color-bg-main);
    padding: 2em;
    padding-inline: 5.2vw;
    /* color: white; */
    /* gap: clamp(20px, 3vw, 70px); */
    transition: all 0.2s linear;
}

@media (max-width: 768px) {
    .poster {
        flex-direction: column;
        padding: 0;
        gap: 2em;
    }
}

.poster__body {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-top: 2.6vw;
    padding-right: 5em;
}

@media (max-width: 768px) {
    .poster__body {
        padding-right: 0;
        padding-top: 0;
        display: contents;
    }
}

/* .poster__body p {
    color: var(--color-bg-main) !important;
    font-size: 50px;
} */

.poster__body .line {
    max-width: 555px;
}

@media (max-width: 768px) {
    .poster__body .line {
        order: 3;
        margin-top: -20px;
    }
}

.poster__photo-wrapper {
    position: relative;
    max-width: 900px;
    height: auto;
    /* flex: 1 1 auto; */
    flex: 1 1 60%;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    --photo-hovered: url('../images/arrow_up_right.svg') no-repeat,
    rgba(34, 113, 183, 0.59);
    --photo-not-hovered: url('../images/arrow_up_right.svg') no-repeat;
    --photo-not-hovered-mobile: unset;
    
}

@media (max-width: 768px) {
    .poster__photo-wrapper {
        flex: 0 0 auto;
    }
}

.poster__photo-wrapper img {
    width: 100%;
}

.poster__photo-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s linear;
    background: var(--photo-not-hovered);
    background-size: 15%;
    background-position: 5% 95%;
}

@media (max-width: 768px) {
    .poster__photo-wrapper::after {
    background: var(--photo-not-hovered-mobile);
    }
}

.poster__photo-wrapper:hover::after {
    background: var(--photo-hovered);
    background-size: 15%;
    background-position: 5% 95%;
}

@media (max-width: 768px) {
    .poster__photo-wrapper:hover::after {
        background: rgba(34, 113, 183, 0.59);
    }
}

.poster h2 {
    max-width: 17em;
    /* font-size: clamp(29px, 3vw, 50px); */
    font-weight: 500;
    color: var(--color-font-accent);
    line-height: 1.2;
    margin-bottom: 9vw;
}

@media (max-width: 390px) {
    .poster h2 {
        font-size: 26px;
        margin-bottom: unset;
    }
}

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

@media (max-width: 768px) {
    .poster__mobile-text {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        order: 2;
    }

}

.poster__mobile-text p {
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 768px) {

    .poster__mobile-text p {
        font-size: 18px;
        max-width: 8em;
    }

    .poster__mobile-text .scrumbled14 {
        display: block;
    }
}

.poster__mobile-text svg {
    display: none;
}

@media (max-width: 768px) {
    .poster__mobile-text svg {
        display: inline;
        color: var(--color-accent);
        transform: scaleX(-1);
    }
}


.video-container:hover .fullscreen-btn, .video-container:hover .time {
    opacity: 1;
}

.video-container:hover .play-btn {
    opacity: 0.8;
}

video {
    width: 100%;
    opacity: 0;
    transition: all 0.2s linear;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    opacity: 0;
    transition: all 0.2s linear;
}

@media (max-width: 768px) {
    .play-btn {
        opacity: 1;
    }
}

.play-btn:focus {
    outline: none;
}



/* SIGN-UP */


.sign-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 420px;
}

.sign-up h2 {
    margin-bottom: 180px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .sign-up h2 {
        margin-bottom: 90px;
    }
}

form {
    position: relative;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-font-text-primary);
}

@media (max-width: 768px) {
    form {
        gap: 60px;
    }
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

input {
    border: none;
    border-bottom: 1px solid var(--color-stroke);
    border-radius: 0;
    background-color: transparent;
    transition: 0.3s;
    color: inherit;
}

input:focus {
    outline: none;
}

input[id="name"], input[id="date"], input[id="city"], input[id="tel"], input[id="email"], input[id="when"], input[id="teacher"]  {
    width: 100%;
}

.input-wrapper {
    flex: 1 1 45%;
    position: relative;
}

.input-wrapper label:not([for="date"], [for="male"], [for="female"], [for="live"], [for="online"], [for="russian"], [for="another"], [for="teacher"], [for="when"]) {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--color-stroke);
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s ease all;
}

label[for="date"], label[for="when"], label[for="teacher"] {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    color: var(--color-stroke);
    font-weight: 400
}

label[for="when"], label[for="teacher"] {
    color: var(--color-font-text-primary);
    font-weight: 300;
    font-size: 18px;
    top: -70px;
}

@media (max-width: 768px) {
    label[for="when"], label[for="teacher"] {    
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    label[for="when"], label[for="teacher"] {
        top: -90px;
    }
}

.input-wrapper:has(#when) {
    margin-block: 60px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
.form-row:has(#tel) {
    margin-top: -30px;
}
}

.input-wrapper input:focus ~ label:not([for="date"], [for="male"], [for="female"], [for="live"], [for="online"], [for="russian"], [for="another"], [for="when"], [for="teacher"]),
.input-wrapper input:valid ~ label:not([for="date"], [for="male"], [for="female"], [for="live"], [for="online"], [for="russian"], [for="another"], [for="when"], [for="teacher"]), .input-wrapper input:not(:placeholder-shown):invalid ~ label:not([for="date"], [for="male"], [for="female"], [for="live"], [for="online"], [for="russian"], [for="another"], [for="when"], [for="teacher"]) {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: var(--color-stroke);
  font-weight: 400
}

@media (max-width: 768px) {
    .input-wrapper label[for="date"] {
        top: 0px;
        left: 0;
        font-size: 16px;
        font-weight: 300;
        transition: 0.3s ease all
    }
    .input-wrapper input:focus ~ label[for="date"], .input-wrapper input:valid ~ label[for="date"] {
        top: -20px;
        left: 0;
        font-size: 12px;
        font-weight: 400
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 768px) {
        /* Стили только для Safari на iPhone и iPad */
        .input-wrapper label[for="date"] {
            top: -8px;
        }
    }
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-font-text-primary);
    outline: none;
    transition: all 0.3s linear;
    cursor: pointer;
    position: relative;
    border-radius: 0;
}

input[type="checkbox"], input[type="radio"] {
    flex: 0 0 20px;
}

input[type="radio"]::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color-accent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s linear;
}

input[type="radio"]:checked::after {
    opacity: 1;
}

input[type="checkbox"]::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 10px;
    background-color: transparent;
    border-left: 2px solid var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -103%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s linear;
}

input[type="checkbox"]:checked::after {
    opacity: 1;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 768px) {
    .checkbox-list {
        gap: 20px;
    }
}

.checkbox-list label {
    text-transform: none;
}

.checkbox-list > *:first-child {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .checkbox-list .just-validate-error-label {
        padding-top: 25px;
    }
}

.checkbox-list:has(#live) {
    margin-top: -20px;
}

.checkbox-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.checkbox label {
    flex: 1 1 85%;
}

.checkbox > *:nth-child(3) {
    flex-basis: 100%;
    margin-top: -20px;
}

.checkbox a {
    text-decoration: underline;
}

.checkbox__label {
    text-transform: none;
}

.error-message {
    height: 24px;
    display: block;
    pointer-events: none;
}

.button-wrapper {
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 3em;
    border: none;
    background-color: var(--color-accent);
    border-radius: 15px;
    color: white;
    font-weight: 400;
}

form button.disabled {
    cursor: auto;
    pointer-events: none;
    /* color: var(--color-stroke); */
}

.loading {
    color: white;
    width: 24px;
    height: 24px;
    transform-origin: center;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    form button {
        width: 100%;
    }
}


.just-validate-error-label {
    text-transform: none;
    font-size: 16px;
    /* margin-top: 10px; */
    padding-top: 10px;
    pointer-events: none;
}

#another:checked ~ #language {
    display: block;
}

textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-stroke);

    clip-path: polygon(10px 0, calc(100% - 10px) 0, calc(100% - 10px) 1px, calc(100% - 1px) 10px, 100% 10px, 100% calc(100% - 10px), calc(100% - 1px) calc(100% - 10px), calc(100% - 10px) calc(100% - 1px), calc(100% - 10px) 100%, 10px 100%, 10px calc(100% - 1px), 1px calc(100% - 10px), 0 calc(100% - 10px), 0 10px, 1px 10px, 10px 1px);        

    -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, calc(100% - 10px) 1px, calc(100% - 1px) 10px, 100% 10px, 100% calc(100% - 10px), calc(100% - 1px) calc(100% - 10px), calc(100% - 10px) calc(100% - 1px), calc(100% - 10px) 100%, 10px 100%, 10px calc(100% - 1px), 1px calc(100% - 10px), 0 calc(100% - 10px), 0 10px, 1px 10px, 10px 1px);
 
    padding: 16px 24px;
    resize: none;
    color: var(--color-font-text-primary);
}

textarea:focus {
    outline: none;
}

.checkbox-list:has(#live-or-online-error) > *:last-child, .checkbox-list:has(#lang-error) > *:last-child, .checkbox-list:has(#gender-error) > *:last-child {
    margin-top: -20px;
}

input:-webkit-autofill:focus {
    -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.input-wrapper:has(textarea) > label {
    cursor: auto;
}

@media (max-width: 768px) {

    .input-wrapper:has(#male) {
        margin-top: -20px;
    }

    .input-wrapper:has(#city) {
        margin-top: -20px;
    }

    .input-wrapper:has(#email) {
        margin-top: -20px;
    }
}

#language {
    width: 200px;
    flex: 0 1;
}

/* FOOTER */

footer {
    /* display: flex;
    flex-direction: row;
    padding-bottom: 60px;
    justify-content: flex-start; */
    background-color: #222222;
    color: white;
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 50px;
    
}

.footer-h2 {
    /* padding-top: 180px; */
    margin-bottom: 100px;
    font-weight: 500;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .footer-h2 {
        font-size: 26px;
        margin-bottom: 70px;
    }
}

@media (max-width: 430px) {
    .footer-h2 {
        font-size: 24px;
    }
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts a {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.footer-grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 50% 1px 50%;
    grid-template-rows: 200px auto 200px;
    grid-template-areas:
        "adress vline1f empty1" 
        "hline1f circlef hline2f" 
        "policy vline2f contacts";
    /* margin-bottom: 340px; */
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-rows: 230px auto 230px;
    }
}


.footer-grid__adress {
    grid-area: adress;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
}

.footer-grid__adress p {
    max-width: 200px;
    text-align: right;
}

.footer-grid__contacts {
    grid-area: contacts;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.footer-grid__private-policy {
    position: relative;
    grid-area: policy;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
}

.site-contacts {
    position: absolute;
    top: 20%;
    left: 0;
    display: flex;
    flex-direction: column;
}

.site-contacts > a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.footer-grid__private-policy > * {
    max-width: 12em;
    text-align: left;
    font-size: 12px;
}

.vline1f { 
    grid-area: vline1f; 
}

.vline2f { 
    grid-area: vline2f; 
}

.hline1f { 
    grid-area: hline1f;
    align-self: center;
}

.hline2f { 
    grid-area: hline2f;
    align-self: center;
}

.circle-in-grid-f {
    grid-area: circlef;
    justify-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    aspect-ratio: 1;
    background-color: #222222;
    border-radius: 50%;
}

.circle-blue-f {
    display: block;
    width: 40%;
    height: 40%;
    background-color: var(--color-accent);
    border-radius: 50%;
}

footer a {
    cursor: pointer;
}

/* NOTIFICATION */

.notification {
    display: none;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px;
    color: white;
    padding-inline: 2.5em;
    padding-block: 5em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

@media (max-width: 768px) {
    .notification {
        font-size: 16px;
        padding-inline: 2.2em;
        padding-block: 5em;
        min-width: 90%;
    }
}

.notification.success {
    display: flex;
    background-color: #22b131;
}

.notification.success::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('../images/check.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1 0 auto;
}

.notification.error {
    display: flex;
    background-color: #bb2023;
}

.notification.error::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 45px;
    background-image: url('../images/warning.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1 0 auto;
}

.notification svg {
    position: absolute;
    top: 1.2em;
    right: 1.2em;
    cursor: pointer;
    flex: 1 0 auto;
}

.notification svg, .notification svg path {
    width: 1em;
    height: 1em;
}