/*-------------------------problems---------------------------*/

.html-block-32 .container {
    margin-bottom: 0;
}

.html-block-32 {
    padding-bottom: 0;
}

.html-block-32 .problems__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.html-block-32 .problems-item {
    padding: 3rem;
    background: #f3eeeb;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-block-32 .problems-item__category {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.28;
}

.html-block-32 .problems-item__title {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #121111;
}

.html-block-32 .problems-item__about {
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 0.5rem;
    min-height: 14.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.html-block-32 .pia-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.2rem;
}

.html-block-32 .pia-item:last-child {
    margin-bottom: 0;
}

.html-block-32 .pia-item__icon {
    margin-right: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.2rem;
    flex: 0 0 4.2rem;
    width: 4.2rem;
    height: 4.2rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f3eeeb;
    border-radius: 50%;
}

.html-block-32 .pia-item__icon img {
    max-width: 100%;
    max-height: 100%;
}

.html-block-32 .pia-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.html-block-32 .pia-item__caption {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.28;
}

.html-block-32 .pia-item__text {
    font-size: 1.4rem;
    line-height: 1.28;
    opacity: 0.5;
}

.html-block-32 .pis__title {
    margin-bottom: 1.5rem;
}

.html-block-32 .pis__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.html-block-32 .pis-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    border: 1px solid #ff474a;
    border-radius: 0.5rem;
}

.html-block-32 .pis-item__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.2;
    padding-right: 2rem;
}

@media (max-width: 1399px) {
    .html-block-32 .problems-item {
        padding: 2.5rem;
    }
}

@media (max-width: 1279px) {
    .html-block-32 .problems-item__title {
        font-size: 2.3rem;
    }

    .html-block-32 .pia-item__text {
        font-size: 1.3rem;
    }

    .html-block-32 .problems-item__about {
        min-height: 15.8rem;
    }
}

@media (max-width: 1023px) {
    .html-block-32 .problems__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .html-block-32 .problems-item__about {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .html-block-32 .pia-item__text {
        font-size: 1.4rem;
    }

    .html-block-32 .problems-item {
        padding: 2rem;
    }

    .html-block-32 .problems-item__title {
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }

    .html-block-32 .problems-item__about {
        margin-bottom: 2rem;
    }

    .html-block-32 .problems__row {
        gap: 2rem;
    }
}