div .banners-big__item--light .banners-big__title h1 {
    color: #7D32EF;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

div .banners-big__item--light .banners-big__text-block {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.custom-section {
    margin-top: 100px;
}

.maxwidth-theme-custom {
    max-width: 1115px;
    margin: 0 auto;
}

.webinar__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #7D32EF;
}

.relevance__block-text {
    max-width: 589px;
}

.relevance__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 120%;
}

.banners-big__title h1 {
    font-size: 44px;
}

.relevance__block {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #6226B70D;
    align-items: center;
}

.relevance__block-info {
    padding: 24px;
}

.relevance__title span {
    color: #7D32EF;
}

.relevance__desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin: 0;
    padding: 16px;
    color: #7C7686;
}

.relevance__desc-bg {
    background: #F7F5FB;
    border-radius: 16px;
}

.relevance__desc-bg span {
    color: #7D32EF;
}

.relevance__text li {
    max-width: 930px;
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    list-style-type: disc;
}

.relevance__text li::before {
    content: unset;
}

.relevance__button,
.banners-big__buttons .btn {
    padding: 16px 32px;
    border-radius: 16px;
    background-color: #7D32EF;
    color: #fff;
    transition: all .3s linear;
    text-align: center;
    border: 1px solid #7D32EF;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    margin-top: 24px !important;
}

div.banners-big__text {
    width: 60%;
}

div.banners-big__text.banners-big__text--wide1 {
    max-width: 800px;
}

.relevance__button:hover,
.relevance__button:active,
.banners-big__buttons .btn:hover,
.banners-big__buttons .btn:active {
    background-color: #fff;
    color: #7D32EF;
}

.relevance__button-about {
    background-color: #7D32EF;
    color: #fff;
    border: 1px solid #7D32EF;
}

.relevance__button-about:hover,
.relevance__button-about:active {
    background-color: #fff;
    color: #7D32EF;
    border: 1px solid #7D32EF;
}

div.blockquote-inner {
    position: relative;
    padding: 24px;
    background-color: #F3EBFC;
    border-radius: 24px;
    margin: 40px 0;
}

.blockquote-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    background-color: #7D32EF;
    margin: 24px;
}

.blockquote-inner span {
    display: block;
    padding-left: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #1F1F1F;
}

.for-whom__block {
    margin: 40px 0;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.for-whom__block_item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #ECE0FE;
    display: flex;
    align-items: center;
    gap: 16px;
}

.for-whom__block_item-info {
    display: flex;
    flex-direction: column;
}

.for-whom__block_item h3, .advantages-box__block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1F1F1F;
    margin: 0 0 8px 0;
}

.for-whom__block_item p, .advantages-box__block_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1F1F1F;
    margin: 0;
}

.for-whom__block_item img {
    margin: 0;
    max-width: 140px;
}

.for-whom__item p {
    color: #1F1F1F;
}

.advantages-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 40px 0 0 0;
}

.advantages-box__block-first {
    flex: 1 0 268px;
}

.advantages-box__block-second {
    flex: 1 0 calc((100% - 48px - 268px) / 2);
}

.advantages-box__block-third {
    flex: 1 0 calc((100% - 48px - 268px) / 2);
}

.advantages-box__block-fourth {
    flex: 1 0 calc((100% - 48px) / 2);
}

.advantages-box__block-fifth {
    flex: 1 0 calc((100% - 48px) / 2);
}

.advantages-box__block {
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #0000000D;
}

.advantages-box__block_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1F1F1F;
    margin: 16px 0 0 0;
}

.demo-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "title img" "desc img" "btn img";
    padding: 24px;
    border-radius: 24px;
    background: radial-gradient(87.26% 212.63% at 1.2% -5.6%, #9F39F8 0%, #6F00E6 37.39%, #B368ED 100%);
}

.demo-block__info-text {
    grid-area: desc;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    max-width: 578px;
    margin: 0 0 23px 0;
    color: #FFFFFF;
}

.demo-block__info-btn {
    grid-area: btn;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #7D32EF;
    background: #fff;
    max-width: 250px;
}

a.demo-block__info-btn {
    text-decoration: none;
}

.demo-block__info-btn:hover {
    border: 1px solid #fff;
    background: #7D32EF;
    color: #fff;
}

.demo-block img {
    grid-area: img;
    object-fit: contain;
    max-height: unset;
    height: 337px;
    margin-top: -95px;
    margin-bottom: -60px;
}

.tariffs-list__item-section {
    margin: 40px 0 8px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #7D32EF;
}

.tariffs-list__item-properties {
    margin-top: 16px;
}

.tariffs-list__item-properties-item-wraper:nth-of-type(1) .tariffs-list__item-properties-item-name::before {
    content: url(/upload/bi/tariffs_icon_users.svg);
    margin-right: 8px;
}

.tariffs-list__item-properties-item-wraper:nth-of-type(2) .tariffs-list__item-properties-item-name::before {
    content: url(/upload/bi/tariffs_icon_period.svg);
    margin-right: 8px;
}

.tariffs-list__item-text-wrapper-new {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.tariffs-list__item-left-part {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 24px;
    border-radius: 24px;
    background: #F7F5FB;
}

.tariffs-list__item-price-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    background: #F7F5FB;
    width: 100%;
    max-width: 365px;
    border: 1px solid #ECE0FE;
}

.multi-prop_block {
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    margin: 16px 0;
}

.multi-prop_block p {
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1F1F1F;
}

.multi-prop {
    display: flex;
    gap: 16px;
}

.multi-prop span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 24px;
    background: #F3EBFC;
    padding: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #7C7686;
}

.tariffs-list__item-left-part_package {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #7D32EF;
    margin: 0;
}

.line-block__subscribe h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #7D32EF;
    margin: 0 0 8px 0;
}

.line-block__subscribe p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #7C7686;
    margin: 0 0 16px 0;
}

.tariffs-list__item-price .show_txt {
    color: #7D32EF;
}

@media (max-width: 767px) {
    .tariffs-list__item-text-wrapper-new {
        flex-direction: column;
    }
}

@media (min-width: 371px) {
    .tariffs-list__item-properties--table .tariffs-list__item-properties-item::before {
        border-bottom: 1px dotted var(--basic_text_black);
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: calc(100% - 8px);
        width: 100%;
    }

    .tariffs-list__item-properties--table .tariffs-list__item-properties-item-name, .tariffs-list__item-properties--table .tariffs-list__item-properties-item-value {
        background-color: #F7F5FB;
        max-width: calc(80% - 16px);
        word-break: break-word;
        z-index: 1;
    }

    .tariffs-list__item-properties--table .tariffs-list__item-properties-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

    .tariffs-list__item-properties--table .tariffs-list__item-properties-item-name {
        padding-right: 8px;
        text-align: left;
        align-items: center;
    }

    .tariffs-list__item-properties--table .tariffs-list__item-properties-item-value {
        padding-left: 8px;
        text-align: right;
    }
}

.grid-list-items-tarrif {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.tariffs-list .line-block__item {
    display: flex;
    width: 100%;
    padding: 0 !important;
}

.tariffs-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tariffs-list__item-text-bottom-part {
    margin: 0;
    width: 100%;
    max-width: 192px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
}

.tariffs-list__item-text-wrapper {
    padding: 0;
    position: relative;
}

.bx-ie .tariffs-list__item-text-wrapper {
    flex-basis: auto;
}

.tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-wrapper {
    padding: 33px 0 0 0;
}

.tariffs-list__item-image-wrapper--ICONS a svg,
.tariffs-list__item-image-wrapper--ICONS > span svg {
    width: 100%;
    height: 100%;
}

.tariffs-list__wrapper {
    background: #F7F5FB;
    padding: 24px;
    border: 1px solid #ECE0FE;
    border-radius: 24px;
}

.tariffs-list__wrapper:nth-child(3) {
    grid-column: 1 / -1;
    padding: 0;
    border-radius: unset;
    background: none;
    border: none;
}

.tariffs-list__item-preview-wrapper {
    height: 66px;
}

.tariffs-list__item-preview-wrapper p:nth-child(1) {
    margin-bottom: 8px;
}

div.tariffs-list .line-block {
    justify-content: space-between;
    margin: 0;
}

.tariffs-list__item-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #7C7686;
    padding: 12px 24px;
    background-color: #F3EBFC;
    border-radius: 24px;
}

.tariffs-list__item .tariffs-list__item-title {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
}

.tariffs-list__item-preview {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.tariffs-list__item .tariffs-list__item-preview {
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
}

.bx-ie .tariffs-list__item .tariffs-list__item-preview {
    max-height: 104px;
}

.tariffs-list__item-preview p {
    margin: 0;
}

.tariffs-list__item-text-wrapper .sticker-wrap + div {
    margin-top: 0;
}

.tariffs-list__item-price {
    border-radius: 16px;
    border: 2px solid #7D32EF;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    background: transparent;
}

.tariffs-list__item-price .price__new-val {
    display: none;
}

.tariffs-list__item-price .show_txt,
.tariffs-list__item-price .price__new-val {
    font-size: 18px;
    font-weight: 700;
    line-height: 142%;
    cursor: pointer;
}

.buy_block {
    border-radius: 16px;
    margin: 40px auto 0;
    justify-self: center;
    width: 100%;
    max-width: 250px;
}

.tariffs-list .buy_block .btn {
    color: #fff;
    padding: 16px;
    width: 100%;
    height: 100%;
    background: #7D32EF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    border-radius: 16px;
}

.tariffs-list__item-price.active {
    transition: 300ms;
    border: 1px solid #7D32EF;
}

.tariffs-list__item-price.active .show_txt {
    display: none;
    transition: 300ms;
}

.tariffs-list__item-price.active .price__new-val {
    display: flex;
}

.tariffs-list__item-preview p,
.tariffs-list__item-properties-item span {
    font-size: 18px;
}

@media (max-width: 600px) {
    .tariffs-list__item-preview-wrapper {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 15px;
    }
}

@media (min-width: 1080px) {

    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-bottom-part {
        align-items: flex-end;
        flex-basis: 41%;
        min-width: 280px;
        max-width: 388px;
        flex-shrink: 0;
        margin: 0;
        padding: 0 0 0 39px;
    }
}

@media (max-width: 767px) {
    .grid-list-items-tarrif {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .tariffs-list__item-preview {
        font-size: 16px;
    }

    .tariffs-list .buy_block {
        max-width: unset;
    }

    .tariffs-list__wrapper {
        padding: 16px;
    }

    .tariffs-list__item-preview p,
    .tariffs-list__item-properties-item span {
        font-size: 16px;
    }

}

@media (min-width: 601px) {
    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-bottom-part {
        height: inherit;
        justify-content: flex-start;
    }
}

@media (min-width: 1080px) {
    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

}

@media (max-width: 600px) {
    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-wrapper {
        padding: 17px 0 0 0;
    }
}

@media (max-width: 600px) {

    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-image-wrapper--with-title .line-block {
        flex-direction: column-reverse;
    }

    .bx-ie .tariffs-list__item.flexbox--direction-row .tariffs-list__item-image-wrapper--with-title .line-block {
        align-items: stretch;
    }

    .tariffs-list .line-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tariffs-list__item-text-bottom-part {
        width: 100%;
    }

}

.tariffs-list__item-text-bottom-part > :first-child {
    margin-top: 0;
}


@media (max-width: 600px) {
    .tariffs-list__item.flexbox--direction-row .tariffs-list__item-text-bottom-part .tariffs-list__item_buttons .btn {
        width: 100%;
    }
}

@media (max-width: 1080px) {
    .demo-block {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-template-areas: "title" "desc" "img" "btn";
        margin-right: -24px;
        margin-left: -24px;
        height: 506px;
    }

    .demo-block img {
        height: unset;
        margin-top: unset;
        max-width: 358px;
        margin-bottom: unset;
    }
}

@media (max-width: 820px) {

    .custom-section {
        margin-top: 80px;
    }

    .webinar__title {
        font-size: 32px;
        padding: 0 16px;
    }

    div.banners-big__item {
        background: url("https://pix.ru/upload/flex-forms/mob-ban.jpg");
    }

    div .banners-big__item--light .banners-big__title h1 {
        font-size: 44px;
    }

    div .banners-big__item--light .banners-big__text-block {
        font-size: 18px;
    }

    div.blockquote-inner {
        margin: 24px -16px;
    }

    .blockquote-inner span {
        font-size: 18px;
    }

    .banners-big--adaptive-1 .banners-big__title h1 {
        font-size: 32px;
        line-height: 120%;
    }

    .relevance__block-info {
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .relevance__button {
        margin: 24px auto 40px;
        width: 100%;
        font-size: 18px;
    }

    .relevance__block {
        flex-direction: column;
        align-items: center;
        box-shadow: unset;
    }

    .relevance__title {
        margin-bottom: 16px;
    }

    .relevance__title {
        font-size: 32px;
        max-width: 300px;
        margin: 0;
    }

    .relevance__desc {
        font-size: 18px;
    }

    section.relevance {
        margin-left: -16px;
        margin-right: -16px;
        box-shadow: 0 0 20px 0 #6226B70D;
        padding: 16px 0 0 0;
    }

    .relevance {
        margin-top: 24px;
    }

    .for-whom__block {
        margin: 24px 0;
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
    }

    .for-whom__block_item {
        padding: 15px;
    }

    .for-whom__block_item h3, .advantages-box__block h3 {
        font-size: 18px;
        line-height: 140%;
    }

    .for-whom__block_item p, .advantages-box__block_subtitle {
        font-size: 16px;
        line-height: 140%;
    }

    .for-whom__block_item img {
        width: 80px;
        height: 80px;
    }

    .advantages-box__block {
        padding: 24px 16px;
    }

    .advantages-box {
        flex-direction: column;
        margin: 16px 0 0 0;
    }

    .advantages-box__block img {
        max-width: 80px;
    }

    .advantages-box__block_subtitle {
        font-size: 18px;
    }

    .advantages__title {
        margin-left: -8px;
        margin-right: -8px;
    }

    .advantages-box__block {
        margin-left: -16px;
        margin-right: -16px;
    }

    .advantages-box__block-first {
        flex: 1 0 auto;
    }

    .demo-block__info-text {
        font-size: 24px;
    }

    .demo-block__info-btn {
        width: 100%;
        max-width: unset;
    }
}
