* {
    scroll-behavior: smooth;
    color: #4C4C4C;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.d-hide {
    display: none;
}

.m-hide {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
}

sup {
    font-size: 60%;
    color: inherit;
}

.container-1920 {
    width: clamp(100px, 100%, 1920px);
    margin: 0 auto;
}

.container-1200 {
    width: clamp(100px, 100%, 1200px);
    margin: 0 auto;
}

#header {
    padding: 18px 0 10px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

#mv-logo {
    margin: 0 60px 0 0;
}

#head {
    aspect-ratio: 32/15;
    background-image: url('../images/head-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#head-content {
    width: clamp(100px, 100%, 1200px);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: stretch;
    margin-top: -45px;
}

#head-data {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 0 20px 0 0;
    width: 100%;
    height: 700px;
}

#head-data > div:first-child {
    flex: 1 1 auto;
    margin: 120px 0 20px 0;
}

.head-start-text {
    padding: 60px 60px;
    background-color: #FFFFFF;
    border-radius: 40px;
}

.head-start-title {
    color: #EF7E00;
    font-size: 46px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    line-height: .9;
}

.head-start-subtitle {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.head-start-info {
    font-size: 20px;
    margin: 30px 0 0 0;
}

.head-start-btn {
    cursor: pointer;
    background-color: #E6331B;
    border-radius: 0 40px 0 40px;
    padding: 26px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    text-decoration: none;
}

.head-start-btn-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 20px 0 0;
}

.head-start-btn-arrow {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#bad-info {
    padding: 60px 0;
}

.bad-text {
    margin: 0;
    font-size: 70px;
    font-weight: 200;
    text-transform: uppercase;
}

.head-quest {
    padding: 50px 60px;
    background-color: #FFFFFF;
    border-radius: 40px;
}

.head-quest-num {
    margin: 0;
    background-color: #EF7E00;
    border-radius: 200px;
    color: #FFFFFF;
    padding: 6px 20px;
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 16px;
}

.head-quest-text {
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0 0 0;
    line-height: 1;
}

.head-answ {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    background-color: #FFFFFF;
    border-radius: 0 40px 0 40px;
    height: 120px;
    cursor: pointer;
}

.head-answ:hover {
    background-color: #EF7E00;
}

.head-answ.right, .head-answ.right:hover {
    background: #E6331B;
    background: linear-gradient(90deg,rgba(230, 51, 27, 1) 0%, rgba(239, 126, 0, 1) 100%);
}

.head-answ.wrong, .head-answ.wrong:hover {
    background: #4C4C4C;
}

.head-answ-num > div {
    width: 60px;
    height: 60px;
    border-radius: 0 0 40px 0;
    background: #E6331B;
    background: linear-gradient(90deg,rgba(230, 51, 27, 1) 0%, rgba(239, 126, 0, 1) 100%);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.head-answ-num > div > div {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.head-answ:hover > .head-answ-num > div {
    background: #FFFFFF !important;
}

.head-answ:hover > .head-answ-num > div > div {
    color: #EF7E00 !important;
}

.head-answ.right > .head-answ-num > div, .head-answ.right:hover > .head-answ-num > div, .head-answ.wrong > .head-answ-num > div, .head-answ.wrong:hover > .head-answ-num > div {
    background: transparent !important;
}

.head-answ-text {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    padding: 0 50px 0 20px;
}

.head-answ:hover > .head-answ-text, .head-answ.right > .head-answ-text, .head-answ.wrong > .head-answ-text {
    color: #FFFFFF !important;
}

.quest-data-info {
    margin: 50px 0 0 0;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 40px;
    padding: 60px;
}

.quest-data-info > p {
    font-size: 22px;
}

.quest-data-title {
    color: #E6331B;
    font-size: 32px !important;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.quest-data-table {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    margin: 40px 0;
}

.quest-data-table > div:not(:last-child) {
    margin-right: 30px;
}

.quest-data-table-cell {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
    flex-grow: 1;
    flex-basis: 0;
}

.quest-data-table-cell > div:last-child {
    padding-left: 10px;
    font-size: 22px;
}

.quest-data-block {
    background: #E6331B;
    background: linear-gradient(90deg,rgba(230, 51, 27, 1) 0%, rgba(239, 126, 0, 1) 100%);
    border-radius: 40px;
    padding: 40px;
    margin: 40px 0;
}

.quest-data-block > p {
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}

.quest-next-btn-container {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
    text-decoration: none;
}

.quest-next-btn {
    display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    background-color: #E6331B;
    border-radius: 0 40px;
    padding: 25px 40px;
    cursor: pointer;
}

.quest-next-btn > div:first-child {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 20px;
}

.quest-next-btn > div:last-child {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.src-list {
    border-top: 1px solid #C2C2C2;
    padding: 40px 0;
}

.src-list-title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 200;
    margin: 0 0 10px 0;
}

.src-list-data {
    padding-left: 20px;
}

.src-list-data > li {
    font-size: 14px;
    font-family: 'Rubik';
    color: #999999;
}

.src-list-data > li:not(:last-child) {
    margin-bottom: 5px;
}

.src-star-text {
    font-size: 14px;
    font-family: 'Rubik';
    color: #999999;
}

.quest-data-block-q3 {
    border-top: 1px solid #EF7E00;
    border-bottom: 1px solid #EF7E00;
    padding: 30px 0;
    margin: 0 0 30px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.quest-data-block-q3 > div {
    flex-grow: 1;
    flex-basis: 0;
}

.quest-data-block-q3 > div:first-child {
    margin-right: 60px;
}

.quest-data-block-q3 > div > p {
    font-size: 22px;
}

@media (max-width: 1920px) {
    #head {
        padding-bottom: 50px;
    }

    #head-content {
        margin-top: 0;
    }
}
