@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 30px;
    min-height: 100%;
    overflow-x: hidden;
    background: #7021AC;
    color: #F7EAFF;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.db092falq-main {
    display: flex;
    flex-direction: column;
    background: #0F172A;
    min-height: 100%;
    background-image: url(../images/bg-sticker-db092falq.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header */
.db092falq-topframe {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 24px 20px;
    transition: .3s;
}

.db092falq-topframe.scroll {
    background: #0F172A;
}

.db092falq-topframe__global {
    width: 100%;
}

.db092falq-topframe__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    gap: 20px 48px;
}

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

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

.db092falq-topframe__blueprint {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

.db092falq-topframe__module {
    position: relative;
	padding: 2px;
    transition: .3s;
}

.db092falq-topframe__module::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 3px;
    transition: .3s;
}

.db092falq-topframe__module.active::after {
    background: #F7EAFF;
}

.db092falq-topframe__module:hover::after {
    background: #F7EAFF;
}

.db092falq-topframe .db092falq-button {
    max-width: 142px;
}

.db092falq-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.db092falq-burger .db092falq-lane {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #F8F9FF;
    transition: transform 0.2s ease-out;
}

.toggle .lane1 {
    background: #F8F9FF;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .lane2 {
    display: none;
}

.toggle .lane3 {
    background: #F8F9FF;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.db092falq-topic {
    font-size: 90px;
    line-height: 98px;
    font-weight: 800;
    margin-bottom: 80px;
}

.db092falq-subtopic {
    position: relative;
    z-index: 2;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 30px;
}

.db092falq-subtext {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}

.db092falq-button {
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    color: #F7EAFF;
    width: 100%;
    height: 48px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 2px solid #F7EAFF;
    cursor: pointer;
    user-select: none;
}

.db092falq-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.db092falq-link img {
    width: 100%;
    height: 100%;
}


/* sticker */
.db092falq-sticker {
    position: relative;
    background-color: #0F172A;
    background-image: url(../images/sticker-bg-db092falq.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    min-height: 100vh;
    padding: 160px 20px 40px;
    display: flex;
    flex-direction: column;
}

.db092falq-sticker::before {
    content: '';
    background-image: url(../images/bg-sticker-db092falq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.db092falq-sticker .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.db092falq-sticker__block {
    height: 100%;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-grow: 1;
}

.db092falq-sticker__box:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
    margin-left: 120px;
}

.db092falq-sticker__box p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
}

/* mission */

.db092falq-mission {
    padding: 150px 20px;
}

.db092falq-mission__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 160px 24px;
}

.db092falq-mission__module {
    display: flex;
    align-items: center;
}

.db092falq-mission__snapshot {
    max-width: 465px;
    width: 100%;
    margin-left: -60px;
}

.db092falq-mission__snapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.db092falq-mission__box {
    background: linear-gradient(90deg, #190636 62.98%, rgba(98, 19, 163, 0.0666667) 100%);
    border-radius: 40px;
    padding: 70px 80px;
    align-content: center;
}

.db092falq-mission__module:nth-child(2) .db092falq-mission__box {
    background: linear-gradient(269deg, #190636 62.98%, rgba(98, 19, 163, 0.0666667) 100%);
    padding-left: 120px;
}

.db092falq-mission__module:nth-child(2) .db092falq-mission__snapshot {
    margin-left: 0;
    margin-right: -60px;
}

.db092falq-mission__box p + p {
    margin-top: 20px;
}

/* tasks */

.db092falq-tasks {
    background-color: #190636;
    padding: 150px 20px;
    background-image: url(../images/bg-sticker-db092falq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.db092falq-tasks h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.db092falq-tasks__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.db092falq-tasks__module {
    border-radius: 40px;
    background: #4D0C7E;
    padding: 50px;
}

.db092falq-tasks__module:last-child {
    grid-column: 1/3;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Passions */
.db092falq-coverage {
    padding: 150px 20px;
}

.db092falq-coverage__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.db092falq-coverage__module {
    background: #190636;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 50px 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    justify-items: center;
}

.db092falq-coverage__module span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-style: italic;
}


/* guidance */
.db092falq-guidance {
	padding: 150px 20px;
    flex-grow: 1;
}

.db092falq-guidance__block {
    position: relative;
    display: flex;
    align-items: center;
}

.db092falq-guidance__snapshot {
    max-width: 560px;
    width: 100%;
    margin-right: -60px;
    position: relative;
    z-index: 2;
}

.db092falq-form {
    border-radius: 40px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 60px 100px 60px 140px;
    background: #4D0C7E;
}

.db092falq-form__module.form-message {
    grid-column: 1/3;
    margin-bottom: 26px;
}

.db092falq-form .db092falq-subtopic {
    grid-column: 1/3;
    margin-bottom: 10px;
}

.db092falq-form__input {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    height: 60px;
    background: #F7EAFF;
    color: #0F172A;
    outline: none;
    padding: 6px 24px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 2px solid #0F172A40;
}

.db092falq-form__input::placeholder {
    color: #867097;
}

.db092falq-form__input.error {
    border-color: #e00000;
}

label.error {
    display: none !important;
}

textarea.db092falq-form__input {
    height: 160px;
    padding: 12px 20px;
    border-radius: 30px;
}

.db092falq-form .db092falq-button {
    grid-column: 1/3;
    background: #C026D3;
    height: 70px;
    font-size: 24px;
    line-height: 30px;
    border: none;
}

/* procedures */

.db092falq-procedures {
    padding: 150px 20px;
}

.db092falq-procedures__box {
    background: #4D0C7E;
    padding: 50px 60px 50px 120px;
    border-radius: 40px;
}

.db092falq-procedures__box p + p {
    margin-top: 16px;
}

.db092falq-procedures__module {
    display: flex;
    align-items: center;
}

.db092falq-procedures__snapshot {
    max-width: 465px;
    width: 100%;
    margin-right: -60px;
    position: relative;
}


/* Footer */

.db092falq-closings {
    background: #0F172A;
    color: #F7EAFF;
    padding: 28px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.db092falq-closings__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.db092falq-closings__list {
    display: flex;
    align-items: center;
    gap: 20px 32px;
    color: #BF78FF;
}

.db092falq-closings__module {
    padding: 2px;
    transition: .3s;
}

.db092falq-closings__module:hover {
    color: #F7EAFF;
}

/* Info */

.db092falq-information {
    padding: 160px 20px 120px;
}

.db092falq-information h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.db092falq-information h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.db092falq-information h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.db092falq-information p {
    margin-bottom: 20px;
}

.db092falq-information ul {
    list-style-type: disc;
    padding-left: 24px;
}

.db092falq-information li {
    margin-bottom: 14px;
}

.db092falq-information a {
    display: inline-block;
    font-weight: 700;
}



@media (max-width: 1300px) {
    .db092falq-topframe__filter {
        gap: 30px;
    }

    .db092falq-button img {
        width: 30px;
    }
}


@media (max-width: 1060px) {

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .db092falq-topframe {
        height: 80px;
    }

    .db092falq-burger {
        display: flex;
    }

    .db092falq-topframe__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #7021AC;
        color: #F7EAFF;
        width: 70%;
        overflow-y: auto;
    }

    .db092falq-topframe__menu {
        flex-direction: column;
    }

    .db092falq-topframe__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .db092falq-topframe__module {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }
    
    .db092falq-topic {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .db092falq-sticker {
        background-position: -200px bottom;
        padding: 120px 20px 40px;
    }

    .db092falq-sticker::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        pointer-events: none;
        background: rgba(15, 23, 42, 0.5);
    }

    .db092falq-sticker__box p {
        font-size: 18px;
        line-height: 28px;
    }

    .db092falq-sticker .db092falq-subtext {
        margin-bottom: 40px;
    }

    .db092falq-sticker__box:nth-child(2) {
        margin-left: 0;
    }

    .db092falq-subtopic {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .db092falq-mission {
        padding: 60px 20px 60px;
    }

    .db092falq-mission__list {
        gap: 40px;
    }

    .db092falq-mission__box {
        border-radius: 30px;
        padding: 40px 80px 40px 40px;
    }

    .db092falq-tasks {
        padding: 44px 20px 60px;
    }

    .db092falq-tasks__list {
        gap: 24px;
    }

    .db092falq-tasks__module {
        border-radius: 30px;
        padding: 30px;
    }

    .db092falq-subtext {
        font-size: 18px;
        line-height: 28px;
    }

    .db092falq-coverage {
        padding: 60px 20px 60px;
    }

    .db092falq-coverage__list {
        gap: 24px;
    }

    .db092falq-coverage__module {
        border-radius: 30px;
        padding: 30px 20px;
        font-size: 18px;
        line-height: 26px;
    }

    .db092falq-guidance {
        padding: 130px 20px 60px;
    }

    .db092falq-guidance__block {
       gap: 24px; 
    }

    .db092falq-procedures__box {
        padding: 40px 40px 40px 100px;
    }

    .db092falq-form {
        padding: 30px 30px 30px 80px;
        border-radius: 30px;
    }

    .db092falq-form__input {
        height: 52px;
    }

    .db092falq-procedures {
        padding: 130px 20px 60px;
    }

    .db092falq-coverage__module span {
        font-size: 24px;
        line-height: 32px;
    }

    .db092falq-information {
        padding: 120px 20px 60px;
    }

    .db092falq-information h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .db092falq-information h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .db092falq-information h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}


@media (max-width: 860px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .db092falq-tasks__list {
        grid-template-columns: 1fr;
    }

    .db092falq-coverage__list {
        grid-template-columns: 1fr;
    }

    .db092falq-sticker__block {
        grid-template-columns: 1fr;
    }

    .db092falq-sticker__box:nth-child(2) {
        grid-row: auto;
        grid-column: auto;
    }

    .db092falq-mission__module {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .db092falq-mission__module:nth-child(2) {
        flex-direction: column;
        align-items: flex-end;
    }

    .db092falq-mission__module:nth-child(2) .db092falq-mission__box {
        padding-left: 30px;
    }

    .db092falq-mission__module:nth-child(2) .db092falq-mission__snapshot {
        margin-right: 0;
    }

    .db092falq-tasks__module:last-child {
        grid-column: auto;
        flex-direction: column;
    }

    .db092falq-mission__snapshot {
        max-width: 220px;
        margin: 0 0 -70px;
        position: relative;
    }

    .db092falq-mission__box {
        padding: 100px 30px 40px;
    }

    .db092falq-guidance__block {
        flex-direction: column;
        align-items: flex-end;
    }

    .db092falq-form {
        grid-template-columns: 1fr;
        padding: 80px 30px 30px 30px;
    }

    .db092falq-guidance__snapshot {
        max-width: 240px;
        margin: 0 0 -70px;
    }

    .db092falq-form .db092falq-subtopic {
        grid-column: auto;
    }

    .db092falq-form__module.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

    .db092falq-form .db092falq-button {
        grid-column: auto;
        height: 60px;
    }

    .db092falq-closings__block {
        flex-direction: column-reverse;
    }

    .db092falq-topframe__navbar .db092falq-button {
        max-width: 100%;
    }

    .db092falq-closings__list {
        flex-direction: column;
        gap: 10px;
    }

    .db092falq-procedures__module {
        flex-direction: column;
        align-items: flex-start;
    }

    .db092falq-procedures__box {
        padding: 100px 30px 40px;
    }

    .db092falq-procedures__snapshot {
        max-width: 200px;
        margin: 0 0 -70px;
    }
}
