@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Mulish", sans-serif;
    font-size: 22px;
    line-height: 32px;
    min-height: 100%;
    overflow-x: hidden;
    background: #F8F9FF;
    color: #2A0D0D;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.fir51xaqn4h-main {
    display: flex;
    flex-direction: column;
    background: #FFD56E;
    min-height: 100%;
}

/* Header */
.fir51xaqn4h-pagetop {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 7px 20px;
    transition: .3s;
    background: #2A0D0DCC;
    color: #ffffff;
}

.fir51xaqn4h-pagetop__global {
    width: 100%;
}

.fir51xaqn4h-pagetop .fir51xaqn4h-pagetop__graphic img {
    width: 124px;
    min-width: 124px;
}

.fir51xaqn4h-ribbon .fir51xaqn4h-pagetop__graphic {
    margin-bottom: 30px;
}

.fir51xaqn4h-pagetop__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    gap: 20px 24px;
}

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

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

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

.fir51xaqn4h-pagetop__entity {
	padding: 2px;
    transition: .3s;
}

.fir51xaqn4h-pagetop__entity.active {
    color: #FFD56E;
}

.fir51xaqn4h-pagetop__entity:hover {
    color: #FFD56E;
}

.fir51xaqn4h-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%);
}

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

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

.toggle .lane2 {
    display: none;
}

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


/* Content */
.fir51xaqn4h-topic {
    font-family: "Suez One", serif;
    font-size: 77px;
    line-height: 83px;
    margin-bottom: 70px;
}

.fir51xaqn4h-subtopic {
    font-family: "Suez One", serif;
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 60px;
    text-align: center;
}

.fir51xaqn4h-button {
    font-family: "Mulish", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    background: #FFD56E;
    color: #2A0D0D;
    width: 100%;
    height: 60px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 1px solid #FFD56E;
    cursor: pointer;
    user-select: none;
}

.fir51xaqn4h-button img {
    margin-right: 12px;
}

.fir51xaqn4h-pagetop__navbar .fir51xaqn4h-button {
    max-width: 200px;
}

.fir51xaqn4h-ribbon .fir51xaqn4h-button {
    max-width: 200px;
}

/* ribbon */
.fir51xaqn4h-ribbon {
    position: relative;
    background-image: url(../images/ribbon-bg-fir51xaqn4h.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 120px 20px 40px;
    color: #F8F9FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fir51xaqn4h-ribbon__block {
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* About */

.fir51xaqn4h-about {
    padding: 100px 20px 120px;
}

.fir51xaqn4h-about__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.fir51xaqn4h-about__entity {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.fir51xaqn4h-about__snapshot {
    overflow: hidden;
    border-radius: 42px;
}

.fir51xaqn4h-about__snapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fir51xaqn4h-about__box {
    background: #FFD56E;
    border-radius: 42px;
    padding: 40px 80px;
    align-content: center;
}

.fir51xaqn4h-about__entity:nth-child(2) .fir51xaqn4h-about__box {
    background: #BCDBAC;
}

/* functions */

.fir51xaqn4h-functions {
    background: #FFD56E;
    padding: 100px 20px 120px;
}

.fir51xaqn4h-functions__box {
    background: #F8F9FF;
    border-radius: 42px;
    padding: 70px 80px;
    margin-bottom: 32px;
}

.fir51xaqn4h-functions__box p + p {
    margin-top: 20px;
}

.fir51xaqn4h-functions__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.fir51xaqn4h-functions__entity {
    overflow: hidden;
    border-radius: 42px;
}

.fir51xaqn4h-functions__entity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* features */

.fir51xaqn4h-features {
    padding: 100px 20px 120px;
}

.fir51xaqn4h-features__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

.fir51xaqn4h-features__snapshot {
    overflow: hidden;
    border-radius: 42px;
}

.fir51xaqn4h-features__snapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fir51xaqn4h-features__box {
    border-radius: 42px;
    padding: 40px 80px;
    align-content: center;
    background: #BCDBAC;
}

.fir51xaqn4h-features__box ul {
    list-style-type: disc;
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.fir51xaqn4h-features__block-bottom {
    background: #FFD56E;
    border-radius: 42px;
    padding: 70px 80px;
}

.fir51xaqn4h-features__block-bottom p {
    margin-bottom: 20px;
}

.fir51xaqn4h-features__block-bottom .fir51xaqn4h-button {
    background: #ffffff;
    max-width: 200px;
    margin: 40px auto 0;
}

/* Passions */
.fir51xaqn4h-mentions {
    padding: 120px 20px;
    background: #BCDBAC;
}

.fir51xaqn4h-mentions__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.fir51xaqn4h-mentions__entity {
    background: #F8F9FF;
    border-radius: 42px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    align-items: center;
    padding: 60px 40px;
}

.fir51xaqn4h-mentions__snapshot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fir51xaqn4h-mentions__snapshot span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.fir51xaqn4h-mentions__box img {
    margin-bottom: 20px;
}


/* support */
.fir51xaqn4h-support {
	padding: 160px 20px 120px;
    flex-grow: 1;
}

.fir51xaqn4h-support__block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.fir51xaqn4h-support__snapshot {
    overflow: hidden;
    border-radius: 42px;
}

.fir51xaqn4h-support__snapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fir51xaqn4h-form {
    background: #F8F9FF;
    border-radius: 42px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 60px;
}

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

.fir51xaqn4h-form__input {
    font-family: "Mulish", sans-serif;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    color: #2A0D0D;
    outline: none;
    padding: 6px 24px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 2px solid #69212140;
}

.fir51xaqn4h-form__input::placeholder {
    color: #2A0D0D;
}

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

label.error {
    display: none !important;
}

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

/* rules */

.fir51xaqn4h-rules {
    padding: 160px 20px 120px;
}

.fir51xaqn4h-rules__box {
    background: #F8F9FF;
    border-radius: 42px;
    padding: 70px 80px;
    margin-bottom: 32px;
}

.fir51xaqn4h-rules__box p + p {
    margin-top: 20px;
}

.fir51xaqn4h-rules__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.fir51xaqn4h-rules__entity {
    overflow: hidden;
    border-radius: 42px;
}

.fir51xaqn4h-rules__entity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Footer */

.fir51xaqn4h-footer {
    background: #2A0D0D;
    color: #ffffff;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

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

.fir51xaqn4h-footer__list {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    color: #FFD56E;
}

.fir51xaqn4h-footer__entity {
    padding: 2px;
    transition: .3s;
}

.fir51xaqn4h-footer__entity:hover {
    color: #ffffff;
}

/* Info */

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

.fir51xaqn4h-information h1 {
    font-family: "Suez One", serif;
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
    text-align: center;
}

.fir51xaqn4h-information h2 {
    font-family: "Suez One", serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
}

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

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

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

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

.fir51xaqn4h-information a {
    display: inline-block;
    font-weight: 700;
    color: #2A0D0D;
}



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

    .fir51xaqn4h-pagetop__menu {
        font-size: 14px;
        line-height: 18px;
        gap: 20px 18px;
    }

    .fir51xaqn4h-pagetop 
    .fir51xaqn4h-pagetop__graphic img {
        width: 100px;
        min-width: 100px;
    }

    .fir51xaqn4h-button {
        height: 52px;
    }

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

    .fir51xaqn4h-pagetop__navbar 
    .fir51xaqn4h-button {
        height: 52px;
        max-width: 180px;
    }
}


@media (max-width: 1060px) {

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

    .fir51xaqn4h-burger {
        display: flex;
    }

    .fir51xaqn4h-pagetop__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #F8F9FF;
        color: #2A0D0D;
        width: 70%;
        overflow-y: auto;
    }

    .fir51xaqn4h-pagetop__menu {
        flex-direction: column;
    }

    .fir51xaqn4h-pagetop__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .fir51xaqn4h-pagetop__entity {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }

    .fir51xaqn4h-pagetop__graphic img {
        min-width: 200px;
        width: 200px;
    }
    
    .fir51xaqn4h-topic {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 40px;
    }

    .fir51xaqn4h-ribbon .fir51xaqn4h-subtext {
        margin-bottom: 40px;
    }

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

    .fir51xaqn4h-about {
        padding: 44px 20px 60px;
    }

    .fir51xaqn4h-about__list {
        gap: 24px;
    }

    .fir51xaqn4h-about__entity {
        gap: 24px;
    }

    .fir51xaqn4h-about__snapshot {
        border-radius: 30px;
    }

    .fir51xaqn4h-about__box {
        border-radius: 30px;
        padding: 30px;
    }

    .fir51xaqn4h-functions {
        padding: 44px 20px 60px;
    }

    .fir51xaqn4h-functions__box {
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 24px;
    }

    .fir51xaqn4h-functions__list {
        gap: 24px;
    }

    .fir51xaqn4h-functions__entity {
        border-radius: 30px;
    }

    .fir51xaqn4h-features {
        padding: 44px 20px 60px;
    }

    .fir51xaqn4h-features__block {
        gap: 24px;
        margin-bottom: 24px;
    }

    .fir51xaqn4h-features__snapshot {
        border-radius: 30px;
    }

    .fir51xaqn4h-features__box {
        border-radius: 30px;
        padding: 30px;
    }

    .fir51xaqn4h-features__block-bottom {
        border-radius: 30px;
        padding: 30px;
    }

    .fir51xaqn4h-mentions {
        padding: 44px 20px 60px;
    }

    .fir51xaqn4h-mentions__list {
        gap: 24px;
    }

    .fir51xaqn4h-mentions__entity {
        grid-template-columns: 120px 1fr;
        border-radius: 30px;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .fir51xaqn4h-mentions__snapshot span {
        font-size: 16px;
        line-height: 24px;
    }

    .fir51xaqn4h-support {
        padding: 130px 20px 60px;
    }

    .fir51xaqn4h-support__block {
       gap: 24px; 
    }

    .fir51xaqn4h-support__snapshot {
        border-radius: 30px;
    }

    .fir51xaqn4h-form {
        padding: 30px 24px;
        border-radius: 30px;
    }

    .fir51xaqn4h-form__input {
        height: 52px;
    }

    .fir51xaqn4h-rules {
        padding: 130px 20px 60px;
    }

    .fir51xaqn4h-rules__box {
        padding: 40px 30px;
        border-radius: 30px;
        margin-bottom: 24px;
    }

    .fir51xaqn4h-rules__list {
        gap: 24px;
    }

    .fir51xaqn4h-rules__entity {
        border-radius: 30px;
    }

    .fir51xaqn4h-information {
        padding: 130px 20px 60px;
    }

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

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

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


@media (max-width: 860px) {

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

    .fir51xaqn4h-about__entity {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-functions__list {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-features__block {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-mentions__snapshot img {
        width: 80px;
    }

    .fir51xaqn4h-mentions__list {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-mentions__entity {
        grid-template-columns: 100px 1fr;
    }

    .fir51xaqn4h-mentions__box img {
        width: 120px;
        margin-bottom: 12px;
    }


    .fir51xaqn4h-support__block {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-form {
        grid-template-columns: 1fr;
        grid-row: 1;
    }

    .fir51xaqn4h-form__entity.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

    .fir51xaqn4h-rules__list {
        grid-template-columns: 1fr;
    }

    .fir51xaqn4h-footer__block {
        flex-direction: column-reverse;
    }

    .fir51xaqn4h-pagetop__navbar .fir51xaqn4h-button {
        max-width: 100%;
    }

    .fir51xaqn4h-footer__list {
        flex-direction: column;
        gap: 10px;
    }
}
