BODY {
    font-family: "Imago", sans-serif;
    font-size: 16px;
    font-weight: 300;
    min-width: 320px;
    margin: 0;
    padding: 0;
}

MAIN {
    margin: auto;
    max-width: 1400px;
    padding: 20px;
}

IMG {
    max-width: 100%;
}

A {
    color: #0066CC;
}

h1 {
    font-size: 2.2rem;
    color: #0066CC;
    line-height: 1em;
    margin: .8em 0 .4em;
}

h2{
    color: #0066CC;
    margin: .8em 0 .4em;
}

@media (max-width: 1199.98px) {
    BODY {
        font-size: 17px;
    }
    h1 {
        font-size: 3.6rem;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 767.98px) {
    BODY {
        font-size: 16px;
    }
    h1 {
        font-size: 2.8rem;
    }
    MAIN {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    BODY {
        font-size: 15px;
    }
    h1 {
        font-size: 2.4rem;
    }
    MAIN {
        padding: 5px;
    }
}

.main-page .head {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
    margin-bottom: 50px;
}

.main-page .head h1 {
    margin: 0;
}

.main-page .card-list {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px
}

.main-page .card-single {
    background-color: #ffffff;
    border: 1px solid #B3D1F0;
    padding: 40px;
    position: relative;
    margin-top: 60px;
}

.main-page .card-single::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    top: -41px;
    right: -1px;
    border: 1px solid #B3D1F0;
    border-bottom: none;
}

.main-page .card-single::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #DCE8F6;
    width: 86%;
    height: 100%;
    left: 7%;
    top: -60px;
    z-index: -1;
}

.main-page .card-single .title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #4D4D4D;
}

.main-page .card-single .description {
    font-size: 1rem;
    margin-top: .5em;
    color: #666666;
}

.main-page .card-single .bottom {
    margin-top: 2rem;
}

.main-page .card-single .category {
    display: table-cell;
    color: #00A0E3;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05em;
    position: absolute;
    top: -25px;
    right: 0;
    width: 200px;
    height: 21px;
    text-align: center;
}

.button {
    position: relative;
    display: inline-block;
    background-color: #0066CC;
    color: #ffffff;
    text-decoration: none;
    padding: .7em 1.4em;
    border: none;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
}

.button:disabled {
    background-color: #9F9F9F !important;
}

.button:hover {
    background-color: #187de2;
    cursor: pointer;
}

.button.button-arrow::after {
    content: "";
    position: absolute;
    display: block;
    right: -15px;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 100%;
    background: #0066CC;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    transform: rotate(180deg);
}

.button.button-arrow:hover::after {
    background: #187de2;
}

.button.button-arrow:disabled::after {
    background-color: #9F9F9F !important;
}

.button.button-back {
    background-color: #FFFFFF;
    color: #0066CC;
    text-decoration: underline;
    margin-top: 1em;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .main-page .card-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-page .head .logo {
        max-width: 100px;
    }
}

@media (max-width: 767.98px) {
    .main-page .card-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.98px) {
    .main-page .card-list {
        gap: 30px;
    }
    .main-page .card-single {
        padding: 20px;
        margin-top: 50px;
    }
    .main-page .card-single::before {
        width: 230px;
        height: 30px;
        top: -31px;
    }
    .main-page .card-single .category {
        top: -20px;
        width: 230px;
        height: 21px;
    }
    .main-page .card-single::after {
        top: -50px;
    }
    .main-page .head .logo {
        max-width: 60px;
    }
    .button {
        font-size: 1.2em;
    }
}

@media (max-width: 375.98px) {
    .main-page .head {
        flex-direction: column-reverse;
    }
    .main-page .card-single::before {
        width: 180px;
    }
    .main-page .card-single .category {
        width: 180px;
    }
    .main-page .head .logo {
        margin-bottom: 1rem;
    }
}
/* IKS START */

.iks-content {
    border: 1px solid #B3D1F0;
    position: relative;
    background-color: #ffffff;
}

.iks-content::before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: -51px;
    right: -1px;
    border: 1px solid #B3D1F0;
    border-bottom: none;
    background-image: url("../img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.iks-container .iks-head {
    display: flex;
    width: calc(100% - 50px);
    margin: auto;
    background-color: #DCE8F6;
}

.iks-container .iks-head .title {
    background-color: #DCE8F6;
    padding: 12px 20px;
    padding-right: 120px;
}

.iks-container .iks-head .title {
    color: #0066CC;
    font-weight: bold;
    font-size: 0.8em;
}

.iks-container .iks-content {
    padding: 40px;
}

.iks-steps,
.iks-result,
.iks-about,
.iks-step-single{
    display: none;
    opacity: 0;
}

.iks-steps.active,
.iks-result.active,
.iks-about.active,
.iks-step-single.active {
    display: block;
    z-index: 5;
    opacity: 1;
}

.iks-steps-nav {
    margin-bottom: 2em;
    overflow: hidden;
}

.iks-steps-nav .iks-steps-nav-line {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.iks-steps-nav .iks-steps-nav-line::before {
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 4px;
    z-index: 1;
}

.iks-steps-nav .iks-steps-nav-dot {
    display: inline-block;
    line-height: 0;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    z-index: 3;
    position: relative;
}

.iks-steps-nav .iks-steps-nav-dot.active {
    border-color: #0066CC;
    background-color: #0066CC;
}

.iks-steps-nav .iks-steps-nav-dot.current {
    border-color: #0066CC;
    background-color: #0066CC;
    z-index: 2;
}

.iks-steps-nav .iks-steps-nav-dot.current::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 2000px;
    top: 3px;
    right: 0;
    z-index: 1;
    background-color: #0066CC;
}

.iks-steps-nav .iks-steps-nav-title {
    font-size: .8em;
    color: #666666;
    margin-top: 0.6em;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .iks-container .iks-content {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .iks-container .iks-head .title {
        padding: 20px;
        padding-right: 100px;
    }
    .iks-container .iks-content {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .iks-container .iks-head .title {
        padding-right: 80px;
    }
    .iks-container .iks-content {
        padding: 15px;
    }

    .iks-content::before {
        width: 80px;
        height: 50px;
        top: -51px;
    }

    .iks-container .iks-head {
        width: calc(100% - 25px);
    }

    .iks-container .iks-head .title {
        padding: 10px;
        padding-right: 60px;
    }
}

/* IKS END */

/* IKS CONTENT START */

.iks-content h1 {
    margin: 0 0 .5em;
}

.iks-content h2 {
    color: #0066CC;
    font-size: 1.8em;
}

.iks-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.iks-info-meta .patient {
    display: flex;
    flex-basis: 40%;
    flex-direction: row;
    align-items: center;
}

.iks-info-meta .patient .title {
    font-weight: bold;
    color: #4D4D4D;
    font-size: 1.4em;
}

.iks-info-meta .patient .age {
    color: #00A0E3;
}

.iks-info-meta .patient .description {
    margin-top: 1em;
    color: #666666;
}

.iks-step-content > :first-child {
    margin-top: 0;
}

.iks-step-content > :last-child {
    margin-bottom: 0;
}

.iks-content ul {
    padding: 0;
    list-style: none;
}

.iks-content ul li {
    padding-left: 1.4em;
    position: relative;
    margin: .5em 0;
}

.iks-content ul li::before {
    content: "";
    display: inline-block;
    width: .6em;
    height: 1em;
    background-image: url("../img/bullet.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    left: 0;
    top: .2em;
    position: absolute;
}

.iks-step-bottom {
    margin-top: 1.5em;
}

@media (max-width: 1199.98px) {
    .iks-content h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .iks-content h1 {
        font-size: 2.2rem;
    }
    .iks-content h2 {
        font-size: 1.8em;
    }
}

@media (max-width: 767.98px) {
    .iks-content h2 {
        font-size: 1.6em;
    }
    .iks-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .iks-content h2 {
        font-size: 1.4em;
    }
}

@media (max-width: 375.98px) {
    .iks-content h2 {
        font-size: 1.2em;
    }
}


/* Checkbox start */

.iks-checkbox-list {
    display: grid;
    gap: 20px;
}

.iks-checkbox {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iks-checkbox-head {
    position: relative;
}


.iks-checkbox label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
}

.iks-checkbox label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #B3D1F0;
    background-color: #F2F7FD;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 20px;
}

.iks-checkbox input:checked + label::before {
    border-color: #0066CC;
    background-color: #0066CC;
    background-image: url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.iks-checkbox input:checked ~ .content {
    background-color: #F1F7FD;
}

.iks-checkbox input:hover ~ .content {
    background-color: #F1F7FD;
}

.iks-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.iks-checkbox .content {
    background-color: #ffffff;
    border: 1px solid #B3D1F0;
    padding: 15px;
    padding-left: 55px;
}

.iks-checkbox .content .title {
    font-weight: bold;
    font-size: 1.1em;
    color: #4D4D4D;
}

.iks-checkbox .content .description {
    margin-top: .4em;
    font-size: 1em;
    color: #666666;
}

.iks-checkbox .result {
    background-color: #FAFCFE;
    color: #666666;
    display: none;
}

.iks-checkbox .result-head {
    padding: 20px;
    font-weight: bold;
    color: #4D4D4D;
}

.iks-checkbox .result-content {
    padding: 20px;
    padding-top: 0;
}

.iks-checkbox .result-content > :first-child {
    margin-top: 0;
}
.iks-checkbox .result-content > :last-child {
    margin-bottom: 0;
}


@media (max-width: 575.98px) {
    .iks-checkbox label {
        padding: 10px;
    }
    .iks-checkbox .content {
        padding: 10px;
        padding-left: 40px;
    }
    .iks-checkbox label::before {
        left: 10px;
    }
    .iks-checkbox .result-head {
        padding: 10px;
    }

    .iks-checkbox .result-content {
        padding: 10px;
    }
}

/* Checkbox end */

/* Radio start */

.iks-radio-list {
    display: grid;
    gap: 20px;
}

.iks-radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    pointer-events: none;
}

.iks-radio label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    pointer-events: auto;
}

.iks-radio input:checked + label::before {
    border-color: #0066CC;
    background-color: #0066CC;
    background-image: url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.iks-radio input:checked ~ .content {
    background-color: #F1F7FD;
}

.iks-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.iks-radio .content {
    background-color: #0066CC;
    padding: 15px;
    color: #ffffff;
    position: relative;
    width: calc(100% - 25px);
    box-sizing: border-box;
}

.iks-radio .content::after {
    content: "";
    position: absolute;
    display: block;
    right: -25px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 100%;
    background: #0066CC;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    transform: rotate(180deg);
}

.iks-radio:hover .content {
    background-color: #187de2;
}

.iks-radio:hover .content::after {
    background: #187de2;
}

.iks-radio .content .title {
    font-weight: bold;
    font-size: 1.1em;
    color: #ffffff;
}

.iks-radio .content .description {
    margin-top: .4em;
    font-size: 1em;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .iks-checkbox label {
        padding: 10px;
    }
}

/* Radio end */


/* IKS CONTENT END */



/* RESULT START */

.result-percent .num-percent {
    font-size: 5em;
    color: #00A0E3;
}   

.result-score {
    background-color: #FAFCFE;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
    display: none !important;
}

.result-score-circles {
    position: relative;
    height: 250px;
    width: 250px;
    margin: -60px 0;
    flex-shrink: 0;
    flex-basis: 250px;
}

svg#result-score-circle-big {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    stroke-dasharray: 628; /* (2PI * 40px) */
    stroke-dashoffset: 1256;
}

svg#result-score-circle-middle {
    position: absolute;
    left: 35px;
    top: 35px;
    transform: rotate(-90deg);
    stroke-dasharray: 439; /* (2PI * 40px) */
    stroke-dashoffset: 439;
}

svg#result-score-circle-small {
    position: absolute;
    left: 60px;
    top: 60px;
    transform: rotate(-90deg);
    stroke-dasharray: 251; /* (2PI * 40px) */
    stroke-dashoffset: 251;
}

.result-score .content {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

.result-score .scores .score {
    font-weight: bold;
    font-size: 1.2em;
}

.result-score .scores .score .num {
    font-weight: bold;
    font-size: 1.6em;
}

.result-score .scores .score.score-current {
    color: #00A0E3;
}

.result-score .scores .score.score-max {
    color: #0066CC;
}

.result-score .scores .score.score-average {
    color: #9F9F9F;
}

.iks-result h2 {
    color: #4D4D4D;
}

.result-list {
    position: relative;
}

.result-list::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DCE8F6;
    top: 0;
    left: 5px;
}

.result-single {
    padding-left: 30px;
    position: relative;
    margin: 20px 0;
}

.result-single .result-single-head {
    font-size: 1.2em;
    color: #4D4D4D;
    font-weight: bold;
    border: 1px solid #B3D1F0;
    padding: .5em 1em;
    padding-left: 2em;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.result-single .result-single-head::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #9F9F9F;
    border-radius: 8px;
    left: -30px;
    top: 50%;
    margin-top: -4px;
}

.result-single .result-single-head .num {
    position: absolute;
    color: #ffffff;
    background-color: #9F9F9F;
    left: -.6em;
    padding: .2em .3em;
    top: 50%;
    margin-top: -.85em;
    display: none;
}

.result-single.result-type-content .result-single-head {
    cursor: default;
}
.result-single.result-type-content .result-single-head::after {
    display: none;
}
.result-single.result-type-content .result-single-head .num {
    display: none;
}
.result-single.result-type-content.opened .result-single-content {
    display: none;
}

.result-single.result-plus .result-single-head .num,
.result-single.result-plus .result-single-head::before{
    background-color: #49A700;
}

.result-single.result-minus .result-single-head .num,
.result-single.result-minus .result-single-head::before{
    background-color: #CC0000;
}

.result-single .result-single-head::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.939331 3.06077L3.06065 0.939453L12 9.87879L20.9393 0.939453L23.0607 3.06077L12 14.1214L0.939331 3.06077Z' fill='%230066CC' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.result-single .result-single-content {
    display: none;
}

.result-single.opened .result-single-content {
    display: block;
}

.result-single.opened .result-single-head::after {
    transform: rotate(180deg);
}

.result-single-content-single {
    margin-top: 20px;
}

.result-single-content-single .head {
    background-color: #F2F7FD;
    padding: 20px;
}

.result-single-content-single .head .title {
    font-weight: bold;
    font-size: 1.1em;
    color: #4D4D4D;
}

.result-single-content-single .head .description {
    color: #666666;
}

.result-single-content-single .status {
    background-color: #E9E9E9;
}

.result-single-content-single .status .status-head {
    padding: 20px;
    position: relative;
    font-weight: bold;
    color: #4D4D4D;
    cursor: pointer;
}

.result-single-content-single .status .status-head::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.939331 3.06077L3.06065 0.939453L12 9.87879L20.9393 0.939453L23.0607 3.06077L12 14.1214L0.939331 3.06077Z' fill='%234D4D4D' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.result-single-content-single .status .status-content {
    padding: 0 20px 20px;
    color: #666666;
    display: none;
}

.result-single-content-single .status.opened .status-content {
    display: block;
}

.result-single-content-single .status.opened .status-head::after {
    transform: rotate(180deg);
}

.result-single-content-single .status .status-content > :first-child {
    margin-top: 0;
}

.result-single-content-single .status .status-content > :last-child {
    margin-bottom: 0;
}

.result-single-content-single.wrong .status {
    background-color: #FDF2F2;
}

.result-single-content-single.wrong .status-head {
    color: #CC0000;
}

.result-single-content-single.wrong .status .status-head::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.939331 3.06077L3.06065 0.939453L12 9.87879L20.9393 0.939453L23.0607 3.06077L12 14.1214L0.939331 3.06077Z' fill='%23CC0000' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
}

.result-single-content-single.right .status {
    background-color: #F6FBF2;
}

.result-single-content-single.right .status-head {
    color: #49A700;
    cursor: pointer;
}

.result-single-content-single.right .status .status-head::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.939331 3.06077L3.06065 0.939453L12 9.87879L20.9393 0.939453L23.0607 3.06077L12 14.1214L0.939331 3.06077Z' fill='%2349A700' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
}

@media (max-width: 991.98px) {
    .result-score .content {
        flex-direction: column;
        align-items: start;
    }
    .result-score .content .buttons {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .result-score {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .result-score-circles {
        margin-bottom: 30px;
    }

    .result-score .content .buttons .button {
        margin-top: 10px;
    }
}


/* RESULT END */

/* Form with result start */

.step-form-with-result .button:not([data-show-form-result]){
    display: none;
}

.step-form-with-result.show-result .button[data-show-form-result] {
    display: none;
}
.step-form-with-result.show-result .button:not([data-show-form-result]){
    display: block;
}

.step-form-with-result.show-result .iks-checkbox {
    cursor: auto;
}
.step-form-with-result.show-result .iks-checkbox label {
    display: none;
}
.step-form-with-result.show-result .iks-checkbox .content {
    padding-left: 15px;
}

.step-form-with-result.show-result .iks-checkbox:not(.checked) {
    display: none;
}

.step-form-with-result.show-result .iks-checkbox .result {
    display: block;
}

@media (max-width: 575.98px) {
    .step-form-with-result.show-result .iks-checkbox .content {
        padding-left: 10px;
    }
}

/* Form with result end */

/* Disclaimer start */

.iks-disclaimer {
    padding: 25px;
    color: #dfdfdf;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .iks-disclaimer {
        padding: 15px;
        font-size: 13px;
    }
}

/* Disclaimer end */




@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}
