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

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #1D1732;
}

.container-top {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

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

.viq04mzty-main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Header */
.viq04mzty-topbar {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 18px 20px;
    transition: .3s;
    background: #FFFFFF;
}

.viq04mzty-topbar.scroll {
    box-shadow: 0px 0px 4px 0px #4631FF;
}

.viq04mzty-topbar__menu {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    gap: 20px;
}

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

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

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

.viq04mzty-topbar__tacks {
	padding: 4px;
    transition: .3s;
}

.viq04mzty-topbar__tacks.active {
    color: #4631FF;
}

.viq04mzty-topbar__tacks:hover {
    color: #4631FF;
}

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

.viq04mzty-burger .viq04mzty-flow {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #4631FF;
    transition: transform 0.2s ease-out;
}

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

.toggle .flow2 {
    display: none;
}

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


/* Content */
.viq04mzty-topic {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.viq04mzty-subtopic {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
}

.viq04mzty-switch {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    color: #4631FF;
    width: 100%;
    height: 56px;
    padding: 6px 12px 6px 20px;
    transition: 0.5s;
    border-radius: 100px;
    border: 2px solid #4631FF;
    cursor: pointer;
    user-select: none;
}

.viq04mzty-switch img {
    margin-left: 12px;
}

.viq04mzty-switch__link {
    max-width: 240px;
}

.viq04mzty-switch__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*  */

.viq04mzty-demand {
    padding: 160px 20px 80px;
}

.viq04mzty-demand__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    background: #EAF0FF;
    border-radius: 40px;
    padding: 20px 30px;
}

.viq04mzty-demand__box {
    align-content: center;
    color: #4631FF;
}

.viq04mzty-demand__box .viq04mzty-topic {
    margin-bottom: 30px;
}

.viq04mzty-demand__box p {
    margin-bottom: 20px;
}

.viq04mzty-demand__pic {
    overflow: hidden;
    border-radius: 30px;
}

.viq04mzty-demand__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */

.viq04mzty-directives {
    padding: 80px 20px;
}

.viq04mzty-directives__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    background: #EAF0FF;
    border-radius: 40px;
    padding: 20px 0 20px 60px;
    margin: 0 60px;
}

.viq04mzty-directives__box {
    align-content: center;
    color: #4631FF;
}

.viq04mzty-directives__box ul {
    list-style-type: disc;
    padding-left: 24px;
}

.viq04mzty-directives__box ul li {
    margin-bottom: 20px;
}

.viq04mzty-directives__pic {
    overflow: hidden;
    border-radius: 30px;
    margin: -80px 0;
}

.viq04mzty-directives__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* appendix */
.viq04mzty-appendix {
    position: relative;
    background-image: url(../images/appendix-bg-viq04mzty.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 180px 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.viq04mzty-appendix__box {
    display: flex;
    flex-direction: column;
}

.viq04mzty-appendix__box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 60px;
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 60px;
    font-weight: 700;
}

/* statement */

.viq04mzty-statement {
    padding: 80px 20px;
}

.viq04mzty-statement__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 42px;
}

.viq04mzty-statement__tacks {
    overflow: hidden;
    border-radius: 30px;
}

.viq04mzty-statement__tacks img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.viq04mzty-statement__box p {
    margin-bottom: 24px;
}

/* Passions */
.viq04mzty-posts {
    padding: 80px 20px 160px;
}

.viq04mzty-posts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.viq04mzty-posts__tacks {
    background: #EAF0FF;
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
}

.viq04mzty-posts__tacks p {
    font-size: 18px;
    line-height: 30px;
}

.viq04mzty-posts .viq04mzty-subtopic {
    margin-bottom: 40px;
}

/* Footer */

.viq04mzty-finishzone {
    color: #1D1732;
    padding: 38px 20px;
    font-size: 16px;
    line-height: 24px;
    background: #EAF0FF;
}

.viq04mzty-finishzone__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.viq04mzty-finishzone__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.viq04mzty-finishzone__list h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #4631FF;
}

.viq04mzty-finishzone__tacks {
    padding: 2px;
    transition: .3s;
    display: flex;
    align-items: center;
}

.viq04mzty-finishzone__tacks img {
    margin-right: 10px;
}

.viq04mzty-finishzone__tacks:hover {
    color: #4631FF;
}

.viq04mzty-finishzone__list-top .viq04mzty-finishzone__tacks {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}



/* Info */

.viq04mzty-information {
    padding: 160px 20px 120px;
    color: #353948;
}

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

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

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

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

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

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

.viq04mzty-information a {
    display: inline-block;
    font-weight: 600;
    color: #4631FF;
}



@media (max-width: 1060px) {

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

    .viq04mzty-topbar__logo img {
        width: 58px;
    }

    .viq04mzty-appendix {
        padding: 160px 20px 60px;
        min-height: auto;
    }

    .viq04mzty-switch__link {
        max-width: 200px;
    }

    .viq04mzty-burger {
        display: flex;
    }

    .viq04mzty-topbar__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #ffffff;
        color: #1D1732;
        width: 80%;
        overflow-y: auto;
    }

    .viq04mzty-topbar__navbar {
        padding: 80px 20px 40px;
        justify-content: center;
    }

    .viq04mzty-topbar__menu {
        flex-direction: column;
    }

    .viq04mzty-topbar__tacks {
        text-align: center;
        width: 100%;
    }
    
    .viq04mzty-topic {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .viq04mzty-demand__box .viq04mzty-topic {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .viq04mzty-appendix__box ul {
        grid-template-columns: 1fr;
        gap: 10px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .viq04mzty-subtopic {
        font-size: 32px;
        line-height: 40px;
    }

    .viq04mzty-statement {
        padding: 40px 20px;
    }

    .viq04mzty-statement__list {
        gap: 24px;
    }

    .viq04mzty-appendix__block {
        grid-template-columns: 1fr;
    }

    .viq04mzty-demand {
        padding: 60px 20px 40px;
    }

    .viq04mzty-directives__block {
        margin: 0;
        padding: 20px 0 20px 30px;
    }

    .viq04mzty-posts {
        padding: 48px 20px 88px;
    }

    .viq04mzty-posts .viq04mzty-subtopic {
        margin-bottom: 20px;
    }

    .viq04mzty-posts__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .viq04mzty-posts__tacks {
        padding: 30px 20px;
    }

    .viq04mzty-posts__tacks p {
        font-size: 16px;
        line-height: 28px;
    }

    .viq04mzty-directives {
        padding: 40px 20px;
    }

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

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

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

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

    .viq04mzty-finishzone__list h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .viq04mzty-finishzone__list-top .viq04mzty-finishzone__tacks {
        font-size: 18px;
        line-height: 24px;
    }
}


@media (max-width: 860px) {

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

    .viq04mzty-demand__block {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .viq04mzty-directives__block {
        grid-template-columns: 1fr;
        padding: 20px 30px;
        border-radius: 24px;
    }

    .viq04mzty-directives__pic {
        margin: 0;
        border-radius: 20px;
    }

    .viq04mzty-demand__pic {
        border-radius: 20px;
    }

    .viq04mzty-posts__list {
        grid-template-columns: 1fr;
    }

    .viq04mzty-posts__tacks {
        border-radius: 24px;
    }

    .viq04mzty-statement__tacks {
        border-radius: 20px;
    }

    .viq04mzty-finishzone__list {
        flex-direction: column;
        gap: 10px;
    }

    .viq04mzty-finishzone__block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
