.uc-pricing-table .t-card__col {
    max-width: 360px;
}

.uc-pricing-table .t1069__row {
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 960px) {
    .uc-pricing-table .t1069__row {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

/*кнопкка Save в форме фидбека*/
.uc-about .t-form__submit {
    text-align: end;
}


/*Ниже приведены стили для текста, который мы импортируем с HTML разметкой. Блоку нужно присвоить имя класса uc-inmpot-text */
.uc-inmpot-text h1 {
    margin-top: 10px;
    font-size: 24px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

.uc-inmpot-text h2 {
    margin-top: 10px;
    font-size: 20px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

.uc-inmpot-text h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

.uc-inmpot-text p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 16px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

.uc-inmpot-text li p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 16px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

.uc-inmpot-text ul {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 16px;
    color: #333333;
    font-family: 'Roboto Flex', sans-serif;
}

@media screen and (max-width: 980px) {
    .t-menusub__menu {
        border: 0;
    }
}

.btns-and-subtitles {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-block-start: 24px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .btns-and-subtitles {
        margin-block-start: 64px;
        align-items: flex-start;
        width: fit-content;
    }
}

.btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

@media screen and (min-width: 1024px) {
    .btns {
        flex-direction: row;
    }
}

.btn_subscribe_note {
    margin-block-start: 8px;
    margin-inline-start: 8px;
}

.successPopup {
    background: white;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    position: relative;
}

.successContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.successIcon img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.successTitle {
    color: var(--text-primary);

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;

    margin-bottom: 8px;
}

.successSubtitle {
    color: var(--text-primary);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}
