/* =====================================
   MĒRĶU BLOKS
   ===================================== */

.goals{

    max-width:900px;

    margin:40px auto 60px;

}


/* =====================================
   AUGŠĒJĀ DAĻA
   ===================================== */

#goalsCard{

    margin-top:50px;

}

.goals-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:60px;

}

.family-power,
.inner-power{

    display:flex;

    align-items:center;

    gap:12px;

}

.family-power span,
.inner-power span{

    font-size:21px;

    font-weight:600;

    color:#444;

    white-space:nowrap;

}

.line{

    width:90px;

    border-bottom:2px solid #444;

}

.power-code{

    display:flex;

    gap:10px;

}


/* =====================================
   SATURS
   ===================================== */

.goals-body{

    display:grid;

    grid-template-columns:1fr 1fr 180px;

    column-gap:35px;

    row-gap:25px;

    align-items:start;

}


/* =====================================
   KOLONNAS
   ===================================== */

.goal-column{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.goal-column h3{

    text-align:center;

    color:#3047b5;

    font-size:19px;

    line-height:1.35;

    margin-bottom:25px;

}

.goal-column h3 span{

    display:block;

    margin-top:6px;

    font-size:15px;

    font-weight:400;

    color:#3047b5;

}


/* =====================================
   VIENS MĒRĶIS
   ===================================== */

.goal-simple{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.goal-simple .circle{

    margin-top:18px;

}


/* =====================================
   PĀRIS
   ===================================== */

.goal-pair{

    display:flex;

    align-items:center;

    gap:18px;

}

.left-side{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.goal-row{

    display:flex;

    align-items:center;

    justify-content:flex-end;

    gap:18px;

}

.goal-row span{

    width:75px;

    text-align:right;

    font-size:17px;

}


/* =====================================
   APĻI
   ===================================== */

.circle{

    width:46px;

    height:46px;

    border:2px solid #444;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#fff;

    font-size:22px;

    font-weight:700;

    color:#222;

}


/* =====================================
   KRONŠTEINS
   ===================================== */

.bracket{

    width:18px;

    height:102px;

    border-right:2px solid #444;

    position:relative;

}

.bracket::before{

    content:"";

    position:absolute;

    top:0;

    right:0;

    width:14px;

    border-top:2px solid #444;

}

.bracket::after{

    content:"";

    position:absolute;

    bottom:0;

    right:0;

    width:14px;

    border-bottom:2px solid #444;

}

.result-circle{

    margin-left:0;

}


/* =====================================
   LABĀ KOLONNA
   ===================================== */

.right{

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    align-items:center;

    gap:45px;

    min-height:220px;

}

.right-block{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:15px;

}