
/* balance styles
--------------------------------------------- */
.balance {
    margin-top: 110px;
}

.balance:first-child {
    margin-top: 80px;
}

.balance .section__title {
    font-size: 67px;
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -0.66px;
}

.balance__item-title-mobile {
    display: none;
}

.balance__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.balance__item-big-title {
    margin: 0;
    color: #404041;
    font-family: Montserrat;
    font-size: 112px;
    font-style: normal;
    font-weight: 400;
    line-height: 84.04px;
    /* 75.929% */
    text-transform: uppercase;
}

.balance__item {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.balance__item:nth-child(1) {
    padding-left: 90px;
    align-items: flex-end;
}

.balance__item:nth-child(1) .balance__item-big-title {
    margin-right: 85px;
}

.balance__item:nth-child(1) .balance__item-card {
    padding-bottom: 65px;
}

.balance__item:nth-child(4) {
    justify-content: flex-end;
}

.balance__item:nth-child(4) .balance__item-big-title {
    margin-right: 110px;
}

.balance__item:nth-child(2) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.balance__item:nth-child(2) .balance__item-big-title {
    margin-left: 70px;
}

.balance__item:nth-child(2) {
    order: 100;
}

.balance__item-card {
    display: flex;
    align-items: center;
}

.balance__item-image {
    width: 168px;
    min-width: 168px;
    border-radius: 20px;
    overflow: hidden;
    padding: 3px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
}

.balance__item-image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.balance__item-text {
    padding-left: 20px;
}

.balance__item-title {
    color: #404041;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.548px;
    /* 153.423% */
    letter-spacing: 0.024px;
    margin-bottom: 12px;
}

.balance__item-description {
    color: #808284;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /**/
    .balance__item-big-title {
        font-size: 95px;
    }
}

@media screen and (max-width: 1199px) {
    .balance .section__title {
        font-size: 45px;
    }
    .balance__item {
        margin-bottom: 50px;
    }
    .balance__item-big-title {
        font-size: 80px;
    }
    .balance__item:nth-child(4) .balance__item-big-title {
        margin-right: 70px;
    }
    .balance__item:nth-child(1) {
        padding-left: 30px;
    }
    .balance__item:nth-child(3) .balance__item-big-title {
        margin-left: 20px;
    }
    .balance__item:nth-child(1) .balance__item-card {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .balance {
        margin-top: 100px;
    }
    .balance:first-child {
        margin-top: 40px;
    }
    .balance .section__title {
        font-size: 49px;
    }
    .balance__item-big-title {
        font-size: 98px;
        font-weight: 300;
        text-transform: none;
    }
    .balance__item-image {
        width: 200px;
        min-width: 200px;
    }
    .balance__item-title {
        font-size: 20px;
    }
    .balance__item-description {
        font-size: 16px;
        line-height: 1.4;
    }
    .balance__item {
        flex-direction: column-reverse;
        margin-bottom: 65px;
    }
    .balance__item .balance__item-big-title {
        width: 100%;
        text-align: center;
    }
    .balance__item:nth-child(1) {
        padding-left: 0;
        align-items: flex-start;
    }
    .balance__item:nth-child(1) .balance__item-big-title {
        margin-right: 0;
    }
    .balance__item:nth-child(1) .balance__item-card {
        padding-bottom: 20px;
    }
    .balance__item:nth-child(2) {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .balance__item:nth-child(2) .balance__item-big-title {
        margin-left: 0;
        margin-top: 50px;
    }
    .balance__item:nth-child(4) {
        justify-content: flex-end;
        margin-bottom: 75px;
    }
    .balance__item:nth-child(4) .balance__item-big-title {
        margin-right: 0;
        margin-top: 55px;
    }
    .balance__item:nth-child(4) .balance__item-card {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .balance .section__title {
        font-size: 49px;
    }
}

@media screen and (max-width: 768px) {
    .balance .section__title-additional {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    /**/
    .balance__item-big-title {
        display: none;
    }
    .balance__item-title-mobile {
        display: block;
        color: #404041;
        /* Headline/Headline 2 */
        font-family: Montserrat;
        font-size: 61px;
        font-size: 15vw;
        font-style: normal;
        font-weight: 300;
        line-height: 72px;
        /* 118.033% */
        letter-spacing: -0.305px;
        margin-top: -50px;
        line-height: 1.1;
    }
    .balance__item-title-mobile span {
        display: block;
        margin-bottom: 16px;
        text-align: center;
    }
    .balance__item-title-mobile span:nth-child(1) {
        text-align: left;
    }
    .balance__item-title-mobile span:nth-child(2) {
        margin-bottom: 10px;
    }
    .balance__item {
        margin-bottom: 0;
    }
    .balance__item:nth-child(1) {
        margin-bottom: 32px;
    }
    .balance__item:nth-child(1) .balance__item-card {
        padding-bottom: 0;
    }
    .balance__item:nth-child(2) {
        order: initial;
        flex-direction: row;
        justify-content: flex-start;
        width: 80%;
        margin-left: 25%;
        margin-top: -10px;
    }
    .balance__item:nth-child(2) .balance__item-text {
        min-height: 110px;
    }
    .balance__item:nth-child(4) {
        margin-bottom: 0;
        flex-direction: row;
        justify-content: flex-start;
        width: 80%;
    }
    .balance__item:nth-child(4) .balance__item-card {
        margin: 0;
    }
    .balance__item:nth-child(4) .balance__item-description {
        max-width: 200px;
    }
    .balance__item:nth-child(4) .balance__item-description br {
        display: none;
    }
    .balance__item-image {
        width: 55px;
        min-width: 55px;
        padding: 0;
        border-radius: 12px;
    }
    .balance__item-image img {
        border-radius: 12px;
    }
    .balance__item-card {
        align-items: flex-start;
    }
    .balance__item-text {
        padding-left: 8px;
        margin-top: -3px;
    }
    .balance__item-title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .balance__item-description {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .balance {
        margin-top: 40px;
    }
    .balance:first-child {
        margin-top: 40px;
    }
}
