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

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    min-height: 100%;
    overflow-x: hidden;
    background: #EDD5A9;
    color: #EDD5A9;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

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

/* Header */
.shn51z0aq-topzone {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
    transition: .3s;
    background: #2D1111BF;
    color: #EDD5A9;
    border-bottom: 1px solid #EDD5A933;
}

.shn51z0aq-topzone__global {
    width: 100%;
}

.shn51z0aq-topzone__menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    gap: 20px;
}

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

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

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

.shn51z0aq-topzone__marker {
	padding: 2px;
    transition: .3s;
}

.shn51z0aq-topzone__marker.active {
    color: #ffffff;
    font-weight: 600;
}

.shn51z0aq-topzone__marker:hover {
    color: #ffffff;
}

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

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

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

.toggle .route2 {
    display: none;
}

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


/* Content */
.shn51z0aq-topic {
    font-family: "Alike Angular", serif;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 75px;
}

.shn51z0aq-subtopic {
    font-family: "Alike Angular", serif;
    position: relative;
    z-index: 2;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 24px;
}

.shn51z0aq-button {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    background: #EDD5A9;
    color: #2D1111;
    width: 100%;
    height: 70px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 100px;
    border: 3px solid #EDD5A9;
    cursor: pointer;
    user-select: none;
}

.shn51z0aq-button__second {
    background: transparent;
    color: #EDD5A9;
}

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

.shn51z0aq-topzone__navbar .shn51z0aq-button {
    max-width: 230px;
}

.shn51z0aq-framebar .shn51z0aq-button {
    max-width: 230px;
}

/* framebar */
.shn51z0aq-framebar {
    position: relative;
    background-image: url(../images/framebar-bg-shn51z0aq.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;
}

.shn51z0aq-framebar__block {
    height: 100%;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px 90px;
}

.shn51z0aq-framebar__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shn51z0aq-framebar__illust {
    overflow: hidden;
    border-radius: 47px;
}

.shn51z0aq-framebar__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shn51z0aq-framebar__topic {
    font-family: "Alike Angular", serif;
    font-size: 75px;
    line-height: 83px;
    text-transform: uppercase;
    background: #C70808;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 12px;
}


/* intro */

.shn51z0aq-intro {
    padding: 100px 20px;
}

.shn51z0aq-intro__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.shn51z0aq-intro__marker {
    overflow: hidden;
    border-radius: 47px;
}

.shn51z0aq-intro__marker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shn51z0aq-intro__box {
    background: #2D1111;
    border-radius: 47px;
    padding: 70px 100px;
    margin-bottom: 24px;
}

.shn51z0aq-intro__box p + p {
    margin-top: 20px;
}

/* methods */

.shn51z0aq-methods {
    padding: 100px 20px;
}

.shn51z0aq-methods__box {
    background: #2D1111;
    border-radius: 47px;
    padding: 70px 100px;
}

.shn51z0aq-methods__box p + p {
    margin-top: 20px;
}

.shn51z0aq-methods__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.shn51z0aq-methods__marker {
    overflow: hidden;
    border-radius: 47px;
}

.shn51z0aq-methods__marker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shn51z0aq-methods .shn51z0aq-button {
    max-width: 230px;
    margin: 70px auto 0;
}

/* benefits */

.shn51z0aq-benefits {
    padding: 100px 20px;
    background-image: url(../images/benefits-bg-shn51z0aq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2D1111;
}

.shn51z0aq-benefits__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.shn51z0aq-benefits__illust {
    overflow: hidden;
    border-radius: 47px;
    border: 3px solid #EDD5A9;
}

.shn51z0aq-benefits__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shn51z0aq-benefits__box {
    border-radius: 47px;
    padding: 60px 80px;
    align-content: center;
    background: #EDD5A9;
}

.shn51z0aq-benefits__box h3 {
    font-family: "Alike Angular", serif;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
}

.shn51z0aq-benefits__box ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.shn51z0aq-benefits__block-bottom {
    background: #EDD5A9;
    border-radius: 47px;
    padding: 70px 100px;
    margin-bottom: 24px;
}


/* Passions */
.shn51z0aq-comments {
    padding: 100px 20px;
    background-image: url(../images/comments-bg-shn51z0aq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2D1111;
}

.shn51z0aq-comments__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.shn51z0aq-comments__marker {
    background: #EDD5A9;
    border-radius: 47px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    padding: 44px 30px 54px;
    text-align: center;
}

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

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

.shn51z0aq-comments__box img {
    justify-self: center;
}

.shn51z0aq-comments__box p {
    margin-bottom: 30px;
}


/* service */
.shn51z0aq-service {
	padding: 210px 20px 100px;
    flex-grow: 1;
}

.shn51z0aq-service__block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.shn51z0aq-service__illust {
    overflow: hidden;
    border-radius: 47px;
}

.shn51z0aq-service__illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shn51z0aq-form {
    background: #2D1111;
    border-radius: 47px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 70px 80px;
}

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

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

.shn51z0aq-form__input::placeholder {
    color: #2D1111;
}

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

label.error {
    display: none !important;
}

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

.shn51z0aq-form .shn51z0aq-subtopic {
    grid-column: 1/3;
}

.shn51z0aq-form .shn51z0aq-button {
    grid-column: 1/3;
}

/* criteria */

.shn51z0aq-criteria {
    padding: 160px 20px 120px;
}

.shn51z0aq-criteria__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.shn51z0aq-criteria__box {
    background: #2D1111;
    border-radius: 47px;
    padding: 70px 80px;
}

.shn51z0aq-criteria__box p + p {
    margin-top: 20px;
}

.shn51z0aq-criteria__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.shn51z0aq-criteria__marker {
    overflow: hidden;
    border-radius: 47px;
}

.shn51z0aq-criteria__marker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Footer */

.shn51z0aq-endblock {
    background: #2D1111;
    color: #EDD5A9;
    padding: 34px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-top: 1px solid #EDD5A9;
}

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

.shn51z0aq-endblock__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shn51z0aq-endblock__marker {
    padding: 2px;
    transition: .3s;
}

.shn51z0aq-endblock__marker:hover {
    color: #ffffff;
}

/* Info */

.shn51z0aq-information {
    padding: 160px 20px 120px;
    color: #2D1111;
}

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

.shn51z0aq-information h2 {
    font-family: "Alike Angular", serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
}

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

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

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

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

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



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

    .shn51z0aq-topzone__menu {
        font-size: 14px;
        line-height: 18px;
        gap: 20px 18px;
    }

    .shn51z0aq-button {
        height: 52px;
    }

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

    .shn51z0aq-topzone__navbar 
    .shn51z0aq-button {
        height: 52px;
        max-width: 180px;
    }
}


@media (max-width: 1060px) {

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

    .shn51z0aq-topzone {
        min-height: 80px;
    }

    .shn51z0aq-burger {
        display: flex;
    }

    .shn51z0aq-topzone__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #2D1111;
        color: #EDD5A9;
        width: 70%;
        overflow-y: auto;
    }

    .shn51z0aq-topzone__menu {
        flex-direction: column;
    }

    .shn51z0aq-topzone__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

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

    .shn51z0aq-framebar .shn51z0aq-subtext {
        margin-bottom: 40px;
    }

    .shn51z0aq-framebar__illust {
        max-width: 520px;
        margin: 0 auto;
        border-radius: 30px;
    }

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

    .shn51z0aq-intro {
        padding: 44px 20px 60px;
    }

    .shn51z0aq-intro__marker {
        border-radius: 30px;
    }

    .shn51z0aq-intro__illust {
        border-radius: 30px;
    }

    .shn51z0aq-intro__box {
        border-radius: 30px;
        padding: 30px;
    }

    .shn51z0aq-framebar__block {
        grid-template-columns: 1fr;
    }

    .shn51z0aq-framebar__topic {
        font-size: 32px;
        line-height: 40px;
    }

    .shn51z0aq-methods {
        padding: 44px 20px 60px;
    }

    .shn51z0aq-methods__box {
        padding: 30px;
        border-radius: 30px;
    }

    .shn51z0aq-methods__list {
        gap: 24px;
    }

    .shn51z0aq-methods__marker {
        border-radius: 30px;
    }

    .shn51z0aq-methods .shn51z0aq-button {
        margin: 40px auto 0;
    }

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

    .shn51z0aq-benefits__illust {
        border-radius: 30px;
    }

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

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

    .shn51z0aq-comments {
        padding: 44px 20px 60px;
    }

    .shn51z0aq-comments__list {
        gap: 24px;
    }

    .shn51z0aq-comments__marker {
        border-radius: 30px;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .shn51z0aq-comments__box p {
        margin-bottom: 16px;
    }

    .shn51z0aq-comments__illust span {
        font-size: 16px;
        line-height: 24px;
    }

    .shn51z0aq-service {
        padding: 130px 20px 60px;
    }

    .shn51z0aq-service__block {
       gap: 24px; 
    }

    .shn51z0aq-service__illust {
        border-radius: 30px;
    }

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

    .shn51z0aq-form__input {
        height: 52px;
    }

    .shn51z0aq-criteria {
        padding: 130px 20px 60px;
    }

    .shn51z0aq-criteria__block {
        grid-template-columns: 1fr;
    }

    .shn51z0aq-form .shn51z0aq-button {
        grid-column: auto;
    }

    .shn51z0aq-form .shn51z0aq-subtopic {
        grid-column: auto;
        margin-bottom: 14px;
    }

    .shn51z0aq-criteria__box {
        padding: 40px 30px;
        border-radius: 30px;
        grid-row: 1;
    }

    .shn51z0aq-criteria__list {
        gap: 24px;
    }

    .shn51z0aq-criteria__marker {
        border-radius: 30px;
    }

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

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

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

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


@media (max-width: 860px) {

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

    .shn51z0aq-methods__list {
        grid-template-columns: 1fr;
    }

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

    .shn51z0aq-comments__illust img {
        width: 80px;
    }

    .shn51z0aq-comments__list {
        grid-template-columns: 1fr;
    }

    .shn51z0aq-comments__marker {
        grid-template-columns: 100px 1fr;
    }

    .shn51z0aq-comments__box img {
        width: 120px;
    }

    .shn51z0aq-intro__list {
        grid-template-columns: 1fr;
    }


    .shn51z0aq-service__block {
        grid-template-columns: 1fr;
    }

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

    .shn51z0aq-form__marker.form-message {
        grid-column: auto;
        margin-bottom: 10px;
    }

    .shn51z0aq-criteria__list {
        grid-template-columns: 1fr;
    }

    .shn51z0aq-endblock__block {
        flex-direction: column-reverse;
    }

    .shn51z0aq-topzone__navbar .shn51z0aq-button {
        max-width: 100%;
    }

    .shn51z0aq-endblock__list {
        flex-direction: column;
        gap: 10px;
    }
}
