html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: inherit;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    cursor: pointer;
}

input, button {
    border: 0;
}

p {
    margin-bottom: 1rem;
}

img, svg {
    vertical-align: middle;
}

.container, .min-container, .medium-container {
    /* position: relative; */
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
}

.container {
    max-width: var(--width-larger);
}

.medium-container {
    max-width: 864px;
}

.min-container {
    max-width: var(--width-tiny);
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clear {
    clear: both;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: normal;
    background-color: var(--bg-main);
    color: var(--color-black);
    font-size: var(--size-normal);
}

/*menu*/
header {
    background-image: url("../imgs/gridline-header-iq-test.png");
    background-size: 30px 30px;
    background-repeat: repeat;
}

.grid__menu {}

.grid__menu--heading {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.grid__menu--heading-logo {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    /* transform: translateY(-50%); */
}

.grid__menu--heading-logo-text {
    color: var(--color-white);
    font-size: var(--size-medium);
}

.navigation__menu {
    background-color: var(--color-blue);
}

.navigation__menu ul {
    display: flex;
    padding-left: 100px;
    overflow: hidden;
    align-items: center;
}

.navigation__menu ul li a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    color: var(--color-grey);
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
}

.navigation__menu ul li a:hover {
    color: var(--color-white);
}

.menu-icon {
    display: none;
}

.menu-button {
    width: 30px;
    padding: 10px 16px;
    box-sizing: unset;
    margin-left: -16px;
}

.mini-size {
    font-size: 13px;
    text-align: right;
}

/*mobile*/
.navigaton__menu--setting {
    display: flex;
    flex-direction: column;
    min-height: 50px;
    justify-content: center;
}

.navigation__menu .grid__menu--heading-logo {
    left: 50%;
    transform: translateX(-50%);
}

.brand-test {
    color: var(--color-white)
}

.mobile-navigation, .brand-test, .navigation__menu .grid__menu--heading-logo {
    display: none;
}

.mobile-navigation>a {
    padding: 1rem 0;
    font-weight: 600;
    color: var(--color-white)
}

/*home page game_play*/
.grid__iqtest {
    background-color: var(--bg-grey);
    padding: 3rem 0;
    position: relative;
}

.grid__iqtest--main::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--bg-grey);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.heading-size-larger, .heading-size-medium,.heading-size-middle {
    font-size: var(--size-gigantic);
    color: var(--color-blue);
    font-weight: bold;
    margin: 2rem 0;
}
.heading-size-middle{
	font-size: var(--size-larger);
}
.heading-size-medium {
    font-size: 24px;
    margin: 1rem 0;
}

.grid__iqtest--banner>p {
    font-size: var(--size-medium);
    font-weight: 500;
}

.iqtest__control {
    margin: 2rem 0;
}

.txt-button {
    color: var(--color-white);
    background-color: var(--color-orange);
    font-size: var(--size-medium);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--radius);
    font-weight: 700;
    padding: 1rem 0;
    text-align: center;
    width: 343px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.8;
}

.txt-button:hover {
    opacity: 1;
}

.txt-button:disabled {
    opacity: 0.8;
    cursor: default;
}

.iqtest__list {
    width: 343px;
    margin: 2rem auto;
    text-align: left;
}

.iqtest__list ul {
    list-style: disc;
    padding-left: 2rem;
}

.iqtest__list ul li {
    list-style: disc;
    margin: 0.5rem 0;
}

.flexing__box {
    display: flex;
    padding: 1.5rem 0;
}

.flexing__box--item {
    flex: 1;
}

.chart-info {
    padding: 0.5rem;
    background-color: var(--bg-grey);
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

.chart-info>div {
    width: 50%;
}

.flexing__box--item>ul {
    padding-left: 2rem;
    padding-top: 2rem;
    list-style: decimal;
}

.flexing__box--item>ul>li {
    list-style: decimal;
    list-style-position: inside;
}

.flexing__box--item-content {
    display: flex;
    flex-direction: column;
}

.color-blue {
    color: var(--color-blue)
}

.flexing__box--item-content>p {
    margin-top: 2rem;
    margin-left: 2rem;
    font-style: italic;
}

.text-button {
    text-align: right;
    margin-top: auto;

}

.text-button .button {
    font-size: var(--size-medium);
    color: var(--color-orange);
    font-weight: 700;
    /* padding: 0.5rem 1rem; */
    opacity: 0.8;
}

.text-button .button:hover {
    opacity: 1;
}

.grid__iqtest--description {}

.site__description h1,
.site__description h2,
.site__description h3,
.site__description h4,
.site__description h5,
.site__description h6 {
    color: var(--color-blue);
    font-weight: 700;
}

.site__description h1,
.site__description h2,
.site__description h3 {
    margin: 1rem 0;
}

.site__description h4,
.site__description h5,
.site__description h6 {
    margin: 0.5rem 0;
}

.site__description ul,
.site__description ol {
    padding-left: 2rem;
    list-style: disc;
	margin-bottom:1rem;
}

.site__description li {
    list-style: disc;
}

.site__description table {
    border-collapse: collapse
}

.site__description table th {
    font-weight: 600;
}

.site__description table td, .site__description table th {
    padding: 0.5rem;
    border: 1px solid #ddd;
    background-color: #fff;
}
.site__description img{
	max-width:100%;
	height:auto;
}
/*progress*/
.progress__bar {
    background-color: #fff;
}

.progress__bar--item {
    height: 48px;
}
.progress__bar--item>span{
	font-size:20px;
}
.progress__bar--line {
    width: 100%;
    max-width: 820px;
    background-color: #F0F2F5;
    border-radius: var(--radius);
    height: 12px;
    position: relative;
}

.progress__bar--success {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--color-orange);
    border-radius: var(--radius);
	transition: all .3s ease;
}

.progress__bar--success::after {
    content: attr(data-success);
    position: absolute;
    bottom: 12px;
    /* right: 0; */
	left:100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: var(--color-blue);
}

.progress__bar--success.progress__bar--successful {
    width: 100%;
}

.progress__bar--success.progress__bar--successful::after {
    content: ""
}

.banner-test {
    background-color: var(--color-white);
    /* border-radius: var(--radius); */
}

.txt-button.w-button-mini {
    width: 200px;
}

/*testing*/
#before-test {
    /* display: none; */
}

#before-test .banner-test {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#before-test, #results-testbox, #after-test {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#on-test {
    padding: 1rem 0;
}

#iqtest-holder-timeline {
    font-size: 28px;
    color: var(--color-orange)
}
.bg-white{
    background-color: #fff;
}
.testing--grid {
    text-align: center;
    padding: 1.25rem;
    background-color: var(--color-white);
    margin: 1.25rem 0;
}

.testing--image {
    text-align: center;
}

.testing--image svg {
    height: 350px;
    max-width: 600px;
    max-height: 30vh;
}

@media (max-height:630px) {
    .testing--image svg {
        max-height: calc(25.4vh) !important;
    }
}

.testing--text {
    font-size: var(--size-medium);
    color: var(--color-blue);
    font-weight: bold;

}

.testing--text-no-image {
    max-height: 30vh;
    height: 350px
}

@media (max-height: 630px) {
    .testing--text-no-image {
        height: 160px !important;
    }
}

.testing--grid>div {
    /* margin: 2rem 0; */
    margin-bottom: 1.25rem;

}

div#iqtest-holder-label {
    margin-bottom: 0;
}

.testing--question {
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.testing--question-item {
    padding: 0 0.5rem;
    width: 16.66666667%;
    aspect-ratio: 1 / 1;
    /* margin-top: 1rem; */
    text-align: left;
    color: var(--color-orange);
}

.testing--question-item-image {
    background-color: #fcf6f1;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: var(--radius);
    box-shadow: rgba(27, 31, 35, 0.15) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-top: 0.25rem;
    aspect-ratio: 1 / 1;
}

.testing--question-item svg {
    max-height: 100%;
}

.testing--question-item:hover .testing--question-item-image {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 3px 0px, rgba(50, 50, 93, 0.25) 0px 0px 1px 1px;
}

.testing--question-item.active {
    color: #00b81dbf;
}

.testing--question-item.active .testing--question-item-image {
    box-shadow: rgba(0, 184, 29, 0.75) 0px 1px 3px 0px, rgba(0, 184, 29, 0.75) 0px 0px 0px 1px;
}

.answertext {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width:420px) {
    .testing--question-item {
        width: 33.33333333%;
    }
}

.testing--submit .txt-button, #view-results.txt-button {
    opacity: 1;
}

.testing--submit .txt-button:disabled, #view-results.txt-button:disabled {
    opacity: 0.5;
    cursor: default;
}

/*game_loading*/
:root {
    --value: 0%;
}

#after-test .banner-test {
    padding-top: var(--margin-16)
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(closest-side, white 78%, transparent 80% 100%), conic-gradient(var(--color-blue) var(--value), var(--bg-grey) 0);
    margin: 1rem auto;
}

.progress-bar::before {
    content: attr(data-progress);
    font-size: 20px;
    font-weight: bold;
    color: var(--color-blue);
}

.grid__iqtest--checking {
    padding: 2rem;
    background-color: var(--color-blue);
}

.grid__iqtest--checking h2 {
    color: var(--bg-grey);
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 1rem;
}

.grid__iqtest--checking-box {
    max-width: 270px;
    margin: 0 auto;
}

.checking__list li {
    color: var(--color-grey);
    padding: 0.75rem;
    padding-left: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checking__list li svg {
    width: 20px;
    height: 20px;
    fill: var(--color-orange);
    margin: 0 1rem;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.checking__list li.active {
    color: var(--color-white);
}

.checking__list li.active svg {
    opacity: 1;
}

/*box_views_result*/
#results-testbox .banner-test {
    padding: var(--margin-40) 0;
}

.flexing__resutls--textbox {
    box-sizing: border-box;
    width: 265px;
    height: 40px;
    background: #F0F2F5;
    border: 1px solid #B4B4B4;
    border-radius: var(--radius);
    padding: 0.5rem 0.75rem;
    color: #B4B4B4;
}

.flexing__resutls--textbox::placeholder {
    color: #B4B4B4;
}

.flexing__resutls--textbox option {
    max-width: 100%;
    word-wrap: break-word;
}

.flexing__resutls--textbox:focus, .flexing__resutls--textbox.active {
    background-color: #FFE6D7;
    color: var(--color-black);
}

.flexing__resutls--textbox::-webkit-input-placeholder {
    color: #B4B4B4;
}

.flexing__resutls--textbox:focus::-webkit-input-placeholder {
    color: var(--color-black);
}

/* Firefox < 19 */
.flexing__resutls--textbox:-moz-placeholder {
    color: #B4B4B4;
}

.flexing__resutls--textbox:focus:-moz-placeholder {
    color: var(--color-black);
}

/* Firefox > 19 */
.flexing__resutls--textbox::-moz-placeholder {
    color: #B4B4B4;
}

.flexing__resutls--textbox:focus::-moz-placeholder {
    color: var(--color-black);
}

/* Internet Explorer 10 */
.flexing__resutls--textbox:-ms-input-placeholder {
    color: #B4B4B4;
}

.flexing__resutls--textbox:focus:-ms-input-placeholder {
    color: var(--color-black);
}

.flexing__resutls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flexing__resutls--item {
    margin: 0.75rem 0;
}

/*paper_result*/
/* .progress__bar,  */
/* #before-test, */
#on-test,
#after-test,
#results-testbox,
/* #results-testpaper, */
.abc {
    display: none;
}

footer {
    display: block;
}

#results-testpaper {
    padding: 0;
}

#results-testpaper .banner-test {
    padding: var(--margin-40) var(--margin-48);
}

#results-testpaper .heading-size-medium {
    margin: 0;
}

.heading__paper {
    margin-bottom: var(--margin-40);
}

#iptest-holder-username {
    font-size: var(--size-medium);
}

.sharing__button {
    margin-left: 1.25rem;
    width: 24px;
    height: 24px;
}

.infomation-test {
    width: 300px;
    min-width: 300px;
}

.name-date {
    line-height: 28px;
}

.iq-score {
    font-size: var(--size-larger);
    margin: var(--margin-24) 0;
}

#iqtest-holder--score {
    color: var(--color-orange)
}

#results-testpaper .checking__list li {
    color: var(--color-black);
    padding: 0.5rem 0;
    font-weight: 400;
    justify-content: flex-start;
}

#results-testpaper .checking__list li span {
    margin-left: 0.25em;
}

/*chart*/
.information-test--chart {
    width: 100%;
}

svg text tspan {
    fill: rgb(48, 48, 48) !important;
}

.heading__paper--text-title {
    font-size: var(--size-medium);
    margin: var(--margin-24) 0;
    display: block;
}

#results-testpaper .banner-test--chartrow,
#results-testpaper .banner-test-description-mobile {
    /* padding-top: 0; */
}

#results-testpaper .banner-test-description-mobile {
    background-color: var(--bg-grey);
    padding-right: 0;
    padding-left: 0;
}

/*footer*/
footer {
    background-color: var(--color-blue);
}

.footer__flexing {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0;
    box-sizing: border-box;
}

.footer__flexing .grid__menu--heading-logo {
    justify-content: center;
}

.footer__flexing .grid__menu--heading-logo-text {
    color: #fff;
}

.footer__flexing .logo-calculator {
    color: inherit;
}

.footer__links {
    text-align: center;
}

.link {
    display: inline-block;
    padding: 1rem;
    color: var(--color-white);
    font-weight: 600;
}

.footer__copyright {
    color: var(--color-grey)
}

.hidden-desktop {
    display: none;
}

#iqtest__text {
    padding-top: 0;
}

#iqtest__text .banner-test {
    padding: var(--margin-40);
}

#iqtest__text h1 {
    color: var(--color-orange);
    margin-bottom: var(--margin-40);
    margin-top: 0;
}

.test-done footer {
    display: block;
}

:root {
    --bg-main: #fff;
    --color-black: #212529;
    --color-blue: #033F5B;
    --color-orange: #E18A54;
    --color-grey: #B4B4B4;
    --color-white: #ffffff;
    --bg-grey: #f0f2f5;
    --font-family: 'Open Sans', sans-serif;
    --size-normal: 16px;
    --size-medium: 20px;
    --size-larger: 32px;
    --size-gigantic: 40px;
    --width-larger: 978px;
    --width-tiny: 752px;
    --radius: 5px;
    --margin-16: 1rem;
    --margin-20: 1.25rem;
    --margin-24: 1.5rem;
    --margin-28: 1.75rem;
    --margin-32: 2rem;
    --margin-40: 2.5rem;
    --margin-48: 3rem;
    --margin-52: 3.25rem;
}
@media (min-width:768px){
	.mobile-navigation{
		display:none!important;
	}
}
@media (max-width:767px) {
	/*menu*/

    .grid__menu, .navigation__menu ul, .test .menu-icon, .test .navigation__menu .grid__menu--heading-logo {
        display: none;
    }

    .menu-icon, .mobile-name, .home-page .navigation__menu .grid__menu--heading-logo, .brand-test {
        display: block;
    }

    .home-page .brand-test {
        display: none;
    }
    .banner-test {
        padding: 1.25rem 1.25rem !important;
    }

    .testing--image svg {
        height: 270px;
        max-width: 100%;
    }
}

@media (max-width:576px) {
    .testing--image svg {
        height: 220px;
        max-width: 100%;
    }

    /*default*/
    .container, .min-container, .medium-container {
        padding: 0 10px;
    }

    #iqtest__text {
        padding: 1.25rem 0;
    }

    #iqtest__text h1 {
        margin-bottom: 1.25rem;
    }

    .grid__iqtest {
        padding: 1.25rem 0;
    }

    /*home page*/
    .grid__iqtest--main .heading-size-larger {
        margin-top: 4.5rem;
        margin-bottom: 1rem;
    }

    .iqtest__control, .iqtest__list {
        margin: 1rem auto;
    }

    .flexing__box {
        flex-wrap: wrap;
    }

    .flexing__box--item {
        flex: auto;

    }

    .chart-info {
        margin: 0.75rem 0;
        padding: 1rem;
    }

    .chart-info>div {
        width: 100%;
        padding: 2px 0;
    }
	.chart-info>div:nth-child(2), .chart-info>div:nth-child(4){
		order: 1;
	}
    .flexing__box--item-content>p {
        margin-left: 0;
        margin-bottom: 0;
    }

    .flexing__box--item>ul {
        padding: 0;
        margin-top: 0.25rem;
    }

    .flexing__box--item>ul>li {
        margin: 0.5rem 0;
    }

    .text-button>a {
        padding: 1.25rem 0;
        display: inline-block;
        margin: 0;
    }

    .site__description h2, .site__description h3 {
        font-size: var(--size-medium);
    }

    .site__description h1 {
        font-size: 24px;
    }

    /*before test*/

    .progress__bar {
        display: none;
    }

    #before-test .heading-size-larger {
        margin-bottom: 5rem;
    }

    .txt-button, .iqtest__list, .txt-button.w-button-mini {
        width: 300px;
    }

    .txt-button {
        padding: 1.2rem 0;
    }

    /*on test*/
    .iqtest__list ul {
        padding-left: 1rem;
    }

    .testing--grid>div {
        margin: 0;
        /* padding: 0; */
    }

    .testing--grid div#iqtest-holder-label {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .answertext {
        font-size: var(--size-medium);
    }

    .banner-test {
        padding: 1rem 1.25rem !important;
    }

    .testing--statistic--item, .testing--statistic--item strong {
        display: flex;
        font-size: var(--size-normal);
    }

    .testing--statistic {
        min-height: 50px;
        background-color: var(--bg-grey);
        margin: 0 -10px;
        padding: 0 10px;
    }

    .statistic-question>strong::after {
        content: ",";
        margin-right: 0.25rem;
    }

    .testing--statistic--item>div>strong>span:last-child {
        margin-left: 0.25rem;
    }

    .testing--submit {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    #on-test {
        padding: 0;
    }

    .testing--grid {
        background-color: var(--color-white);
        padding: 1.25rem 10px;
        margin: 0;
    }

    .testing--question {
        margin: 1.25rem -10px !important;
    }

    .testing--question-item {
        padding: 0 10px;
        margin-top: 0.5rem;
    }

    #iqtest-holder-timeline {
        font-size: var(--size-medium);
    }

    .iqtest-holder-difficulty-text {
        font-size: var(--size-medium);
    }

    /*after test*/

    .grid__iqtest--checking {
        margin: 0 -1.25rem;
    }

    /*results testbox*/

    #results-testbox .banner-test {
        padding: 1rem 0.625rem;
    }

    .flexing__resutls--textbox {
        width: 100%;
        max-width: 335px;
    }

    .flexing__resutls {
        flex-direction: column;
    }

    #before-test, #results-testbox, #after-test {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .heading-size-medium {
        font-size: var(--size-medium);
    }

    /*paper results*/

    #results-testpaper {
        padding: 1.25rem 0;
    }

    #results-testpaper .banner-test {
        padding: 1rem 1.25rem;
    }

    .heading__paper {
        display: block;
        margin-bottom: 1rem;
    }

    .sharing__button {
        margin-left: 1rem;
    }

    #results-testpaper .heading-size-medium {
        margin-bottom: var(--margin-16);
        font-size: var(--size-larger);
        text-align: center;
    }

    .iq-score {
        margin: 0.5rem 0;
    }

    .heading__paper--flex {
        flex-direction: column;
    }

    .information-test--chart {
        margin-top: 0.5rem;
    }

    .heading__paper--text-title {
        margin: var(--margin-32) 0;
    }

    .iq-score {
        font-size: 2rem;
    }

    #results-testpaper .banner-test.banner-test-description-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    :root {
        --size-gigantic: 24px;
        --size-larger: 20px;
        --size-medium: 16px;
        --size-normal: 14px;
    }

}