@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,600;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 34px;
    min-height: 100%;
    overflow-x: hidden;
    background: #EBFAFF;
    color: #0C0F36;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.ci82psw6bf-main {
    display: flex;
    flex-direction: column;
    background: #77CBFF;
    min-height: 100%;
}

/* Header */
.ci82psw6bf-toparea {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
    transition: .3s;
    background: #0C0F36CC;
    color: #ffffff;
}

.ci82psw6bf-toparea__global {
    width: 100%;
}

.ci82psw6bf-toparea__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    gap: 20px 24px;
    text-transform: capitalize;
}

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

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

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

.ci82psw6bf-toparea__thing {
	padding: 2px;
    transition: .3s;
}

.ci82psw6bf-toparea__thing.active {
    color: #77CBFF;
}

.ci82psw6bf-toparea__thing:hover {
    color: #77CBFF;
}

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

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

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

.toggle .avenue2 {
    display: none;
}

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


/* Content */
.ci82psw6bf-topic {
    font-family: "Suez One", serif;
    font-size: 77px;
    line-height: 90px;
    margin-bottom: 70px;
    color: #EBFAFF;
}

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

.ci82psw6bf-button {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    background: #77CBFF;
    color: #0C0F36;
    width: 100%;
    height: 60px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 1px solid #77CBFF;
    cursor: pointer;
    user-select: none;
}

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

.ci82psw6bf-toparea__navbar .ci82psw6bf-button {
    max-width: 200px;
}

.ci82psw6bf-badge .ci82psw6bf-button {
    max-width: 200px;
}

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

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

/* company */

.ci82psw6bf-company {
    padding: 100px 20px 120px;
}

.ci82psw6bf-company__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.ci82psw6bf-company__thing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ci82psw6bf-company__picture {
    overflow: hidden;
    border-radius: 42px;
}

.ci82psw6bf-company__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci82psw6bf-company__box {
    background: #77CBFF;
    border-radius: 42px;
    padding: 40px 80px;
    align-content: center;
}

.ci82psw6bf-company__box p + p {
    margin-top: 24px;
}

/* logic */

.ci82psw6bf-logic {
    padding: 100px 20px 120px;
}

.ci82psw6bf-logic__box {
    background: #77CBFF;
    border-radius: 42px;
    padding: 70px 80px;
    margin-bottom: 32px;
}

.ci82psw6bf-logic__box ul {
    padding-left: 20px;
    list-style-type: disc;
}

.ci82psw6bf-logic__box ul li + li {
    margin-top: 20px;
}

.ci82psw6bf-logic .ci82psw6bf-button {
    max-width: 200px;
    background: #EBFAFF;
    margin: 40px auto 0;
}


.ci82psw6bf-logic__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ci82psw6bf-logic__thing {
    overflow: hidden;
    border-radius: 42px;
}

.ci82psw6bf-logic__thing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* benefits */

.ci82psw6bf-benefits {
    background: #77CBFF;
    padding: 100px 20px 120px;
}

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

.ci82psw6bf-benefits__picture {
    overflow: hidden;
    border-radius: 42px;
}

.ci82psw6bf-benefits__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci82psw6bf-benefits__box {
    border-radius: 42px;
    padding: 40px 80px;
    align-content: center;
    background: #EBFAFF;
}

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

.ci82psw6bf-benefits__block-bottom {
    background: #EBFAFF;
    border-radius: 42px;
    padding: 70px 80px;
}

.ci82psw6bf-benefits__block-bottom p {
    margin-bottom: 20px;
}

.ci82psw6bf-benefits__block-bottom .ci82psw6bf-button {
    max-width: 200px;
    margin: 40px auto 0;
}

/* Passions */
.ci82psw6bf-snippets {
    padding: 120px 20px;
    background: #77CBFF;
}

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

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

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

.ci82psw6bf-snippets__picture span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.ci82psw6bf-snippets__box img {
    margin-bottom: 20px;
}


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

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

.ci82psw6bf-support__picture {
    overflow: hidden;
    border-radius: 42px;
}

.ci82psw6bf-support__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

.ci82psw6bf-form__input::placeholder {
    color: #0C0F36;
}

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

label.error {
    display: none !important;
}

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

/* rules */

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

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

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

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

.ci82psw6bf-rules__thing {
    overflow: hidden;
    border-radius: 42px;
}

.ci82psw6bf-rules__thing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* pagefoot */

.ci82psw6bf-pagefoot {
    background: #0C0F36;
    color: #EBFAFF;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

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

.ci82psw6bf-pagefoot__list {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    color: #77CBFF;
}

.ci82psw6bf-pagefoot__thing {
    padding: 2px;
    transition: .3s;
}

.ci82psw6bf-pagefoot__thing:hover {
    color: #EBFAFF;
}

/* Info */

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

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

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

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

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

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

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

.ci82psw6bf-information a {
    display: inline-block;
    font-weight: 600;
    color: #0C0F36;
}



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

    .ci82psw6bf-toparea__menu {
        font-size: 14px;
        line-height: 18px;
        gap: 20px 18px;
    }

    .ci82psw6bf-button {
        height: 52px;
    }

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

    .ci82psw6bf-toparea__navbar 
    .ci82psw6bf-button {
        height: 52px;
        max-width: 180px;
    }
}


@media (max-width: 1060px) {

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

    .ci82psw6bf-burger {
        display: flex;
    }

    .ci82psw6bf-toparea {
        min-height: 80px;
    }

    .ci82psw6bf-toparea__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #EBFAFF;
        color: #0C0F36;
        width: 70%;
        overflow-y: auto;
    }

    .ci82psw6bf-toparea__menu {
        flex-direction: column;
    }

    .ci82psw6bf-toparea__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .ci82psw6bf-toparea__thing {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }
    
    .ci82psw6bf-topic {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 40px;
    }

    .ci82psw6bf-badge .ci82psw6bf-subtext {
        margin-bottom: 40px;
    }

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

    .ci82psw6bf-company {
        padding: 44px 20px 60px;
    }

    .ci82psw6bf-company__list {
        gap: 24px;
    }

    .ci82psw6bf-company__thing {
        gap: 24px;
    }

    .ci82psw6bf-company__picture {
        border-radius: 30px;
    }

    .ci82psw6bf-company__box {
        border-radius: 30px;
        padding: 30px;
    }

    .ci82psw6bf-logic {
        padding: 44px 20px 60px;
    }

    .ci82psw6bf-logic__box {
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 24px;
    }

    .ci82psw6bf-logic__list {
        gap: 24px;
    }

    .ci82psw6bf-logic__thing {
        border-radius: 30px;
    }

    .ci82psw6bf-benefits {
        padding: 44px 20px 60px;
    }

    .ci82psw6bf-benefits__block {
        gap: 24px;
        margin-bottom: 24px;
    }

    .ci82psw6bf-benefits__picture {
        border-radius: 30px;
    }

    .ci82psw6bf-benefits__box {
        border-radius: 30px;
        padding: 30px;
    }

    .ci82psw6bf-benefits__block-bottom {
        border-radius: 30px;
        padding: 30px;
    }

    .ci82psw6bf-snippets {
        padding: 44px 20px 60px;
    }

    .ci82psw6bf-snippets__list {
        gap: 24px;
    }

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

    .ci82psw6bf-snippets__picture span {
        font-size: 14px;
        line-height: 22px;
    }

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

    .ci82psw6bf-support__block {
       gap: 24px; 
    }

    .ci82psw6bf-support__picture {
        border-radius: 30px;
    }

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

    .ci82psw6bf-form__input {
        height: 52px;
    }

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

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

    .ci82psw6bf-rules__list {
        gap: 24px;
    }

    .ci82psw6bf-rules__thing {
        border-radius: 30px;
    }

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

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

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

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


@media (max-width: 860px) {

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

    .ci82psw6bf-company__thing {
        grid-template-columns: 1fr;
    }

    .ci82psw6bf-logic__list {
        grid-template-columns: 1fr;
    }

    .ci82psw6bf-benefits__block {
        grid-template-columns: 1fr;
    }

    .ci82psw6bf-snippets__picture img {
        width: 80px;
    }

    .ci82psw6bf-snippets__list {
        grid-template-columns: 1fr;
    }

    .ci82psw6bf-snippets__thing {
        grid-template-columns: 100px 1fr;
        gap: 12px;
    }

    .ci82psw6bf-snippets__box img {
        width: 120px;
        margin-bottom: 12px;
    }


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

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

    .ci82psw6bf-form__thing.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

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

    .ci82psw6bf-pagefoot__block {
        flex-direction: column-reverse;
    }

    .ci82psw6bf-toparea__navbar .ci82psw6bf-button {
        max-width: 100%;
    }

    .ci82psw6bf-pagefoot__list {
        flex-direction: column;
        gap: 10px;
    }
}
