@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@700;800&display=swap);
*, *::before, *::after {
    box-sizing: inherit
}

html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2.66vw;
    line-height: 1;
    color: #020202;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html, body {
    margin: 0;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    background: #000E40;
}

article, aside, footer, header, nav, section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
            text-decoration-skip: objects
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a:active, a:hover, a:focus {
    outline-width: 0;
    -webkit-tap-highlight-color: transparent
}

audio, video {
    display: inline-block
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

svg {
    width: 100%;
    height: 100%
}

input, optgroup, select, textarea, button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

textarea {
    overflow: auto
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.svg-box {
    display: none
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.no-scroll {
    overflow: hidden
}

/*main*/

.anchor {
    position: absolute;
    margin-top: -9rem;
}

.container {
    margin-bottom: 2.4rem
}

.header {
    background: transparent;
    padding: 1.4rem 1.4rem 0;
    display: flex;
    justify-content: space-between;
    width: 37.5rem;
    margin-bottom: 2rem;
}

.header__logo {
    border-radius: 3.6rem;
    min-width: 17.3rem;
    max-width: 17.3rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    padding: 0 .9rem;
}

.header__logo-icon {
    min-width: 4.4rem;
    max-width: 4.4rem;
    height: 4.4rem;
    margin-right: .9rem;
    background: url(21d23fbb5c9d14bbc543.png) no-repeat center center;
    background-size: contain;
}

.header__logo-text {
    font: normal normal bold 2.2rem Poppins;
    color: #FFFFFF;
}

.main {
    padding-bottom: 6rem;
}

.main-section + .main-section {
    margin-top: 4.5rem;
}

.main-section__title {
    text-align: center;
    font: normal normal bold 3rem/3.4rem Montserrat;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.main-block {
    width: 34.7rem;
    margin: 0 auto;
    border-radius: 3rem;
    padding: 2.6rem 0;
    background: #1A2275;
}

.main-block__title {
    font: normal normal bold 2.2rem/2.6rem Montserrat;
    color: #FFFFFF;
    margin-bottom: .8rem;
    padding: 0 2rem;
}

.main-block__text {
    font: normal normal normal 1.6rem/2rem Montserrat;
    color: #FFFFFF;
    padding: 0 2rem;
}

.main-block--1 {
    background: linear-gradient(31deg, #27293B 0%, #1A2275 0%, #6C63FF 100%);
}

.main-block--3.main-block {
    padding-bottom: 1.4rem;
    padding-top: 0;
}

.main-block--1 .main-block__text,
.main-block--3 .main-block__text,
.main-block--4 .main-block__text {
    margin-bottom: 1.7rem;
}

.main-block--6 .main-block__text {
    margin-bottom: .7rem;
}

.main-block--5 .main-block__text {
    margin-bottom: 2rem;
}

.main-block--1, .main-block--3, .main-block--4, .main-block--5 {
    padding-bottom: 0;
}

.main-block__img--1 {
    width: 100%;
    height: 46rem;
    background: url(f2204e0e4e66ec277b8e.png) center center no-repeat;
    background-size: contain;
}

.main-block__img--3 {
    width: 100%;
    height: 24rem;
    background: url(dd665138a60cf4883e3b.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 2rem;
}

.main-block__img--4 {
    width: 100%;
    height: 39rem;
    background: url(357622cb219880b6c29c.png) center center no-repeat;
    background-size: contain;
}

.main-block__img--5 {
    width: 100%;
    height: 35rem;
    background: url(1b426f21b40273bc8a98.png) center center no-repeat;
    background-size: contain;
}

.main-block + .main-block {
    margin-top: .9rem;
}

.button {
    margin: 2rem auto 0;
    width: 32.3rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6C63FF;
    border-radius: 1.6rem;
    text-align: center;
    font: normal normal 600 1.6rem/1.6rem Montserrat;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform ease-in-out 0.3s, background ease-in-out 0.3s;
}

.button:active {
    transform: scale(0.97);
    background: #7A73FF;
}

.main-block__button {
    margin-top: 2rem;
}

.caption {
    text-align: center;
    font: normal normal normal 1.4rem/1.7rem Montserrat;
    letter-spacing: 0.14px;
    color: #FFFFFF73;
}

.main-block__caption {
    margin: .4rem 2rem 2rem;
}

.link {
    text-align: center;
    font: normal normal 600 1.6rem/2rem Montserrat;
    letter-spacing: 0.16px;
    color: #B4FA8C;
    text-transform: lowercase;
    text-decoration: none;
    display: block;
}

.link:active {
    color: #B4FA8Cbf;
}

.collapse {
    padding-top: .8rem;
    padding-bottom: .9rem;
    border-radius: 2rem;
}

.collapse__header {
    padding: 0 .9rem 0 2rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: flex-start;
    gap: 1.4rem
}

.collapse__header-title {
    font: normal normal bold 1.6rem/2.2rem Montserrat;
    letter-spacing: 0.16px;
    color: #FFFFFF;
    margin-top: 1.1rem;
}

.collapse__header-icon {
    background: transparent;
    border: none;
    border-radius: 1.6rem;
    transition: background ease-in-out 0.3s;
    min-width: 4.6rem;
    max-width: 4.6rem;
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collapse__header-icon--minus,
.collapse__header-icon--plus {
    min-width: 2.4rem;
    max-width: 2.4rem;
    height: 2.4rem;
}

.collapse__header-icon--minus {
    display: none;
}

.collapse__header-icon:active {
    outline: none;
    background: #FFFFFF0d;
}

.collapse__header-icon:focus {
    outline: none;
}

.collapse__content {
    display: none;
    margin-top: .7rem;
}

.collapse--interview .caption {
    margin-bottom: 0;
}

.collapse--opened {
    padding-bottom: 2.1rem;
}

.collapse--opened .collapse__content {
    display: block;
}

.collapse--opened .collapse__header-icon--minus {
    display: block
}

.collapse--opened .collapse__header-icon--plus {
    display: none;
}

.collapse--long .collapse__content {
    margin-top: 1rem;
}

.last-block {
    background: #1A2275;
    padding: 2rem 1.4rem;
}

.last-block__telegram {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.4rem;
    background: url(21d23fbb5c9d14bbc543.png) no-repeat center center;
    background-size: contain;
}

.last-block__text {
    padding: 0;
}

.last-block__heading {
    font: normal normal bold 2.2rem/2.8rem Montserrat;
    color: #FFFFFF;
    margin-bottom: 1.2rem;
}

.last-block__button {
    padding: 0;
    width: 100%;
    background: linear-gradient(95deg, #FF33D6 0%, #6C63FF 100%);
    box-shadow: 0 .5rem 2rem #83248582;
    transition: transform ease-in-out 0.3s;
}

.last-block__button:active {
    transform: scale(0.97);
    background: linear-gradient(95deg, #FF42D9 0%, #7C75FF 100%);
}

.fixed-button {
    background: linear-gradient(95deg, #FF33D6 0%, #6C63FF 100%);
    box-shadow: 0px .5rem 2rem #83248582;
    height: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font: normal normal 600 1.6rem/2rem Montserrat;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.fixed-button > * {
    transition: 0.3s ease-in-out transform;
}

.fixed-button:active > * {
    transform: scale(0.96);
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    .container {
        width: 768px;
        margin: 0 auto 2.4rem;
    }

    .header {
        width: 375px;
        margin: 0 auto 2rem;
    }
}

@media (hover:hover) {
    .collapse__header-icon:hover {
        background: #FFFFFF0d;
    }

    .last-block__button:hover {
        transform: scale(0.97);
    }

    .link:hover {
        color: #B4FA8Cbf;
    }

    .button:hover {
        transform: scale(0.97);
        background: #7A73FF;
    }

    .last-block__button:hover {
        transform: scale(0.97);
        background: linear-gradient(95deg, #FF42D9 0%, #7C75FF 100%);
    }

    .header__telegram:hover .header__telegram-wrapper {
        background: #5297EB;
    }

    .header__telegram:hover {
        transform: scale(0.97);
    }
}

