﻿@media (min-width:0) {
    .w100 {
        width: 100%;
    }

    /* boxes ......................................................................................................................*/
    .box {
        background: #fff;
        display: flex;
        padding: var(--padding-container);
        margin: var(--padding-container) 0;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .box-a, .box-b {
        text-align: center;
        flex-wrap: wrap;
        gap: var(--padding-container) 6px;
    }

    .box-c,
    .box-d {
        flex-direction: column;
        gap: var(--padding-container);
    }

    .box-a .title,
    .box-b .title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .box-a .title .text,
        .box-b .title .text {
            text-align: right;
        }

        .box-a .title span,
        .box-b .title span {
            font-size: 12px;
            font-weight: 450;
            line-height: 166% !important;
            color: #74777C;
            display: block;
        }

        .box-a .title b,
        .box-b .title b {
            font-size: 14px;
            font-weight: 600;
            display: block;
        }

        .box-a .title img,
        .box-b .title img {
            cursor: pointer;
        }

    .box-a .item,
    .box-b .item,
    .box-c .item,
    .box-d .item {
        color: var(--second-color);
        font-variation-settings: "DOTS" 1;
        font-size: 10.5px;
        font-weight: 600;
        display: block;
    }

    .box-a .item,
    .box-b .item {
        width: calc(25% - 6px);
    }

    .box-c .item,
    .box-d .item {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
    }

        .box-c .item:not(:last-child)::before,
        .box-d .item:not(:last-child)::before {
            content: '';
            position: absolute;
            bottom: -7.5px;
            left: 0;
            right: calc(13% + 15px);
            height: 1px;
            background: #F2F3F6;
        }

    .box-b .item.all {
        cursor: pointer;
    }

    .box-a .icon,
    .box-b .icon,
    .box-c .icon {
        border-radius: 12px;
        padding: 10px;
        box-sizing: border-box;
    }

    .box-a .icon {
        padding: 10px;
    }

    .box-a .icon,
    .box-b .icon {
        margin: 0 auto 8px;
        width: 80%;
    }

    .box-c .icon {
        width: 13%;
    }

    .box-a .icon,
    .box-c .icon {
        background: var(--main-color-lighter);
    }

    .box-b .icon {
        border: .5px solid #DFE1E5;
    }

    .box-b .item.all .icon {
        border: none;
        background: #ffefed;
    }

    .box-a .icon img,
    .box-b .icon img,
    .box-c .icon img,
    .box-d .icon img {
        width: 100%;
        display: block;
    }

    .box .title {
        font-weight: 600;
        font-variation-settings: "DOTS" 1;
        color: var(--second-color);
    }

    .box-c .text,
    .box-d .text {
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .box-a .title img,
        .box-b .title img,
        .box-c .text img {
            width: 35px;
            background: #f1f1f1;
            padding: 8px;
            border-radius: 50%;
            box-sizing: border-box;
            filter: opacity(0.8);
        }

    .box-c b {
        display: block;
    }

    .box-c small {
        font-weight: 370;
    }

    .box-first {
        margin-top: -75px;
        position: relative;
    }

    .box-d .item:not(:last-child)::before {
        right: calc(20px + 15px);
    }

    .box-d .text {
        width: calc(100% - 15px - 20px);
    }

        .box-d .text b {
            font-size: 14px;
            font-weight: 370;
            color: var(--text-onback-low);
        }

    .box-d .icon {
        width: 25px;
        filter: contrast(0.1);
    }

    .box-d .text img {
        width: 15px;
        opacity: .7;
    }

    /*......................................................................................................................*/
    h2 {
        margin: auto;
        font-size: 18px;
        font-weight: 450;
    }

    h3 {
        color: var(--text-onback-low);
        font-weight: 450;
        margin: 0;
    }

    h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--second-color);
        margin: 0 0 var(--padding-container);
    }

    .description {
        color: var(--text-onback-low);
        text-align: center;
        font-weight: 450;
        margin-top: 0;
    }

    .module {
        background: #fff;
        min-height: 100vh;
        margin: calc(-1 * var(--padding-container));
        padding: var(--padding-container);
        box-sizing: border-box;
        /**/
        padding-bottom: 190px;
    }

    /*imaportantText*/
    .imaportantText {
        background: var(--main-color);
        border-radius: 12px;
        padding: 10px;
        box-sizing: border-box;
        color: #f1f1f1;
        margin-bottom: var(--padding-container);
        box-shadow: 0 5px 7px #7713085e;
    }

    .topTitle {
        width: 100%;
        font-weight: 450;
        margin: 30px 0 10px;
        color: var(--text-onback-low);
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .topTitle span {
            flex-grow: 1;
            border-top: 1px solid #DFE1E5;
        }

    .modules-distance {
        margin: var(--padding-container) 0;
        border-bottom: 1px dashed #DFE1E5;
    }

    .reportText {
        margin: var(--padding-container) 0;
        padding: 10px;
        background: #818181;
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 5px 7px #8181815e;
        box-sizing: border-box;
        display: block;
    }

    .result-item .title {
        padding-bottom: 10px;
    }

    /*......................................................................................................................*/
    .aroundSpace {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #3333332b;
        z-index: 4;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

        .aroundSpace.show, .popup:target .aroundSpace {
            opacity: 1;
            visibility: visible;
        }

    /* popup......................................................................................................................*/
    .popup {
        position: fixed;
        left: var(--margin-container);
        right: var(--margin-container);
        top: 0;
        bottom: 0;
        z-index: 5;
        display: flex;
        align-items: flex-end;
        transform: translateY(100%);
        transition: .5s;
    }

        .popup:target {
            transform: translateY(0);
        }

        .popup > div {
            width: 100%;
            background: #fff;
            border-radius: 24px 24px 0 0;
            max-height: 90%;
            overflow: auto;
            padding: var(--padding-container);
            box-sizing: border-box;
        }

        .popup .close {
            cursor: pointer;
            width: 30px
        }

        .popup .aroundSpace {
            z-index: -1;
        }
    /**/
}

@media (min-width: 525px) {
    .box-a .icon, .box-b .icon {
        width: 50%;
    }

    .box-a .icon,
    .box-b .icon,
    .box-c .icon {
        padding: 15px;
    }

    .box-a .icon {
        padding: 12px;
    }
}

@media (min-width: 768px) {
}

@media (min-width:992px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-thumb {
        background: #c4c4c4;
        border-radius: 48px
    }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--main-color)
        }

    ::-webkit-scrollbar-track {
        background: #fff;
    }
}

@media (min-width:1200px) {
    .box-a .icon, .box-b .icon {
        padding: 12px;
    }

    .box-c .icon {
        width: 10%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 0) {
}
