/* Feed*/

.t-feed .t-feed__post-popup__content {
    max-width: 1200px;
    box-sizing: border-box;
}

.t-feed .t-feed__post-popup__date-parts-wrapper {
    padding-bottom: 0 !important;
    margin: 0 0 0.75rem 0;
    row-gap: 1.25rem;
    column-gap: 0.75rem;
}

.t-feed .t-feed__post-popup__title-wrapper {
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.t-feed .t-feed__post-popup__cover-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
}

.t-feed .t-redactor__text {
    padding: 0 !important;
}

.t-feed .t-feed__post-popup__author-wrapper,
.t-feed .t-feed__post-popup__text-wrapper,
.t-feed .t-feed__post-popup__content {
    margin: 0;
}

.t-feed .t-feed__post-popup__content img {
    max-height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
}

.t-feed .t-uptitle {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.t-feed .t-title {
    font-size: 2.25rem;
    line-height: 1.2;
    color: #000000;
}

.uc-blog-form {
    padding: 2.5rem 1.25rem;
}

.t-feed .t-feed__post-popup__container {
    padding: 9rem 1.25rem 2rem !important;
}

.t-feed .t-feed__post-popup__close-text {
    font-family: 'Unbounded', Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
}

.t-feed .t-feed__post-popup__close-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border: none;
    background: rgba(246, 246, 246, 0.8);
    gap: 1rem;
}

.t-feed .t-feed__post-popup .t-popup__close:before {
    display: none;
}

.t-feed .t-feed__post-popup .t-popup__close {
    display: flex;
    align-items: center;
    right: unset;
    gap: 0.75rem;
    width: unset;
    height: unset;
}

.t-feed .t-feed__post-popup .t-popup__close:after {
    content: '\041D\0430\0437\0430\0434';
    font-size: 1rem;
    line-height: 1.25;
    font-family: 'Nunito Sans', Arial, sans-serif;
    color: #000000;
}

.t-feed .t-feed__post-popup__date-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    order: 1;
}

.t-feed .t-feed__post-popup__tag .t-uptitle {
    margin: 0;
    text-transform: unset;
    color: #000000 !important;
    border-radius: 99px;
    padding: 12px 16px;
    background: #E0ECFF;
    display: block;
}

.t-feed .t-feed__post-popup__tag {
    display: block;
}

.t-feed .t-feed__post-popup__text {
    display: grid;
    grid-template-columns: auto 260px;
    column-gap: 2.5rem;
}

.t-feed .t-feed__post-popup__text .t-redactor__embedcode {
    grid-column: span 2;
}

.t-feed .t-redactor__tte-view, 
.t-feed .t-feed__post-popup__text section {
    grid-column: 1;
}

.feed-sticky {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.feed-nav {
    background: url('https://static.tildacdn.com/tild6461-3339-4765-a233-633533333965/Frame_1321316827.png') no-repeat bottom right / contain, #5C5CF4;
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    position: sticky;
    top: 4rem;
    margin-bottom: 0.75rem;
}

.feed-nav-title {
    font-family: 'Unbounded';
    font-weight: 600;
    line-height: 1.3;
    font-size: 1rem;
}

.feed-nav-link {
    font-size: 1rem;
    color: #000000 !important;
    text-align: center;
    background: #ffffff;
    border-radius: 99px;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Nunito Sans', Arial, sans-serif;
}

.t-feed .t-feed__post-popup__title {
    max-width: 720px;
}

.t-feed .t-redactor__text {
    font-size: 1.125rem;
}

.t-redactor__h2, .t-redactor__h3, .t-redactor__h4 {
    margin-top: 2rem !important;
    margin-bottom: 0.75rem !important;
}

.t-feed .uc-blog-form .t-container {
    padding: 0 !important;
}

.uc-blog-form .t-section__title {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1rem !important;
    max-width: unset !important;
}

.uc-blog-form .t-section__descr {
    margin-bottom: 0 !important;
}

.uc-blog-form .t-form__submit {
    margin: 1.25rem 0 0;
}

.uc-blog-form .t-submit {
    width: 100%;
}

.uc-blog-form .t678 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    padding: 44px 60px;
    border-radius: 1.25rem;
    background: url('https://static.tildacdn.com/tild6639-3633-4837-b339-333535616165/Frame_1321316816.svg') no-repeat calc(50% - 315px) bottom / 630px, #E0ECFF;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
}

.uc-blog-form .t-input {
    height: 44px;
    padding: 0 0.75rem;
    font-size: 1rem;
    font-family: 'Nunito Sans', Arial, sans-serif;
}

.uc-blog-form .t-checkbox__control span {
    line-height: 1.2;
}

.uc-blog-form .t-input-group {
    margin-bottom: 1.25rem !important;
}

.uc-blog-form .t-container {
    padding: 0 !important;
}

.t-feed .uc-blog-form {
    padding: 2.5rem 0;
}

.t-feed .uc-blog-form .t-col.t-col_12 {
    margin: 0;
}

.uc-blog-form .t-checkbox__indicator {
    border-color: #D6D6D6 !important;
    background: #ffffff;
    opacity: 1;
    border-width: 1px;
}

.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0 !important;
}

.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    padding: 0 !important;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 1.375rem;
    line-height: 1.2;
    padding: 0 !important;
}

.t-feed .t-feed__post-popup__relevants-title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-family: 'Unbounded', Arial, sans-serif;
    font-weight: 600;
    margin: 2.5rem 0;
}

.t-feed .t-feed__post-popup__relevants-title-wrapper {
    margin: 0;
}

.t-feed .t-feed__post-popup__relevants-item {
    margin: 0;
}

.t-feed .t-feed__post-popup__relevants-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.t-feed .t-feed__post-popup__relevants-item {
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: #ffffff;
    max-width: unset;
    box-sizing: border-box;
}

.t-feed .t-feed__post-popup {
    background: #F6F6F6 !important;
    padding: 0 !important;
}

.t-feed .t-feed__post-popup__relevants-imgwrapper {
    padding-bottom: 72% !important;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.t-feed .t-feed__post-popup__relevants-item-title {
    margin-bottom: 0.75rem;
}

.t-feed__post-popup__relevants-item-descr {a
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 1rem;
}

.t-feed .t-feed__post-popup__relevants-item-title {
    font-size: 1.25rem;
}

/*.t-feed .uc-footer-main .t977__col-inner:first-child {*/
/*    grid-row: unset;*/
/*    border-bottom-left-radius: 0.75rem;*/
/*    border-top-left-radius: 0.75rem;*/
/*    background: #ffffff;*/
/*    padding: 1.875rem 1.25rem 1.875rem 1.875rem;*/
/*}*/

/*.t-feed .uc-footer-main .t977__col-inner:nth-child(2) {*/
/*    border-bottom-right-radius: 0.75rem;*/
/*    border-top-right-radius: 0.75rem;*/
/*    background: #ffffff;*/
/*    padding: 1.875rem 1.875rem 1.875rem 1.25rem;*/
/*}*/

/*.t-feed .uc-footer-main .t977__menu {*/
/*    grid-template-columns: 1fr 1fr;*/
/*}*/

/*.t-feed .uc-footer-main .t977__col-inner:nth-child(3) {*/
/*    padding: 0;*/
/*}*/

.t-feed .uc-footer-main .t-container {
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.uc-pdf .t-popup {
    z-index: 10000000000;
}

.uc-blog-form .t-submit:before {
    content: '';
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    right: 0.5rem;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.6s transform cubic-bezier(0.67, 0.06, 0.43, 0.97);
    background: #ffffff;
}

.uc-blog-form .t-submit:hover::before {
    transform: scale(30);
}

.uc-blog-form .t-submit::after {
    content: '';
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6875 12.7188L13.6875 17.7188C13.3125 18.125 12.6562 18.125 12.2812 17.7188C11.875 17.3438 11.875 16.6875 12.2812 16.3125L15.5625 13H6C5.4375 13 5 12.5625 5 12C5 11.4688 5.4375 11 6 11H15.5625L12.2812 7.71875C11.875 7.34375 11.875 6.6875 12.2812 6.3125C12.6562 5.90625 13.3125 5.90625 13.6875 6.3125L18.6875 11.3125C19.0938 11.6875 19.0938 12.3438 18.6875 12.7188Z' fill='%230000FF'/%3E%3C/svg%3E") no-repeat center / 1.5rem, #ffffff;
    z-index: 1;
}

.uc-blog-form .t-submit {
    height: 52px;
    isolation: isolate;
    overflow: hidden;
    transition: color 0.6s ease;
    border: 1px solid #0000FF;
}

.uc-blog-form .t-submit:hover {
    color: #0000FF !important;
}

.t-feed .uc-footer-main .t977__descr li {
    font-family: 'Nunito Sans', Arial, sans-serif;
}

.t-feed .t-feed__post-popup__relevants-item {
    display: none;
}

.t-feed .t-feed__post-popup__relevants-item:nth-child(-n+3) {
    display: block;
}

.t-feed__post-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    outline: 0;
}

.t-feed__post-popup__author-bgimg {
    width: 60px;
    height: 60px;
    background-size: cover;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 0;
}

.t-feed .t-feed__post-popup__author-wrapper {
    gap: 1rem;
}

.feed-author {
    margin-bottom: 1.25rem;
}

.t-feed .t-feed__post-popup__author-name {
    font-size: 1rem;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 700;
}

.uc-feed {
    padding-top: 7.5rem;
}

.uc-feed .t-section__title {
    margin-bottom: 2rem !important;
}

.uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding: 0 1.25rem !important;
    box-sizing: border-box;
}

.uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper > .js-feed-parts-switcher {
    margin: 0 !important;
}

.uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper > .js-feed-parts-switcher > a {
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    line-height: 1.25;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post {
    margin: 0;
    max-width: unset;
}

.uc-feed > .t915 > .js-feed > .js-feed-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 1.25rem !important;
    box-sizing: border-box;
    gap: 1.25rem;
}

.uc-feed > .t915 > .js-feed > .js-feed-container 
 .t-feed__col-grid__post-wrapper {
    padding: 1.25rem;
    border-radius: 1.25rem !important;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-bgimg, .uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-imgwrapper {
    border-radius: 0.75rem !important;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-imgwrapper {
    aspect-ratio: unset !important;
    padding-bottom: 72% !important;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__col-grid__wrapper {
    height: unset !important;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-parts-date-row.t-feed__post-parts-date-row_afterdescr {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__textwrapper {
    grid-column: span 2;
    margin-bottom: 2rem;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-parts-date-row.t-feed__post-parts-date-row_beforetitle {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
    display: flex;
    align-items: end;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .t-feed__post-parts-date-row.t-feed__post-parts-date-row_afterdescr span {
    margin: 0 0 0 auto;
}

.uc-feed > .t915 > .js-feed > .js-feed-container .js-feed-post-descr {
    margin-top: 1rem;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child {
    grid-column: span 3;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__col-grid__post-wrapper {
    flex-direction: row;
    gap: 1.25rem;
    /*padding: 0;*/
    /*background: unset !important;*/
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__post-imgwrapper {
    max-width: 730px;
    margin: 0;
    padding: unset !important;
    height: 300px;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__col-grid__wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .js-feed-post-date {
    margin: 0 !important;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__post-parts-date-row {
    justify-content: flex-start;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__textwrapper {
    margin-bottom: 0;
    order: 1;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__post-parts-date-row.t-feed__post-parts-date-row_beforetitle {
    order: 2;
}

.uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__post-parts-date-row.t-feed__post-parts-date-row_afterdescr {
    order: 3;
}

.uc-feed .t-feed__buttons-wrapper {
    margin-top: 2rem;
}

.uc-feed .js-feed-btn-show-more {
    min-width: 190px;
}

.uc-feed .js-feed-btn-show-more .t-feed__button-container {
    text-align: center;
    justify-content: unset;
}

.uc-feed .js-feed-btn-show-more::after {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.uc-feed .js-feed-error-msg {
    grid-column: span 3;
}

.uc-feed .t-feed__error-msg-wrapper {
    border-radius: 1.25rem;
    background: #ffffff;
    border: none;
    min-height: 280px;
    padding: 1.25rem;
}

.t-feed__share {
    border-radius: 0.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    padding: 0.5rem;
}

.ya-share2__item {
    border-radius: 50%;
    overflow: hidden;
}

.uc-blog-form .t-submit {
    background: #0000ff!important;
}

.t-feed .t228, .t-feed .tmenu-mobile {
    left: 1.25rem;
    right: 1.25rem;
    width: unset;
}

.uc-blog-form .t-section__descr {
    max-width: 300px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Unbounded:wght@200..900&display=swap');

.uc-footer-main .t977__socials {
    width: unset;
}

.uc-footer-main .t-sociallinks__wrapper,
.uc-footer-main .t977__socials {
    margin: 0;
}

.uc-footer-main .t-sociallinks__item {
    margin: 0 10px 0 0;
}

.uc-profit .t539__textwrapper,
.uc-main-cards .t959__card,
.uc-main-cards .t959__card-inner,
.uc-diagnostics .t-input-title,
.uc-teachers .t923__imgwrapper,
.uc-teachers .t-card__btn-wrapper,
.uc-teachers .t923__textwrapper,
.uc-programs .t1069__col,
.uc-programs .t-card__descr li,
.uc-form-main .t-col,
.uc-price .t-card__descr li,
.uc-web-person .t524__wrappercenter,
.uc-web-offer .t1016__mainblock,
.uc-web-offer .t1016__col,
.uc-web-offer .t-input-group,
.uc-web-offer .t1016__text,
.uc-help .t819__wrapper,
.uc-help .t819__content {
    padding: 0;
}

.uc-doc .t-container,
.uc-doc-sh .t-container {
    padding: 0 !important;
}

.uc-form-main,
.uc-advantages {
    padding: 4.375rem 0;
}

.uc-profit .t539__container,
.uc-menu .t228__list_item,
.uc-main-cards .t959__container,
.uc-advantages .t539__container {
    padding: 0 1.25rem !important;
}

.uc-profit .t-list__item,
.uc-teachers .t923__wrapper,
.uc-programs .t1069__content,
.uc-form-main .t-col.t-col_5.t-prefix_1,
.uc-price .t1069__content,
.uc-individual .t902__content {
    padding: 1.875rem;
}

.uc-menu .t228__maincontainer,
.t-body .main .t-container,
.uc-web-menu .t135,
.uc-web-offer .t-container,
.uc-web-offer .t-submit,
.uc-reviews .t958__more-wrapper {
    padding: 0 1.25rem;
}

.uc-advantages .t539__col:nth-child(4) .card__image,
.uc-footer-main .t977__col-inner:last-child a {
    padding: 0 1.875rem;
}

.t-body .main .t-btn {
    padding: 0 0.5rem 0 1.5rem;
}

.uc-main-cards .t-card__title,
.uc-footer-main .t977__col-inner:nth-child(2) {
    padding: 1.875rem 1.25rem 1.875rem 1.875rem;
}

.uc-footer-main ol,
.uc-programs .t-card__uptitle ul,
.uc-price .t-card__descr ol,
.uc-price .t-card__descr ul,
.uc-web-main .t-title ul,
.uc-web-main .t-descr ul,
.uc-web-cards .t1095__textwrapper,
.uc-web-form .t698__title ul,
.uc-web-offer .t1016__descr ul,
.uc-reviews .t958__review-text ul,
.uc-individual .t-card__descr ul,
.uc-help .t819__content-col {
    padding: 0 !important;
}

.uc-footer-main .t977__col-inner:nth-child(3) {
    padding: 1.875rem 1.875rem 1.875rem 1.25rem;
}

.uc-diagnostics .t-popup__container {
    padding: 0.75rem;
}

.uc-diagnostics .t702__wrapper {
    padding: 2rem 2.5rem;
}

.uc-diagnostics .t-submit {
    padding: 0.5rem 3.25rem 0.5rem 1.5rem;
}

.uc-teachers {
    padding: 4.5rem 0 0;
}

.uc-teachers .t-card__uptitle {
    padding: 0.375rem 2.25rem;
}

.uc-programs .t1069__content,
.uc-form-main .t-section__container {
    padding: 1.875rem !important;
}

.uc-programs .t-card__uptitle li {
    padding: 0.5rem;
}

.uc-tabs button {
    padding: 0.75rem 1rem !important;
}

.uc-form-main .t-input-block>.t-input,
.uc-form-main .t-input-block .t-select,
.uc-diagnostics .t-input-block>.t-input,
.uc-web-offer .t-input {
    padding: 0 0.75rem;
}

.uc-form-main .t-submit {
    padding: 0 3.25rem 0 1.5rem;
}

.uc-programs .t1069__featured .t-card__descr span {
    padding: 0.5rem 0.75rem;
}

.uc-price {
    padding: 4.5rem 0;
}

.uc-price .t-card__uptitle {
    padding: 0.25rem 0.8125rem 0.375rem 2.4375rem;
}

.uc-advantages .t-section__descr {
    padding: 0.5rem 0.875rem;
}

.uc-advantages .t539__textwrapper {
    padding: 1.875rem 1.875rem 1.5rem;
}

.uc-web-main .t698__mainwrapper {
    padding: 8.75rem 0 4.5rem;
}

.uc-web-main .main__right {
    padding: 1.5rem 2rem 2rem;
}

.uc-web-main .t-title ul li:last-child span,
.uc-web-main .t-title ul li:first-child {
    padding: 0.625rem 1.25rem;
}

.uc-web-for .t1066__box-img {
    padding: 2rem 2.75rem;
}

.uc-web-cards,
.uc-web-person,
.uc-web-gifts {
    padding: 0 0.625rem;
}

.uc-web-cards .t-item,
.uc-cookies .t886__wrapper {
    padding: 1.25rem;
}

.uc-web-cards .t1095,
.uc-web-gifts .t532 {
    padding: 2.75rem 0;
}

.uc-web-person .t524 {
    padding: 2.75rem 0 4.625rem;
}

.uc-web-person .t-list__item {
    padding: 2rem 1.25rem 1.25rem;
}

.uc-web-person .t524__perstext ul {
    padding: 1.75rem 1.25rem 2rem !important;
}

.uc-web-gifts .t532__textwrapper {
    padding: 1.75rem 1.25rem 2rem;
}

.uc-web-form .t698__mainwrapper {
    padding: 5rem 0 3.25rem;
}

.uc-web-form .t698__title ul span {
    padding: 0.75rem 1.75rem;
}

.t-body .uc-web-for .t-container,
.uc-web-menu .t135 {
    padding: 0rem 1.875rem !important;
}

.uc-web-offer .t1016__content {
    padding: 3.75rem 0 3rem;
}

.uc-web-offer .t1016__formwrapper {
    padding: 2rem 2.5rem 3.25rem;
}

.uc-web-offer .t1016__number {
    padding: 1rem 0.75rem;
}

.uc-web-offer .t1016__descr ul li {
    padding: 0.875rem;
}

.uc-reviews .t958__card {
    padding: 1.5rem;
}

.uc-reviews .t958__more-wrapper {
    padding: 24px;
}

.uc-reviews .t958__close-button {
    padding: 8px;
}

.uc-help .t819__tab-name {
    padding: 0.75rem 1rem;
}

.uc-help .t-text ul,
.uc-help .t-text ol {
    padding: 1.5rem 1.875rem !important;
}

.uc-help .t-text ul u,
.uc-help .t-text ol u {
    padding: 0 0.375rem;
}

.uc-profit,
.uc-reviews,
.uc-individual {
    padding-top: 4.375rem;
}

.uc-discount {
    padding-botttom: 4.375rem;
}

.uc-footer-main {
    padding-top: 3.375rem;
}

.uc-programs,
.uc-tabs {
    padding-top: 2rem;
}

.uc-programs-title {
    padding-top: 4.5rem;
}

.uc-price .t-card__title {
    padding-top: 1.25rem;
}

.uc-web-for {
    padding-top: 2.5rem;
}

.uc-web-cards .t-descr {
    padding-top: 0.625rem !important;
}

.uc-main-home .t-section__title strong em {
    font-size: 0;
}

.uc-profit .t-section__title,
.uc-teachers .t-section__title,
.uc-programs-title .t795__title,
.uc-form-main .t-section__title,
.uc-price .t-section__title,
.uc-advantages .t-section__title,
.uc-reviews .t-section__title,
.uc-individual .t-section__title {
    font-size: 2.5rem;
}

.uc-profit .t539__persname,
.uc-programs .t-card__title,
.uc-price .t-card__title,
.uc-advantages .t-section__descr {
    font-size: 1.5rem !important;
}

.uc-profit .t539__perstext,
.t-body .main .t-btn,
.uc-footer-main .t977__descr,
.uc-footer-main .t977__col-inner:last-child a,
.uc-diagnostics .t-input-title,
.uc-diagnostics .t-submit,
.uc-teachers .t-card__uptitle,
.uc-teachers .t-card__descr,
.uc-programs .t-card__uptitle li,
.uc-programs .t-card__descr li,
.uc-form-main .t-section__descr,
.uc-form-main .t-submit,
.uc-price .t1069__price>span,
.uc-price .t1069__price>div,
.uc-price .t1069__price>strong>span,
.uc-advantages .t539__perstext,
.uc-web-main .t-title ul,
.uc-web-offer .t-input {
    font-size: 1rem;
}

.uc-main-home .t1125__descr,
.uc-main-cards .t-card__title,
.uc-teachers .t-section__descr,
.uc-web-form .t698__descr {
    font-size: 1.125rem;
}

.uc-footer-main .t977__text,
.uc-footer-main ol {
    font-size: 0.75rem;
}

.uc-footer-main .t977__descr strong,
.uc-web-main .t-descr ul,
.uc-web-main .t-descr {
    font-size: 1.25rem;
}

.uc-diagnostics .t-input,
.uc-form-main .t-input-block>.t-input,
.uc-form-main .t-input-block .t-select,
.uc-price .t-card__uptitle span {
    font-size: 1rem !important;
}

.uc-diagnostics .t702__form-bottom-text,
.uc-web-main .t698__form-bottom-text,
.uc-web-form .t698__form-bottom-text {
    font-size: 0.875rem;
}

.uc-programs .t1069__col:nth-child(3) .t-card__title {
    font-size: 1.125rem !important;
}

.uc-price .t-card__uptitle,
.uc-advantages .t539__persname {
    font-size: 1.5rem;
}

.uc-price .t1069__price>strong,
.uc-web-offer .t1016__number {
    font-size: 2rem;
}

.uc-web-main .t-title,
.uc-web-offer .t1016__uptitle {
    font-size: 2.25rem;
}

.uc-web-for .t-section__title,
.uc-web-cards .t-section__title,
.uc-web-person .t-section__title,
.uc-web-gifts .t-section__title,
.uc-web-form .t698__title {
    font-size: 1.75rem;
}

.uc-reviews .t958__more:after {
    font-size: 16px;
}

.uc-price .t1069__price>strong,
.uc-web-offer .t1016__number,
.uc-reviews .t958__review-text ul {
    line-height: 1;
}

.uc-profit .t-section__title,
.uc-teachers .t-card__uptitle,
.uc-teachers .t-card__descr,
.uc-web-main .t-descr,
.uc-web-main .t698__form-bottom-text,
.uc-web-main .t-descr ul,
.uc-web-for .t-section__title,
.uc-web-cards .t-section__title,
.uc-web-person .t-section__title,
.uc-web-gifts .t-section__title,
.uc-web-form .t698__form-bottom-text,
.uc-web-offer .t1016__uptitle {
    line-height: 1.2;
}

.uc-profit .t539__persname,
.uc-programs .t-card__title,
.uc-price .t-card__title {
    line-height: 1.1667 !important;
}

.uc-profit .t539__perstext,
.uc-footer-main .t977__descr,
.uc-footer-main .t977__col-inner:last-child a,
.uc-diagnostics .t-submit,
.uc-programs .t-card__uptitle li,
.uc-programs .t-card__descr li,
.uc-form-main .t-section__descr,
.uc-price .t1069__price>span,
.uc-price .t1069__price>div,
.uc-advantages .t539__perstext,
.uc-web-main .t-title ul,
.uc-reviews .t958__more:after,
.uc-help .t819__tab-name {
    line-height: 1.25;
}

.uc-main-home .t1125__descr,
.uc-main-cards .t-card__title,
.uc-teachers .t-section__descr {
    line-height: 1.1112;
}

.uc-footer-main .t977__text,
.uc-advantages .t539__persname {
    line-height: 1.1;
}

.uc-footer-main .t977__descr strong {
    line-height: 1.15;
}

.uc-diagnostics .t702__form-bottom-text {
    line-height: 1.286;
}

.uc-teachers .t-section__title,
.uc-programs-title .t795__title,
.uc-form-main .t-section__title,
.uc-advantages .t-section__descr,
.uc-web-main .t-title,
.uc-web-form .t698__title,
.uc-web-form .t698__descr,
.uc-reviews .t-section__title,
.uc-individual .t-section__title {
    line-height: 1.3;
}

.uc-profit .t-section__title {
    max-width: 35rem !important;
}

.uc-profit .t-list__item,
.t-body .main .t-col.t-col_12,
.uc-main-home .t1125__col,
.uc-footer-main .t977__col-inner,
.uc-programs .t-card__uptitle,
.uc-form-main .t-col,
.uc-price .t1069__col,
.uc-advantages .t539__col,
.uc-web-main .t698__mainwrapper,
.uc-web-main .t-width,
.uc-web-cards .t-item,
.uc-web-gifts .t-list__item,
.uc-web-offer .t1016__mainblock,
.uc-web-offer .t1016__input-wrapper,
.uc-web-offer .t-descr,
.uc-individual .t-card__col {
    max-width: unset;
}

.uc-profit .t539__perstext {
    max-width: 14.5rem;
}

.uc-profit .card__image {
    max-width: 5rem;
}

.uc-profit .t-list__item:nth-child(4) .card__image {
    max-width: 19.75rem;
}

.uc-profit .t-list__item:nth-child(5) .card__image {
    max-width: 14.875rem;
}

.uc-profit .t-list__item:nth-child(4) .t539__perstext,
.uc-profit .t-list__item:nth-child(5) .t539__perstext {
    max-width: 17.5rem;
}

.uc-diagnostics .t702__descr {
    max-width: 25rem;
}

.uc-teachers .t-section__descr,
.uc-web-offer .t1016__formwrapper {
    max-width: 26.25rem;
}

.uc-teachers .t923,
.uc-teachers .t-slds__main {
    max-width: 76.25rem;
}

.uc-teachers .t-card__title {
    max-width: 12.5rem;
}

.uc-programs .t1069__col {
    max-width: unset !important;
}

.uc-programs .t1069__featured .t-card__descr {
    max-width: 13.25rem;
}

.uc-programs .t1069__col:nth-child(3) .t-card__title {
    max-width: 16.25rem;
}

.uc-form-main .t-section__descr {
    max-width: 21.75rem;
}

.uc-programs.t395__off:not([data-record-type="396"]) {
    max-width: 100%;
}

.uc-price .t1069__price>div>span {
    max-width: 15rem;
}

.uc-pdf .t-popup__container {
    max-width: 48rem;
}

.card__image {
    max-width: 20rem;
}

.uc-advantages .t539__col:last-child .card__image,
.uc-advantages .t539__col:nth-child(3) .card__image {
    max-width: 8.625rem;
}

.uc-advantages .t539__col:nth-child(3) .card__image {
    max-width: 11.875rem;
}

.uc-web-menu .t135,
.uc-web-offer .t-container {
    max-width: 85rem !important;
}

.uc-web-main .main__left {
    max-width: 38.75rem;
}

.uc-web-main .t-title li:last-child {
    max-width: 11.125rem;
}

.uc-web-main .t-descr ul li {
    max-width: 30.75rem;
}

.uc-web-for .t1066__box-img {
    max-width: 25.625rem;
}

.uc-web-for .t1066__box-text {
    max-width: 28.5rem;
}

.uc-web-person .t-list__item {
    max-width: 27.125rem;
}

.uc-web-gifts .t532__text {
    max-width: 19.375rem;
}

.uc-web-form .t-width.t-width_12 {
    max-width: 53.75rem;
}

.t-body .uc-web-for .t-container,
.uc-web-menu .t135 {
    max-width: 86.25rem !important;
}

.uc-web-offer .t1016__textwrapper {
    max-width: 40.625rem;
}

.uc-web-offer .t1016__descr ul {
    max-width: 31.25rem;
}

.uc-reviews .t958__item {
    max-width: 24.375rem !important;
}

.uc-reviews .t958 {
    max-width: 75rem;
}

.uc-reviews .t958__popup-item,
.uc-reviews .t-popup__container {
    max-width: 596px;
}

.uc-individual .t-card__descr {
    max-width: 60%;
}

.uc-form-main .t-form__submit,
.uc-price .t-card__title {
    margin-bottom: 0;
}

.uc-profit .t-section__title,
.uc-reviews .t-section__title {
    margin-bottom: 2.5rem !important;
}

.uc-profit .t539__persname,
.uc-diagnostics .t702__title,
.uc-advantages .t539__persname,
.uc-web-main .main__right:before {
    margin-bottom: 0.625rem;
}

.uc-main-home .t-section__title,
.uc-individual .t-section__title {
    margin-bottom: 1.875rem !important;
}

.uc-diagnostics .t-input-title,
.uc-reviews .t958__author-name {
    margin-bottom: 0.5rem;
}

.uc-diagnostics .t-input-group,
.uc-web-offer .t1016__uptitle {
    margin-bottom: 1rem;
}

.uc-diagnostics .t702__text-wrapper,
.uc-form-main .t-input-group,
.uc-web-for .t1066__item,
.uc-web-person .t524__imgwrapper,
.uc-web-offer .t1016__descr-second {
    margin-bottom: 1.25rem;
}

.uc-teachers .t-section__title,
.uc-form-main .t-section__title {
    margin-bottom: 1rem !important;
}

.uc-teachers .t-section__container,
.uc-web-offer .t1016__logo {
    margin-bottom: 3.25rem;
}

.uc-footer-main .t977__col-inner:first-child .t977__descr ul,
.uc-web-main .t-title ul,
.uc-web-person .t524__persname {
    margin-bottom: 1.75rem;
}

.uc-price .t-section__title,
.uc-advantages .t-section__container .t-col.t-col_12 {
    margin-bottom: 1.5rem !important;
}

.uc-advantages .t-section__title,
.uc-advantages .t-section__descr {
    margin-bottom: 0 !important;
}

.uc-web-main .t-title,
.uc-web-gifts .t532__title,
.uc-web-form .t698__title {
    margin-bottom: 0.75rem;
}

.uc-individual .t-card__title {
    margin-bottom: 1.5rem;
}

.uc-profit .t539__container,
.uc-profit .t539__itemwrapper,
.t-body .main .t-btn,
.uc-menu .t228__leftcontainer,
.uc-footer-main .t-container,
.uc-footer-main .t977__col.t977__col_left,
.uc-footer-main .t977__col-inner:last-child a,
.uc-diagnostics .t-popup__container,
.uc-diagnostics .t-input.t-input-phonemask__wrap,
.uc-diagnostics .t-submit,
.uc-teachers .t923__content,
.uc-teachers .t-slds__items-wrapper,
.uc-teachers .t923__wrapper,
.uc-teachers .t-slds__arrow,
.uc-footer-main .t977__col-inner:first-child .t977__descr,
.uc-programs .t1069__content,
.uc-programs .t-card__uptitle ul,
.uc-programs .t-card__descr ul,
.uc-programs .t-card__descr li,
.programs__card-top,
.programs__card-bottom,
.uc-tabs .t395__wrapper,
.uc-form-main .t-container.t-container_flex.t700__vtop>.t-col.t-col_12,
.uc-form-main .t700__content,
.uc-form-main .t-section__container .t-col.t-col_12,
.uc-form-main .t-col.t-col_5.t-prefix_1,
.uc-form-main .t-submit,
.uc-price .t1069__price,
.uc-price .t-card__descr li,
.uc-price .t-card__descr ol,
.uc-price .t-card__descr ul,
.uc-price .t-card__descr,
.uc-advantages .t-section__container .t-col.t-col_12,
.uc-advantages .t539__container,
.uc-advantages .t539__col,
.uc-web-main .t698__mainwrapper,
.uc-web-main .t-title ul,
.uc-web-main .t-title ul li:first-child,
.uc-web-main .t-descr ul li,
.uc-web-main .t-title ul li:last-child span,
.uc-web-cards .t-item,
.uc-web-person .t524__perstext ul,
.uc-web-form .t698__mainwrapper,
.uc-web-form .t698__title ul li,
.uc-web-offer .t-cover,
.uc-web-offer .t1016__mainblock,
.uc-web-offer .t1016__col,
.uc-web-offer .t1016__timer,
.uc-web-offer .t-form__inputsbox,
.uc-web-offer .t1016__descr ul,
.uc-reviews .t958__review-text li,
.uc-reviews .t958__close-button,
.uc-individual .t-card__descr ul,
.uc-individual .t-card__descr li,
.uc-individual .t-card__col,
.uc-help .t819__wrapper,
.uc-help .t-text ul,
.uc-help .t-text ol,
.uc-help .t819__content_active {
    display: flex;
}

.uc-help .t819__content_active {
    flex-direction: row-reverse;
}

.uc-profit .t539__container:before,
.uc-profit .t539__container:after,
.uc-menu .t228__padding40px,
.uc-main-home .t1125__col:last-child,
.uc-main-cards .t-card__descr,
.uc-main-cards .t959__container:before,
.uc-main-cards .t959__container:after,
.uc-main-cards .t959__card-overlay,
.uc-footer-main .t-container:before,
.uc-footer-main .t-container:after,
.t-form__errorbox-middle,
.uc-form-main .t-container.t-container_flex.t700__vtop:before,
.uc-form-main .t-container.t-container_flex.t700__vtop:after,
.uc-advantages .t539__container:before,
.uc-advantages .t539__container:after,
.uc-web-cards .t1095__container:before,
.uc-web-cards .t1095__container:after,
.uc-web-gifts .t532__container:before,
.uc-web-gifts .t532__container:after,
.uc-web-form .t-cover__filter,
.uc-web-offer .t-cover__filter,
.uc-web-offer .t1016__col:after,
.uc-web-offer .t-form__errorbox-bottom,
.uc-reviews .t958__more-dot,
.uc-reviews .t958__popup-item::-webkit-scrollbar,
.uc-individual .t902__separator,
.uc-individual .t902__container:before,
.uc-individual .t902__container:after,
.uc-help .t819__content:before,
.uc-help .t819__content:after {
    display: none;
}

.uc-main-home .t1125__descr,
.uc-main-home .t-section__title strong:before,
.uc-form-main .t-section__title strong:before {
    display: inline-block;
}

.uc-main-cards .t959__row,
.uc-main-cards .t959__container,
.uc-footer-main .t977__menu,
.uc-programs .t1069__row,
.uc-form-main .t-container.t-container_flex.t700__vtop,
.uc-advantages .t539__col:nth-child(-n+2) .t539__itemwrapper,
.uc-web-gifts .t532__container,
.uc-web-offer .t1016__content,
.uc-web-offer .t1016__descr ul li,
.uc-help .t-text {
    display: grid;
}

.uc-footer-main .t977__col-inner,
.uc-footer-main .t977__col-inner:last-child strong,
.uc-diagnostics .t-submit:after,
.uc-programs .t-card__descr li:before,
.uc-price .t1069__price>div>span,
.uc-price .t-card__uptitle span,
.card__image,
.uc-web-main .t-title ul li:last-child span,
.uc-web-form .t698__title ul span,
.uc-web-offer .t1016__descr ul li:before,
.uc-web-offer .t1016__descr ul li span {
    display: block;
}

.uc-teachers svg {
    display: none !important;
}

.uc-programs .t1069__featured .t-card__descr span,
.uc-price .t-btn {
    display: inline-flex !important;
}

.uc-programs.t395__off:not([data-record-type="396"]) {
    display: block !important;
}

.uc-profit .t539__container,
.uc-programs .t-card__uptitle ul,
.uc-programs .t-card__descr ul,
.uc-programs .t-card__descr li,
.uc-tabs .t395__wrapper,
.uc-price .t1069__row,
.uc-form-main .t-container.t-container_flex.t700__vtop,
.uc-form-main .t700__content,
.uc-main-cards .t959__row,
.uc-main-cards .t959__container,
.uc-advantages .t539__container,
.uc-web-cards .t1095__container,
.uc-web-offer .t-form__inputsbox,
.uc-web-offer .t1016__descr ul,
.uc-individual .t902__container,
.uc-individual .t-card__descr ul,
.uc-individual .t-card__descr li,
.uc-help .t819__wrapper,
.uc-help .t819__content,
.uc-help .t-text {
    gap: 0.625rem;
}

.t-body .main .t-btn,
.uc-diagnostics .t-submit,
.uc-programs .t1069__featured .t-card__descr span,
.uc-web-main .t-title ul,
.uc-web-offer .t1016__col,
.uc-help .t-text ul,
.uc-help .t-text ol {
    gap: 0.5rem;
}

.uc-footer-main .t-container {
    gap: 3rem;
}

.uc-footer-main .t977__col.t977__col_left {
    gap: 1.25rem;
}

.uc-footer-main .t977__menu {
    gap: 0.625rem 0;
}

.uc-programs .t1069__row,
.uc-price .t-card__descr li,
.uc-price .t-card__descr ol,
.uc-price .t-card__descr ul,
.uc-price .t-card__descr,
.uc-web-person .t524__perstext ul,
.uc-reviews .t958__review-text li {
    gap: 0.75rem;
}

.uc-programs .t1069__content,
.programs__card-top,
.programs__card-bottom,
.uc-web-main .t-descr ul li,
.uc-web-for .t1066__flex-wrapper,
.uc-web-cards .t-item,
.uc-web-gifts .t532__container,
.uc-web-form .t698__mainwrapper,
.uc-web-offer .t1016__timer {
    gap: 1.25rem;
}

.uc-price .t1069__price {
    gap: 0.625rem 0.875rem;
}

.uc-profit .t-list__item,
.uc-menu .t-btn,
.t-body .main .t-col.t-col_12,
.uc-main-home .t1125__col,
.uc-main-home .t1125__buttons,
.uc-main-cards .t-card__title,
.uc-footer-main .t977__col,
.uc-footer-main .t977__col-inner,
.uc-footer-main .t977__col-inner:last-child a,
.uc-programs .t1069__col,
.uc-programs .t-card__title,
.uc-programs .t-card__descr,
.uc-programs .t1069__price,
.uc-programs .t-card__uptitle ul,
.uc-tabs .t395__col,
.uc-programs-title .t795__title,
.uc-form-main .t-col,
.uc-form-main .t700__img,
.uc-price .t1069__col,
.uc-price .t-card__uptitle,
.uc-price .t1069__price,
.uc-price .t-card__descr ol,
.uc-price .t-card__descr ul,
.uc-pdf .t-popup__container,
.uc-advantages .t539__col,
.uc-web-main .t-descr,
.uc-web-main .t698__form-bottom-text,
.uc-web-main .t-descr ul,
.uc-web-for .t1066__box-img,
.uc-web-for .t1066__box-text,
.uc-web-for .t1066__item:last-child,
.uc-web-person .t-list__item,
.uc-web-person .t524__perstext ul,
.uc-web-gifts .t-list__item,
.uc-web-gifts .t532__textwrapper__content,
.uc-web-form .t698__descr,
.uc-web-form .t698__form-bottom-text,
.uc-web-offer .t1016__mainblock,
.uc-web-offer .t1016__textwrapper,
.uc-web-offer .t1016__col,
.uc-web-offer .t1016__formwrapper,
.uc-web-offer .t1016__descr ul,
.uc-reviews .t-slds__container,
.uc-reviews .t958__more,
.uc-reviews .t-popup__container,
.uc-individual .t-card__col,
.uc-individual .t-card__descr ul,
.uc-help .t-text ul,
.uc-help .t-text ol,
.uc-help .t819__title,
.uc-main-cards .t959__row {
    margin: 0;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u {
    margin: -0.75rem;
}

.uc-footer-main ol {
    margin: 1.75rem 0 0;
}

.uc-diagnostics .t-popup__container,
.uc-diagnostics .t702__descr,
.uc-teachers .t923,
.card__image,
.uc-reviews .t958 {
    margin: 0 auto;
}

.uc-teachers .t-section__descr,
.uc-teachers .t-card__btn,
.uc-form-main .t-section__descr,
#allrecords .uc-profit .t-list__item,
.uc-web-for .t-col.t-col_12,
.uc-web-for .t1066__flex-wrapper,
.uc-web-cards .t-col.t-col_12,
.uc-web-person .t-col.t-col_12,
.uc-web-gifts .t-col.t-col_12,
.uc-web-cards .t-item {
    margin: 0 !important;
}

.uc-teachers .t923__content {
    margin: 0 0 0 1.25rem;
}

.uc-teachers .t923__col {
    margin: 0 0.3125rem;
}

.uc-programs .t-card__uptitle {
    margin: 0 0 auto;
}

.uc-programs .t-card__title u {
    margin: -0.625rem;
}

.uc-web-for .t-section__title,
.uc-web-cards .t-section__title,
.uc-web-person .t-section__title,
.uc-web-gifts .t-section__title {
    margin: 0 0 2.25rem !important;
}

.uc-web-cards {
    margin: 2.5rem 0 0;
}

.uc-web-form .t698__title ul {
    margin: 0 0 1.25rem;
}

.uc-reviews .t958__review-text ul {
    margin: 0 0 1rem;
}

.uc-help .t-text ul u,
.uc-help .t-text ol u {
    margin: 0 -0.1875rem;
}

.uc-profit .t-list__item,
.uc-diagnostics .t-submit,
.uc-teachers .t923__imgwrapper,
.uc-form-main .t-submit,
.uc-programs.t395__off:not([data-record-type="396"]),
.uc-pdf .t-popup,
.uc-advantages .t539__col,
.uc-main-home,
.uc-web-gifts .t532__table,
.uc-reviews,
.uc-reviews .t958__popup-item {
    overflow: hidden;
}

.t-body .main .t-btn {
    overflow: hidden !important;
}

.uc-programs .t1069__col,
.uc-price .t1069__col,
.uc-reviews .t958__gallery {
    overflow: visible;
}

.uc-web-main .t-cover {
    overflow: visible !important;
}

.uc-profit .t-list__item,
.uc-menu .t228__maincontainer,
.t-body .main .t-container,
.uc-footer-main .t977__col-inner:first-child,
.uc-footer-main .t977__col-inner:nth-child(2),
.uc-footer-main .t977__col-inner:nth-child(3),
.uc-footer-main .t977__col-inner:last-child a,
.uc-diagnostics .t-popup__container,
.uc-teachers .t923__wrapper,
.uc-form-main .t-section__container,
.uc-form-main .t-col.t-col_5.t-prefix_1,
.uc-advantages .t539__col:nth-child(4) .card__image,
.uc-web-menu .t135,
.uc-web-main .main__right,
.uc-web-main .t-title ul li:last-child span,
.uc-web-for .t1066__box-img,
.uc-web-cards .t-item,
.uc-web-person .t-list__item,
.uc-web-gifts .t532__textwrapper,
.uc-web-offer .t-container,
.uc-web-offer .t1016__formwrapper,
.uc-web-offer .t1016__number,
.uc-web-offer .t1016__descr ul li,
.uc-reviews .t958__card.t958__card_popup,
.uc-reviews .t958__close-button,
.uc-help .t-text ul,
.uc-help .t-text ol {
    box-sizing: border-box;
}

.uc-profit .t-list__item,
.uc-teachers .t923__imgwrapper,
.uc-form-main .t-section__container,
.uc-form-main .t-col.t-col_5.t-prefix_1,
.uc-pdf .t-popup__container,
.uc-advantages .t539__col,
.uc-web-main .main__right,
.uc-web-for .t1066__box-img,
.uc-web-cards .t-item,
.uc-web-person .t-list__item,
.uc-web-person .t524__perstext ul,
.uc-web-gifts .t532__table,
.uc-web-offer .t1016__formwrapper,
.uc-help .t819__content img,
.uc-help .t-text ul,
.uc-help .t-text ol,
.uc-help .t-text ul u,
.uc-help .t-text ol u {
    border-radius: 1.25rem;
}

.t-body .main .t-btn:after,
.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-programs .t-card__descr li:before,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before,
.uc-reviews .t958__control,
.uc-individual .t-card__descr li:before {
    border-radius: 50%;
}

.uc-footer-main .t977__col-inner:last-child a,
.uc-tabs .t395__tab,
.uc-web-main .main__right:before,
.uc-help .t819__tab-name {
    border-radius: 0.75rem;
}

::-webkit-scrollbar-thumb,
.uc-web-offer .t1016__descr ul li {
    border-radius: 0.625rem;
}

.uc-teachers .t-card__uptitle {
    border-radius: 0 6.1875rem 6.1875rem 0;
}

.uc-programs .t-card__uptitle li {
    border-radius: 0.375rem;
}

.uc-form-main .t-submit,
.uc-programs .t1069__featured .t-card__descr span {
    border-radius: 6.1875rem;
}

.uc-advantages .t-section__descr,
.uc-web-main .t-title ul li:last-child span,
.uc-web-main .t-title ul li:first-child,
.uc-web-form .t698__title ul span {
    border-radius: 0.5rem;
}

.uc-web-cards .t1095 {
    border-radius: 1.875rem 1.875rem 0 0;
}

.uc-web-gifts .t532 {
    border-radius: 1.875rem;
}

.uc-web-main .t-cover__carrier {
    border-radius: 1.5rem;
}

.uc-web-offer .t1016__number {
    border-radius: 0.25rem;
}

.uc-reviews .t958__popup-item {
    border-radius: 20px;
}

.uc-reviews .t958__close-button {
    border-radius: 8px;
}

.uc-profit .t-list__item,
.uc-advantages .t539__col:nth-child(-n+2) {
    width: calc(50% - 0.3125rem);
}

.uc-profit .t-list__item:nth-child(-n+3),
.uc-advantages .t539__col {
    width: calc(100% / 3 - 0.625rem);
}

.t-body .main .t-btn:after,
.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before {
    width: 2.25rem;
}

.uc-main-home .t1125__col,
.uc-teachers .t-slds__arrow_wrapper,
.uc-web-offer .t1016__logo,
.uc-individual .t902__bgwrappert,
.uc-individual .t902__bgwrapper {
    width: unset;
}

.uc-main-home .t1125__descr {
    width: 22rem;
}

.uc-main-home .t-section__title strong:before,
.uc-form-main .t-section__title strong:before {
    width: 3rem;
}

.uc-main-cards .t959__card,
.uc-footer-main .t977__col-inner:last-child .t977__descr,
.uc-footer-main .t977__col-inner:last-child strong,
.uc-footer-main .t977__col-inner:last-child a,
.uc-teachers .t923__content,
.uc-teachers .t923__imgwrapper,
.uc-teachers .t923__imgwrapper img,
.uc-form-main .t700__img,
.uc-form-main .t-submit,
.uc-price .t1069__price>div,
.uc-programs.t395__off:not([data-record-type="396"]),
.uc-pdf .t-popup__container,
.uc-advantages .t539__textwrapper,
.card__image,
.uc-web-main .t-cover__carrier,
.uc-web-main .t-cover__wrapper,
.uc-web-main .t-title ul li:first-child,
.uc-web-main .main__right:before,
.uc-web-offer .t-submit,
.uc-web-offer .t-form__submit,
.uc-web-offer .t1016,
.uc-individual .t902__wrap_right,
.uc-individual .t902__inner-col {
    width: 100%;
}

::-webkit-scrollbar {
    width: 0.25rem;
}

.uc-teachers .t923__col,
.uc-web-menu .t135,
.uc-web-offer .t-cover__wrapper,
.uc-web-offer .t-input-group {
    width: 100% !important;
}

.uc-teachers .t-slds__arrow,
.uc-reviews .t958__control {
    width: 3.25rem !important;
}

.uc-teachers .t-slds__arrow_body {
    width: 2.25rem !important;
}

.uc-programs .t-card__descr li:before,
.uc-programs .t1069__featured .t-card__descr span:before,
.uc-individual .t-card__descr li:before {
    width: 1.25rem;
}

.uc-programs .t1069__col:nth-child(3) .t1069__content:before {
    width: 6.25rem;
}

.uc-tabs button {
    width: 6rem;
}

.uc-price .t-card__descr li:before {
    width: 1.5rem;
}

.uc-web-main .main__right {
    width: 26.25rem;
}

.uc-web-main .t-descr ul li:before {
    width: 4.9375rem;
}

.uc-web-form .main__right {
    width: 22.5rem;
}

.uc-web-offer .t1016__descr ul li:before {
    width: 3.25rem;
}

.uc-reviews .t958__avatar {
    width: 4rem;
}

.uc-reviews .t958__review-text li:after {
    width: var(--rate-width, 5.9375rem);
}

.uc-reviews .t958__review-text li:before {
    width: 5.9375rem;
}

.uc-reviews .t958__close-button,
.uc-reviews .t958__close {
    width: 32px;
}

.uc-reviews .t958__close-button svg {
    width: 16px;
}

.uc-profit .t-list__item {
    min-height: 16.375rem;
}

.uc-main-cards .t959__card-inner {
    min-height: 9.6875rem;
}

.uc-web-gifts .t-list__item {
    min-height: 18.75rem;
}

.uc-web-offer .t-cover {
    min-height: calc(100vh - 1.25rem);
}

.uc-individual .t902__inner-col {
    min-height: 16.125rem;
}

.uc-main-cards .t-card__title,
.t-body .main .t-descr,
.uc-programs .t1069__col:nth-child(3) .t-card__title,
.uc-price .t1069__price>div {
    font-weight: 400;
}

.uc-teachers .t-section__title,
.uc-tabs button,
.uc-price .t1069__price>span,
.uc-web-main .t-descr ul li,
.uc-web-main .t-title ul li:last-child span,
.uc-web-form .t698__title ul span {
    font-weight: 500;
}

.uc-profit .t539__persname,
.uc-advantages .t539__persname,
.uc-reviews .t958__more:after {
    font-weight: 600;
}

.uc-reviews .t958__review-text ul {
    font-weight: 700;
}

.t-body .main .t-btn,
.uc-footer-main .t977__descr strong,
.uc-form-main .t-submit,
.uc-price .t-card__uptitle,
.uc-price .t1069__price>strong {
    font-weight: 500 !important;
}

.uc-diagnostics .t-submit {
    font-weight: 400 !important;
}

.uc-profit .t539__persname,
.t-body .main .t-title,
.uc-footer-main .t977__descr strong,
.uc-programs .t-card__title,
.uc-teachers .t-card__title,
.uc-price .t-card__uptitle,
.uc-price .t-card__title,
.uc-advantages .t539__persname {
    font-family: "Unbounded", sans-serif;
}

.uc-profit .t539__perstext,
.t-body .main .t-descr,
.t-body .main .t-btn,
.uc-menu .t228__list_item,
.uc-main-cards .t-card__title,
.uc-diagnostics .t-input,
.uc-teachers .t-card__uptitle,
.uc-tabs button,
.uc-form-main .t-input,
.uc-form-main .t-submit,
.uc-form-main .t-select,
.uc-price .t1069__price>div,
.uc-price .t-card__uptitle span,
.uc-menu-main .t228__list_item,
.t-feed .t-feed__post-popup__relevants-item-descr,
.uc-advantages .t539__perstext {
    font-family: "Nunito Sans", sans-serif;
}

.uc-diagnostics .t-submit {
    font-family: "Inter", sans-serif;
}

.uc-web-offer .t1016__number,
.uc-web-offer .t1016__text,
.uc-reviews .t958__more:after {
    font-family: 'Nunito Sans';
}

.uc-web-offer .t1016__uptitle {
    letter-spacing: 0;
}

.uc-profit .t539__persname,
.uc-teachers .t-card__descr {
    letter-spacing: -0.0625rem;
}

.uc-main-home .t1125__descr,
.uc-main-cards .t-card__title,
.uc-footer-main .t977__col-inner:last-child a,
.uc-tabs button,
.uc-form-main .t-section__descr,
.uc-advantages .t539__persname,
.uc-web-main .t-title ul,
.uc-web-main .t-descr,
.uc-web-for .t1066__heading,
.uc-web-cards .t1095__textwrapper,
.uc-web-person .t524__perstext ul {
    letter-spacing: -0.01rem;
}

.uc-teachers .t-card__uptitle {
    letter-spacing: -0.0375rem;
}

.uc-web-main .t698__form-bottom-text,
.uc-web-form .t698__form-bottom-text {
    letter-spacing: -0.0075rem;
}

.uc-web-for .t1066__heading {
    padding-bottom: 0;
}

.uc-profit .t539__perstext {
    padding-bottom: 2.75rem;
}

.uc-footer-main {
    padding-bottom: 3.375rem;
}

.uc-price .t-card__title {
    padding-bottom: 1.25rem;
}

.uc-web-gifts .t532__textwrapper__content {
    padding-bottom: 2.5rem;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u,
.uc-help .t-text ul u,
.uc-help .t-text ol u {
    box-decoration-break: clone;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-programs .t-card__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u,
.uc-help .t-text ul u,
.uc-help .t-text ol u {
    -webkit-box-decoration-break: clone;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u {
    border-style: solid;
}

.uc-profit .t-section__title u,
.uc-discount .t-title u,
.uc-main-home .t-section__title u {
    border-width: 0rem 0.75rem 0rem 0.75rem;
}

.uc-programs .t-card__title u {
    border-width: 0rem 0.625rem 0rem 0.625rem;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u {
    -ms-box-decoration-break: clone;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u {
    -o-box-decoration-break: clone;
}

.uc-profit .t-section__title u {
    border-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjc1Nl8xOTA4KSI+CjxwYXRoIGQ9Ik0zMDQuMTIyIDU0SDBMMTUuODc4MyAwTDMyMCAyLjY1ODcyZS0wNUwzMDQuMTIyIDU0WiIgZmlsbD0iI0UwRTRGOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwNS4yOTggNTBMMzE4LjgyNCA0LjAwMDAzTDE0LjcwMjEgNEwxLjE3NjE4IDUwSDMwNS4yOThaTTMwNC4xMjIgNTRMMzIwIDIuNjU4NzJlLTA1TDE1Ljg3ODMgMEwwIDU0SDMwNC4xMjJaIiBmaWxsPSIjRjZGNkY2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjc1Nl8xOTA4Ij4KPHJlY3Qgd2lkdGg9IjMyMCIgaGVpZ2h0PSI1NCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) 0 12 0 12 fill;
}

.uc-main-home .t-section__title u {
    border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEwwIDU0TDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNFMEU0RjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEwzMDUuMjk4IDUwWk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEwzMDQuMTIyIDU0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") 0 12 0 12 fill;
}

.uc-programs .t-card__title u {
    border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY1IiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTY1IDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTYwLjMzMyAyMy4wMDA1TDAgMjMuMDAwNUw0LjY2NzAyIDAuMDAwNDg5NTIzTDE2NSAwLjAwMDUwMzU0TDE2MC4zMzMgMjMuMDAwNVoiIGZpbGw9IiNEMUY2NTciLz4KPC9zdmc+Cg==") 0 10 0 10 fill;
}

.uc-profit .t-section__title u {
    -o-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjc1Nl8xOTA4KSI+CjxwYXRoIGQ9Ik0zMDQuMTIyIDU0SDBMMTUuODc4MyAwTDMyMCAyLjY1ODcyZS0wNUwzMDQuMTIyIDU0WiIgZmlsbD0iI0UwRTRGOCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwNS4yOTggNTBMMzE4LjgyNCA0LjAwMDAzTDE0LjcwMjEgNEwxLjE3NjE4IDUwSDMwNS4yOThaTTMwNC4xMjIgNTRMMzIwIDIuNjU4NzJlLTA1TDE1Ljg3ODMgMEwwIDU0SDMwNC4xMjJaIiBmaWxsPSIjRjZGNkY2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjc1Nl8xOTA4Ij4KPHJlY3Qgd2lkdGg9IjMyMCIgaGVpZ2h0PSI1NCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") 0 12 0 12 fill;
}

.uc-main-home .t-section__title u,
.uc-main-home .t-section__title u {
    -o-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEwwIDU0TDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNFMEU0RjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEwzMDUuMjk4IDUwWk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEwzMDQuMTIyIDU0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") 0 12 0 12 fill;
}

.uc-discount .t-title u {
    border-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzkzOF8yNykiPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEgwTDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNEMUY2NTciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEgzMDUuMjk4Wk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEgzMDQuMTIyWiIgZmlsbD0iI0U1RURGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM5MzhfMjciPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)  0 12 0 12 fill;
    -webkit-border-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzkzOF8yNykiPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEgwTDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNEMUY2NTciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEgzMDUuMjk4Wk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEgzMDQuMTIyWiIgZmlsbD0iI0U1RURGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM5MzhfMjciPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)  0 12 0 12 fill;
    -moz-border-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzkzOF8yNykiPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEgwTDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNEMUY2NTciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEgzMDUuMjk4Wk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEgzMDQuMTIyWiIgZmlsbD0iI0U1RURGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM5MzhfMjciPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)  0 12 0 12 fill;
    -o-border-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzkzOF8yNykiPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEgwTDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNEMUY2NTciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEgzMDUuMjk4Wk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEgzMDQuMTIyWiIgZmlsbD0iI0U1RURGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM5MzhfMjciPgo8cmVjdCB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)  0 12 0 12 fill;
}

.uc-programs .t-card__title u,
.uc-programs .t-card__title u {
    -o-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY1IiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTY1IDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTYwLjMzMyAyMy4wMDA1TDAgMjMuMDAwNUw0LjY2NzAyIDAuMDAwNDg5NTIzTDE2NSAwLjAwMDUwMzU0TDE2MC4zMzMgMjMuMDAwNVoiIGZpbGw9IiNEMUY2NTciLz4KPC9zdmc+Cg==") 0 10 0 10 fill;
}

.uc-profit .t-section__title u,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-programs .t-card__title u {
    text-decoration: unset;
}

.uc-footer-main ol a,
.uc-web-main .t698__form-bottom-text a {
    text-decoration: underline !important;
}

.uc-price .t1069__price>span {
    text-decoration: line-through;
}

.uc-reviews .t958__more:after {
    text-decoration: underline;
}

.uc-help .t-text ul u,
.uc-help .t-text ol u {
    text-decoration: none;
}

.uc-profit .t-section__title u,
.uc-profit .t-list__item:nth-child(-n+3),
.t-body .main .t-btn,
.uc-main-home .t-section__title strong,
.uc-main-home .t-section__title u,
.uc-discount .t-title u,
.uc-diagnostics .t-submit,
.uc-teachers .t923__wrapper,
.uc-teachers .t923,
.uc-programs .t-card__title u,
.uc-programs .t1069__col:nth-child(3) .t1069__content,
.uc-form-main .t-submit,
.uc-price .t1069__content,
.uc-advantages .t539__col,
.uc-profit .t-list__item,
.uc-web-form .t-cover,
.uc-web-form .t-cover-outer,
.uc-web-main .t-width,
.uc-web-offer .t-cover,
.uc-reviews .t958__review-text li:after,
.uc-reviews .t958,
.uc-individual .t-card__descr,
.uc-help .t-text ul u,
.uc-help .t-text ol u {
    position: relative;
}

.uc-profit .card__image,
.t-body .main .t-btn:before,
.uc-main-home .t1125__descr,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-diagnostics .t-submit:before,
.uc-teachers .t-btn::after,
.uc-teachers .t-card__uptitle,
.uc-teachers .t-slds__arrow_wrapper,
.uc-programs .t1069__col:nth-child(3) .t1069__content:before,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before,
.uc-programs.t395__off:not([data-record-type="396"]),
.uc-price .t-card__uptitle,
.uc-advantages .t539__col:last-child .card__image,
.uc-advantages .t539__col:nth-child(3) .card__image,
.uc-web-main .t-cover__carrier,
.uc-web-main .main__right:before,
.uc-web-form .t-cover__carrier,
.uc-web-form .t698__mainwrapper>div:first-child,
.uc-web-offer .t-cover__carrier {
    position: absolute;
}

.uc-teachers .t923__content,
.uc-teachers .t-card__btn-wrapper,
.uc-teachers .t-slds__arrow,
.uc-teachers .t-slds,
.uc-teachers .t-slds__arrow_body,
.uc-web-offer .t-container,
.uc-reviews .t958__gallery,
.uc-reviews .t-slds__container,
.uc-reviews .t958__wrapper,
.uc-individual .t902__bgwrapper {
    position: unset;
}

.uc-price .t-card__title {
    position: sticky;
}

.uc-price .t-card__title {
    position: -webkit-sticky;
}

.uc-price .t-card__title {
    position: -moz-sticky;
}

.uc-price .t-card__title {
    position: -ms-sticky;
}

.uc-price .t-card__title {
    position: -o-sticky;
}

.uc-web-menu .t135 {
    position: absolute !important;
}

.uc-web-main .main__right {
    position: fixed;
}

.uc-profit .t539__textwrapper,
.uc-advantages .t539__textwrapper {
    background: unset;
}

.uc-profit .t-list__item:first-child,
.uc-web-gifts .t532__col:first-child .t532__table,
.uc-reviews .t958__close-button {
    background: #0000ff;
}

.uc-profit .t-list__item:nth-child(5),
.uc-advantages .t539__col,
.uc-web-gifts .t532__col:last-child .t532__table,
.uc-help .t-text ol u {
    background: #FFBEF5;
}

.uc-profit .t-list__item:nth-child(2),
.uc-advantages .t539__col:nth-child(2) {
    background: #E0ECFF;
}

.uc-profit .t-list__item:nth-child(3),
.uc-profit .t-list__item:nth-child(4),
.t-body .main .t-btn:nth-child(odd):before,
.uc-footer-main .t977__col-inner:nth-child(2),
.uc-footer-main .t977__col-inner:nth-child(3),
.uc-diagnostics .t-submit:before,
.uc-teachers .t923__wrapper,
.uc-teachers .t-card__uptitle,
.uc-programs .t-card__uptitle li,
.uc-form-main .t-submit:before,
.uc-price .t-card__title,
.uc-advantages .t539__col:nth-child(4),
.uc-web-main .main__right,
.uc-web-main .t-title ul li:first-child,
.uc-web-cards .t-item,
.uc-web-person .t-list__item,
.uc-web-gifts .t532__table,
.uc-web-offer .t1016__formwrapper,
.uc-help .t-text ul,
.uc-help .t-text ol {
    background: #ffffff;
}

.main {
    background: #ffffff !important;
}

.t-body .main .t-btn:nth-child(odd),
.uc-main-cards .t959__row:last-child .t959__card:nth-child(2) .t959__card-inner,
.uc-main-cards .t959__row:first-child .t959__card:nth-child(3) .t959__card-inner {
    background: #0000FF !important;
}

.t-body .main .t-btn:nth-child(odd):after,
.uc-diagnostics .t-submit:after,
.uc-form-main .t-submit:after {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6875 12.7188L13.6875 17.7188C13.3125 18.125 12.6562 18.125 12.2812 17.7188C11.875 17.3438 11.875 16.6875 12.2812 16.3125L15.5625 13H6C5.4375 13 5 12.5625 5 12C5 11.4688 5.4375 11 6 11H15.5625L12.2812 7.71875C11.875 7.34375 11.875 6.6875 12.2812 6.3125C12.6562 5.90625 13.3125 5.90625 13.6875 6.3125L18.6875 11.3125C19.0938 11.6875 19.0938 12.3438 18.6875 12.7188Z' fill='%230000FF'/%3E%3C/svg%3E") no-repeat center / 1.5rem, #ffffff;
}

.t-body .main .t-btn:nth-child(even),
.uc-menu .t-btn.t-btn {
    background: #F0F0F4 !important;
}

.t-body .main .t-btn:nth-child(even):after,
.uc-menu .t-btn.t-btn:after {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6875 12.7188L13.6875 17.7188C13.3125 18.125 12.6562 18.125 12.2812 17.7188C11.875 17.3438 11.875 16.6875 12.2812 16.3125L15.5625 13H6C5.4375 13 5 12.5625 5 12C5 11.4688 5.4375 11 6 11H15.5625L12.2812 7.71875C11.875 7.34375 11.875 6.6875 12.2812 6.3125C12.6562 5.90625 13.3125 5.90625 13.6875 6.3125L18.6875 11.3125C19.0938 11.6875 19.0938 12.3438 18.6875 12.7188Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center / 1.5rem, #0000FF;
}

.t-body .main .t-btn:nth-child(even):before,
.uc-menu .t-btn.t-btn:before,
.uc-programs .t1069__col:nth-child(2) .t-card__uptitle li,
.uc-form-main .t-section__container,
.uc-form-main .t-submit,
.uc-advantages .t539__col:nth-child(3),
.uc-help .t819__tab-name {
    background: #0000FF;
}

.t-body .main #allrecords,
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.uc-main-home .t-section__title strong:before,
.uc-form-main .t-section__title strong:before {
    background: url("data:image/svg+xml,%3Csvg width='49' height='31' viewBox='0 0 49 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6863 1.35922L39.4142 14.0871C40.1953 14.8682 40.1953 16.1345 39.4142 16.9156L26.6863 29.6435C25.9052 30.4245 24.6389 30.4245 23.8579 29.6435C23.0768 28.8624 23.0768 27.5961 23.8579 26.8151L33.1716 17.5014H0V13.5014H33.1716L23.8579 4.18765C23.0768 3.4066 23.0768 2.14027 23.8579 1.35922C24.6389 0.578175 25.9052 0.578175 26.6863 1.35922Z' fill='%2397A4FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6863 0.859224L48.4142 13.5871C49.1953 14.3682 49.1953 15.6345 48.4142 16.4156L35.6863 29.1435C34.9052 29.9245 33.6389 29.9245 32.8579 29.1435C32.0768 28.3624 32.0768 27.0961 32.8579 26.3151L44.1716 15.0014L32.8579 3.68765C32.0768 2.9066 32.0768 1.64027 32.8579 0.859224C33.6389 0.0781753 34.9052 0.0781753 35.6863 0.859224Z' fill='%2397A4FF'/%3E%3C/svg%3E") no-repeat center / contain;
}

.uc-main-cards .t959__row:last-child .t959__card:nth-child(1) .t959__card-inner,
.uc-web-form .t-cover,
.uc-individual .t-card__col:nth-child(2) .t902__inner-col {
    background: #E0E4F8 !important;
}

.uc-main-cards .t959__row:first-child .t959__card:nth-child(2) .t959__card-inner {
    background: #FFBEF5 !important;
}

.uc-footer-main {
    background: #F6F6F6;
}

.uc-footer-main .t977__col-inner:last-child a {
    background: url("data:image/svg+xml,%3Csvg width='184' height='53' viewBox='0 0 184 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2369_235)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.449 17.7762C103.5 19.1518 102.685 20.3666 102.023 21.3665C88.5668 41.7032 77.7811 64.6059 71.8817 88.7129C70.5437 94.1803 69.1064 100.658 68.746 107.184C68.3858 113.706 69.0944 120.381 72.1389 126.193C74.2294 130.184 76.4663 132.849 78.8668 134.286C81.3293 135.761 83.8654 135.883 86.3157 134.983C88.7045 134.106 90.9619 132.28 93.0544 129.949C95.1579 127.606 97.1656 124.673 99.0376 121.462C106.503 108.656 112.133 90.8616 113.112 86.3555C116.046 72.8585 116.902 56.6238 114.47 42.7676C113.379 36.5481 110.996 26.9339 107.265 18.0602C112.838 10.0912 122.231 -2.18134 132.326 -9.93495C137.5 -13.909 142.724 -16.5896 147.613 -17.0157C152.396 -17.4326 157.02 -15.7071 161.163 -10.4821C167.397 -2.61954 167.941 8.93237 167.673 19.0979C156.64 31.6968 147.788 46.751 142.275 62.6979C140.83 66.8791 139.088 72.0552 137.947 77.374C136.808 82.6784 136.242 88.2348 137.227 93.1572C137.536 94.6994 138.157 95.8999 139.086 96.7174C140.022 97.541 141.151 97.8715 142.273 97.8865C144.444 97.9154 146.733 96.7773 148.36 95.4623C154.824 90.2338 158.116 81.2454 160.64 74.0565C166.284 57.9869 169.313 40.5594 170.001 23.3549C170.044 22.2918 170.086 21.1921 170.121 20.0658C171.262 18.7813 172.426 17.5237 173.612 16.2947C174.087 15.8023 174.074 15.0176 173.582 14.5418C173.091 14.0661 172.308 14.0796 171.833 14.572C171.283 15.1418 170.738 15.7175 170.198 16.2991C170.274 6.77841 169.319 -4.18304 163.1 -12.025C158.488 -17.8422 153.082 -19.9809 147.4 -19.4857C141.823 -18.9996 136.145 -15.9917 130.821 -11.9024C120.926 -4.30235 111.789 7.40033 106.101 15.4148C102.991 8.66789 98.9961 2.46862 94.0266 -1.03583C89.7142 -4.07705 85.3268 -5.27656 81.0048 -5.1041C76.7051 -4.93254 72.5509 -3.4073 68.6646 -1.13157C61.383 3.1324 54.8442 10.1506 49.7524 16.4435C48.1544 14.7232 46.2676 13.7142 44.2291 13.2823C41.7739 12.7621 39.183 13.0953 36.71 13.8797C31.782 15.4429 27.0146 18.8951 24.0333 21.8303C7.89934 37.7143 2.47074 59.3234 -2.8238 80.3988C-3.29774 82.2854 -3.77062 84.1677 -4.24999 86.0412C-4.41971 86.7045 -4.02075 87.3798 -3.3589 87.5494C-2.69704 87.7191 -2.02293 87.319 -1.85321 86.6557C-1.37914 84.8029 -0.912534 82.9487 -0.446465 81.0966C4.88906 59.8938 10.1547 38.9687 25.7669 23.5983C28.5651 20.8434 33.008 17.6541 37.4556 16.2434C39.6704 15.5408 41.8087 15.3039 43.716 15.708C45.3484 16.0539 46.8739 16.881 48.1879 18.4097C46.2244 20.917 44.5033 23.2593 43.0803 25.1958C42.9853 25.3252 42.8915 25.4527 42.7992 25.5784C30.8222 41.8717 21.0496 60.8042 15.7586 80.7454C14.6638 84.8715 13.494 92.4482 13.4572 98.4542C13.4391 101.409 13.6896 104.205 14.5021 106.005C14.9133 106.916 15.5755 107.806 16.6473 108.132C17.7326 108.463 18.8329 108.094 19.8307 107.426C21.3837 106.387 22.9634 104.651 24.4636 102.669C25.9797 100.667 27.4808 98.3255 28.8617 95.9907C31.3371 91.8056 33.4665 87.5733 34.6365 85.2479C34.7718 84.9791 34.8942 84.7358 35.0028 84.521C40.5045 73.6436 44.4717 64.2041 48.5031 52.7164C48.6697 52.2418 48.8442 51.7491 49.0245 51.2403C50.3951 47.3722 52.0969 42.569 53.1355 37.6511C54.3072 32.1033 54.6852 26.1995 52.6505 21.1762C52.2468 20.1794 51.7934 19.2811 51.2934 18.4768C56.3916 12.123 62.8456 5.14687 69.9121 1.00883C73.5641 -1.12968 77.323 -2.47598 81.1019 -2.62676C84.8583 -2.77665 88.7147 -1.74934 92.6017 0.991926C97.342 4.33465 101.309 10.6296 104.449 17.7762ZM49.6426 20.5702C47.907 22.8076 46.3723 24.8962 45.0689 26.67C44.9751 26.7976 44.8825 26.9237 44.7911 27.048C32.9682 43.1318 23.3491 61.786 18.1498 81.3811C17.1056 85.3164 15.9669 92.6841 15.9315 98.468C15.9135 101.408 16.1861 103.718 16.7565 104.982C17.0368 105.603 17.281 105.733 17.3682 105.76C17.4419 105.782 17.7532 105.836 18.4571 105.365C19.6602 104.56 21.0393 103.091 22.4928 101.171C23.9305 99.2729 25.3782 97.0189 26.7333 94.7276C29.1625 90.6204 31.2543 86.4636 32.4264 84.1344C32.5622 83.8644 32.6857 83.619 32.7959 83.4011C38.2454 72.627 42.1708 63.2879 46.1689 51.8951C46.3383 51.4125 46.5144 50.9153 46.6951 50.4049C48.0696 46.5238 49.7128 41.8836 50.7148 37.1391C51.8522 31.7538 52.1132 26.4438 50.3577 22.1097C50.1327 21.5539 49.8936 21.0416 49.6426 20.5702ZM167.537 23.0684C157.637 34.9388 149.683 48.8453 144.613 63.5083C143.169 67.6875 141.472 72.7373 140.366 77.8939C139.256 83.0649 138.765 88.233 139.653 92.6683C139.886 93.8323 140.303 94.4871 140.72 94.8543C141.13 95.2153 141.654 95.3987 142.307 95.4074C143.685 95.4257 145.425 94.65 146.807 93.5332C152.631 88.8222 155.734 80.5592 158.306 73.2347C163.858 57.4256 166.849 40.2456 167.529 23.257C167.532 23.1942 167.534 23.1314 167.537 23.0684ZM105.588 20.4941C105.024 21.3248 104.521 22.0772 104.085 22.7358C90.7605 42.8734 80.1059 65.5152 74.2848 89.3021C72.9517 94.7495 71.5634 101.038 71.2165 107.319C70.8695 113.603 71.5721 119.775 74.3299 125.04C76.3184 128.836 78.2893 131.051 80.137 132.158C81.9227 133.227 83.6752 133.313 85.4653 132.656C87.317 131.976 89.2519 130.479 91.2152 128.292C93.1675 126.117 95.0791 123.338 96.9013 120.212C104.213 107.671 109.76 90.1301 110.695 85.8293C113.572 72.589 114.4 56.6837 112.033 43.1984C111.025 37.4553 108.886 28.7368 105.588 20.4941Z' fill='%23FFBEF5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2369_235'%3E%3Crect width='184' height='53' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat right, #0000FF;
}

.uc-teachers .t923__content,
.uc-teachers .t923__imgwrapper,
.uc-web-main .t-cover__filter {
    background: unset !important;
}

.uc-teachers .t-slds__arrow_body {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6875 12.7188L13.6875 17.7188C13.3125 18.125 12.6562 18.125 12.2812 17.7188C11.875 17.3438 11.875 16.6875 12.2812 16.3125L15.5625 13H6C5.4375 13 5 12.5625 5 12C5 11.4688 5.4375 11 6 11H15.5625L12.2812 7.71875C11.875 7.34375 11.875 6.6875 12.2812 6.3125C12.6562 5.90625 13.3125 5.90625 13.6875 6.3125L18.6875 11.3125C19.0938 11.6875 19.0938 12.3438 18.6875 12.7188Z' fill='%23FFFFFF'/%3E%3C/svg%3E") no-repeat center / 2.125rem;
}

.uc-programs .t1069__col:first-child .t1069__content {
    background: #D1F657 !important;
}

.uc-programs .t-card__descr li:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUyNF8xOTM1KSI+CjxwYXRoIG9wYWNpdHk9IjAuNCIgZD0iTTAgMTAuNUMwIDEzLjI4NDggMS4xMDYyNSAxNS45NTU1IDMuMDc1MzggMTcuOTI0NkM1LjA0NDUxIDE5Ljg5MzggNy43MTUyMyAyMSAxMC41IDIxQzEzLjI4NDggMjEgMTUuOTU1NSAxOS44OTM4IDE3LjkyNDYgMTcuOTI0NkMxOS44OTM4IDE1Ljk1NTUgMjEgMTMuMjg0OCAyMSAxMC41QzIxIDcuNzE1MjMgMTkuODkzOCA1LjA0NDUxIDE3LjkyNDYgMy4wNzUzOEMxNS45NTU1IDEuMTA2MjUgMTMuMjg0OCAwIDEwLjUgMEM3LjcxNTIzIDAgNS4wNDQ1MSAxLjEwNjI1IDMuMDc1MzggMy4wNzUzOEMxLjEwNjI1IDUuMDQ0NTEgMCA3LjcxNTIzIDAgMTAuNVpNNS4xNzIwNyAxMC41TDYuNTYyNSA5LjEwOTU3QzYuNTc0OCA5LjEyMTg3IDYuNTg3MTEgOS4xMzQxOCA2LjYwMzUyIDkuMTUwNTlDNi44MjA5IDkuMzY3OTcgNy4wNDIzOCA5LjU4OTQ1IDcuMjU5NzcgOS44MDY4NEM3LjkwMzcxIDEwLjQ1MDggOC41NDc2NiAxMS4wOTQ3IDkuMTg3NSAxMS43MzQ2QzEwLjcwNTEgMTAuMjE3IDEyLjIyMjcgOC42OTk0MSAxMy43NDAyIDcuMTgxODRDMTMuOTU3NiA2Ljk2NDQ1IDE0LjE3OTEgNi43NDI5NyAxNC4zOTY1IDYuNTI1NTlDMTQuNDA4OCA2LjUxMzI4IDE0LjQyMTEgNi41MDA5OCAxNC40Mzc1IDYuNDg0NTdMMTUuODI3OSA3Ljg3NUMxNS44MTU2IDcuODg3MyAxNS44MDMzIDcuODk5NjEgMTUuNzg2OSA3LjkxNjAyTDE1LjEzMDcgOC41NzIyN0w5Ljg4NDc3IDEzLjgyMjNMOS4xODc1IDE0LjUxOTVMOC40OTAyMyAxMy44MjIzTDUuODY1MjMgMTEuMTk3M0M1LjY0Nzg1IDEwLjk3OTkgNS40MjYzNyAxMC43NTg0IDUuMjA4OTggMTAuNTQxTDUuMTY3OTcgMTAuNUg1LjE3MjA3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1Ljc5MSA3LjkxNjAyTDkuODg0NzcgMTMuODIyM0w5LjE4NzUgMTQuNTE5NUw4LjQ5MDIzIDEzLjgyMjNMNS4yMDg5OCAxMC41NDFMNi42MDM1MiA5LjE0NjQ4TDkuMTg3NSAxMS43MzA1TDE0LjM5NjUgNi41MjE0OEwxNS43OTEgNy45MTYwMloiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTI0XzE5MzUiPgo8cmVjdCB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}

.uc-programs .t1069__col:nth-child(2) .t-card__descr li:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUyNF8xOTcwKSI+CjxwYXRoIG9wYWNpdHk9IjAuNCIgZD0iTTAgMTAuNUMwIDEzLjI4NDggMS4xMDYyNSAxNS45NTU1IDMuMDc1MzggMTcuOTI0NkM1LjA0NDUxIDE5Ljg5MzggNy43MTUyMyAyMSAxMC41IDIxQzEzLjI4NDggMjEgMTUuOTU1NSAxOS44OTM4IDE3LjkyNDYgMTcuOTI0NkMxOS44OTM4IDE1Ljk1NTUgMjEgMTMuMjg0OCAyMSAxMC41QzIxIDcuNzE1MjMgMTkuODkzOCA1LjA0NDUxIDE3LjkyNDYgMy4wNzUzOEMxNS45NTU1IDEuMTA2MjUgMTMuMjg0OCAwIDEwLjUgMEM3LjcxNTIzIDAgNS4wNDQ1MSAxLjEwNjI1IDMuMDc1MzggMy4wNzUzOEMxLjEwNjI1IDUuMDQ0NTEgMCA3LjcxNTIzIDAgMTAuNVpNNS4xNzIwNyAxMC41TDYuNTYyNSA5LjEwOTU3QzYuNTc0OCA5LjEyMTg3IDYuNTg3MTEgOS4xMzQxOCA2LjYwMzUyIDkuMTUwNTlDNi44MjA5IDkuMzY3OTcgNy4wNDIzOCA5LjU4OTQ1IDcuMjU5NzcgOS44MDY4NEM3LjkwMzcxIDEwLjQ1MDggOC41NDc2NiAxMS4wOTQ3IDkuMTg3NSAxMS43MzQ2QzEwLjcwNTEgMTAuMjE3IDEyLjIyMjcgOC42OTk0MSAxMy43NDAyIDcuMTgxODRDMTMuOTU3NiA2Ljk2NDQ1IDE0LjE3OTEgNi43NDI5NyAxNC4zOTY1IDYuNTI1NTlDMTQuNDA4OCA2LjUxMzI4IDE0LjQyMTEgNi41MDA5OCAxNC40Mzc1IDYuNDg0NTdMMTUuODI3OSA3Ljg3NUMxNS44MTU2IDcuODg3MyAxNS44MDMzIDcuODk5NjEgMTUuNzg2OSA3LjkxNjAyTDE1LjEzMDcgOC41NzIyN0w5Ljg4NDc3IDEzLjgyMjNMOS4xODc1IDE0LjUxOTVMOC40OTAyMyAxMy44MjIzTDUuODY1MjMgMTEuMTk3M0M1LjY0Nzg1IDEwLjk3OTkgNS40MjYzNyAxMC43NTg0IDUuMjA4OTggMTAuNTQxTDUuMTY3OTcgMTAuNUg1LjE3MjA3WiIgZmlsbD0iI0M1RDJGRiIvPgo8cGF0aCBkPSJNMTUuNzkxIDcuOTE2MDJMOS44ODQ3NyAxMy44MjIzTDkuMTg3NSAxNC41MTk1TDguNDkwMjMgMTMuODIyM0w1LjIwODk4IDEwLjU0MUw2LjYwMzUyIDkuMTQ2NDhMOS4xODc1IDExLjczMDVMMTQuMzk2NSA2LjUyMTQ4TDE1Ljc5MSA3LjkxNjAyWiIgZmlsbD0iIzAwMDBGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUyNF8xOTcwIj4KPHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}

.uc-programs .t1069__featured .t-card__descr li:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUyNF8xOTkxKSI+CjxwYXRoIGQ9Ik0wIDExQzAgMTMuNzg0OCAxLjEwNjI1IDE2LjQ1NTUgMy4wNzUzOCAxOC40MjQ2QzUuMDQ0NTEgMjAuMzkzOCA3LjcxNTIzIDIxLjUgMTAuNSAyMS41QzEzLjI4NDggMjEuNSAxNS45NTU1IDIwLjM5MzggMTcuOTI0NiAxOC40MjQ2QzE5Ljg5MzggMTYuNDU1NSAyMSAxMy43ODQ4IDIxIDExQzIxIDguMjE1MjMgMTkuODkzOCA1LjU0NDUxIDE3LjkyNDYgMy41NzUzOEMxNS45NTU1IDEuNjA2MjUgMTMuMjg0OCAwLjUgMTAuNSAwLjVDNy43MTUyMyAwLjUgNS4wNDQ1MSAxLjYwNjI1IDMuMDc1MzggMy41NzUzOEMxLjEwNjI1IDUuNTQ0NTEgMCA4LjIxNTIzIDAgMTFaTTUuMTcyMDcgMTFMNi41NjI1IDkuNjA5NTdDNi41NzQ4IDkuNjIxODcgNi41ODcxMSA5LjYzNDE4IDYuNjAzNTIgOS42NTA1OUM2LjgyMDkgOS44Njc5NyA3LjA0MjM4IDEwLjA4OTUgNy4yNTk3NyAxMC4zMDY4QzcuOTAzNzEgMTAuOTUwOCA4LjU0NzY2IDExLjU5NDcgOS4xODc1IDEyLjIzNDZDMTAuNzA1MSAxMC43MTcgMTIuMjIyNyA5LjE5OTQxIDEzLjc0MDIgNy42ODE4NEMxMy45NTc2IDcuNDY0NDUgMTQuMTc5MSA3LjI0Mjk3IDE0LjM5NjUgNy4wMjU1OUMxNC40MDg4IDcuMDEzMjggMTQuNDIxMSA3LjAwMDk4IDE0LjQzNzUgNi45ODQ1N0wxNS44Mjc5IDguMzc1QzE1LjgxNTYgOC4zODczIDE1LjgwMzMgOC4zOTk2MSAxNS43ODY5IDguNDE2MDJMMTUuMTMwNyA5LjA3MjI3TDkuODg0NzcgMTQuMzIyM0w5LjE4NzUgMTUuMDE5NUw4LjQ5MDIzIDE0LjMyMjNMNS44NjUyMyAxMS42OTczQzUuNjQ3ODUgMTEuNDc5OSA1LjQyNjM3IDExLjI1ODQgNS4yMDg5OCAxMS4wNDFMNS4xNjc5NyAxMUg1LjE3MjA3WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjxwYXRoIGQ9Ik01LjE3MjA3IDExTDYuNTYyNSA5LjYwOTU3TDYuNjAzNTIgOS42NTA1OUw3LjI1OTc3IDEwLjMwNjhMOS4xODc1IDEyLjIzNDZMMTMuNzQwMiA3LjY4MTg0TDE0LjM5NjUgNy4wMjU1OUwxNC40Mzc1IDYuOTg0NTdMMTUuODI3OSA4LjM3NUwxNS43ODY5IDguNDE2MDJMMTUuMTMwNyA5LjA3MjI3TDkuODg0NzcgMTQuMzIyM0w5LjE4NzUgMTUuMDE5NUw4LjQ5MDIzIDE0LjMyMjNMNS44NjUyMyAxMS42OTczTDUuMjA4OTggMTEuMDQxTDUuMTY3OTcgMTFINS4xNzIwN1oiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTI0XzE5OTEiPgo8cmVjdCB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}

.uc-programs .t1069__featured .t1069__content {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEwIiBoZWlnaHQ9IjIzMyIgdmlld0JveD0iMCAwIDExMCAyMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MjRfMTk5OCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTExLjExNkw4IDEyMS44ODRMODIuNTI5OSAxMjEuODg0TDEzLjY3MzUgMTQ5Ljk4NUwxNy44NTU3IDE1OS45MzRMODYuNzEyNSAxMzEuODMyTDM0LjAxMTYgMTgzLjc1OEw0MS43MzkyIDE5MS4zNzJMOTQuNDM4MiAxMzkuNDQ4TDY1LjkxNzkgMjA3LjI4OUw3Ni4wMTQ1IDIxMS40MUwxMDQuNTM2IDE0My41NjZMMTA0LjUzNiAyMTdMMTE1LjQ2NSAyMTdMMTE1LjQ2NSAxNDIuOTYzTDE0NC44MjUgMjExLjExNEwxNTQuODg0IDIwNi45MDdMMTI2LjAxNCAxMzkuODkyTDE3OC4yNjEgMTkxLjM3MUwxODUuOTg4IDE4My43NTdMMTMzLjI4OSAxMzEuODMzTDIwMi4xNDQgMTU5LjkzNEwyMDYuMzI3IDE0OS45ODZMMTM3LjQ3IDEyMS44ODRMMjEyIDEyMS44ODRMMjEyIDExMS4xMTZMMTM3LjQ3MSAxMTEuMTE2TDIwNi4zMjcgODMuMDE0M0wyMDIuMTQ1IDczLjA2NjFMMTMzLjI5IDEwMS4xNjdMMTg1Ljk4OSA0OS4yNDMyTDE3OC4yNjEgNDEuNjI5MkwxMjUuNTYgOTMuNTU1NEwxNTQuMDgyIDI1LjcxMDJMMTQzLjk4NSAyMS41ODk1TDExNS40NjUgODkuNDMyMUwxMTUuNDY1IDE2TDEwNC41MzYgMTZMMTA0LjUzNiA5MC4wMzc2TDc1LjE3NTMgMjEuODg1NUw2NS4xMTU1IDI2LjA5MjhMOTMuOTg2MSA5My4xMDc1TDQxLjczODUgNDEuNjI4MkwzNC4wMTA4IDQ5LjI0MjNMODYuNzExOSAxMDEuMTY4TDE3Ljg1NTEgNzMuMDY2M0wxMy42NzI5IDgzLjAxNDVMODIuNTI4MSAxMTEuMTE2TDggMTExLjExNloiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUyNF8xOTk4Ij4KPHJlY3Qgd2lkdGg9IjExMCIgaGVpZ2h0PSIyMzMiIHJ4PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat right / contain, #0000ff !important;
}

.uc-programs .t1069__col:nth-child(3) .t1069__content:before {
    background: url('https://static.tildacdn.com/tild3638-3165-4366-a236-366665383030/Frame.svg') no-repeat center / contain;
}

.uc-form-main .t-col.t-col_5.t-prefix_1 {
    background: #E5EDFF;
}

.uc-programs .t1069__featured .t-card__descr span {
    background: #D1F657;
}

.uc-programs .t1069__featured .t-card__descr span:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBMMTAuMTE3NSAzLjc2MDM4QzEwLjIxNzYgNi45NjIgMTIuNzQwNiA5LjU2MDA0IDE1LjkzNzkgOS43NTM4MUwyMCAxMEwxNS45Mzc5IDEwLjI0NjJDMTIuNzQwNiAxMC40NCAxMC4yMTc2IDEzLjAzOCAxMC4xMTc1IDE2LjIzOTZMMTAgMjBMOS43NTI5MiAxNi4wNDY4QzkuNTU4IDEyLjkyOCA3LjA3MjAyIDEwLjQ0MiAzLjk1MzI1IDEwLjI0NzFMMCAxMEwzLjk1MzI0IDkuNzUyOTJDNy4wNzIwMSA5LjU1OCA5LjU1OCA3LjA3MjAyIDkuNzUyOTIgMy45NTMyNUwxMCAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center / contain;
}

.uc-price .t-card__uptitle {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4IiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTQ4IDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMi40MTQ1NSAzMi42NjUyQy0wLjc2NDA5NiAyOS41MzEyIC0wLjg4NjM1MiAyNC4zNDgyIDIuNTM2OCAyMS4yMTQzTDIwLjc1MjkgMy4yNTQ0NkMyMi44MzEyIDEuMjA1MzYgMjUuNTIwOCAzLjM0NDA2ZS0wNyAyOC40NTUgMy4zNDQwNmUtMDdMMTM2Ljg3NSAwQzE0Mi45ODggMCAxNDggNC45NDE5NiAxNDggMTAuOTY4N1Y0My4wMzEzQzE0OCA0OS4wNTggMTQyLjk4OCA1NCAxMzYuODc1IDU0TDI4LjQ1NSA1NEMyNS41MjA4IDU0IDIyLjgzMTIgNTIuNzk0NiAyMC43NTI5IDUwLjc0NTVMMi40MTQ1NSAzMi42NjUyWk0yMC4wMTkzIDIzLjAyMjNDMTcuODE4NyAyNS4xOTIgMTcuOTQxIDI4LjY4NzUgMjAuMDE5MyAzMC43MzY2QzIyLjIxOTkgMzIuOTA2MiAyNS42NDMxIDMyLjkwNjIgMjcuODQzNyAzMC43MzY2QzI5LjkyMiAyOC42ODc1IDMwLjA0NDMgMjUuMTkyIDI3Ljg0MzcgMjMuMDIyM0MyNS43NjUzIDIwLjk3MzIgMjIuMDk3NyAyMC45NzMyIDIwLjAxOTMgMjMuMDIyM1oiIGZpbGw9IiNGRDg0RUEiLz4KPC9zdmc+Cg==") no-repeat center / contain;
}

.uc-price .t-card__descr ul li:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDEyQzI0IDE4LjYyNzQgMTguNjI3NCAyNCAxMiAyNEM1LjM3MjU4IDI0IDAgMTguNjI3NCAwIDEyQzAgNS4zNzI1OCA1LjM3MjU4IDAgMTIgMEMxOC42Mjc0IDAgMjQgNS4zNzI1OCAyNCAxMloiIGZpbGw9IiNDNUQyRkYiLz4KPHBhdGggZD0iTTE4LjA0NjkgOS4wNDY4OEwxMC41IDE2LjU5MzhMNS45NTMxMiAxMi4wNDY5TDcuNTQ2ODggMTAuNDUzMUwxMC41IDEzLjQwNjJMMTYuNDUzMSA3LjQ1MzEyTDE4LjA0NjkgOS4wNDY4OFoiIGZpbGw9IiMwMDAwRkYiLz4KPC9zdmc+") no-repeat center / contain;
}

.uc-price .t-card__descr ol li:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDEyQzI0IDE4LjYyNzQgMTguNjI3NCAyNCAxMiAyNEM1LjM3MjU4IDI0IDAgMTguNjI3NCAwIDEyQzAgNS4zNzI1OCA1LjM3MjU4IDAgMTIgMEMxOC42Mjc0IDAgMjQgNS4zNzI1OCAyNCAxMloiIGZpbGw9IiNGMEYwRjAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxMy4zMzk2TDE1LjY2MDQgMTdMMTcgMTUuNjYwNEwxMy4zMzk2IDEyTDE3IDguMzM5NTlMMTUuNjYwNCA3TDEyIDEwLjY2MDRMOC4zMzk1OSA3TDcgOC4zMzk1OUwxMC42NjA0IDEyTDcgMTUuNjYwNEw4LjMzOTU5IDE3TDEyIDEzLjMzOTZaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") no-repeat center / contain;
}

.uc-advantages .t-section__descr {
    background: #d1f657;
}

.uc-web-offer .t-cover {
    background: #e0e4f8 !important;
}

.uc-web-main .t-cover {
    background: #F1F1F1 !important;
}

.uc-web-main .t-descr ul li:before {
    background: url('https://static.tildacdn.com/tild3564-3938-4866-b739-306531326661/3d-render-gift-box-w.png') no-repeat center / contain;
}

.uc-web-main .main__right:before {
    /*background: url('https://static.tildacdn.com/tild3763-3065-4337-a661-656138353664/Vector.svg') no-repeat center / 16.5rem, #FD84EA;*/
    background: #D88FFF;
}

.uc-web-for .t1066__box-img {
    background: #A1F039;
}

#allrecords {
    background: #FFFBFB;
}

.uc-web-person .t524 {
    background: #f1f1f1;
}

.uc-web-person .t524__perstext ul {
    background: #F8F8F8;
}

.uc-web-gifts .t532 {
    background: #ffffff;
}

.uc-web-form .t-cover-outer {
    background: #fffbfb;
}

.uc-web-offer .t1016__number {
    background: #424242;
}

.uc-web-offer .t1016__descr ul li {
    background: rgb(255 255 255 / 40%);
}

.uc-web-offer .t1016__descr ul li:before {
    background: url('https://static.tildacdn.com/tild6631-3965-4661-a232-643737306565/3d-render-gift-box-w.png') no-repeat center / contain;
}

.uc-reviews .t958__review-text li:after {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA5NiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzMwNDIgMC4wNzgxMjVMMTAuMjk3IDYuMTMwNTNIMTYuNjYwOEwxMS41MTI0IDkuODcxMTJMMTMuNDc4OSAxNS45MjM1TDguMzMwNDIgMTIuMTgyOUwzLjE4MTk0IDE1LjkyMzVMNS4xNDg0OCA5Ljg3MTEyTDAgNi4xMzA1M0g2LjM2Mzg4TDguMzMwNDIgMC4wNzgxMjVaIiBmaWxsPSIjRTRBRTE4Ii8+CjxwYXRoIGQ9Ik0yNy45NTEgMC4wNzgxNTM1TDI5LjkxNzYgNi4xMzA1NkgzNi4yODE0TDMxLjEzMyA5Ljg3MTE1TDMzLjA5OTUgMTUuOTIzNkwyNy45NTEgMTIuMTgzTDIyLjgwMjUgMTUuOTIzNkwyNC43NjkxIDkuODcxMTVMMTkuNjIwNiA2LjEzMDU2SDI1Ljk4NDVMMjcuOTUxIDAuMDc4MTUzNVoiIGZpbGw9IiNFNEFFMTgiLz4KPHBhdGggZD0iTTQ3LjU3MTIgMC4wNzgxNTM1TDQ5LjUzNzcgNi4xMzA1Nkg1NS45MDE2TDUwLjc1MzEgOS44NzExNUw1Mi43MTk3IDE1LjkyMzZMNDcuNTcxMiAxMi4xODNMNDIuNDIyNyAxNS45MjM2TDQ0LjM4OTMgOS44NzExNUwzOS4yNDA4IDYuMTMwNTZINDUuNjA0Nkw0Ny41NzEyIDAuMDc4MTUzNVoiIGZpbGw9IiNFNEFFMTgiLz4KPHBhdGggZD0iTTY3LjE5MTggMC4wNzgxNTM1TDY5LjE1ODMgNi4xMzA1Nkg3NS41MjIyTDcwLjM3MzcgOS44NzExNUw3Mi4zNDAzIDE1LjkyMzZMNjcuMTkxOCAxMi4xODNMNjIuMDQzMyAxNS45MjM2TDY0LjAwOTggOS44NzExNUw1OC44NjE0IDYuMTMwNTZINjUuMjI1Mkw2Ny4xOTE4IDAuMDc4MTUzNVoiIGZpbGw9IiNFNEFFMTgiLz4KPHBhdGggZD0iTTg2LjgxMiAwLjA3ODE1MzVMODguNzc4NSA2LjEzMDU2SDk1LjE0MjRMODkuOTkzOSA5Ljg3MTE1TDkxLjk2MDQgMTUuOTIzNkw4Ni44MTIgMTIuMTgzTDgxLjY2MzUgMTUuOTIzNkw4My42MyA5Ljg3MTE1TDc4LjQ4MTUgNi4xMzA1Nkg4NC44NDU0TDg2LjgxMiAwLjA3ODE1MzVaIiBmaWxsPSIjRTRBRTE4Ii8+Cjwvc3ZnPgo=') no-repeat bottom left / 5.9375rem;
}

.uc-reviews .t958__review-text li:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA5NiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzMwNDIgMC4wNzgxMjVMMTAuMjk3IDYuMTMwNTNIMTYuNjYwOEwxMS41MTI0IDkuODcxMTJMMTMuNDc4OSAxNS45MjM1TDguMzMwNDIgMTIuMTgyOUwzLjE4MTk0IDE1LjkyMzVMNS4xNDg0OCA5Ljg3MTEyTDAgNi4xMzA1M0g2LjM2Mzg4TDguMzMwNDIgMC4wNzgxMjVaIiBmaWxsPSIjQ0VDRUNFIi8+CjxwYXRoIGQ9Ik0yNy45NTEgMC4wNzgxNTM1TDI5LjkxNzYgNi4xMzA1NkgzNi4yODE0TDMxLjEzMyA5Ljg3MTE1TDMzLjA5OTUgMTUuOTIzNkwyNy45NTEgMTIuMTgzTDIyLjgwMjUgMTUuOTIzNkwyNC43NjkxIDkuODcxMTVMMTkuNjIwNiA2LjEzMDU2SDI1Ljk4NDVMMjcuOTUxIDAuMDc4MTUzNVoiIGZpbGw9IiNDRUNFQ0UiLz4KPHBhdGggZD0iTTQ3LjU3MTIgMC4wNzgxNTM1TDQ5LjUzNzcgNi4xMzA1Nkg1NS45MDE2TDUwLjc1MzEgOS44NzExNUw1Mi43MTk3IDE1LjkyMzZMNDcuNTcxMiAxMi4xODNMNDIuNDIyNyAxNS45MjM2TDQ0LjM4OTMgOS44NzExNUwzOS4yNDA4IDYuMTMwNTZINDUuNjA0Nkw0Ny41NzEyIDAuMDc4MTUzNVoiIGZpbGw9IiNDRUNFQ0UiLz4KPHBhdGggZD0iTTY3LjE5MTggMC4wNzgxNTM1TDY5LjE1ODMgNi4xMzA1Nkg3NS41MjIyTDcwLjM3MzcgOS44NzExNUw3Mi4zNDAzIDE1LjkyMzZMNjcuMTkxOCAxMi4xODNMNjIuMDQzMyAxNS45MjM2TDY0LjAwOTggOS44NzExNUw1OC44NjE0IDYuMTMwNTZINjUuMjI1Mkw2Ny4xOTE4IDAuMDc4MTUzNVoiIGZpbGw9IiNDRUNFQ0UiLz4KPHBhdGggZD0iTTg2LjgxMiAwLjA3ODE1MzVMODguNzc4NSA2LjEzMDU2SDk1LjE0MjRMODkuOTkzOSA5Ljg3MTE1TDkxLjk2MDQgMTUuOTIzNkw4Ni44MTIgMTIuMTgzTDgxLjY2MzUgMTUuOTIzNkw4My42MyA5Ljg3MTE1TDc4LjQ4MTUgNi4xMzA1Nkg4NC44NDU0TDg2LjgxMiAwLjA3ODE1MzVaIiBmaWxsPSIjQ0VDRUNFIi8+Cjwvc3ZnPgo=') no-repeat bottom left / 5.9375rem;
}

.uc-reviews .t958__control {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjc3MDggMTIuNjkzNkwxNC41NDg2IDE5LjkxNThDMTQuMDA2OSAyMC41MDI2IDEzLjA1OSAyMC41MDI2IDEyLjUxNzQgMTkuOTE1OEMxMS45MzA2IDE5LjM3NDEgMTEuOTMwNiAxOC40MjYyIDEyLjUxNzQgMTcuODg0NUwxNy4yNTY5IDEzLjA5OThIMy40NDQ0NEMyLjYzMTk0IDEzLjA5OTggMiAxMi40Njc5IDIgMTEuNjU1NEMyIDEwLjg4OCAyLjYzMTk0IDEwLjIxMDkgMy40NDQ0NCAxMC4yMTA5SDE3LjI1NjlMMTIuNTE3NCA1LjQ3MTM1QzExLjkzMDYgNC45Mjk2OSAxMS45MzA2IDMuOTgxNzcgMTIuNTE3NCAzLjQ0MDFDMTMuMDU5IDIuODUzMyAxNC4wMDY5IDIuODUzMyAxNC41NDg2IDMuNDQwMUwyMS43NzA4IDEwLjY2MjNDMjIuMzU3NiAxMS4yMDQgMjIuMzU3NiAxMi4xNTE5IDIxLjc3MDggMTIuNjkzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat center / 1.5rem, #0000FF;
}

.uc-reviews .t-popup {
    background: rgb(255 255 255 / 80%);
}

.uc-individual .t-card__descr li:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjNjY2NkZGIi8+CjxwYXRoIGQ9Ik0xMCAzTDEwLjI5MTYgNi44MzUxMUMxMC40MDQ5IDguMzI1NjUgMTEuNTc5MyA5LjUxNTczIDEzLjA2ODIgOS42NDg3NUwxNyAxMEwxMy4wNTA4IDEwLjM3NTZDMTEuNTY5OCAxMC41MTY0IDEwLjQwNTEgMTEuNzAyOSAxMC4yOTE2IDEzLjE4NjJMMTAgMTdMOS42NjAzNSAxMy4xNTA3QzkuNTMwODkgMTEuNjgzNCA4LjM3MzY3IDEwLjUxNyA2LjkwNzQ2IDEwLjM3NTlMMyAxMEw2Ljg4OTg2IDkuNjQ4NDRDOC4zNjQwOCA5LjUxNTIgOS41MzExNCA4LjM0NTA2IDkuNjYwNDggNi44NzA0OUwxMCAzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==') no-repeat center / contain;
}

.uc-individual .t-card__col:nth-child(2) .t-card__descr li::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMCAzTDEwLjI5MTYgNi44MzUxMUMxMC40MDQ5IDguMzI1NjUgMTEuNTc5MyA5LjUxNTczIDEzLjA2ODIgOS42NDg3NUwxNyAxMEwxMy4wNTA4IDEwLjM3NTZDMTEuNTY5OCAxMC41MTY0IDEwLjQwNTEgMTEuNzAyOSAxMC4yOTE2IDEzLjE4NjJMMTAgMTdMOS42NjAzNSAxMy4xNTA3QzkuNTMwODkgMTEuNjgzNCA4LjM3MzY3IDEwLjUxNyA2LjkwNzQ2IDEwLjM3NTlMMyAxMEw2Ljg4OTg2IDkuNjQ4NDRDOC4zNjQwOCA5LjUxNTIgOS41MzExNCA4LjM0NTA2IDkuNjYwNDggNi44NzA0OUwxMCAzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center / contain;
}

.uc-help .t819__tab_active .t819__tab-name,
.uc-help .t-text ul u {
    background: #E0E4F8;
}

.uc-help .t819__tab-block {
    background: none !important;
}

.uc-profit .t539__textwrapper,
.uc-teachers .t923__content,
.uc-teachers .t-slds__items-wrapper,
.uc-teachers .t-slds__arrow_wrapper,
.uc-programs .t-card__title,
.uc-programs .t-card__uptitle,
.uc-programs .t-card__descr,
.uc-programs .t1069__price,
.uc-price .t-card__uptitle,
.uc-price .t-card__title,
.uc-price .t1069__price,
.uc-price .t-card__descr,
.uc-advantages .t539__textwrapper,
.uc-web-main .t-cover,
.uc-web-main .t-cover__wrapper,
.uc-web-main .t-cover__filter,
.uc-web-form .t-cover,
.uc-web-form .t-cover__wrapper,
.uc-web-offer .t-cover,
.uc-web-offer .t-cover__wrapper,
.uc-individual .t902__inner-col {
    height: unset !important;
}

.uc-profit .t-list__item:nth-child(5) .card__image,
.uc-main-cards .t959__card-inner,
.uc-footer-main .t977__col-inner:last-child .t977__descr,
.uc-footer-main .t977__col-inner:last-child strong,
.uc-footer-main .t977__col-inner:last-child a,
.uc-teachers .t923__wrapper,
.uc-teachers .t923__imgwrapper img,
.uc-teachers .t923__width_12,
.uc-teachers .t923__slds-wrapper,
.uc-footer-main .t977__col-inner:first-child .t977__descr,
.uc-programs .t1069__content,
.uc-price .t1069__content,
.uc-advantages .t539__col:nth-child(-n+2) .card__image,
.uc-web-main .t-title ul li:last-child span,
.uc-web-gifts .t532__textwrapper,
.uc-individual .t902__wrap,
.uc-help .t819__content img,
.uc-help .t-text ul,
.uc-help .t-text ol,
.uc-help .t-text {
    height: 100%;
}

.t-body .main .t-btn,
.uc-diagnostics .t-submit,
.uc-form-main .t-submit,
.uc-web-offer .t-submit,
.uc-web-offer .t1016__descr ul li:before {
    height: 3.25rem;
}

.t-body .main .t-btn:after,
.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before {
    height: 2.25rem;
}

.uc-main-home .t-section__title strong:before,
.uc-form-main .t-section__title strong:before {
    height: 1.9375rem;
}

::-webkit-scrollbar {
    height: 0.25rem;
}

.uc-diagnostics .t-input,
.uc-form-main .t-input-block>.t-input,
.uc-form-main .t-input-block .t-select,
.uc-web-main .main__right:before,
.uc-web-offer .t-input {
    height: 2.75rem;
}

.uc-diagnostics .t-input-phonemask {
    height: unset;
}

.uc-teachers .t-slds__arrow,
.uc-reviews .t958__control {
    height: 3.25rem !important;
}

.uc-teachers .t-slds__arrow_body {
    height: 2.25rem !important;
}

.uc-programs .t-card__descr li:before,
.uc-programs .t1069__featured .t-card__descr span:before,
.uc-individual .t-card__descr li:before {
    height: 1.25rem;
}

.uc-programs .t1069__col:nth-child(3) .t1069__content:before {
    height: 6.25rem;
}

.uc-price .t-card__descr li:before {
    height: 1.5rem;
}

.uc-web-main .t-cover__carrier,
.uc-web-gifts .t532__table,
.uc-web-form .t-cover__carrier,
.uc-web-offer .t-cover__carrier,
.uc-reviews .t958__card.t958__card_popup,
.uc-individual .t902__bgimg {
    height: 100% !important;
}

.uc-web-main .t-descr ul li:before {
    height: 5.0625rem;
}

.uc-reviews .t958__avatar {
    height: 4rem;
}

.uc-reviews .t958__review-text li:after,
.uc-reviews .t958__review-text li:before {
    height: 0.9375rem;
}

.uc-reviews .t958__close-button,
.uc-reviews .t958__close {
    height: 32px;
}

.uc-reviews .t958__close-button svg {
    height: 16px;
}

.uc-profit .card__image,
.uc-reviews .t958__review-text li:before {
    order: 2;
}

.uc-profit .card__image {
    bottom: 1.625rem;
}

.uc-teachers .t-slds__arrow_wrapper {
    bottom: unset;
}

.uc-programs .t1069__col:nth-child(3) .t1069__content:before {
    bottom: 1.875rem;
}

.uc-advantages .t539__col:last-child .card__image,
.uc-advantages .t539__col:nth-child(3) .card__image {
    bottom: 0.5rem;
}

.uc-advantages .t539__col:nth-child(3) .card__image {
    bottom: 0.875rem;
}

.uc-web-main .main__right:before {
    bottom: 100%;
}

.uc-cookies .t886 {
    bottom: 1.25rem;
}

.uc-profit .t-list__item:nth-child(5) .card__image {
    right: 0;
}

.uc-profit .card__image {
    right: 1.625rem;
}

.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-teachers .t-btn::after,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before {
    right: 0.5rem;
}

.uc-teachers .t-slds__arrow_wrapper,
.uc-programs .t1069__col:nth-child(3) .t1069__content:before {
    right: 1.875rem;
}

.uc-teachers .t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
    right: 5.625rem;
}

.uc-price .t-card__uptitle {
    right: -0.625rem;
}

.uc-advantages .t539__col:last-child .card__image,
.uc-advantages .t539__col:nth-child(3) .card__image {
    right: 0.75rem;
}

.uc-advantages .t539__col:nth-child(3) .card__image {
    right: 1.5rem;
}

.uc-profit .t-list__item:nth-child(4) .card__image {
    right: unset;
}

.uc-web-main .main__right {
    right: calc(max(86.25rem, 100vw) / 2 - 41.375rem);
}

.uc-reviews .t958__next {
    right: 1.25rem;
}

.uc-reviews .t958__previous {
    right: 5.125rem;
}

.uc-diagnostics .t-submit,
.uc-price .t-card__uptitle,
.uc-price .t-card__title,
.card__image,
.uc-web-form .t-cover-outer,
.uc-reviews .t958__review-text li:after,
.uc-individual .t-card__descr {
    z-index: 1;
}

.uc-price .t-card__uptitle {
    z-index: 2;
}

.uc-web-main .main__right {
    z-index: 10;
}

.uc-profit .card__image,
.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:before,
.uc-programs .t-card__title u,
.uc-form-main .t-submit:before,
.uc-programs.t395__off:not([data-record-type="396"]),
.uc-advantages .t539__col:last-child .card__image,
.uc-advantages .t539__col:nth-child(3) .card__image,
.uc-web-main .t-cover__carrier,
.uc-web-form .t-cover__carrier,
.uc-web-offer .t-cover__carrier,
.uc-help .t-text ul u,
.uc-help .t-text ol u {
    z-index: -1;
}

.uc-cookies .t886 {
    z-index: 9999999999;
}

.uc-profit .t539__itemwrapper {
    padding-right: 4.25rem;
}

.uc-menu .t228__list_item:last-child {
    padding-right: 0 !important;
}

.uc-footer-main .t977__col-inner:first-child {
    padding-right: 0.625rem;
}

.uc-teachers .t-card__btn {
    padding-right: 3.25rem;
}

.uc-price .t-card__title {
    padding-right: 5rem;
}

.uc-advantages .t539__col:last-child .t539__perstext {
    padding-right: 2.9rem;
}

.t-body .uc-web-main .main__left {
    padding-right: 27.5rem;
}

.t-body .uc-web-for .t-col.t-col_12,
.t-body .uc-web-for .t1066__flex-wrapper,
.t-body .uc-web-cards .t-col.t-col_12,
.t-body .uc-web-person .t-col.t-col_12,
.t-body .uc-web-gifts .t-col.t-col_12 {
    padding-right: 27.5rem !important;
}

.t-body .uc-web-cards .t1095__container,
.t-body .uc-web-person .t524__container,
.t-body .uc-web-gifts .t532__container {
    padding-right: 28.75rem !important;
}

.uc-reviews .t-section__title {
    padding-right: 7.75rem;
}

.uc-programs.t395__off:not([data-record-type="396"]),
.uc-web-main .main__right:before {
    left: 0;
}

.uc-profit .t-list__item:nth-child(4) .card__image {
    left: 20.125rem;
}

.uc-main-home .t1125__descr {
    left: 100%;
}

.uc-teachers .t-card__uptitle {
    left: 0rem;
}

.uc-teachers .t-slds__arrow_wrapper,
.uc-reviews .t958__previous {
    left: unset;
}

.uc-pdf .t-popup__container,
.uc-web-menu .t135,
.uc-reviews .t-popup__container {
    left: 50%;
}

.uc-profit .t-list__item:nth-child(4) .card__image,
.t-body .main .t-btn:before,
.uc-main-home .t1125__descr,
.uc-diagnostics .t-submit:before,
.uc-teachers .t-btn::after,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before {
    transform: translateY(-50%);
}

.t-body .main .t-btn:hover:before {
    transform: scale(15);
}

.uc-diagnostics .t-popup__container {
    transform: translateY(-50%) scale(.9) !important;
}

.uc-diagnostics .t-popup_show .t-popup__container {
    transform: translateY(-50%) scale(1) !important;
}

.uc-diagnostics .t-submit:hover:before {
    transform: scale(25);
}

.uc-teachers .t-slds__arrow,
.uc-teachers .t-slds__arrow_body {
    transform: unset;
}

.uc-teachers .t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
    transform: rotate(-180deg);
}

.uc-form-main .t-submit:hover:before {
    transform: scale(30);
}

.uc-price .t-card__uptitle {
    transform: rotate(-15deg);
}

.uc-pdf .t-popup__container,
.uc-reviews .t-popup__container {
    transform: translate(-50%, -50%) !important;
}

.uc-advantages .t-section__descr {
    transform: rotate(-6deg);
}

.uc-web-menu .t135 {
    transform: translateX(-50%);
}

.uc-reviews .t958__review-text li:before {
    transform: translateX(calc(-100% - 0.75rem + (5.9375rem - var(--rate-width, 0))));
}

.uc-reviews .t958__previous {
    transform: rotate(180deg);
}

.uc-profit .t-list__item:nth-child(5) .card__image,
.uc-teachers .t-slds__arrow_wrapper,
.uc-reviews .t958__control {
    top: 0;
}

.uc-profit .t-list__item:nth-child(4) .card__image,
.t-body .main .t-btn:before,
.uc-main-home .t1125__descr,
.uc-diagnostics .t-popup__container,
.uc-diagnostics .t-submit:before,
.uc-teachers .t-btn::after,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before,
.uc-pdf .t-popup__container,
.uc-reviews .t-popup__container {
    top: 50%;
}

.uc-teachers .t-card__uptitle {
    top: 3.25rem;
}

.uc-price .t-card__uptitle {
    top: -0.625rem;
}

.uc-price .t-card__title {
    top: 4.9375rem;
}

.uc-web-menu .t135 {
    top: 4.375rem !important;
}

.uc-teachers .t923__imgwrapper img,
.uc-help .t819__content img {
    -o-object-fit: cover;
}

.uc-form-main .t700__img,
.card__image {
    -o-object-fit: contain;
}

.uc-teachers .t923__imgwrapper img,
.uc-help .t819__content img {
    object-fit: cover;
}

.uc-form-main .t700__img,
.card__image {
    object-fit: contain;
}

.uc-profit .t-list__item:first-child .t539__persname,
.uc-profit .t-list__item:first-child .t539__perstext,
.uc-programs .t1069__col:nth-child(2) .t-card__uptitle li,
.uc-programs .t1069__featured .t1069__price,
.uc-programs .t1069__featured .t-card__descr,
.uc-form-main .t-section__title,
.uc-form-main .t-section__descr,
.uc-price .t-card__uptitle,
.uc-advantages .t539__col:nth-child(3) .t539__persname,
.uc-advantages .t539__col:nth-child(3) .t539__perstext,
.uc-help .t819__tab-name {
    color: #ffffff;
}

.t-body .main .t-btn:nth-child(odd),
.uc-main-cards .t959__row:last-child .t959__card:nth-child(2) .t959__card-inner .t-card__title,
.uc-footer-main .t977__col-inner:last-child a,
.uc-form-main .t-submit {
    color: #ffffff !important;
}

.t-body .main .t-btn:nth-child(even),
.uc-menu .t-btn.t-btn,
.uc-programs .t1069__featured .t-card__descr span,
.uc-web-form .t698__form-bottom-text a,
.uc-web-main .t698__form-bottom-text a,
.uc-web-offer .t1016__hint a,
.uc-individual .t-card__col:nth-child(2) .t-card__title,
.uc-individual .t-card__col:nth-child(2) .t-card__descr {
    color: #000000 !important;
}

.t-body .main .t-btn:nth-child(odd):hover,
.uc-form-main .t-submit:hover {
    color: #0000FF !important;
}

.t-body .main .t-btn:nth-child(even):hover,
.uc-menu .t-btn.t-btn:hover {
    color: #FFFFFF !important;
}

.uc-diagnostics .t-submit:hover {
    color: #0000ff !important;
}

.uc-programs .t-card__uptitle li,
.uc-web-main .t-title,
.uc-web-main .t-descr,
.uc-web-main .t698__form-bottom-text,
.uc-web-form .t698__title,
.uc-web-form .t698__descr,
.uc-web-form .t698__form-bottom-text,
.uc-web-offer .t-descr,
.uc-web-offer .t1016__descr-second,
.uc-web-offer .t1016__hint,
.uc-web-offer .t1016__text,
.uc-web-offer .t1016__uptitle,
.uc-web-offer .t1016__title,
.uc-reviews .t958__more:after {
    color: #000000;
}

.uc-price .t1069__price>span {
    color: #B8B8B8;
}

/*.uc-profit .t-list__item:nth-child(3),*/
/*.uc-profit .t-list__item:nth-child(4) {
    */
/*    border: 0.0625rem solid #d9d9d9;
}
*/

.t-body .main .t-btn:nth-child(odd),
.uc-form-main .t-submit {
    border: 0.0625rem solid #0000FF;
}

.t-body .main .t-btn:nth-child(even),
.uc-menu .t-btn.t-btn {
    border: 0.0625rem solid #F0F0F4;
}

.uc-diagnostics .t-submit {
    border: 0.0625rem solid #0000ff;
}

.uc-programs .t1069__content,
.uc-help .t819__wrapper {
    border: none !important;
}

.uc-advantages .t539__col:nth-child(4),
.uc-cookies .t886__wrapper {
    border: 0.0625rem solid #d6d6d6;
}

.uc-web-main .main__right {
    border: 0.0625rem solid #D9D9D9;
}

.uc-web-offer .t1016__formwrapper {
    border: 0.0625rem solid #d9d9d9;
}

.uc-web-offer .t1016__descr ul li {
    border: 0.0625rem solid #ffffff;
}

.uc-menu .t228__list_item:first-child {
    padding-left: 0 !important;
}

.uc-menu .t228__right_buttons {
    padding-left: 2.5rem;
}

.uc-web-for .t1066__textwrapper {
    padding-left: 1.25rem;
}

.t-body .main .t-btn,
.uc-form-main .t-submit {
    transition: color .6s ease;
}

.t-body .main .t-btn:before,
.uc-diagnostics .t-submit:before,
.uc-form-main .t-submit:before {
    transition: 0.6s transform cubic-bezier(0.67, 0.06, 0.43, 0.97);
}

.uc-diagnostics .t-submit {
    transition: color .3s ease;
}

.uc-main-home .t-section__title strong:before {
    transition: margin .3s ease;
}

.uc-main-home .t1125__descr {
    transition: margin .3s ease, max-width .3s ease;
}

.uc-tabs .t395__tab {
    transition: opacity .3s ease;
}

.t-body .main .t-btn,
.uc-diagnostics .t-submit,
.uc-programs .t1069__col:nth-child(3) .t-card__title,
.uc-form-main .t-submit,
.uc-advantages .t539__col,
.uc-profit .t-list__item,
.uc-web-main .t-cover,
.uc-web-form .t-cover,
.uc-web-offer .t-cover,
.uc-help .t-text ul,
.uc-help .t-text ol {
    isolation: isolate;
}

.t-body .main .t-btn:after,
.t-body .main .t-btn:before,
.uc-main-home .t-section__title strong:before,
.uc-diagnostics .t-submit:after,
.uc-diagnostics .t-submit:before,
.uc-programs .t-card__descr li:before,
.uc-programs .t1069__col:nth-child(3) .t1069__content:before,
.uc-form-main .t-section__title strong:before,
.uc-form-main .t-submit:after,
.uc-form-main .t-submit:before,
.uc-programs .t1069__featured .t-card__descr span:before,
.uc-price .t-card__descr li:before,
.uc-web-main .t-descr ul li:before,
.uc-web-offer .t1016__descr ul li:before,
.uc-reviews .t958__review-text li:after,
.uc-reviews .t958__review-text li:before,
.uc-individual .t-card__descr li:before {
    content: '';
}

.uc-web-main .main__right:before {
    content: 'Онлайн';
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uc-reviews .t958__more:after {
    content: 'Подробнее';
}

.uc-help .t819__tab.t819__tab_active:before,
.uc-help .t819__wrapper:before,
.uc-help .t819__wrapper:after {
    content: none;
}

.uc-main-home {
    margin-top: 7.5rem;
}

.uc-main-cards,
.uc-help .t819__content-row {
    margin-top: 2.5rem;
}

.uc-footer-main .t977__text {
    margin-top: auto !important;
}

.uc-footer-main ul,
.uc-form-main .t-submit,
.uc-programs .t1069__featured .t-card__descr span,
.uc-advantages .t539__container,
.uc-web-main .t-descr ul {
    margin-top: 1.25rem;
}

.uc-diagnostics .t702__form-bottom-text {
    margin-top: 0.75rem;
}

.uc-teachers .t-card__btn-wrapper,
.uc-footer-main .t977__col-inner:first-child .t977__descr ol {
    margin-top: auto;
}

.uc-teachers .t-card__descr,
.uc-web-offer .t1016__hint,
.uc-web-offer .t1016__descr ul li span {
    margin-top: 0.625rem;
}

.uc-form-main .t700__form-bottom-text,
.uc-price .t-btn {
    margin-top: 1rem;
}

.uc-form-main .t-form__submit,
.uc-price .t1069__price,
.uc-advantages .t539__col:nth-child(4) .card__image {
    margin-top: 1.5rem;
}

.uc-price .t-card__descr {
    margin-top: 2rem;
}

.uc-price .t-card__descr li:before {
    margin-top: -0.1875rem;
}

.uc-price .t-card__title {
    margin-top: -1.25rem;
}

.uc-web-gifts {
    margin-top: -1.875rem;
}

.uc-web-offer .t1016__timer {
    margin-top: 2.75rem;
}

.uc-web-offer .t1016__descr,
.uc-reviews .t958__review {
    margin-top: 2.625rem;
}

.uc-main-home .t1125__descr,
.uc-main-home .t-section__title strong:before {
    margin-left: 3.25rem;
}

.uc-form-main .t-section__title strong:before {
    margin-left: 2.5rem;
}

.uc-advantages .t-section__descr {
    margin-left: -7.5rem;
}

.uc-web-form .t-width.t-width_12 {
    margin-left: auto;
}

.uc-main-home .t-section__title strong:before,
.uc-footer-main .t977__col.t977__col_left,
.uc-teachers .t-slds__arrow_body,
.uc-programs .t-card__descr li:before,
.uc-form-main .t-section__title strong:before,
.uc-price .t1069__price>strong,
.uc-price .t-card__descr li:before,
.uc-web-main .t-title li:last-child,
.uc-web-main .t-descr ul li:before,
.uc-web-form .main__right,
.uc-web-offer .t1016__descr ul li:before,
.uc-reviews .t958__review-text li:after,
.uc-reviews .t958__review-text li:before,
.t-feed .t228 .t-btn:after,
.uc-individual .t-card__descr li:before {
    flex-shrink: 0;
}

.uc-main-cards .t959__row:last-child,
.uc-form-main .t-container.t-container_flex.t700__vtop,
.uc-advantages .t539__col:nth-child(-n+2) .t539__itemwrapper,
.uc-main-cards .t959__row,
.uc-main-cards .t959__container,
.uc-web-gifts .t532__container {
    grid-template-columns: 1fr 1fr;
}

.uc-footer-main .t977__menu,
.uc-programs .t1069__row {
    grid-template-columns: repeat(3, 1fr);
}

.uc-web-offer .t1016__content {
    grid-template-columns: auto 26.25rem;
}

.uc-web-offer .t1016__descr ul li {
    grid-template-columns: 3.25rem auto;
}

.uc-advantages .t539__col:nth-child(-n+2) .t539__textwrapper {
    grid-row: 1;
}

.uc-main-cards .t959__card:nth-child(2),
.uc-footer-main .t977__col-inner:first-child,
.uc-programs .t1069__col:nth-child(1),
.uc-programs .t1069__col:nth-child(2),
.uc-web-offer .t1016__descr ul li:before {
    grid-row: span 2;
}

.uc-footer-main .t977__col {
    float: unset;
}

.uc-footer-main .t977__col.t977__col_left,
.uc-teachers .t923__content,
.uc-footer-main .t977__col-inner:first-child .t977__descr,
.uc-programs .t1069__content,
.uc-programs .t-card__descr ul,
.programs__card-top,
.programs__card-bottom,
.uc-form-main .t700__content,
.uc-form-main .t-section__container .t-col.t-col_12,
.uc-form-main .t-col.t-col_5.t-prefix_1,
.uc-price .t-card__descr ol,
.uc-price .t-card__descr ul,
.uc-price .t-card__descr,
.uc-web-main .t-title ul li:first-child,
.uc-web-person .t524__perstext ul,
.uc-web-offer .t1016__col,
.uc-web-offer .t-form__inputsbox,
.uc-web-offer .t1016__descr ul,
.uc-individual .t-card__descr ul,
.uc-help .t-text ul,
.uc-help .t-text ol {
    flex-direction: column;
}

.uc-footer-main .t977__menu {
    grid-template-rows: 1fr 3.25rem;
}

.uc-programs .t1069__row,
.uc-web-gifts .t532__container,
.uc-help .t-text {
    grid-template-rows: 1fr 1fr;
}

.uc-advantages .t539__col:nth-child(-n+2) .card__image {
    grid-column: 2;
}

.uc-footer-main .t977__col-inner:last-child,
.uc-web-offer .t1016__logo {
    grid-column: span 2;
}

.uc-footer-main .t977__col-inner:nth-child(2) {
    border-top-left-radius: 0.75rem;
}

.uc-footer-main .t977__col-inner:nth-child(2) {
    border-bottom-left-radius: 0.75rem;
}

.uc-footer-main .t977__col-inner:nth-child(3) {
    border-top-right-radius: 0.75rem;
}

.uc-footer-main .t977__col-inner:nth-child(3) {
    border-bottom-right-radius: 0.75rem;
}

.uc-footer-main ol a {
    text-underline-offset: 0.125rem;
}

.uc-reviews .t958__more:after {
    text-underline-offset: 4px;
}

.uc-footer-main .t977__col-inner:last-child a,
.uc-diagnostics .t-input.t-input-phonemask__wrap,
.uc-diagnostics .t-submit,
.uc-teachers .t-slds__arrow,
.uc-programs .t-card__descr li,
.uc-form-main .t-submit,
.uc-programs .t1069__featured .t-card__descr span,
.uc-web-main .t-descr ul li,
.uc-web-main .t-title ul li:last-child span,
.uc-web-cards .t-item,
.uc-web-offer .t-cover,
.uc-web-offer .t1016__col,
.uc-web-offer .t-form__inputsbox,
.uc-web-offer .t1016__content,
.uc-reviews .t958__author,
.uc-reviews .t958__review-text li,
.uc-reviews .t958__close-button {
    align-items: center;
}

.uc-price .t1069__price,
.uc-advantages .t-section__container .t-col.t-col_12 {
    align-items: flex-end;
}

.uc-main-home .t-section__title u {
    -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEwwIDU0TDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNFMEU0RjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEwzMDUuMjk4IDUwWk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEwzMDQuMTIyIDU0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") 0 12 0 12 fill;
}

.uc-programs .t-card__title u {
    -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY1IiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTY1IDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTYwLjMzMyAyMy4wMDA1TDAgMjMuMDAwNUw0LjY2NzAyIDAuMDAwNDg5NTIzTDE2NSAwLjAwMDUwMzU0TDE2MC4zMzMgMjMuMDAwNVoiIGZpbGw9IiNEMUY2NTciLz4KPC9zdmc+Cg==") 0 10 0 10 fill;
}

.uc-main-home .t-section__title u {
    -moz-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMzIwIDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzA0LjEyMiA1NEwwIDU0TDE1Ljg3ODMgMEwzMjAgMi42NTg3MmUtMDVMMzA0LjEyMiA1NFoiIGZpbGw9IiNFMEU0RjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDUuMjk4IDUwTDMxOC44MjQgNC4wMDAwM0wxNC43MDIxIDRMMS4xNzYxOCA1MEwzMDUuMjk4IDUwWk0zMDQuMTIyIDU0TDMyMCAyLjY1ODcyZS0wNUwxNS44NzgzIDBMMCA1NEwzMDQuMTIyIDU0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") 0 12 0 12 fill;
}

.uc-programs .t-card__title u {
    -moz-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY1IiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTY1IDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTYwLjMzMyAyMy4wMDA1TDAgMjMuMDAwNUw0LjY2NzAyIDAuMDAwNDg5NTIzTDE2NSAwLjAwMDUwMzU0TDE2MC4zMzMgMjMuMDAwNVoiIGZpbGw9IiNEMUY2NTciLz4KPC9zdmc+Cg==") 0 10 0 10 fill;
}

.uc-diagnostics .t-popup__container,
.uc-pdf .t-popup__container {
    max-height: 85vh;
}

.uc-advantages .t539__col:nth-child(-n+2) .card__image {
    max-height: 17.375rem;
}

.uc-reviews .t958__card.t958__card_popup,
.uc-reviews .t958__popup-item {
    max-height: 80vh;
}

.uc-diagnostics .t-popup__container {
    -moz-transform: translateY(-50%) scale(.9) !important;
}

.uc-diagnostics .t-popup_show .t-popup__container {
    -moz-transform: translateY(-50%) scale(1) !important;
}

.uc-reviews .t-popup__container {
    -moz-transform: translate(-50%, -50%) !important;
}

.uc-diagnostics .t-popup__container {
    -ms-transform: translateY(-50%) scale(.9) !important;
}

.uc-diagnostics .t-popup_show .t-popup__container {
    -ms-transform: translateY(-50%) scale(1) !important;
}

.uc-reviews .t-popup__container {
    -ms-transform: translate(-50%, -50%) !important;
}

.uc-diagnostics .t-popup__container {
    -webkit-transform: translateY(-50%) scale(.9) !important;
}

.uc-diagnostics .t-popup_show .t-popup__container {
    -webkit-transform: translateY(-50%) scale(1) !important;
}

.uc-reviews .t-popup__container {
    -webkit-transform: translate(-50%, -50%) !important;
}

.uc-diagnostics .t-popup__container {
    -o-transform: translateY(-50%) scale(.9) !important;
}

.uc-diagnostics .t-popup_show .t-popup__container {
    -o-transform: translateY(-50%) scale(1) !important;
}

.uc-reviews .t-popup__container {
    -o-transform: translate(-50%, -50%) !important;
}

::-webkit-scrollbar-thumb {
    background-color: #0000FF;
}

.uc-web-cards .t1095 {
    background-color: #f1f1f1;
}

.uc-diagnostics .t702__wrapper,
.uc-pdf .t-popup__container,
.uc-reviews .t958__card.t958__card_popup {
    overflow-y: auto;
}

.uc-diagnostics .t-submit,
.uc-teachers .t-card__btn,
.uc-teachers .t-slds__arrow,
.uc-form-main .t-section__container .t-col.t-col_12,
.uc-form-main .t-submit,
.uc-web-offer .t-cover,
.uc-web-offer .t1016__timer,
.uc-reviews .t958__close-button {
    justify-content: center;
}

.uc-reviews .t958__more-wrapper {
    justify-content: flex-start !important;
}

.uc-teachers .t923__imgwrapper img {
    -o-object-position: center bottom;
}

.card__image {
    -o-object-position: bottom right;
}

.uc-teachers .t923__imgwrapper img {
    object-position: center bottom;
}

.card__image {
    object-position: bottom right;
}

.uc-main-cards .t959__row:first-child .t959__card:nth-child(3) .t959__card-image {
    -webkit-animation: rotate 80s infinite ease;
}

.uc-main-cards .t959__row:first-child .t959__card:nth-child(3) .t959__card-image {
    animation: rotate 80s infinite ease;
}

.uc-main-cards .t959__row:first-child .t959__card:nth-child(3) .t959__card-image {
    background-size: contain !important;
}

.uc-web-main .t-cover__carrier {
    background-size: auto 100% !important;
}

.uc-web-gifts .t532__bg,
.uc-individual .t902__bgimg {
    background-size: contain;
}

.uc-web-form .t-cover__carrier {
    background-size: cover;
}

.uc-web-offer .t-cover__carrier {
    background-size: auto 100%;
}

.uc-programs .t1069__col,
.uc-price .t1069__col,
.uc-web-person .t524__perstext ul {
    text-align: left;
}

.uc-form-main .t700__form-bottom-text,
.uc-web-main .t698__form-bottom-text,
.uc-web-form .t698__form-bottom-text,
.uc-web-offer .t1016__descr-second,
.uc-web-offer .t1016__hint,
.uc-web-offer .t1016__text {
    text-align: center;
}

.uc-web-offer .t1016__content {
    text-align: start;
}

.uc-programs .t-card__uptitle ul,
.uc-price .t-card__descr li,
.uc-web-main .t-title ul,
.uc-web-main .t-descr ul,
.uc-web-person .t524__perstext ul,
.uc-web-form .t698__title ul,
.uc-web-offer .t1016__descr ul,
.uc-reviews .t958__review-text ul,
.uc-individual .t-card__descr ul,
.uc-help .t-text ul,
.uc-help .t-text ol {
    list-style: none;
}

.uc-programs .t-card__uptitle ul,
.uc-price .t1069__price {
    flex-wrap: wrap;
}

.uc-individual .t902__container {
    flex-wrap: nowrap;
}

.uc-tabs button,
.uc-reviews .t958__review-text li {
    white-space: nowrap;
}

.uc-programs.t395__off:not([data-record-type="396"]) {
    opacity: 0;
}

.uc-reviews .t958__more {
    opacity: 1;
}

.uc-tabs .t395__tab:not(.t395__tab_active):hover {
    opacity: 0.8;
}

.uc-form-main .t-section__container {
    flex: 1;
}

.uc-programs.t395__off:not([data-record-type="396"]),
.uc-web-main .t-cover__carrier,
.uc-individual .t902__bgimg {
    pointer-events: none;
}

.uc-pdf .t-popup__container {
    overflow-x: hidden;
}

.uc-web-main .t-cover__carrier {
    background-position: right center !important;
}

.uc-web-gifts .t532__bg,
.uc-individual .t902__bgimg {
    background-position: bottom right;
}

.uc-web-gifts .t532__col:last-child .t532__bg,
.uc-web-form .t-cover__carrier {
    background-position: center;
}

.uc-web-offer .t-cover__carrier {
    background-position: right;
}

.uc-web-cards .t-cell.t-valign_top {
    min-width: 4rem;
}

.uc-web-offer .t1016__col {
    min-width: 3.875rem;
}

.uc-web-offer .t-cover__carrier {
    inset: 0;
}

.uc-web-offer .t1016__content {
    -moz-column-gap: 1.25rem;
}

.uc-web-offer .t1016__content,
.uc-web-offer .t1016__descr ul li {
    column-gap: 1.25rem;
}

.uc-web-offer .t1016__descr ul li {
    -webkit-backdrop-filter: blur(1.5rem);
}

.uc-reviews .t-popup {
    -webkit-backdrop-filter: blur(8px);
}

.uc-web-offer .t1016__descr ul li {
    backdrop-filter: blur(1.5rem);
}

.uc-reviews .t-popup {
    backdrop-filter: blur(8px);
}

.uc-reviews .t958__avatar {
    margin-right: 1rem;
}

.uc-reviews .t958__card.t958__card_popup {
    scrollbar-width: none;
}

.uc-reviews .t958__popup-item {
    box-shadow: 0 0 52px rgb(0 0 0 / 15%);
}

.cols {
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    gap: 20px;
}

.uc-fix-nav .t-item {
    margin: 0;
}

.uc-fix-nav .t-card__container {
    padding: 0 !important;
}

.cols__col4 {
    flex-shrink: 0;
}

.uc-doc .t004 {
    padding: 0;
}

.uc-fix-nav .t846__separator {
    display: none;
}

.uc-fix-nav .t846__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.uc-fix-nav .t846__container:before,
.uc-fix-nav .t846__container:after {
    display: none;
}

.uc-fix-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 45px;
}

.uc-banner .t422__wrapper {
    max-width: unset;
    margin: 0;
    display: grid;
    border-radius: 20px;
    overflow: hidden;
    background: #e5edff;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    gap: 60px;
}

.uc-banner .t422__img {
    height: 100% !important;!±
    important;
    display: block !important;
    max-width: 475px;
    margin-right: auto;
}

.uc-banner .t422__img-mobile {
    display: none !important;
}

.uc-banner .t422__text {
    display: block;
    float: none;
    background: none !important;
    max-width: 450px;
    margin-left: auto;
}

.uc-banner .t-card__link {
    display: flex;
}

.uc-banner .t422__textwrapper {
    padding: 36px 0 48px;
}

.uc-banner .t422__title {
    margin-bottom: 12px;
    letter-spacing: -0.16px;
    isolation: isolate;
}

.uc-banner .t422__title u {
    -moz-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMjEwIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTk5LjU4IDMyTDAgMzJMMTAuNDIwMSAxLjYyNTY2ZS0wNkwyMTAgMS45MDczNWUtMDVMMTk5LjU4IDMyWiIgZmlsbD0iI0QxRjY1NyIvPgo8L3N2Zz4=") 0 12 0 12 fill;
    -webkit-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMjEwIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTk5LjU4IDMyTDAgMzJMMTAuNDIwMSAxLjYyNTY2ZS0wNkwyMTAgMS45MDczNWUtMDVMMTk5LjU4IDMyWiIgZmlsbD0iI0QxRjY1NyIvPgo8L3N2Zz4=") 0 12 0 12 fill;
    -o-border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMjEwIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTk5LjU4IDMyTDAgMzJMMTAuNDIwMSAxLjYyNTY2ZS0wNkwyMTAgMS45MDczNWUtMDVMMTk5LjU4IDMyWiIgZmlsbD0iI0QxRjY1NyIvPgo8L3N2Zz4=") 0 12 0 12 fill;
    border-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMjEwIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTk5LjU4IDMyTDAgMzJMMTAuNDIwMSAxLjYyNTY2ZS0wNkwyMTAgMS45MDczNWUtMDVMMTk5LjU4IDMyWiIgZmlsbD0iI0QxRjY1NyIvPgo8L3N2Zz4=") 0 12 0 12 fill;
    position: relative;
    text-decoration: unset;
    -o-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    border-width: 0rem 0.75rem 0rem 0.75rem;
    border-style: solid;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: -0.75rem;
    z-index: -1;
}

.uc-banner .t422__btn-wrapper {
    margin: 0;
}

.uc-banner {
    padding-top: 52px;
}

.uc-price .t-card__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-right: 6rem;
}

.uc-price .t1069__separator {
    margin-bottom: 0 !important;
    height: 10px !important;
    display: block !important;
}

.uc-discount .t-container {
    background: #e5edff;
    border-radius: 1.25rem;
    max-width: unset;
    padding: 0 68px !important;
    display: flex;
    gap: 1.25rem;
}

.uc-discount .t480 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.uc-discount .t-col {
    margin: 0;
    max-width: unset;
    padding: 0;
    position: relative;
}

.uc-discount .t-container::before, 
.uc-discount .t-container::after {
    display: none;
}

.uc-discount .t480__blockimg {
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100% !important;
}

.uc-discount .t480__top {
    padding: 2.25rem 0;
}

.uc-discount .t480__textwrapper {
    height: unset !important;
}

.tooltipster-base.tooltipster-base {
    box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 16px !important;
}

.tooltipster-base .tooltipster-content {
    padding: 20px !important;
}

.tooltipster-base .t300__content-text ul {
    margin: 10px 0 0 !important;
    padding: 0 0 0 20px!important;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(-360deg);
    }
}

@supports(-ms-ime-align:auto) or (-moz-appearance: none) {
    * {
        scrollbar-width: thin;
        -ms-overflow-style: #0000FF #ffffff
    }
}

@media screen and (max-width: 1380px) {
    .uc-web-main .main__right {
        right: calc(max(1380px, 100vw) / 2 - 660px);
    }
}

@media screen and (max-width: 1300px) {
    .uc-teachers .t-slds__container {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .t-feed .t-feed__post-popup__container,
    .t-feed .uc-footer-main .t-container,
    .uc-feed .t-feed__container {
        max-width: unset !important;
    }
    
    .t-feed__post-popup__content-wrapper, .t-feed__post-popup__relevants {
        padding: 0 !important;
    }
    
    .uc-help .t819__wrapper {
        flex-wrap: wrap;
    }
    
    .uc-reviews .t958__popup-item,
    .uc-reviews .t-popup__container {
        max-width: 596px;
    }
    
    .uc-reviews .t958__wrapper {
        max-width: unset;
    }
    
    .uc-web-offer .t1016__text {
        font-size: 14px;
    }
    
    .uc-web-offer .t-cover__carrier {
        background-position: right -80px center;
    }
    
    #rec815589223 .t-section__title {
        max-width: 500px!important;
    }

    .t-body .main .t-container,
    .uc-teachers .t-slds__container {
        max-width: 75rem;
    }

    .uc-footer-main .t977__col.t977__col_left {
        max-width: unset !important;
    }

    .uc-teachers .t-slds__container,
    .uc-footer-main .t977__col-inner {
        width: 100%;
    }

    .uc-teachers .t-card__col {
        width: calc(100vw / 2 - 0.9375rem) !important;
    }

    .uc-teachers .t-slds__main {
        padding: 0 0.9375rem;
    }

    .uc-teachers .t-slds__arrow_wrapper {
        right: 1.25rem;
    }

    .uc-teachers .t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
        right: 5rem;
    }
    
    .uc-banner .t422__wrapper {
        padding: 0 20px;
        gap: 40px;
    }
    
    .uc-banner .t422__img {
        padding: 0;
        background-size: contain;
    }
}

@media screen and (max-width: 980px) {
    .t-feed .tmenu-mobile__container {
        padding: 1.25rem 0;
    }
    
    .t-feed .uc-menu-main img {
        border-radius: 0;
    }
    
    .t-feed .uc-menu-main .t228 {
        display: block;
        position: absolute !important;
    }
    
    .t-feed .tmenu-mobile {
        display: none;
    }
    
    .t-feed .t228__centerside {
        display: none;
    }
    
    .t-feed .t228__leftcontainer {
        display: inline-block !important;
        padding: 0 !important;
    }
    
    .t-feed .t228__maincontainer {
        height: 80px !important;
        display: flex !important;
        justify-content: space-between;
        gap: 1.25rem;
        align-items: center;
    }
    
    .t-feed .t228__leftside, .t-feed .t228__rightside {
        display: table-cell;
        text-align: left;
    }
    
    .t-feed .t228__rightcontainer {
        display: table;
        text-align: right;
        width: auto;
        position: relative;
        float: right;
        padding: 0;
    }
    
    .t-feed .t228__right_buttons_but {
        margin: 0;
    }
    
    .t-feed .t228__imglogo,
    .t-feed .t228__right_buttons {
        padding: 0 !important;
    }
    
    .uc-menu .tmenu-mobile__container {
        min-height: 5rem;
    }

    .uc-menu .t228__right_buttons {
        padding: 0;
    }

    .uc-menu .t228__list_item {
        padding: 0 !important;
    }

    .uc-menu .t228__list_item {
        padding: 0.75rem 0 !important;
    }

    .uc-menu .t228__list_item {
        text-align: left;
    }

    .uc-menu .t228__list_item {
        font-family: "Unbounded", sans-serif;
    }

    .uc-menu .t228__rightcontainer {
        margin: 0;
    }

    .uc-menu .t-menu__link-item {
        font-size: 1.25rem !important;
    }

    .uc-menu .t-menu__link-item {
        font-weight: 500 !important;
    }

    .uc-programs .t-card__title,
    .uc-programs .t1069__price {
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
    }

    .uc-programs .t-card__title,
    .uc-programs .t1069__price {
        -webkit-hyphens: auto;
    }

    .uc-programs .t-card__title,
    .uc-programs .t1069__price {
        -ms-hyphens: auto;
    }

    .uc-programs .t-card__title,
    .uc-programs .t1069__price {
        -moz-hyphens: auto;
    }

    .uc-price .t-card__title {
        top: 4.1875rem;
    }
}

@media screen and (max-width: 960px) {
    .uc-individual .t-card__col,
    .uc-individual .t902__wrap_right,
    .uc-reviews .t-slds__wrapper,
    .t-body .main .t-col.t-col_12,
    .uc-main-home .t1125__col,
    .uc-tabs .t395__col,
    .uc-teachers .t923__slds-wrapper,
    .uc-price .t1069__col,
    #allrecords .uc-advantages .t539__col,
    .t-body .uc-web-main .main__left,
    .uc-web-for .t1066__box-text,
    .uc-web-gifts .t-list__item,
    .uc-blog-form .t-col {
        padding: 0;
    }
    
    #allrecords .uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post {
        margin: 0 !important;
        padding: 0;
    }
    
    .uc-fix-nav .t-item,
    .uc-fix-nav .t-item .t846__textwrapper {
        padding: 0 !important;
    }
    
    .t-feed .t-feed__post-popup__relevants-item {
        width: 100%;
    }
    
    .t-feed .t-feed__post-popup__relevants-wrapper {
        scrollbar-width: none;
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    
    .t-feed .t-feed__post-popup__relevants-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .t-feed .t-feed__post-popup__relevants-item:nth-child(-n+5) {
        display: block;
        width: 290px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
    
    .t431__wrapper-for-mobile {
        overflow-x: unset;
    }
    
    .uc-reviews .t958__wrapper {
        padding: 0 20px;
    }
    
    .uc-main-cards .t959__card-inner,
    .t-body .uc-web-for .t-col.t-col_12,
    .t-body .uc-web-for .t1066__flex-wrapper,
    .t-body .uc-web-cards .t-col.t-col_12,
    .t-body .uc-web-person .t-col.t-col_12,
    .t-body .uc-web-gifts .t-col.t-col_12,
    .uc-web-for .t1066__box-img-mobile {
        padding: 0 !important;
    }
    
    .uc-main-cards .t-card__title,
    .uc-footer-main .t977__col-inner:nth-child(2),
    .uc-footer-main .t977__col-inner:nth-child(3) {
        padding: 1.25rem;
    }
    
    .uc-footer-main .t977__col-inner:last-child a {
        padding: 0 1.25rem;
    }
    
    .uc-teachers .t-card__uptitle {
        padding: 0.375rem 1.5rem 0.375rem 2.25rem;
    }
    
    .t-body .uc-web-cards .t1095__container,
    .t-body .uc-web-person .t524__container,
    .t-body .uc-web-gifts .t532__container {
        padding: 0 1.25rem !important;
    }
    
    .uc-web-form .t698__mainwrapper {
        padding: 2.75rem 0;
    }
    
    .uc-web-offer .t1016__formwrapper {
        padding: 2rem;
    }
    
    .uc-individual .t902__bgimg {
        height: unset !important;
    }
    
    .uc-price .t1069__content {
        height: 100%;
    }
    
    .uc-individual .t902__bgimg {
        position: unset;
    }
    
    .uc-teachers .t-card__title {
        position: relative;
    }
    
    .uc-web-main .main__right {
        position: relative !important;
    }
    
    .uc-web-main .t698__mainwrapper>div:first-child {
        position: absolute;
    }
    
    .uc-individual .t902__bgimg {
        padding-bottom: 50%;
    }
    
    .uc-individual .t902__bgimg,
    .uc-individual .t902__bgwrapper,
    .uc-individual .t902__wrap_left,
    .uc-web-person .t-list__item,
    .uc-profit .t539__textwrapper,
    .uc-footer-main .t977__menu,
    .uc-footer-main .t977__col-inner:nth-child(2) a,
    .uc-web-gifts .t-list__item {
        width: 100%;
    }
    
    .uc-profit .t-list__item {
        width: 100% !important;
    }
    
    .uc-footer-main .t977__col {
        width: 15rem;
    }
    
    .uc-main-home .t1125__descr {
        width: 21.375rem;
    }
    
    .uc-price .t-card__title,
    #allrecords .uc-advantages .t539__col {
        width: unset;
    }
    
    .uc-web-main .t-title ul li {
        width: unset !important;
    }
    
    .uc-individual .t902__bgimg {
        flex-shrink: 0;
    }
    
    .uc-individual .t902__inner-col {
        min-height: unset;
    }
    
    .uc-individual .t902__wrap_left {
        margin-top: -20%;
    }
    
    .uc-individual .t902__wrap,
    .uc-web-main .t-title ul {
        flex-direction: column-reverse;
    }
    
    .uc-individual .t902__wrap {
        justify-content: space-between;
    }
    
    .uc-individual .t-card__descr,
    .uc-profit .t539__itemwrapper,
    .uc-profit .t539__perstext,
    .uc-advantages .t539__itemwrapper,
    .uc-web-gifts .t532__table,
    .uc-web-person .t524__itemwrapper {
        max-width: unset;
    }
    
    .uc-profit .t-list__item:nth-child(4) .t539__perstext,
    .uc-profit .t-list__item:nth-child(5) .t539__perstext {
        max-width: 70%;
    }
    
    .uc-web-offer .t1016__formwrapper {
        max-width: 23.75rem;
    }
    
    .uc-reviews .t958__wrapper,
    .uc-web-main .t-title ul li {
        box-sizing: border-box;
    }
    
    .uc-profit .t539__container,
    .uc-advantages .t539__container {
        display: grid;
    }
    
    .uc-tabs .t395__wrapper_mobile,
    .uc-help .t819__wrapper_mobile {
        display: none;
    }
    
    .uc-price .t1069__row,
    .uc-web-for .t1066__flex-wrapper {
        display: flex;
    }
    
    .uc-profit .t539__container,
    .uc-advantages .t539__container {
        grid-template-columns: 1fr 1fr;
    }
    
    .uc-web-offer .t1016__content {
        grid-template-columns: auto 23.75rem;
    }
    
    .uc-profit .t-list__item:nth-child(1),
    .uc-profit .t-list__item:nth-child(4),
    .uc-profit .t-list__item:nth-child(5),
    .uc-advantages .t539__col:last-child,
    .uc-advantages .t539__col:first-child,
    .uc-advantages .t539__col:nth-child(2) {
        grid-column: span 2;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image {
        left: unset;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image {
        right: -10%;
    }
    
    .uc-web-main .main__right {
        right: 0 !important;
    }
    
    .uc-web-for .t1066__box-img-mobile,
    #allrecords .uc-advantages .t539__col,
    .uc-web-gifts .t-list__item {
        margin: 0 !important;
    }
    
    .uc-main-home .t1125__descr,
    .uc-main-home .t-section__title strong:before {
        margin-left: 2rem;
    }
    
    .uc-advantages .t-section__descr {
        margin-left: -9.375rem;
    }
    
    .uc-teachers .t-section__title {
        padding-right: 7.75rem;
    }
    
    .uc-footer-main .t977__col-inner:nth-child(2) a {
        overflow-wrap: break-word;
    }
    
    .uc-web-main .main__right {
        top: 0 !important;
    }
    
    .uc-advantages .t539__container {
        grid-template-rows: repeat(4, 1fr);
    }
    
    .uc-web-main .main__right {
        min-width: 22.5rem;
    }
    
    .uc-web-main .t698__mainwrapper,
    .uc-web-main .t-title ul {
        align-items: flex-start;
    }
    
    .uc-web-offer .t1016__content {
        align-items: flex-end;
    }
    
    .uc-web-offer .t1016__content {
        align-items: end;
    }
    
    .uc-web-main .t698__mainwrapper {
        gap: 20px;
    }
    
    .uc-web-main .t-cover__carrier {
        background-position: right -190px center !important;
    }
    
    .uc-web-offer .t1016__uptitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .uc-advantages .t-section__container .t-col.t-col_12,
    .uc-main-cards .t959__container,
    .uc-footer-main .t-container,
    .uc-price .t1069__row,
    .uc-form-main .t-container.t-container_flex.t700__vtop,
    .uc-web-main .t698__mainwrapper,
    .uc-web-form .t698__mainwrapper,
    .uc-individual .t902__container,
    .cols {
        flex-direction: column;
    }
    
    .uc-blog-form .t678 {
        background: #E0ECFF;
    }
    
    .uc-feed > .t915 > .js-feed > .js-feed-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child {
        grid-column: span 2;
    }
    
    .uc-blog-form .t678 {
        padding: 2rem;
        display: flex;
        flex-direction: column;
    }
    
    .t-feed .t-feed__post-popup__relevants-item {
        --item-count: 2;
        --gap: 1.25rem;
        width: calc((100% - (var(--gap) * (var(--item-count) - 1))) / var(--item-count)) !important;
    }

    
    .cols {
        gap: 0;
    }
    
    .uc-reviews .t-slds__wrapper {
        padding: 0;
    }
    
    .uc-fix-nav {
        position: unset;
        padding: 120px 0 0 !important;
    }
    
    .uc-doc {
        padding-top: 45px !important;
    }
    
    .uc-web-main .t-title ul {
        flex-direction: row;
    }
    
    .uc-web-for .t1066__flex-wrapper {
        flex-direction: column-reverse;
    }
    
    .uc-advantages .t-section__container .t-col.t-col_12 {
        align-items: flex-start;
    }
    
    .uc-main-home .t-section__title strong {
        align-items: center;
    }
    
    .uc-main-home .t-section__title strong:before,
    .uc-pdf .t-popup__container {
        margin: 0;
    }
    
    .uc-advantages .t-section__descr {
        margin: 20px 0 0;
    }
    
    .uc-web-form .t-form__inputsbox {
        margin: 0 !important;
    }
    
    .uc-advantages .t-section__descr,
    .uc-main-home .t1125__descr,
    .uc-main-home .t-section__title strong:before {
        transform: unset;
    }
    
    .uc-pdf .t-popup__container {
        transform: translate(-50%, -50%) !important;
    }
    
    .uc-pdf .t-popup__container {
        transform: unset !important;
    }
    
    .uc-main-home .t-section__title strong,
    .uc-main-cards .t959__container,
    .uc-form-main .t-container.t-container_flex.t700__vtop {
        display: flex;
    }
    
    .uc-programs .t1069__row::-webkit-scrollbar,
    .uc-form-main .t700__wrap-video {
        display: none;
    }
    
    .uc-main-home .t-section__title strong {
        width: unset;
    }
    
    .uc-teachers .t-card__col {
        width: 100% !important;
    }
    
    .uc-pdf .t-popup__container,
    .uc-pdf .t-popup__container .t868__code-wrap,
    .uc-pdf .t-popup__container iframe,
    .uc-web-form .main__right {
        width: 100%;
    }
    
    .uc-main-home .t-section__title strong {
        margin-top: 1rem;
    }
    
    .uc-main-home {
        margin-top: 4.5rem;
    }
    
    .uc-web-main .main__right {
        margin-top: 54px;
    }
    
    .uc-main-home .t1125__descr {
        position: unset;
    }
    
    .uc-footer-main .t977__text {
        position: absolute;
    }
    
    .uc-footer-main .t-container {
        position: relative;
    }
    
    .uc-main-cards .t959__row {
        grid-template-columns: 1fr 1fr;
    }
    
    .uc-programs .t1069__row {
        grid-template-columns: repeat(3, 100%) !important;
    }
    
    .uc-teachers .t-section__container {
        margin-bottom: 2.25rem;
    }
    
    .uc-pdf .t-popup__container {
        top: 0;
    }
    
    .uc-footer-main .t977__text {
        top: calc(100% + 0.625rem);
    }
    
    .uc-pdf .t-popup__container {
        top: 50%;
    }
    
    .uc-web-menu .t135 {
        top: 2.75rem !important;
    }
    
    .uc-footer-main .t-container {
        padding-bottom: 1.25rem;
    }
    
    .uc-web-main .t698__mainwrapper {
        padding-bottom: 3rem;
    }
    
    .uc-footer-main .t-container {
        gap: 1.25rem;
    }
    
    .uc-teachers .t-slds__main,
    .uc-programs .t-container.t-card__container,
    .uc-tabs .t395__col {
        padding: 0;
    }
    
    .uc-programs .t1069__row {
        padding: 0 1.25rem;
    }
    
    .uc-teachers .t-slds__container {
        box-sizing: border-box;
    }
    
    .uc-programs .t1069__row {
        overflow-x: auto;
    }
    
    .uc-pdf .t-popup__container {
        overflow-x: hidden;
    }
    
    .uc-programs .t1069__row {
        overflow-y: hidden;
    }
    
    .uc-pdf .t-popup__container {
        overflow-y: auto;
    }
    
    .uc-programs .t1069__row {
        scroll-padding: 1.25rem;
    }
    
    .uc-programs .t1069__row {
        scrollbar-width: none;
    }
    
    .uc-programs .t1069__row {
        -ms-scroll-snap-type: x mandatory;
    }
    
    .uc-programs .t1069__row {
        scroll-snap-type: x mandatory;
    }
    
    .uc-programs .t1069__col {
        scroll-snap-align: start;
    }
    
    .uc-pdf .t-popup {
        overflow: hidden;
    }
    
    .uc-pdf .t-popup__container {
        left: 0;
    }
    
    .uc-pdf .t-popup__container {
        left: 50%;
    }
    
    .uc-pdf .t-popup__container {
        max-height: 85vh;
    }
    
    .uc-pdf .t-popup__container {
        max-height: unset;
    }
    
    .uc-pdf .t-popup__container {
        border-radius: 1.25rem;
    }
    
    .uc-pdf .t-popup__container {
        max-width: 48rem;
    }
    
    .uc-web-form .t-form__inputsbox {
        max-width: unset;
    }
    
    .uc-pdf .t-popup__container,
    .uc-pdf .t-popup__container .t868__code-wrap,
    .uc-pdf .t-popup__container iframe {
        height: 100%;
    }
    
    .uc-pdf .t-popup__close-wrapper g {
        fill: #000000;
    }
    
    .uc-web-main .t698__mainwrapper {
        padding-top: 6rem;
    }
    
    .uc-web-main .t-cover__carrier {
        background-position: right -790px center !important;
    }
    
    .uc-web-offer .t1016__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .uc-web-offer .t1016__descr ul {
        max-width: unset;
    }
    
    .uc-web-offer .t1016__formwrapper {
        margin-top: 20px;
        max-width: unset;
    }
    
    .uc-web-offer .t-cover__carrier {
        background-position: right center;
    }
    
    .uc-web-offer .t1016__descr ul li {
        border: 1px solid #d9d9d9;
        background: rgb(255 255 255);
        align-items: center;
    }
    
    .uc-web-offer .t1016__descr ul li:before {
        grid-row: unset;
    }
    
    .uc-web-offer .t1016__descr ul li:last-child:before {
        grid-row: span 2;
    }
    
    .uc-web-offer .t1016__descr ul li {
        border-radius: 20px;
    }
    
    .uc-discount .t-container {
        padding: 1.875rem !important;
        flex-direction: column;
        gap: unset;
    }
    
    .uc-discount .t480__blockimg {
        position: unset;
        height: 286px !important;
        background-size: contain;
    }
    
    .uc-discount .t480__top {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .t-feed .t228 .t-btn:after {
        position: unset !important;
        transform: unset !important;
    }
    
    .uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper {
        scrollbar-width: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100vw;
        scroll-snap-type: x mandatory;
        scroll-padding: 1.25rem;
    }
    
    .uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper > .js-feed-parts-switcher {
        flex-shrink: 0;
        scroll-snap-align: start;
    }
    
    .uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__col-grid__post-wrapper {
        flex-direction: column;
    }
    
    .uc-feed > .t915 > .js-feed > .js-feed-container > .js-feed-post:first-child .t-feed__post-imgwrapper {
        max-width: unset;
        height: unset;
        padding-bottom: 72% !important;
    }
    
    .uc-blog-form .t-section__title,
    .uc-feed .t-section__title {
        font-size: 1.75rem;
    }
    
    .uc-feed > .t915 > .js-feed > .t-feed__container .t-feed__parts-switch-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .uc-feed > .t915 > .js-feed > .js-feed-container {
        display: flex;
        flex-direction: column;
    }
    
    .uc-reviews .t-popup__container {
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -webkit-transform: unset !important;
        -o-transform: unset !important;
        transform: unset !important;
        left: unset !important;
        top: unset !important;
    }
    
    .t-feed .t-feed__post-popup__relevants-item {
        --item-count: 1;
    }
    
    .t-feed__post-popup .t-popup__close-wrapper {
        padding: 0;
    }
    
    .t-feed .t-feed__post-popup__relevants-wrapper {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .t-feed .t-feed__post-popup__text {
        display: block;
    }
    
    .uc-blog-form .t-form__submit {
        padding: 0;
    }

    .t-body .main .t-btn {
        padding: 0 3.25rem 0 1.5rem;
    }
    
    .uc-teachers .t923__col,
    .uc-reviews .t958__gallery {
        padding: 0 !important;
    }
    
    .uc-teachers {
        padding: 3.25rem 0 0;
    }
    
    .uc-price,
    .uc-form-main {
        padding: 3.25rem 0;
    }
    
    .uc-discount {
        padding-bottom: 3.25rem;
    }
    
    .t-body .main .t-btn:after {
        position: absolute;
    }
    
    #allrecords .uc-web-menu .t135 {
        position: absolute !important;
    }
    
    .t-body .main .t-btn:after {
        right: 0.5rem;
    }
    
    #allrecords .uc-web-menu .t135 {
        right: unset !important;
    }
    
    .t-body .main .t-btn:after {
        top: 50%;
    }
    
    #allrecords .uc-web-menu .t135 {
        top: 2.75rem !important;
    }
    
    .t-body .main .t-btn:after {
        transform: translateY(-50%);
    }
    
    .t-body .main .t-btn:hover:before {
        transform: scale(40);
    }
    
    .uc-help .t819__content {
        flex-direction: column-reverse;
    }
    
    .uc-help .t-text {
        display: flex;
        flex-direction: column;
    }
    
    .uc-main-home .t-section__title {
        font-size: 2rem;
    }
    
    .uc-teachers .t-section__title,
    .uc-price .t-section__title,
    .uc-form-main .t-section__title,
    .uc-programs-title .t795__title,
    .uc-advantages .t-section__title,
    .uc-reviews .t-section__title,
    .uc-profit .t-section__title,
    .uc-individual .t-section__title {
        font-size: 1.75rem;
    }
    
    .uc-main-home .t1125__descr span,
    .uc-main-home .t1125__descr,
    .uc-main-cards .t-card__title,
    .uc-main-cards .t-card__title,
    .uc-teachers .t-section__descr,
    .t-body .main .t-btn,
    .uc-advantages .t-section__descr {
        font-size: 1rem !important;
    }
    
    .uc-web-for .t-section__title,
    .uc-web-cards .t-section__title,
    .uc-web-person .t-section__title,
    .uc-web-gifts .t-section__title,
    .uc-web-form .t698__title {
        font-size: 1.5rem !important;
    }
    
    .uc-main-cards {
        margin-bottom: 3.25rem;
    }
    
    .uc-programs-title {
        padding-top: 3.25rem;
    }
    
    .uc-footer-main {
        padding-bottom: 6.5rem;
    }
    
    .uc-main-cards .t959__row:last-child .t959__card:nth-child(2) .t959__card-image,
    .uc-main-cards .t959__row:last-child .t959__card:nth-child(3) .t959__card-image {
        background-position: center right !important;
    }
    
    .uc-web-main .t-title ul {
        flex-direction: column-reverse;
    }
    
    .t-body .uc-web-gifts .t532__container {
        flex-direction: column;
    }
    
    #allrecords .uc-web-menu .t135 {
        left: 50% !important;
    }
    
    #allrecords .uc-web-menu .t135,
    .t-body .uc-web-gifts .t532__container {
        display: flex;
    }
    
    .uc-web-main .t-cover__carrier {
        background: none !important;
    }
    
    .uc-web-cards .t1095__bgimg {
        max-width: 52px;
    }
    
    .uc-web-cards .t1095__bgimg {
        max-height: 52px;
    }
    
    .uc-web-cards .t1095__bgimg {
        width: 52px !important;
    }
    
    .uc-web-cards .t1095__bgimg {
        height: 52px !important;
    }
    
    .uc-web-cards .t-cell.t-valign_top {
        min-width: 3.25rem;
    }
    
    .uc-web-gifts .t532__col .t532__table {
        min-height: 260px;
    }
    
    .uc-web-gifts .t-list__item {
        min-height: unset;
    }
    
    #allrecords .uc-web-main .t-title li {
        width: 100% !important;
        max-width: unset;
    }
    
    .uc-web-offer .t1016__descr ul li {
        font-size: 16px;
    }
    
    .uc-web-offer .t1016__content {
        padding: 32px 0 20px;
    }
    
    .uc-web-offer .t1016__title {
        font-size: 16px !important;
    }
    
    .uc-web-offer .t1016__descr ul li span {
        font-size: 14px !important;
    }
    
    .uc-banner .t422__wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .uc-banner .t422__text {
        max-width: unset;
    }
    
    .uc-banner .t422__img {
        max-width: unset;
        height: 200px !important;
    }
    
    .uc-banner .t422__textwrapper,
    .uc-banner {
        padding: 0;
    }
    
    .uc-banner .t422__wrapper {
        padding: 20px;
        gap: 20px
    }
    
    .uc-banner .t422__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .uc-profit .t539__container,
    .uc-footer-main .t977__menu {
        display: flex;
    }
    
    .uc-profit .t539__container,
    .uc-profit .t-list__item:nth-child(4) .t539__itemwrapper,
    .uc-profit .t-list__item:nth-child(5) .t539__itemwrapper,
    .uc-footer-main .t977__menu {
        flex-direction: column;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image,
    .uc-profit .t-list__item:nth-child(5) .card__image {
        position: unset;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image,
    .uc-profit .t-list__item:nth-child(5) .card__image {
        transform: unset;
    }
    
    .uc-profit .t-list__item:nth-child(5) .card__image {
        transform: translateY(1.875rem);
        margin-top: -30px;
    }
    
    .uc-diagnostics .t-popup_show .t-popup__container {
        transform: scale(1) !important;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image,
    .uc-profit .t-list__item:nth-child(5) .card__image {
        object-fit: contain;
    }
    
    .uc-profit .t-list__item:nth-child(4) .card__image,
    .uc-profit .t-list__item:nth-child(5) .card__image {
        object-position: bottom center;
    }
    
    .uc-profit .t-list__item:nth-child(4) .t539__itemwrapper,
    .uc-profit .t-list__item:nth-child(5) .t539__itemwrapper,
    .uc-diagnostics .t-input-phonemask,
    .uc-footer-main .t977__col-inner:first-child {
        padding: 0;
    }
    
    .uc-diagnostics .t702__wrapper {
        padding: 1.25rem;
    }
    
    .uc-profit .t-list__item:nth-child(4) .t539__perstext,
    .uc-profit .t-list__item:nth-child(5) .t539__perstext {
        max-width: unset;
    }
    
    .uc-profit .t-list__item:nth-child(4) .t539__perstext,
    .uc-profit .t-list__item:nth-child(5) .t539__perstext {
        padding-bottom: 1.875rem;
    }
    
    .uc-diagnostics .t-popup_show .t-popup__container {
        border-radius: unset !important;
    }
    
    .uc-footer-main .t977__col-inner:nth-child(3) {
        border-radius: 0 0 1.25rem 1.25rem;
    }
    
    .uc-footer-main .t977__col-inner:nth-child(2) {
        border-radius: 1.25rem 1.25rem 0 0;
    }
    
    .uc-diagnostics .t-popup__close {
        background: unset !important;
    }
    
    .uc-footer-main .t977__col-inner:last-child {
        height: 3.25rem;
    }
    
    .uc-footer-main .t977__col-inner:first-child {
        margin-bottom: 1.25rem;
    }
    
    .uc-footer-main .t977__col-inner:nth-child(3) {
        margin-top: -0.625rem;
    }
    
    .uc-advantages .t539__container {
        grid-template-rows: repeat(5, 1fr);
    }
    
    .uc-advantages .t539__container {
        grid-template-columns: 1fr;
    }
    
    .uc-advantages .t539__col:last-child,
    .uc-advantages .t539__col:first-child,
    .uc-advantages .t539__col:nth-child(2) {
        grid-column: unset;
    }
}

@media screen and (max-width: 480px) {
    .t-feed .uc-menu-main .t228 .t-btn {
        font-size: 0px !important;
        padding: 0 0.5rem!important;
        gap: 0 !important;
    }
    
    .t-feed .t-title,
    .t-feed .t-feed__post-popup__relevants-title {
        font-size: 1.75rem;
    }
    
    .t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2 {
        font-size: 1.5rem;
    }
    
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
        font-size: 1.25rem;
    }
    
    .t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
        font-size: 1rem;
    }
    
    .uc-blog-form .t678 {
        padding: 1.5rem 1.25rem;
    }

    .uc-web-main .main__right {
        min-width: unset;
    }
    
    .uc-web-main .main__right,
    .uc-teachers .t-slds__arrow_container,
    .uc-advantages .t539__col:nth-child(-n+2) .card__image,
    #allrecords .uc-advantages .t539__col {
        width: 100%;
    }
    
    .uc-web-main .t-title li:last-child {
        width: 100% !important;
    }
    
    .uc-teachers .t-section__title {
        padding: 0;
    }
    
    .uc-web-main .main__right {
        padding: 1.25rem 1.5rem 1.5rem;
    }
    
    .uc-teachers .t923__slds-wrapper,
    .uc-diagnostics .t-popup__container {
        padding: 0 !important;
    }
    
    .uc-web-main .t-title {
        font-size: 2rem;
    }
    
    .uc-web-main .t-descr ul li {
        font-size: 1rem;
    }
    
    .uc-web-main .t-descr,
    .uc-web-for .t1066__heading {
        font-size: 1rem !important;
    }
    
    .uc-web-cards .t-item,
    .uc-teachers .t923__wrapper,
    .uc-advantages .t539__container,
    .uc-advantages .t539__itemwrapper {
        flex-direction: column;
    }
    
    .uc-advantages .t539__col:nth-child(-n+2) .t539__itemwrapper {
        flex-direction: column-reverse;
    }
    
    .uc-web-cards .t-item {
        align-items: flex-start;
    }
    
    .uc-web-main .t-title li:last-child,
    .uc-teachers .t-card__title,
    .uc-tabs .t395__col {
        max-width: unset;
    }
    
    .uc-footer-main .t977__text {
        max-width: calc(100% - 2.5rem);
    }
    
    .uc-price .t-section__title {
        max-width: 13.75rem;
    }
    
    .uc-advantages .t539__col:nth-child(-n+2) .card__image {
        max-width: 100vw;
    }
    
    .uc-web-main .t-title ul li:last-child span,
    .uc-advantages .t539__col:nth-child(-n+2) .t539__itemwrapper,
    .uc-advantages .t539__container,
    .uc-advantages .t539__itemwrapper {
        display: flex;
    }
    
    .uc-form-main .t-section__title strong,
    .uc-tabs .t395__wrapper {
        display: none;
    }
    
    .uc-tabs .t395__wrapper_mobile {
        display: block;
    }
    
    .uc-advantages .t539__col:nth-child(-n+2) .t539__itemwrapper,
    .uc-advantages .t539__itemwrapper {
        justify-content: space-between;
    }
    
    .uc-teachers .t-slds__arrow_wrapper {
        right: 0.3125rem;
    }
    
    .uc-teachers .t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
        right: unset;
    }
    
    .uc-teachers .t-slds__arrow_container {
        position: absolute;
    }
    
    .uc-teachers .t-slds__main {
        position: relative;
    }
    
    .uc-teachers .t-slds__arrow_container {
        height: 3.25rem;
    }
    
    .uc-teachers .t-slds__arrow_container {
        top: 50%;
    }
    
    .uc-price .t-card__uptitle {
        top: -2.5rem;
    }
    
    .uc-teachers .t-slds__arrow_container {
        left: 0;
    }
    
    .uc-teachers .t-slds__arrow_wrapper.t-slds__arrow_wrapper-left {
        left: 0.3125rem;
    }
    
    .uc-teachers .t-slds__arrow_container {
        transform: translateY(-50%);
    }
    
    .uc-teachers .t-slds__arrow_container {
        z-index: 1;
    }
    
    .uc-teachers .t923__wrapper {
        gap: 1.25rem;
    }
    
    .uc-teachers .t923__textwrapper {
        margin-bottom: 1.25rem;
    }
    
    .uc-teachers .t923__content {
        margin: 0;
    }
    
    .uc-teachers .t923__content {
        flex: 1;
    }
    
    .uc-teachers .t923__imgwrapper img {
        max-height: 27.5rem;
    }
    
    .uc-diagnostics .t702__wrapper {
        padding-top: 2.5rem;
    }
    
    .uc-advantages .t539__col {
        min-height: 242px;
    }
    
    .uc-advantages .t539__col:last-child .t539__itemwrapper,
    .uc-advantages .t539__col:nth-child(3) .t539__itemwrapper {
        padding-bottom: 80px;
    }
    
    .uc-advantages .t539__col:nth-child(-n+2) .card__image {
        object-position: center bottom;
    }
    
    .uc-web-form .t698__title ul span {
        padding: 0.75rem 1.25rem;
    }
    
    .uc-web-offer .t1016__descr ul li {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }
    
    .uc-web-offer .t1016__descr ul li:before {
        margin-bottom: 20px;
    }
    
    .uc-web-offer .t1016__formwrapper {
        padding: 24px 16px;
    }
    
    .uc-web-offer .t1016__descr ul li {
        padding: 16px;
    }
    
    .uc-web-offer .t1016__logo {
        margin-bottom: 32px;
        max-width: 200px;
    }
    
    .uc-web-offer .t1016__uptitle {
        font-size: 28px;
    }
    
    .uc-reviews .t958__item {
        max-width: calc(100vw - 30px) !important;
        width: unset;
    }
    
    .uc-reviews .t958__card {
        max-width: unset !important;
        width: unset;
    }
    
    .uc-help .t819__wrapper {
        display: none;
    }
    
    .uc-help .t819__wrapper_mobile {
        display: block;
    }
    
    .uc-help .t819__select {
        font-family: 'Unbounded', Arial, sans-serif !important;
        border-radius: 12px;
    }
    
    .uc-help .t819__firefoxfix {
        border-radius: 12px;
    }
    
    .uc-help .t819__content-row {
        margin-top: 2rem;
    }
    
    .uc-web-offer .t1016__number {
        background: unset;
        color: #000000;
        padding: 0;
    }
    
    .uc-web-offer .t1016__timer {
        gap: 0.5rem;
    }
}