
/*#region page */
header {
    margin: 0;
}

section {
    padding: 1.5rem 0;
    position: relative;
}

.section-p {
    line-height: 1.2;
}

/*
    section + section:before {
        content: "\f103";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        font-size: 26px;
        top: -2.4rem;
        left: 3rem;
        color: #e7e7ff;
    }*/




.container-fluid {
    padding: 0;
}

    section.white,
    .container-fluid > nav, .prod > section:nth-of-type(odd) {
        background: white;
    }

    .container-fluid > nav {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

section:last-child {
    padding-bottom: 0rem;
}


.section-head {
    display: flex;
    /* margin-bottom: .5rem; */
    justify-content: space-between;
    align-items: center;
}

    .section-head + .in-words {
        /* margin: .5rem auto 1rem; */
    }



h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--color-accent);
}

h3 {
    font-size: 1.1rem;
}

.section-head h2 {
    margin: 0;
}



/*#endregion */


/*#region factors-sec */

#factors-sec .middle {
    /* margin: 1rem  auto; */
    /* max-width: 40rem; */
    display: flex;
}

.scores-wrap .score-consd,
.line:not(.consd-card) .score-consd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 0.9em;
    align-items: center;
    padding: 0px 10px 0px 0;
    gap: 5px;
    background: #EDEDFF;
    border-radius: 22px;
}

.score-consd .ai{
    background:white;
    color: black !important;
}

.scores-wrap .outer,
.consd-card .score-box.ball .outer {
    font-size: 22px !important;
}

    /*#endregion */
    /*#region Techs */
    .techs {
        /* padding: 1rem 0 1rem; */
        /* font-size:0.8em; */
        margin-top: 0.7rem;
        border-top: 1px solid #f6edfb;
        padding-top: 0.2rem;
    }

.techs {
    display: none;
}

.line.show > .techs:not(:empty) {
    display: block;
}

.techs .line {
    margin-bottom: 2px;
    margin-top: 0.5rem;
}

.techs .line-body {
    /* border-radius: 14px; */
    display: grid;
    grid-template-columns: 25% repeat(1, 1fr);
    font-size: 14px;
    gap: 5px;
    padding: 0 5px;
    /* box-shadow: inset 0 0 7px 1px rgb(239 239 254 / 50%); */
    /* flex-wrap: wrap; */
    justify-items: start;
}

.techs .line:not(.alter-line) .line-body {
    /* background: #fcfcff !important; */
}

.techs .line-body > div:first-child {
    /* padding-right: 1.5rem; */
    /* font-size: .9rem; */
}

.techs .line-body > div:first-child {
    font-weight: 500;
    padding-top: 3px;
    line-height: 1;
    text-align: right;
    flex: 1;
    /* white-space: nowrap; */
    border: none !important;
}


.techs .read-more {
    font-size: 14px;
    margin-top: .5rem;
    text-align: left;
}

    .techs .read-more > div {
        display: flex;
        align-items: center;
    }

        .techs .read-more > div span {
            /* color: gray; */
            /*font-size: 0.9em;*/
        }

        .techs .read-more > div b {
            color: var(--color-accent);
            font-weight: normal;
        }

    .techs .read-more .btn {
        font-size: 14px;
        display: flex;
        align-items: center;
        border-color: #ededff;
        padding: 2px 5px;
    }

        .techs .read-more .btn i {
            font-size: 12px;
            color: #aeb4bb;
        }

.techs .line + .read-more {
    margin-top: .75rem;
    padding-top: .5rem;
    gap: .5rem;
    border-top: 1px solid #f6edfb;
}

.techs .read-more {
    margin-right: .5rem;
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
}
/*#endregion */

/*#region recomand */

.recomand {
    padding: 0.1em 0.5em;
    line-height: 1.9em;
    width: 100%;
    font-size: 11px;
    /* position: absolute; */
    /* top: 8px; */
    /* right: -1px; */
    background: var(--color-accent);
    color: white;
    /*color:white;*/
    font-weight: 500;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.recomand {
    font-size: 15px;
    line-height: 2;
}

    .recomand:not(.leading) {
        /* font-size: 16px; */
    }

    .recomand.TopRecomand, .recomand.leading {
        /*border: 2px solid #fadd40;*/
        /*border-radius: 3px;*/
        box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
        /* font-size: 12px; */
        /* padding: 0.1em 0.5em; */
        text-shadow: 0 0 4px #9d6c04;
        background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
        /* font-size: 18px; */
        z-index: 1;
    }


/*#endregion */

/*#region main-techs */
.main-techs {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    margin-top: 0.5rem;
    margin-bottom: 5px;
/*    border-top: 1px solid #f1f2ff;
    padding-top: 0.5rem;*/
}

    .main-techs > div {
        display: inline-flex;
        line-height: 1;
        gap: 2px;
        align-items: baseline;
    }

        .main-techs > div:not(:last-child):after {
            content: '|';
            color: var(--color-border);
            display: inline-flex;
            justify-content: center;
            margin-right: 5px;
            font-size: 9px;
        }

        .main-techs > div > label {
            color: gray;
            font-size: 0.9em;
        }

        .main-techs > div > span {
            /*font-weight: bold;*/
            display: inline-flex;
            align-items: baseline;
            gap: 2px;
            font-size: 15px;
        }

    .main-techs .unit {
        font-size: 0.8em;
        color: gray;
    }
/*#endregion */

/*#region saveuser-sec */
#saveuser-sec {
    background: #e5e5ff;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;


}
    #saveuser-sec > div {
        max-width: 24rem;
        margin: 0 auto;
    }
    #saveuser-sec .middle {
        margin: 1rem auto 0;
        display: flex !important;
    }

    #saveuser-sec .btn {
        text-decoration: none;
    }


/*#endregion */

@media (min-width: 768px) {
    .prod .alter {
        display: flex;
        gap: 0.7rem;
    }
}

@media (max-width: 767px) {
    section {
        padding: 1.5rem .75rem;
    }

    .section-p {
        font-size: 16px;
    }

    .recomand {
        line-height: 2.2;
    }
}

@media only screen and (min-width: 1280px) {

    .techs .read-more .btn {
        /* border:none; */
        /* padding:2px 5px; */
        /* color:var(--color-link); */
    }
}
