/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    overscroll-behavior: none;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "HalvarBreit";
    font-style: normal;
    font-weight: 900;
    src: url(./../fonts/HalvarBreit-Black.woff) format("woff"), url(./../fonts/HalvarBreit-Black.woff2) format("woff2")
}

@font-face {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-style: normal;
    font-weight: 400;
    src: url(./../fonts/LemonMilkRUSBYLYAJKA.woff) format("woff"), url(./../fonts/LemonMilkRUSBYLYAJKA.woff2) format("woff2")
}

@font-face {
    font-family: "Fira Sans";
    src: url(./../fonts/FiraSans-Bold.woff2) format("woff2"), url(./../fonts/FiraSans-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fira Sans";
    src: url(./../fonts/FiraSans-Regular.woff2) format("woff2"), url(./../fonts/FiraSans-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Fira Sans";
    src: url(./../fonts/FiraSans-Italic.woff2) format("woff2"), url(./../fonts/FiraSans-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Fira Sans";
    src: url(./../fonts/FiraSans-Medium.woff2) format("woff2"), url(./../fonts/FiraSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Halvar Breit Rg";
    src: url(./../fonts/HalvarBreit-Bd.woff2) format("woff2"), url(./../fonts/HalvarBreit-Bd.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

li {
    list-style: none
}

a,
a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit
}

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0
}

img {
    vertical-align: top
}

input:focus {
    outline: none
}

html,
body {
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: "Fira Sans";
    font-style: normal;
    color: #2c2533;
    overflow-x: hidden;
    box-sizing: border-box
}

.slick-arrow {
    cursor: poFira Sans
}

.slick-arrow:not(.major__prev):not(.major__next) {
    transition: all ease .6s
}

@media(hover: hover) {
    .slick-arrow:not(.major__prev):not(.major__next):hover {
        background: #6625a5
    }
}

.header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    position: relative
}

@media(max-width: 1200px) {
    .header__wrapper {
        padding-top: 20px
    }

    .header__wrapper_small {
        gap: 76px
    }
}

@media(max-width: 1000px) {
    .header__wrapper {
        padding: 10px;
        padding-bottom: 0;
        gap: 0
    }
}

.header__logo {
    width: auto;
    height: 43px
}

@media(max-width: 768px) {
    .header__logo {
        height: 30px
    }
}

.header__nav {
    display: flex;
    gap: 282px
}

@media(max-width: 1400px) {
    .header__nav {
        gap: 50px
    }
}

@media(max-width: 1000px) {
    .header__nav {
        display: none;
        position: absolute;
        flex-direction: column;
        background-color: #fff;
        top: 64px;
        gap: 30px;
        width: 340px;
        height: 320px;
        right: 10px;
        padding: 20px;
        border-radius: 20px
    }
}

.header__nav.active {
    display: flex
}

.header__btns {
    display: flex;
    color: #fff;
    gap: 10px
}

@media(max-width: 1000px) {
    .header__btns {
        flex-direction: column;
        align-items: center
    }
}

.header__btn {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    background: linear-gradient(90deg, #e2178b 0%, #fb5e17 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    position: relative
}

.header__btn span {
    position: relative;
    z-index: 3
}

.header__btn::after {
    content: "";
    display: block;
    left: 0;
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    background: #fb5e17;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .6s
}

.header__btn:hover::after {
    opacity: 1
}

.header__burger {
    display: none
}

@media(max-width: 1000px) {
    .header__burger {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #6625a5;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header__burger span {
        width: 18px;
        height: 2px;
        background-color: #fff;
        position: relative;
        transition: all ease .6s
    }

    .header__burger span::after,
    .header__burger span::before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        background-color: #fff;
        transition: all ease .6s
    }

    .header__burger span::after {
        bottom: -7px
    }

    .header__burger span::before {
        top: -7px
    }
}

.header__burger.active span {
    background: none
}

.header__burger.active span::after {
    transform: rotate(-45deg);
    top: 0
}

.header__burger.active span::before {
    transform: rotate(45deg);
    top: 0
}

.nav__list {
    display: flex;
    gap: 10px;
    font-family: "Fira Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2c2533
}

@media(max-width: 1000px) {
    .nav__list {
        flex-direction: column;
        align-items: center
    }
}

.nav__item {
    transition: all ease .6s;
    position: relative;
    border-radius: 72px;
    padding: 0px 28px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    transition: all .5s;
    border: 2px solid rgba(0, 0, 0, 0)
}

@media(hover: hover) {
    .nav__item:hover {
        cursor: poFira Sans;
        color: #6625a5;
        border: 2px solid #6625a5
    }
}

.header-main {
    background: hsla(0, 0%, 100%, .85);
    border-radius: 0 0 30px 30px
}

.header-main .header__wrapper {
    padding-bottom: 20px
}

@media(max-width: 1200px) {
    .header-main {
        border-radius: 0 0 20px 20px
    }

    .header-main .header__wrapper {
        padding-bottom: 10px
    }
}

.major {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 80px 80px
}

.major__wrapper {
    max-width: 1920px;
    padding: 390px 0 282px;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: space-between
}

@media(max-width: 1200px) {
    .major__wrapper {
        padding: 90px 0 156px
    }
}

@media(max-width: 1020px) {
    .major__wrapper {
        padding: 186px 0 186px;
        flex-direction: column;
        align-items: center
    }
}

.major__content {
    max-width: 1065px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 1200px) {
    .major__content {
        max-width: 580px;
        margin-top: 85px
    }
}

@media(max-width: 768px) {
    .major__content {
        margin-top: 5px
    }
}

.major__title {
    font-size: 120px;
    line-height: 120%;
    text-align: center;
    font-weight: 400;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    color: #fff
}

@media(max-width: 1200px) {
    .major__title {
        font-size: 70px;
        line-height: 107%
    }
}

@media(max-width: 800px) {
    .major__title {
        font-size: 40px
    }
}

.major__btns {
    margin-top: 40px;
    display: flex;
    gap: 20px
}

@media(max-width: 1200px) {
    .major__btns {
        gap: 10px;
        margin-top: 35px
    }
}

@media(max-width: 768px) {
    .major__btns {
        flex-direction: column;
        margin-top: 10px;
        align-items: center
    }
}

.major__btn {
    display: block;
    border-radius: 100px;
    padding: 10px 60px;
    background-color: #fed130;
    font-size: 40px;
    line-height: 1.5em;
    text-transform: uppercase;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-wrap: nowrap;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: all ease .6s
}

.major__btn .mobile-word {
    display: none
}

@media(max-width: 1200px) {
    .major__btn {
        font-size: 25px;
        padding: 10px 30px
    }

    .major__btn .mobile-word {
        display: inline-block
    }

    .major__btn .dekstop-word {
        display: none
    }
}

@media(max-width: 800px) {
    .major__btn {
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding: 10px 50px
    }
}

@media(hover: hover) {
    .major__btn:hover {
        background-color: #6625a5;
        color: #fff
    }
}

.major__video {
    padding: 17.5px 60px;
    font-size: 30px;
    border-radius: 100px;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    background-color: #fff;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    transition: all ease .6s;
    position: relative;
    z-index: 6
}

.major__video path {
    transition: all ease .6s
}

@media(max-width: 1200px) {
    .major__video {
        padding: 14px 30px;
        font-size: 20px;
        gap: 10px;
        text-align: center
    }
}

@media(max-width: 800px) {
    .major__video {
        font-size: 18px;
        padding: 10px 30px
    }

    .major__video svg {
        width: 12px;
        height: 14px
    }
}

@media(hover: hover) {
    .major__video:hover {
        cursor: poFira Sans;
        background-color: #6625a5;
        color: #fff
    }

    .major__video:hover path {
        fill: #fff
    }
}

.major__start {
    color: #fff !important
}

.major__start {
    margin: 0 auto;
    display: block;
    padding: 20px 50px;
    text-wrap: nowrap;
    width: -webkit-min-content;
    width: min-content;
    font-size: 20px;
    line-height: 23px;
    border-radius: 30px 30px 0 0;
    text-transform: uppercase;
    transition: all ease .6s;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    margin-top: -7px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #e2178b 0%, #fb5e17 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase
}

.major__start span {
    position: relative;
    z-index: 3
}

.major__start::after {
    content: "";
    display: block;
    left: 0;
    border-radius: 30px 30px 0 0;
    position: absolute;
    z-index: 2;
    background: #fb5e17;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .6s
}

.major__start:hover::after {
    opacity: 1
}

@media(max-width: 1200px) {
    .major__start {
        margin-top: 15px
    }
}

@media(max-width: 1200px) {
    .major__start {
        margin-top: 31px
    }
}

@media(max-width: 1000px) {
    .major__start {
        margin-top: 47px;
        font-size: 14px;
        height: 44px
    }
}

@media(max-width: 768px) {
    .major__start {
        padding: 10px 30px;
        border-radius: 20px 20px 0 0
    }
}

@media(max-width: 1620px) {
    .major {
        border-radius: 0 0 40px 40px
    }
}

.major__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 0 0 80px 80px
}

.major__video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

@media(max-width: 1400px) {
    .major__video-wrapper {
        border-radius: 0 0 40px 40px
    }
}

@media(max-width: 1400px) {
    .major__video-wrapper {
        border-radius: 0 0 20px 20px
    }
}

.major__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 36, 51, .75);
    z-index: 1
}

.about {
    position: relative;
    padding: 0 40px
}

@media(max-width: 1000px) {
    .about {
        padding: 0 10px
    }
}

.about__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background: #577ec9;
    margin-top: 140px;
    position: relative;
    padding: 90px 103px;
    border-radius: 80px;
    display: flex;
    justify-content: space-between;
    color: #fff
}

@media(max-width: 1520px) {
    .about__wrapper {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 0;
        margin-top: 80px;
        margin-left: 40px;
        margin-right: 40px;
        border-radius: 40px
    }
}

@media(max-width: 1200px) {
    .about__wrapper {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 60px;
        padding-left: 60px;
        border-radius: 40px
    }
}

@media(max-width: 768px) {
    .about__wrapper {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-left: 20px;
        border-radius: 20px;
        padding-bottom: 60px;
        padding-right: 20px
    }
}

.about__content {
    max-width: 700px
}

@media(max-width: 1440px) {
    .about__content {
        max-width: 433px
    }

    .about__content br {
        display: none
    }
}

@media(max-width: 1000px) {
    .about__content {
        max-width: 100%
    }
}

.about__title {
    font-size: 80px;
    line-height: 1em;
    color: #fff;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1440px) {
    .about__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .about__title {
        font-size: 30px
    }
}

.about__subtitle {
    margin-top: 53px;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 2.5px;
    line-height: 130%;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1440px) {
    .about__subtitle {
        margin-top: 20px;
        font-size: 30px
    }
}

@media(max-width: 800px) {
    .about__subtitle {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.about__img {
    width: 584px;
    height: 725px;
    position: absolute;
    bottom: 12px;
    right: 0
}

@media(max-width: 1400px) {
    .about__img {
        bottom: -37px;
        right: -59px;
        transform: scale(0.75)
    }
}

@media(max-width: 1000px) {
    .about__img {
        display: none
    }
}

.about__list {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.about__list li {
    position: relative;
    padding-left: 22px;
    font-family: "Fira Sans";
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400
}

.about__list li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #fed130;
    border-radius: 50%
}

@media(max-width: 1200px) {
    .about__list {
        gap: 10px
    }

    .about__list li {
        font-size: 18px;
        line-height: 28px
    }

    .about__list li br {
        display: none
    }
}

@media(max-width: 800px) {
    .about__list {
        gap: 5px
    }

    .about__list li {
        font-size: 14px;
        line-height: 21px
    }
}

.about__info {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    position: absolute;
    bottom: -255px;
    background: #1ac6bc;
    border-radius: 40px;
    padding: 61px 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0
}

@media(max-width: 1400px) {
    .about__info {
        border-radius: 20px;
        max-width: 1000px;
        flex-direction: column;
        padding: 30px;
        bottom: -97px
    }
}

@media(max-width: 1200px) {
    .about__info {
        max-width: 867px;
        padding: 20px;
        bottom: -106px
    }
}

@media(max-width: 1000px) {
    .about__info {
        max-width: 650px;
        padding: 20px;
        bottom: -140px
    }
}

@media(max-width: 768px) {
    .about__info {
        max-width: 450px;
        padding: 20px;
        bottom: -140px
    }
}

@media(max-width: 550px) {
    .about__info {
        max-width: 300px;
        padding: 20px 20px 20px 20px;
        bottom: -210px
    }
}

.about__for {
    font-size: 40px;
    line-height: 120%;
    max-width: 750px;
    color: #fff;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .about__for {
        max-width: 100%;
        font-size: 25px;
        line-height: 29px
    }

    .about__for br {
        display: none
    }
}

@media(max-width: 800px) {
    .about__for {
        font-size: 18px;
        line-height: 20.84px
    }
}

.about__items {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

@media(max-width: 1400px) {
    .about__items {
        width: 100%;
        flex-wrap: wrap
    }
}

@media(max-width: 800px) {
    .about__items {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px
    }
}

.about__item {
    max-width: 231px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    font-family: "Fira Sans"
}

@media(max-width: 1400px) {
    .about__item {
        display: flex;
        max-width: 100%;
        width: calc(50% - 20px);
        gap: 10px;
        margin-top: 10px;
        font-size: 16px
    }
}

@media(max-width: 800px) {
    .about__item {
        width: 100%;
        margin-top: 0;
        font-size: 14px
    }
}

.about__item div {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

@media(max-width: 1200px) {
    .about__item div {
        margin-top: 11px
    }
}

@media(max-width: 800px) {
    .about__item div {
        width: 40px;
        height: 40px;
        margin-top: 0
    }
}

.about__item div img {
    width: 30px;
    height: auto;
    object-fit: cover
}

.about__item p {
    margin-top: 10px
}

@media(max-width: 1200px) {
    .about__item p {
        margin-right: 30px
    }
}

@media(max-width: 800px) {
    .about__item p {
        margin: 0
    }
}

.track__wrapper {
    margin: 0 auto;
    margin-top: 300px;
    max-width: 1480px;
    padding: 0 40px
}

@media(max-width: 1400px) {
    .track__wrapper {
        margin-top: 145px
    }
}

@media(max-width: 1000px) {
    .track__wrapper {
        padding: 0 10px;
        margin-top: 200px
    }
}

@media(max-width: 800px) {
    .track__wrapper {
        margin-top: 180px
    }
}

@media(max-width: 550px) {
    .track__wrapper {
        margin-top: 240px
    }
}

.track__title {
    font-size: 80px;
    line-height: 1em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .track__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .track__title {
        font-size: 30px
    }
}

.track__logo {
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff
}

.track__author {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #2c2533;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 1200px) {
    .track__author {
        border-radius: 100px;
        padding: 10px 20px;
        height: 40px
    }
}

@media(max-width: 768px) {
    .track__author {
        font-size: 10px;
        border-radius: 100px;
        padding: 5px 10px;
        height: 24px
    }
}

.track__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 453px);
    grid-gap: 20px;
    gap: 20px;
    justify-content: center
}

@media(max-width: 1400px) {
    .track__list {
        grid-template-columns: repeat(auto-fill, 301px);
        margin-top: 30px;
        gap: 18px
    }
}

@media(max-width: 768px) {
    .track__list {
        grid-template-columns: repeat(auto-fill, 165px);
        gap: 10px;
        margin-top: 18px
    }
}

.track__glare {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
    right: -150px;
    transition: all ease 1s
}

.track__item {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.track__item_blue {
    background-color: #1ac6bc
}

.track__item_blue .track__fon {
    left: 50px;
    transform: translateX(50%)
}

.track__item_green {
    background-color: #62cf80
}

.track__item_green .track__fon {
    left: 30px;
    transform: translateX(50%)
}

.track__item_energy {
    background-color: #577ec9
}

.track__item_energy .track__fon {
    left: 40px;
    transform: translateX(50%)
}

.track__item_building {
    background-color: #efc811
}

.track__item_building .track__fon {
    height: 270px;
    left: 32px;
    transform: translateX(50%)
}

.track__item_arctic {
    background-color: #749fad
}

.track__item_arctic .track__fon {
    height: 270px;
    left: 32px;
    transform: translateX(50%)
}

.track__item_cosmos {
    background-color: #4e586c
}

.track__item_cosmos .track__fon {
    left: 31px;
    transform: translateX(50%);
    height: 270px
}

.track__item_climate {
    background-color: #b7c13c
}

.track__item_climate .track__fon {
    left: 40px;
    transform: translateX(50%)
}

.track__item_technologies {
    background-color: #fc8e5d
}

.track__item_technologies .track__fon {
    top: 70px;
    left: 100px;
    transform: translateX(50%)
}

.track__item_science {
    background-color: #a276c2
}

.track__item_science .track__fon {
    left: 218px;
    transform: translateX(50%)
}

@media(max-width: 1200px) {
    .track__item {
        padding: 20px;
        height: 262px
    }
}

@media(max-width: 768px) {
    .track__item {
        padding: 10px;
        height: 198px;
        border-radius: 20px;
        width: 165px
    }
}

.track__item:hover .track__glare {
    animation: box 1s ease-in-out infinite;
    animation-iteration-count: 1
}

.track__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.track__name {
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .track__name {
        font-size: 24px
    }
}

@media(max-width: 768px) {
    .track__name {
        font-size: 12px
    }
}

.track__logo {
    height: 40px;
    width: auto;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400
}

@media(max-width: 768px) {
    .track__logo {
        height: 20px
    }
}

.track__icon {
    height: 70px;
    width: auto
}

@media(max-width: 800px) {
    .track__icon {
        height: 40px
    }
}

.track__fon {
    position: absolute;
    top: 100px;
    width: auto;
    height: 300px;
    opacity: .1
}

@keyframes box {
    from {
        right: -155px
    }

    to {
        right: 550px
    }
}

.stages {
    margin-top: 112px;
    background-size: cover;
    border-radius: 80px
}

@media(max-width: 1200px) {
    .stages {
        margin-top: 80px;
        border-radius: 40px
    }
}

@media(max-width: 800px) {
    .stages {
        margin-top: 50px;
        padding-bottom: 40px
    }
}

.stages__wrapper {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 40px;
    padding-top: 107px;
    padding-bottom: 123px
}

@media(max-width: 1200px) {
    .stages__wrapper {
        padding-top: 50px;
        padding-bottom: 80px
    }
}

@media(max-width: 1000px) {
    .stages__wrapper {
        padding-top: 50px;
        padding-bottom: 80px;
        padding: 0 10px
    }
}

.stages__top {
    display: flex;
    justify-content: space-between
}

.stages__title {
    font-size: 80px;
    line-height: 1em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    color: #2c2533;
    text-transform: uppercase;
    margin-top: 33px
}

.stages__title br {
    display: none
}

@media(max-width: 1200px) {
    .stages__title {
        font-size: 50px;
        max-width: 550px
    }
}

@media(max-width: 800px) {
    .stages__title {
        font-size: 30px;
        margin-top: 40px
    }

    .stages__title br {
        display: block
    }
}

.stages__btn {
    margin-top: 20px;
    background: #577ec9;
    padding: 10px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    text-wrap: nowrap;
    width: -webkit-min-content;
    width: min-content;
    border-radius: 100px;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .stages__btn {
        margin-top: 10px;
        font-size: 25px
    }
}

@media(max-width: 800px) {
    .stages__btn {
        font-size: 18px;
        padding: 10px 20px;
        margin-top: 13px
    }
}

.stages__clew {
    position: relative
}

.stages__img {
    width: 184px;
    height: 184px;
    position: relative;
    left: -88px
}

.stages__img img {
    position: absolute;
    width: 100%;
    transition: all .6s ease
}

.stages__img .img1 {
    animation: show1 6s linear infinite
}

.stages__img .img2 {
    animation: show2 6s linear infinite
}

.stages__img .img3 {
    animation: show3 6s linear infinite
}

@media(max-width: 1200px) {
    .stages__img {
        left: -53px;
        width: 124px;
        height: 124px
    }
}

@media(max-width: 800px) {
    .stages__img {
        left: -31px;
        top: 25px;
        width: 84px;
        height: 84px
    }
}

.stages__block {
    color: #fff !important
}

.stages__block {
    position: relative;
    background: linear-gradient(90deg, #e2178b 0%, #fb5e17 100%);
    border-radius: 0 100px 100px 30px;
    padding: 20px 20px 12px 20px;
    width: 202px;
    height: 91px;
    display: block;
    font-size: 16px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase;
    top: -50px;
    left: 0px;
    z-index: 5
}

@media(max-width: 1200px) {
    .stages__block {
        border-radius: 0px 100px 100px 90px;
        top: -34px;
        font-size: 14px;
        line-height: 16.21px;
        max-width: 182px;
        height: 82px;
        left: -30px
    }
}

@media(max-width: 800px) {
    .stages__block {
        font-size: 12px;
        line-height: 13.9px;
        padding-top: 8px;
        padding-left: 15px;
        top: 2px;
        border-radius: 0 20px 20px 20px;
        width: 101px
    }

    .stages__block br {
        display: none
    }
}

@media(max-width: 450px) {
    .stages__block {
        border-radius: 0 20px 20px 20px;
        padding: 10px;
        width: 92px;
        height: 105px;
        font-weight: 400;
        line-height: 130%;
        left: 3px;
        top: 5px
    }
}

.stages__list {
    margin-top: 24px;
    display: flex;
    gap: 10px
}

@media(max-width: 1200px) {
    .stages__list {
        margin-top: -5px
    }
}

@media(max-width: 1000px) {
    .stages__list {
        flex-wrap: wrap;
        margin-top: 15px;
        padding-bottom: 20px
    }
}

@media(max-width: 600px) {
    .stages__list {
        flex-direction: column;
        gap: 10px
    }
}

.stages__item {
    width: calc(20% - 10px);
    flex-shrink: 0
}

.stages__item:last-child .stages__icon {
    display: none
}

@media(max-width: 1000px) {
    .stages__item {
        width: calc(50% - 15px);
        position: relative
    }
}

@media(max-width: 600px) {
    .stages__item {
        width: 100% !important;
    }

    .stages__item:last-child .stages__icon {
        display: block
    }
}

@media(max-width: 600px) {
    .stages__item_left .stages__icon {
        left: 5px
    }

    .stages__item_left .stages__el {
        padding-left: 15px
    }

    .stages__item_left .stages__text {
        margin-top: 10px
    }
}

.stages__item_left:last-child .stages__icon {
    display: block
}

.stages__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.stages__date {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-family: "Fira Sans";
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #577ec9;
    text-wrap: nowrap;
    width: -webkit-min-content;
    width: min-content
}

@media(max-width: 1400px) {
    .stages__date {
        font-size: 14px
    }
}

.stages__icon {
    width: 70%;
    height: 1px;
    background-color: #577ec9;
    position: relative;
    flex-shrink: 1
}

.stages__icon::after,
.stages__icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #577ec9
}

.stages__icon::after {
    left: 0;
    top: -2px
}

.stages__icon::before {
    right: -2px;
    top: -2px
}

@media(max-width: 600px) {
    .stages__icon {
        width: 1px;
        height: calc(100% - 51px);
        position: absolute;
        left: 10px;
        top: 51px
    }

    .stages__icon::after {
        left: -1px;
        top: 100%
    }
}

.stages__el {
    padding-top: 20px
}

@media(max-width: 600px) {
    .stages__el {
        padding-left: 20px
    }
}

.stages__subtitle {
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0 20px;
    min-height: 58px;
    font-weight: 400;
    font-family: "Lemon/Milk(RUS BY LYAJKA)"
}

@media(max-width: 1400px) {
    .stages__subtitle {
        font-size: 17px;
        line-height: 23.16px;
        padding: 0;
        padding-left: 10px;
        width: -webkit-max-content;
        width: max-content
    }
}

@media(max-width: 600px) {
    .stages__subtitle {
        font-size: 20px;
        min-height: auto;
        width: auto
    }

    .stages__subtitle br {
        display: none
    }
}

.stages__text {
    padding: 0 20px;
    margin-top: 10px;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 150%
}

.stages__text span {
    font-weight: 700;
    color: #577ec9
}

.stages__text p {
    margin-top: 10px
}

.stages__text p:last-child {
    margin-bottom: 10px
}

@media(max-width: 600px) {
    .stages__text p {
        margin-top: 5px
    }

    .stages__text p:last-child {
        margin-bottom: 5px
    }
}

.stages__text p img {
    width: 25px;
    height: auto;
    margin-right: 6px
}

@media(max-width: 1400px) {
    .stages__text p img {
        width: 20px
    }
}

@media(max-width: 1200px) {
    .stages__text {
        padding: 0 10px;
        font-size: 16px;
        margin-top: -3px
    }
}

@media(max-width: 600px) {
    .stages__text {
        margin-top: 10px;
        padding-bottom: 10px
    }
}

@keyframes show1 {
    0% {
        display: block;
        opacity: 1
    }

    30% {
        display: block;
        opacity: 1
    }

    30.1% {
        display: none;
        opacity: 0
    }

    99.9% {
        display: none;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes show2 {
    0% {
        display: none;
        opacity: 0
    }

    30% {
        display: none;
        opacity: 0
    }

    30.1% {
        display: block;
        opacity: 1
    }

    66% {
        display: block;
        opacity: 1
    }

    66.1% {
        display: none;
        opacity: 0
    }

    100% {
        display: none;
        opacity: 0
    }
}

@keyframes show3 {
    0% {
        display: none;
        opacity: 0
    }

    33% {
        display: none;
        opacity: 0
    }

    66% {
        display: none;
        opacity: 0
    }

    66.1% {
        display: block;
        opacity: 1
    }

    99.9% {
        display: block;
        opacity: 1
    }

    99.9% {
        display: none;
        opacity: 1
    }

    100% {
        display: none;
        opacity: 0
    }
}

@media(max-width: 1200px) {
    .stages__img {
        width: 124px;
        height: 124px
    }
}

@media(max-width: 430px) {
    .stages__img {
        left: -42px;
        width: 84px;
        height: 84px
    }
}

.stages__img video {
    position: absolute;
    width: 100%;
    transition: all .6s ease;
    object-fit: contain
}

.webinar {
    padding: 0 40px
}

@media(max-width: 1000px) {
    .webinar {
        padding: 0
    }
}

.webinar__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 140px;
    background: #62cf80;
    border-radius: 80px;
    padding: 80px 100px;
    display: flex;
    gap: 60px
}

@media(max-width: 1400px) {
    .webinar__wrapper {
        margin-top: 100px;
        padding: 60px;
        border-radius: 40px
    }
}

@media(max-width: 1000px) {
    .webinar__wrapper {
        padding: 20px;
        gap: 19px;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media(max-width: 800px) {
    .webinar__wrapper {
        flex-direction: column;
        margin-top: 40px;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

.webinar__left {
    max-width: 636px
}

@media(max-width: 1200px) {
    .webinar__left {
        max-width: 404px;
        width: 60%
    }
}

@media(max-width: 800px) {
    .webinar__left {
        max-width: 100%;
        width: 100%
    }
}

.webinar__title {
    font-size: 80px;
    line-height: 120%;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .webinar__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .webinar__title {
        font-size: 30px
    }
}

.webinar__info {
    margin-top: 20px;
    background: #577ec9;
    padding: 10px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.5em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    color: #fff;
    text-wrap: nowrap;
    width: -webkit-min-content;
    width: min-content
}

@media(max-width: 1400px) {
    .webinar__info {
        font-size: 25px
    }
}

@media(max-width: 800px) {
    .webinar__info {
        margin-top: 10px;
        font-size: 18px;
        padding: 10px 20px
    }
}

.webinar__text {
    margin-top: 40px;
    font-family: "Fira Sans";
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    line-height: 1.5em
}

@media(max-width: 1400px) {
    .webinar__text {
        margin-top: 30px;
        font-size: 18px
    }
}

@media(max-width: 800px) {
    .webinar__text {
        margin-top: 20px;
        font-size: 16px
    }
}

.webinar__subtitle {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    line-height: 46.32px;
    color: #fff
}

@media(max-width: 1400px) {
    .webinar__subtitle {
        font-size: 30px;
        line-height: 34.74px;
        margin-top: 30px
    }
}

@media(max-width: 800px) {
    .webinar__subtitle {
        font-size: 20px;
        line-height: 23.16px;
        margin-top: 20px
    }
}

.webinar__item {
    margin-top: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #fff
}

.webinar__item img {
    width: 30px;
    height: auto
}

@media(max-width: 1400px) {
    .webinar__item {
        margin-top: 10px;
        font-size: 18px
    }
}

@media(max-width: 800px) {
    .webinar__item {
        font-size: 16px
    }
}

.webinar__right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.webinar__fon {
    width: 496.6px;
    height: auto;
    position: absolute;
    top: -110px;
    z-index: 1;
    left: -26px
}

@media(max-width: 1400px) {
    .webinar__fon {
        width: 403.84px;
        top: -112px;
        left: -31px
    }
}

@media(max-width: 1000px) {
    .webinar__fon {
        left: -40px
    }
}

@media(max-width: 800px) {
    .webinar__fon {
        display: none
    }
}

.webinar__cart {
    min-height: 360px;
    position: relative;
    z-index: 5;
    margin-top: 320px;
    max-width: 504px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(max-width: 1400px) {
    .webinar__cart {
        min-height: 305px;
        margin-top: 170px;
        max-width: 360px
    }
}

@media(max-width: 800px) {
    .webinar__cart {
        margin-top: 0;
        padding: 15px 20px;
        min-height: 252px
    }
}

.webinar__status {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-family: "Fira Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em
}

@media(max-width: 800px) {
    .webinar__status {
        padding: 10px 20px
    }
}

.webinar__spiker {
    display: flex;
    gap: 10px
}

.webinar__photo {
    background-color: #6625a5;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.webinar__photo img {
    width: 100%;
    position: static;
    object-fit: cover
}

.webinar__author {
    font-family: "Fira Sans"
}

.webinar__author p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em
}

.webinar__author .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 19.36px
}

.webinar__name {
    padding: 20px;
    font-size: 22px;
    line-height: 25.48px;
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    gap: 10px;
    text-transform: uppercase
}

.webinar__name img {
    position: static;
    width: 32px;
    height: 32px
}

@media(max-width: 1400px) {
    .webinar__name {
        font-size: 20px;
        line-height: 23.16px;
        padding: 0;
        padding-bottom: 10px
    }
}

@media(max-width: 800px) {
    .webinar__name {
        font-size: 16px;
        line-height: 18.53px;
        padding: 0
    }

    .webinar__name img {
        width: 24px;
        height: 24px
    }
}

.webinar__btn {
    color: #fff !important
}

.webinar__btn {
    display: block;
    margin-top: 30px;
    width: 100%;
    background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.5em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    transition: all ease .6s
}

@media(max-width: 1400px) {
    .webinar__btn {
        margin-top: 20px
    }
}

@media(max-width: 800px) {
    .webinar__btn {
        padding: 10px 0;
        font-size: 16px
    }
}

@media(hover: hover) {
    .webinar__btn:hover {
        background: #6625a5
    }
}

.experts {
    width: 100%;
    overflow-x: hidden
}

.experts__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 140px
}

@media(max-width: 1200px) {
    .experts__wrapper {
        margin-top: 100px
    }

    .experts__wrapper_top {
        margin-top: 76px
    }
}

@media(max-width: 800px) {
    .experts__wrapper {
        margin-top: 70px;
        padding: 0 10px
    }

    .experts__wrapper_top {
        margin-top: 50px
    }
}

.experts__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px
}

.experts__top img {
    width: 60px;
    height: 60px
}

@media(max-width: 1200px) {
    .experts__top {
        gap: 20px
    }

    .experts__top img {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 800px) {
    .experts__top img {
        width: 30px;
        height: 30px
    }
}

.experts__title {
    font-size: 80px;
    line-height: 110%;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase
}

.experts__title_small {
    font-size: 60px
}

@media(max-width: 1200px) {
    .experts__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .experts__title {
        font-size: 30px
    }
}

.experts__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.experts__block {
    max-width: 1400px;
    margin-top: -50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em
}

@media(max-width: 1400px) {
    .experts__block {
        font-size: 20px
    }
}

@media(max-width: 800px) {
    .experts__block {
        margin-top: 10px;
        font-size: 16px;
        position: relative;
        align-items: flex-end
    }
}

@media(max-width: 800px) {
    .experts__text {
        position: relative;
        width: 78%
    }
}

.experts__arrows {
    display: flex;
    gap: 10px
}

@media(max-width: 800px) {
    .experts__arrows {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .experts__arrows_fixed {
        position: static
    }
}

.experts__arrow {
    background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.experts__slider {
    margin-top: 40px;
    position: relative;
    margin-right: -260px
}

.experts__slider .slick-track {
    display: flex;
    gap: 20px
}

@media(max-width: 800px) {
    .experts__slider {
        margin-top: 20px
    }
}

.experts__item {
    width: 350px !important
}

.experts__item {
    min-height: 616px
}

.experts__item.digital .experts__photo,
.experts__item.digital .experts__category {
    background-color: #1ac6bc
}

.experts__item.arctic .experts__photo,
.experts__item.arctic .experts__category {
    background-color: #749fad
}

.experts__item.ecology .experts__photo,
.experts__item.ecology .experts__category {
    background-color: #b7c03c
}

.experts__item.technologies .experts__photo,
.experts__item.technologies .experts__category {
    background-color: #fc8e5d
}

.experts__item.building .experts__photo,
.experts__item.building .experts__category {
    background: #efc811
}

.experts__item.bioeconomika .experts__photo,
.experts__item.bioeconomika .experts__category {
    background: #577ec9
}

.experts__item.fantastica .experts__photo,
.experts__item.fantastica .experts__category {
    background: #a276c2
}

.experts__item.genetics .experts__photo,
.experts__item.genetics .experts__category {
    background-color: #62cf80
}

@media(max-width: 1400px) {
    .experts__item {
        width: 350px !important
    }
}

@media(max-width: 1200px) {
    .experts__item {
        width: 300px !important
    }
}

@media(max-width: 430px) {
    .experts__item {
        width: 270px !important
    }
}

.experts__photo {
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.experts__photo img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

@media(max-width: 1400px) {
    .experts__photo {
        width: 150px;
        height: 150px
    }
}

.experts__name {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 30px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .experts__name {
        margin-top: 10px;
        font-size: 25px
    }
}

.experts__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    border-radius: 15px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.experts__category img {
    height: 40px;
    width: auto
}

@media(max-width: 1400px) {
    .experts__category {
        padding: 10px 20px;
        font-size: 16px
    }
}

.experts__desc {
    margin-top: 20px;
    padding: 0 20px;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em
}

@media(max-width: 1200px) {
    .experts__desc {
        font-size: 14px
    }
}

.experts__fon {
    top: 0;
    right: -2px;
    position: absolute;
    width: 260px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgb(255, 255, 255))
}

@media(max-width: 1200px) {
    .experts__fon {
        right: 210px
    }
}

@media(max-width: 768px) {
    .experts__fon {
        display: none
    }
}

.idea {
    margin-top: 140px;
    background-size: cover;
    border-radius: 80px
}

@media(max-width: 1200px) {
    .idea {
        margin-top: 70px;
        border-radius: 45px;
        background-position: center
    }
}

@media(max-width: 800px) {
    .idea {
        margin-top: 52px
    }
}

.idea__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 175px 57px 50px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

@media(max-width: 1400px) {
    .idea__wrapper {
        padding: 60px 40px;
        gap: 60px
    }
}

@media(max-width: 1000px) {
    .idea__wrapper {
        gap: 20px;
        flex-direction: column;
        align-items: center
    }
}

@media(max-width: 800px) {
    .idea__wrapper {
        padding: 40px 20px
    }
}

.idea__left {
    max-width: 917px
}

@media(max-width: 1400px) {
    .idea__left {
        flex-shrink: 1;
        max-width: 524px;
        width: -webkit-min-content;
        width: min-content
    }
}

@media(max-width: 800px) {
    .idea__left {
        width: 100%
    }
}

.idea__title {
    font-size: 80px;
    line-height: 120%;
    font-weight: 400;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    text-transform: uppercase;
    position: relative
}

@media(max-width: 1200px) {
    .idea__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .idea__title {
        font-size: 30px
    }
}

.idea__content {
    margin-top: 40px;
    background-position: right 0 top 0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .idea__content {
        padding: 0;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 20px;
        line-height: 120%
    }

    .idea__content p {
        max-width: 400px;
        margin-top: 0px
    }
}

@media(max-width: 1000px) {
    .idea__content {
        align-items: center
    }
}

@media(max-width: 800px) {
    .idea__content {
        margin-top: 20px;
        font-size: 20px;
        line-height: 23.16px
    }
}

@media(max-width: 400px) {
    .idea__content {
        align-items: flex-start
    }
}

.idea__right {
    width: 482px;
    height: 610px
}

.idea__right img {
    width: 100%;
    height: 100%
}

@media(max-width: 1200px) {
    .idea__right {
        width: 352px;
        height: 399px
    }
}

@media(max-width: 1200px) {
    .idea__right {
        width: 299px;
        height: 340px
    }
}

.result {
    padding: 0 40px
}

@media(max-width: 800px) {
    .result {
        padding: 0 10px
    }
}

.result__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 140px;
    background: #577ec9;
    border-radius: 80px;
    padding: 80px 0px;
    padding-left: 100px;
    position: relative
}

.result__wrapper p {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    padding-top: 10px;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff
}

@media(max-width: 1200px) {
    .result__wrapper {
        margin-top: 70px;
        padding: 60px;
        overflow-x: clip;
        border-radius: 40px
    }
}

@media(max-width: 800px) {
    .result__wrapper {
        margin-top: 40px;
        padding: 20px;
        border-radius: 20px
    }

    .result__wrapper p {
        font-size: 20px
    }
}

.result__title {
    font-size: 80px;
    line-height: 1em;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    max-width: 602px;
    position: relative;
    z-index: 3
}

@media(max-width: 1400px) {
    .result__title {
        font-size: 50px;
        max-width: 50%
    }
}

@media(max-width: 800px) {
    .result__title {
        font-size: 30px
    }
}

.result__year {
    font-size: 40px;
    line-height: 1em;
    color: #fed130;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .result__year {
        margin-top: 10px;
        font-size: 25px
    }
}

@media(max-width: 800px) {
    .result__year {
        font-size: 20px
    }
}

.result__btns {
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    display: flex;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    gap: 10px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 3
}

@media(max-width: 1400px) {
    .result__btns {
        margin-top: 40px;
        flex-direction: column;
        gap: 10px
    }
}

@media(max-width: 800px) {
    .result__btns {
        margin-top: 19px;
        font-size: 16px
    }
}

.result__btn {
    padding: 17px 50px;
    color: #fff;
    background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .6s
}

@media(max-width: 800px) {
    .result__btn {
        padding: 10px !important
    }

    .result__btn {
        border-radius: 100px;
        padding: 0px 30px;
        width: 300px;
        height: 44px
    }
}

@media(max-width: 400px) {
    .result__btn {
        padding: 10px;
        width: 300px;
        height: 44px
    }
}

@media(hover: hover) {
    .result__btn:hover {
        color: #2c2533;
        background: #fed130
    }
}

.result__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 672px
}

@media(max-width: 1400px) {
    .result__img {
        right: 31px;
        width: 450px;
        height: auto
    }
}

@media(max-width: 1000px) {
    .result__img {
        right: -129px;
        width: 50%;
        max-width: 500px;
        height: auto;
        min-width: 202px
    }
}

@media(max-width: 800px) {
    .result__img {
        width: 250px;
        right: -58px
    }
}

@media(max-width: 400px) {
    .result__img {
        width: 243px;
        right: -70px
    }
}

.news__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    margin-top: 140px;
    padding: 0 40px
}

@media(max-width: 1400px) {
    .news__wrapper {
        margin-top: 80px
    }
}

@media(max-width: 800px) {
    .news__wrapper {
        margin-top: 50px;
        padding: 0;
        padding-left: 10px
    }
}

.news__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width: 800px) {
    .news__top {
        padding-right: 10px
    }
}

.news__title {
    font-size: 80px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lemon/Milk(RUS BY LYAJKA)"
}

@media(max-width: 1400px) {
    .news__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .news__title {
        font-size: 30px
    }
}

.news__arrows {
    display: flex;
    gap: 10px
}

.news__slider {
    margin-top: 55px
}

.news__slider .slick-track {
    display: flex;
    gap: 20px
}

@media(max-width: 1400px) {
    .news__slider {
        margin-top: 30px
    }
}

@media(max-width: 800px) {
    .news__slider {
        margin-top: 20px
    }

    .news__slider .slick-track {
        gap: 10px
    }
}

.news__item {
    width: 453px !important
}

.news__item {
    height: 430px
}

@media(max-width: 1400px) {
    .news__item {
        width: 301px !important
    }

    .news__item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.news__preview {
    position: relative;
    width: 100%;
    height: 323px
}

.news__preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

@media(max-width: 1400px) {
    .news__preview {
        height: 214.65px
    }
}

.news__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Fira Sans";
    font-weight: 700;
    line-height: 1.5em
}

@media(max-width: 1400px) {
    .news__date {
        font-size: 12px;
        top: 10px;
        left: 10px
    }
}

.news__name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 25px;
    line-height: 28.95px;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .news__name {
        font-size: 20px;
        line-height: 23.16px;
        padding: 0 20px
    }
}

.news__link {
    color: #fff !important
}

.news__link {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    width: fit-content;
    background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
    padding: 17px 50px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 100px;
    transition: all ease .6s;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    border-radius: 100px;
    background: linear-gradient(90deg, #e2178b 0%, #fb5e17 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    position: relative
}

.news__link span {
    position: relative;
    z-index: 3
}

.news__link::after {
    content: "";
    display: block;
    left: 0;
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    background: #fb5e17;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .6s
}

.news__link:hover::after {
    opacity: 1
}

@media(max-width: 1400px) {
    .news__link {
        margin-top: 50px
    }
}

@media(max-width: 800px) {
    .news__link {
        margin-top: 37px;
        font-size: 16px;
        padding: 10px 30px
    }
}

.support__wrapper {
    max-width: 1480px;
    margin: 140px auto;
    padding: 0 40px;
    overflow: hidden
}

@media(max-width: 1400px) {
    .support__wrapper {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media(max-width: 100px) {
    .support__wrapper {
        margin-top: 20px;
        padding: 0 20px
    }
}

@media(max-width: 768px) {
    .support__wrapper {
        padding: 0 10px
    }
}

.support__title {
    max-width: 1480px;
    margin: 0 auto;
    font-size: 80px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    padding: 0 40px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 1400px) {
    .support__title {
        font-size: 50px
    }
}

@media(max-width: 800px) {
    .support__title {
        padding: 0 10px;
        font-size: 30px;
        margin-top: 35px
    }
}

.support__subtitle {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 60px;
    font-weight: 400;
    font-size: 30px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    line-height: 1em;
    text-transform: uppercase;
    color: #6625a5
}

@media(max-width: 800px) {
    .support__subtitle {
        padding: 10px;
        font-size: 20px;
        margin-top: 20px
    }
}

.support__stategic__wrapper,
.support__info_wrapper {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: start
}

@media(max-width: 768px) {

    .support__stategic__wrapper,
    .support__info_wrapper {
        gap: 10px
    }
}

.support__stategic_slide {
    width: 210px;
    height: 100px;
    
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 20px;
    padding: 10px
}

.support__stategic_slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media(max-width: 1200px) {
    .support__stategic_slide {
        border-radius: 7px;
        width: 140px;
        height: 65px
    }
}

@media(max-width: 768px) {
    .support__stategic_slide  {
        margin-top: 10px;
        border-radius: 7px;
        width: 150px !important;
        height: 65px
    }
}

.support__bubl {
    position: absolute;
    width: 220px;
    height: 150px;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 37px;
    left: 39px;
    top: -104px;
    opacity: 0;
    transition: all ease .6s;
    display: none
}

.support__bubl p {
    width: 134px;
    font-size: 19px;
    line-height: 1em;
    text-align: center
}

.support__bubl span {
    width: 134px;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em
}

.footer {
    background-color: #4e586b;
    border-radius: 80px 80px 0 0;
    width: 100%;
    font-family: "Fira Sans";
    font-weight: 400
}

@media(max-width: 1400px) {
    .footer {
        margin-top: 80px;
        border-radius: 40px 40px 0 0
    }
}

@media(max-width: 800px) {
    .footer {
        margin-top: 30px;
        border-radius: 20px 20px 0 0;
        padding-bottom: 40px
    }
}

.footer__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    justify-content: space-between
}

@media(max-width: 1400px) {
    .footer__wrapper {
        padding: 60px 40px
    }
}

@media(max-width: 800px) {
    .footer__wrapper {
        padding: 30px 10px;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }
}

.footer__left {
    display: flex;
    flex-direction: column;
    gap: 55px;
    font-size: 17px;
    line-height: 25.5px;
    color: #fff
}

@media(max-width: 1400px) {
    .footer__left {
        gap: 40px
    }
}

@media(max-width: 800px) {
    .footer__left {
        align-items: center;
        gap: 30px
    }
}

.footer__logo {
    width: 175px;
    height: 43px
}

.footer__part {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between
}

.footer__part p {
    max-width: 240px
}

@media(max-width: 1400px) {
    .footer__part {
        font-size: 17px;
        line-height: 1.5em;
        max-width: 100%;
        align-items: flex-start;
        gap: 50px
    }
}

@media(max-width: 900px) {
    .footer__part {
        font-size: 14px;
        flex-direction: column;
        text-align: center
    }
}

@media(max-width: 600px) {
    .footer__part {
        gap: 14px
    }
}

.footer__imgs {
    display: flex;
    gap: 40px
}

.footer__imgs img {
    height: 60px;
    width: auto
}

@media(max-width: 1400px) {
    .footer__imgs {
        gap: 20px
    }
}

.footer__title {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width: 800px) {
    .footer__title {
        font-size: 14px;
        line-height: 1.5em
    }
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    text-align: right
}

.footer__links a {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

@media(max-width: 1100px) {
    .footer__links {
        gap: 7px
    }
}

@media(max-width: 800px) {
    .footer__links {
        text-align: center;
        font-size: 14px;
        gap: 20px
    }

    .footer__links a {
        font-size: 16px
    }
}

.footer__email {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.footer__email span {
    color: #fff;
    text-transform: uppercase;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

@media(max-width: 800px) {
    .footer__email {
        margin-top: 20px;
        font-size: 15px;
        line-height: 17.37px
    }

    .footer__email img {
        width: 18px;
        height: auto
    }
}

.popap {
    max-width: 926px;
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 30px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.popap-header {
    display: flex;
    justify-content: space-between
}

.popap-title {
    display: flex;
    gap: 20px;
    align-items: center
}

.popap-title__icon {
    width: 70px;
    height: 70px
}

.popap-title__icon img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.popap-title h2 {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff
}

.popap-partners {
    display: flex;
    gap: 10px
}

.popap-partners img {
    height: 70px
}

.popap-profile {
    display: flex;
    gap: 20px;
    align-items: center
}

.popap-profile h3 {
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    line-height: 130%;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px
}

.popap-profile p {
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff
}

.popap-profile .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid #fff
}

.popap-profile .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.popap-btn {
    color: #fff !important
}

.popap-btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 100px;
    transition: all ease .6s;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    font-weight: 400;
    border-radius: 100px;
    background: linear-gradient(90deg, #e2178b 0%, #fb5e17 100%);
    text-transform: uppercase;
    position: relative
}

.popap-btn span {
    position: relative;
    z-index: 3
}

.popap-btn::after {
    content: "";
    display: block;
    left: 0;
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    background: #fb5e17;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .6s
}

.popap-btn:hover::after {
    opacity: 1
}

.popap .bg {
    opacity: .1;
    position: absolute;
    top: 200px;
    right: -150px;
    width: 550px;
    height: 550px
}

@media(max-width: 900px) {
    .popap {
        padding: 30px;
        gap: 20px
    }

    .popap-header {
        flex-direction: column;
        gap: 20px
    }

    .popap-partners {
        display: flex;
        gap: 10px
    }

    .popap-partners img {
        height: 40px
    }

    .popap-title__icon {
        height: 40px;
        width: 40px
    }

    .popap .bg {
        transform: scale(0.7)
    }

    .popap-btn {
        height: 54px;
        font-size: 16px
    }

    .popap .avatar {
        width: 140px;
        height: 140px
    }
}

@media(max-width: 575px) {
    .popap {
        padding: 20px;
        gap: 10px
    }

    .popap-header {
        align-items: center
    }

    .popap-profile {
        flex-direction: column;
        align-items: center
    }

    .popap-profile p,
    .popap-profile h3 {
        text-align: center
    }

    .popap .bg {
        transform: scale(0.5);
        top: 380px;
        right: -200px
    }

    .popap h2 {
        font-size: 24px;
        text-align: center
    }
}

.popap.active {
    display: flex
}

.popap.green {
    background: rgba(98, 207, 128, .99)
}

.popap.energy {
    background-color: #577ec9
}

.popap.climate {
    background-color: #b7c03c
}

.popap.building {
    background-color: #efc811
}

.popap.arctic {
    background-color: #749fad
}

.popap.cosmos {
    background-color: #4e586b
}

.popap.blue {
    background-color: #1ac6bc
}

.popap.technologies {
    background-color: #fc8e5d
}

.popap.science {
    background-color: #a276c2
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999
}

.popap.active~.popup-overlay {
    display: block
}

@media(max-width: 1400px) {
    .about__for {
        max-width: 100%;
        font-size: 25px;
        line-height: 29px;
br {
display: none;
		}
    }

}

@media(max-width: 800px) {
    .about__for {
        font-size: 18px;
        line-height: 20.84px;
br {
display: block;
		}
    }
}

.track__item_technologies .track__fon {

    left: 100px;
    transform: translateX(50%)
}

@media(max-width: 768px) {
    .track__name {
        font-size: 12px;
line-height: 120%;
    }
}

.track__fon {
    position: absolute;
    top: 100px;
    width: auto;
    height: 300px;
    opacity: .1;
@media(max-width: 1400px) {
top: 15px !important;
        left: 76px !important;
        transform: scale(0.8) !important;
}
@media (max-width: 768px) {
        top: -5px !important;
        left: -27px !important;
        transform: scale(0.4) !important;
	}
}

@media(max-width: 800px) {
    .stages {
        margin-top: 50px;
        padding-bottom: 40px;
		border-radius: 20px;
    }
}

.stages__item {
    width: 20%;
    flex-shrink: 0
}

.webinar__photo img {
    width: 100%;
height: 100%;
border-radius: 50%;
    position: static;
    object-fit: cover
}

.experts__item.science .experts__photo,
.experts__item.science .experts__category {
    background-color: #a276c2;
}

.experts__item.energy .experts__photo,
.experts__item.energy .experts__category {
    background: #577ec9
}

.experts__item.cosmos .experts__photo,
.experts__item.cosmos .experts__category {
    background: #4E586C
}

.experts__name {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 30px;
    font-family: "Lemon/Milk(RUS BY LYAJKA)";
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
	max-width:200px;
}

@media(max-width: 800px) {
    .idea {
        margin-top: 52px;
		border-radius: 20px;
    }
}

@media(max-width: 800px) {
    .idea__wrapper {
        padding: 40px 20px;

    }
}

.support__stategic_slide {
    width: 210px;
    height: 100px;
   
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 20px;
    padding: 10px
}



