@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: #F3F6FF;
    color: #56627D;
}

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

.bsr61gaq2v-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

/* Header */
.bsr61gaq2v-tophead {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 24px 20px;
    transition: .3s;
    background: #193CA0;
}

.bsr61gaq2v-tophead__main {
    background: transparent;
}

.bsr61gaq2v-tophead.scroll {
    background: #193CA0;
}

.bsr61gaq2v-tophead__global {
    width: 100%;
}

.bsr61gaq2v-tophead__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    gap: 20px 48px;
    color: #ffffff;
}

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

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

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

.bsr61gaq2v-tophead__point {
    position: relative;
	padding: 2px;
    transition: .3s;
}

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

.bsr61gaq2v-tophead__point.active::after {
    background: #ffffff;
}

.bsr61gaq2v-tophead__point:hover::after {
    background: #ffffff;
}

.bsr61gaq2v-tophead .bsr61gaq2v-button {
    max-width: 142px;
}

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

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

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

.toggle .lane2 {
    display: none;
}

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

.bsr61gaq2v-tophead__logo {
    filter: drop-shadow(0px 0px 20px #6BBCFF);
}


/* Content */
.bsr61gaq2v-topic {
    font-size: 72px;
    line-height: 82px;
    font-weight: 800;
    margin-bottom: 42px;
}

.bsr61gaq2v-subtopic {
    color: #2D5ADE;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 20px;
}

.bsr61gaq2v-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: #ffffff;
    color: #56627D;
    width: 100%;
    height: 48px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 2px solid #ffffff;
    cursor: pointer;
    user-select: none;
}

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

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


/* overlay */
.bsr61gaq2v-overlay {
    position: relative;
    background-image: url(../images/overlay-bg-bsr61gaq2v.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 90vh;
    padding: 120px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #F0F7FF;
}

.bsr61gaq2v-overlay__block {
    max-width: 520px;
    height: 100%;
}

.bsr61gaq2v-overlay__block p {
    margin-bottom: 42px;
}

/* beliefs */

.bsr61gaq2v-beliefs {
    padding: 60px 20px 80px;
}

.bsr61gaq2v-beliefs__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    margin-bottom: 40px;
}

.bsr61gaq2v-beliefs__point {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 40px 50px;
    align-content: center;
    border: 5px solid #70A9FF;
}

.bsr61gaq2v-beliefs__point ul {
    list-style-type: disc;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bsr61gaq2v-beliefs__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bsr61gaq2v-beliefs__box p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #2D5ADE;
}

/* player */

.bsr61gaq2v-player {
    padding: 80px 20px;
}

.bsr61gaq2v-player__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.bsr61gaq2v-player__list::before,
.bsr61gaq2v-player__list::after {
    content: '';
    width: 400px;
    height: 540px;
    border: 5px solid #70A9FF;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    pointer-events: none;
}

.bsr61gaq2v-player__list::before {
    top: -60px;
    left: -60px
}

.bsr61gaq2v-player__list::after {
    bottom: -60px;
    right: -60px;
}

.bsr61gaq2v-player__point {
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #70A9FF;
}

.bsr61gaq2v-player__point img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* chores */

.bsr61gaq2v-chores {
    padding: 80px 20px;
}

.bsr61gaq2v-chores__block {
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
    gap: 24px 60px;
}

.bsr61gaq2v-chores__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bsr61gaq2v-chores__point {
    position: relative;
    padding-left: 24px;
}

.bsr61gaq2v-chores__point::before {
    content: '';
    background: #70A9FF;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.bsr61gaq2v-chores__photo {
    box-shadow: 0px 25px 50px -12px #00000040;
    border-radius: 50px;
}


/* Passions */
.bsr61gaq2v-extent {
    position: relative;
    padding: 80px 20px 160px;
}

.bsr61gaq2v-extent::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -76px;
    background-image: url(../images/extent-bg-bsr61gaq2v.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.bsr61gaq2v-extent__point {
    background: #ffffff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 30px 40px;
    border: 5px solid #70A9FF;
}

.bsr61gaq2v-extent__point span {
    color: #2D5ADE;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
}


/* guidance */
.bsr61gaq2v-guidance {
	padding: 180px 20px 100px;
    flex-grow: 1;
}

.bsr61gaq2v-guidance__block {
    display: grid;
    grid-template-columns: 620px 1fr;
    align-items: center;
    gap: 24px 40px;
}

.bsr61gaq2v-form {
    border-radius: 10px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 40px 40px 50px;
    border: 5px solid #70A9FF;
    background: #ffffff;
}

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

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

.bsr61gaq2v-form__input {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    height: 60px;
    background: #F6F8FF;
    color: #56627D;
    outline: none;
    padding: 6px 24px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 2px solid #56627D40;
}

.bsr61gaq2v-form__input::placeholder {
    color: #56627D;
}

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

label.error {
    display: none !important;
}

textarea.bsr61gaq2v-form__input {
    height: 160px;
    padding: 12px 20px;
}

.bsr61gaq2v-form .bsr61gaq2v-button {
    grid-column: 1/3;
    background: #2D5ADE;
    color: #FFFFFF;
    height: 70px;
    font-size: 24px;
    line-height: 30px;
    border: none;
}

/* workflows */

.bsr61gaq2v-workflows {
    padding: 180px 20px 100px;
}

.bsr61gaq2v-workflows__box {
    background: #ffffff;
    padding: 40px 40px 50px;
    border-radius: 10px;
    border: 5px solid #70A9FF;
}

.bsr61gaq2v-workflows__box p + p {
    margin-top: 16px;
}

.bsr61gaq2v-workflows__point {
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
    gap: 24px 60px;
}

.bsr61gaq2v-workflows__photo {
    box-shadow: 0px 25px 50px -12px #00000040;
    border-radius: 50px;
}


/* Footer */

.bsr61gaq2v-finale {
    position: relative;
    color: #ffffff;
    background: #193CA0;
    padding: 24px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.bsr61gaq2v-finale::before {
    content: '';
    background: #F0F7FF40;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.bsr61gaq2v-finale__main {
    background: transparent;
}

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

.bsr61gaq2v-finale__list {
    display: flex;
    align-items: center;
    gap: 20px 32px;
    color: #A5CAFF;
}

.bsr61gaq2v-finale__point {
    padding: 2px;
    transition: .3s;
}

.bsr61gaq2v-finale__point:hover {
    color: #F7EAFF;
}

/* Info */

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

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

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

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

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

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

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

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



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

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

    .bsr61gaq2v-overlay {
        background-position: center;
    }

    .bsr61gaq2v-player__list::before, 
    .bsr61gaq2v-player__list::after {
        width: 320px;
        height: 440px;
    }
}



@media (max-width: 1060px) {

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

    .bsr61gaq2v-player__list::before,
    .bsr61gaq2v-player__list::after {
        border: 3px solid #70A9FF;
        width: 200px;
        height: 320px;
    }

    .bsr61gaq2v-tophead {
        padding: 14px 20px;
    }

    .bsr61gaq2v-burger {
        display: flex;
    }

    .bsr61gaq2v-tophead__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #193CA0;
        width: 70%;
        overflow-y: auto;
    }

    .bsr61gaq2v-tophead__menu {
        flex-direction: column;
    }

    .bsr61gaq2v-tophead__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .bsr61gaq2v-tophead__point {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }
    
    .bsr61gaq2v-topic {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .bsr61gaq2v-overlay {
        background-position: center;
    }

    .bsr61gaq2v-overlay__block p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .bsr61gaq2v-overlay__box:nth-child(2) {
        margin-left: 0;
    }

    .bsr61gaq2v-subtopic {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .bsr61gaq2v-beliefs {
        padding: 40px 20px 60px;
    }

    .bsr61gaq2v-beliefs__list {
        margin-bottom: 30px;
        gap: 24px;
    }

    .bsr61gaq2v-beliefs__point {
        padding: 30px 30px 40px;
        border: 3px solid #70A9FF;
    }

    .bsr61gaq2v-beliefs__box p {
        font-size: 20px;
        line-height: 28px;
    }

    .bsr61gaq2v-chores {
        padding: 40px 20px 60px;
    }

    .bsr61gaq2v-chores__list {
        gap: 24px;
    }

    .bsr61gaq2v-extent {
        padding: 40px 20px 60px;
    }

    .bsr61gaq2v-extent__list {
        gap: 24px;
    }

    .bsr61gaq2v-extent__point {
        padding: 30px 20px;
        border: 3px solid #70A9FF;
        gap: 16px;
    }

    .bsr61gaq2v-chores__point::before {
        width: 3px;
    }

    .bsr61gaq2v-guidance {
        padding: 140px 20px 60px;
    }

    .bsr61gaq2v-guidance__block {
        grid-template-columns: 420px 1fr;
        gap: 40px;
    }

    .bsr61gaq2v-form {
        padding: 30px 30px 40px;
    }

    .bsr61gaq2v-form__input {
        height: 52px;
    }

    .bsr61gaq2v-workflows {
        padding: 140px 20px 60px;
    }

    .bsr61gaq2v-extent__point span {
        font-size: 24px;
        line-height: 32px;
    }

    .bsr61gaq2v-player {
        padding: 40px 20px 60px;
    }

    .bsr61gaq2v-player__list {
        gap: 24px;
    }

    .bsr61gaq2v-player__point {
        border: 3px solid #70A9FF;
    }

    .bsr61gaq2v-chores__block {
        grid-template-columns: 240px 1fr;
        gap: 40px;
    }

    .bsr61gaq2v-workflows__box {
        padding: 30px 30px 40px;
        border: 3px solid #70A9FF;
    }

    .bsr61gaq2v-workflows__point {
        gap: 40px;
    }
    
    .bsr61gaq2v-information {
        padding: 120px 20px 60px;
    }

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

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

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


@media (max-width: 860px) {

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

    .bsr61gaq2v-player__list::before,
    .bsr61gaq2v-player__list::after {
        content: none;
    }

    .bsr61gaq2v-overlay {
        background-position: left;
    }

    .bsr61gaq2v-extent__list {
        grid-template-columns: 1fr;
    }

    .bsr61gaq2v-overlay__box:nth-child(2) {
        grid-row: auto;
        grid-column: auto;
    }

    .bsr61gaq2v-beliefs__list {
        grid-template-columns: 1fr;
    }

    .bsr61gaq2v-beliefs__box {
        flex-direction: column;
        align-items: flex-start;
    }

    .bsr61gaq2v-guidance__block {
        grid-template-columns: 1fr;
    }

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

    .bsr61gaq2v-guidance__photo {
        max-width: 400px;
        grid-row: 2;
    }

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

    .bsr61gaq2v-form__point.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

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

    .bsr61gaq2v-finale__block {
        flex-direction: column-reverse;
    }

    .bsr61gaq2v-tophead__navbar .bsr61gaq2v-button {
        max-width: 100%;
    }

    .bsr61gaq2v-player__list {
        grid-template-columns: 1fr;
    }

    .bsr61gaq2v-finale__list {
        flex-direction: column;
        gap: 10px;
    }

    .bsr61gaq2v-chores__block {
        grid-template-columns: 1fr;
    }

    .bsr61gaq2v-chores__photo {
        border-radius: 60px;
        max-width: 310px;
    }

    .bsr61gaq2v-workflows__point {
        grid-template-columns: 1fr;
    }

    .bsr61gaq2v-workflows__photo {
        border-radius: 60px;
        max-width: 260px;
        grid-row: 2;
    }

    .bsr61gaq2v-extent::after {
        bottom: -234px;
    }

    .bsr61gaq2v-finale {
        font-size: 14px;
        line-height: 22px;
    }
}
