.title-h3 {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    color: #313131;
}

.podderjka-ban {
    position: relative;
    min-height: 287px;
    border-radius: 10px;
    padding: 50px;
    background: no-repeat center center / cover url(/images/podderjka_saita/ban.png) #4926b8;
}
.podderjka-ban__title {
    text-transform: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    max-width: 500px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.1;
    color: #e3dcf9;
}
.podderjka-ban__subtitle {
    margin-bottom: 30px;
    max-width: 500px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.podderjka-ban__subtitle a {
    color: inherit;
}
.podderjka-ban__consult {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
@media (min-width: 1600px) {
    .podderjka-ban__consult {
        position: absolute;
        top: 50px;
        right: 205px;
        text-align: right;
    }
}
.podderjka-ban__image {
    position: absolute;
    top: 37px;
    right: 47px;
}

@media (max-width: 767.98px) {
    .podderjka-ban {
        padding: 20px;
    }
    .podderjka-ban__title {
        font-size: 24px;
    }
    .podderjka-ban__subtitle {
        font-size: 17px;
    }
    .podderjka-ban__consult {
        font-size: 17px;
    }
    .podderjka-ban__image {
        top: auto;
        right: 10px;
        bottom: 10px;
        width: 70px;
    }
}

.podderjka-types-of-work {
    margin-top: 28px;
    margin-bottom: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 22px;
}
.podderjka-types-of-work__el {
    position: relative;
    padding: 25px 25px 20px 25px;
    border-radius: 9.4px;
    min-height: 247px;
}
.podderjka-types-of-work__el:nth-child(1) {
    background-color: rgb(0 98 211 / 30%);
}
.podderjka-types-of-work__el:nth-child(2) {
    background-color: rgb(95 151 221 / 30%);
}
.podderjka-types-of-work__el:nth-child(3) {
    background-color: rgb(146 183 222 / 30%);
}
.podderjka-types-of-work__el:nth-child(4) {
    background-color: rgb(114 157 217 / 30%);
}
.podderjka-types-of-work__el:nth-child(5) {
    background-color: rgb(169 195 226 / 30%);
}
.podderjka-types-of-work__el:nth-child(6) {
    background-color: rgb(192 210 222 / 30%);
}
.podderjka-types-of-work__el-title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    color: #1a1a1a;
}
.podderjka-types-of-work__el-text {
    position: relative;
    max-width: 220px;
    z-index: 1;
    font-size: 14px;
    color: #262626;
}
.podderjka-types-of-work__el-text ul {
    padding-left: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}
.podderjka-types-of-work__el-text li {
    list-style: none;
}
.podderjka-types-of-work__el-text li a {
    color: inherit;
}
.podderjka-types-of-work__el-image {
    position: absolute;
    right: 25px;
    bottom: 40px;
    margin-left: 240px;
    min-width: 60px;
}
@media (max-width: 991.98px) {
    .podderjka-types-of-work {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .podderjka-types-of-work__el-title {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .podderjka-types-of-work {
        grid-template-columns: 1fr;
    }
}

.tariff {
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}
.tariff__header {
    padding: 28px 30px 25px;
    border-radius: 8px 8px 0 0;
    line-height: 1;
}
.tariff-viol .tariff__header {
    background-image: linear-gradient(to top, #6b5bc1, #6d6fd3, #5646ac);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.tariff-pink .tariff__header {
    background-image: linear-gradient(to top, #9f4581, #c261a1, #a8528b);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.tariff__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.tariff__title-profit {
    font-size: 14px;
    font-weight: normal;
}
.tariff__body {
    padding: 28px 30px;
}
.tariff__descr {
    font-size: 14px;
    color: #494949;
}
.tariff__track {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 28px 0 42px;
    border-radius: 8px;
    background-color: #f4f7fc;
}
.tariff__track-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 8px;
    transition: all 0.2s;
}
.tariff-viol .tariff__track-fill {
    background-color: #6d6cd0;
}
.tariff-pink .tariff__track-fill {
    background-color: #a84c89;
}
.tariff__track-item {
    position: relative;
    z-index: 1;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    transition: all 0.4s;
}
.tariff-viol .tariff__track-item:hover,
.tariff-viol .tariff__track-item.on,
.tariff-viol .tariff__track:not(.on) .tariff__track-item.active {
    /* background-color: #6d6cd0; */
    color: #fff;
}
.tariff-pink .tariff__track-item:hover,
.tariff-pink .tariff__track-item.on,
.tariff-pink .tariff__track:not(.on) .tariff__track-item.active {
    /* background-color: #a84c89; */
    color: #fff;
}

.tariff__text {
    color: #808080;
}
.tariff__line-icon {
    position: relative;
    padding-left: 41px;
    margin: 20px 0;
}
.tariff__icon {
    display: inline-block;
    position: absolute;
    left: 0;
}
.tariff__icon-user {
    width: 18px;
    height: 20px;
    background-image: url(/images/podderjka_saita/price_ic_user.png);
}
.tariff__icon-time {
    width: 22px;
    height: 22px;
    background-image: url(/images/podderjka_saita/price_ic_time.png);
}
.tariff__icon-period {
    width: 21px;
    height: 21px;
    background-image: url(/images/podderjka_saita/price_ic_period.png);
}
.tariff__price {
    font-size: 36px;
    font-weight: 900;
}
.tariff__price-currency {
    font-weight: normal;
}

.tariff__grid {
    display: flex;
    gap: 10px;
}
.tariff__grid-col {
    flex: 1;
    margin: 5px 0;
}
.tariff__grid-col > * {
    margin: 0;
}
.tariff__grid-pice {
    font-size: 26px;
    font-weight: 900;
    color: #323232;
}

.tariff__include {
    color: #808080;
}
.tariff__include-title {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 14px;
}
.tariff__include-list {
    padding: 0;
    margin: 0;
}
@media (min-width: 991.98px) {
    .tariff__include-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.tariff__include-list-item {
    position: relative;
    padding-left: 28px;
    margin: 5px 0;
    font-size: 12px;
    list-style: none;
}
.tariff__include-list-item::before {
    content: '\e918';
    font-family: 'art';
    color: #D0D0D0;
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
}
.tariff__text-star {
    font-size: 26px;
    color: #8c8c8c;
}

.tariff-footnote {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 12px;
    line-height: 1.5;
    color: #8c8c8c;
}

@media (max-width: 767.98px) {
    .tariff__body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tariff__track-item {
        font-size: 12px;
    }

    .tariff__icon {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    .tariff__icon-time {
        width: 16px;
        height: 16px;
    }
    .tariff__grid-pice {
        font-size: 18px;
    }
    .tariff__line-icon {
        padding-left: 24px;
    }
}

.deadlines-row {
    display: flex;
    gap: 0 60px;
    background: no-repeat #1f1fb2 center center / cover url(/images/podderjka_saita/calend-bg.jpg);
    border-radius: 12px;
    overflow: hidden;
}
.deadlines-row__image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    font-size: 0;
    min-width: 200px;
    padding: 16px;
}
.deadlines-row__content {
    flex: auto;
    padding: 35px 30px 40px;
    color: #fff;
}
.deadlines-row__t1 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
}
.deadlines-row__t2 {
    margin: 15px 0 8px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: inherit;
}
.deadlines-row__t3 {
    margin-top: 20px;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .deadlines-row {
        gap: 0;
    }
}
@media (max-width: 575.98px) {
    .deadlines-row {
        flex-direction: column;
    }
    .deadlines-row__content {
        padding: 20px;
        font-size: 12px;
    }
    .deadlines-row__t1 {
        font-size: 18px;
    }
    .deadlines-row__t2 {
        font-size: 18px;
    }
    .deadlines-row__t3 {
        font-size: 12px;
    }
}

.inner-container {
    padding-left: 300px;
    padding-right: 300px;
}
@media (max-width: 1449.98px) {
    .inner-container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767.98px) {
    .inner-container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-podderjka-uslugi {
    background-color: #e9ecf2;
    padding-top: 54px;
    padding-bottom: 64px;
}
.podderjka-uslugi-title {
    margin-top: 0;
    padding: 0;
    margin-bottom: 38px;
}
.podderjka-uslugi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
}
.podderjka-uslugi__el {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    padding: 35px 40px 44px;
    background-color: #fff;
    border-radius: 12px;
}
.podderjka-uslugi__el-icon {
    margin-bottom: 14px;
    width: 60px;
    height: auto;
}
.podderjka-uslugi__el-title {
    max-width: 250px;
    display: inline-block;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    text-decoration: none;
}
.podderjka-uslugi__el-title a {
    color: inherit;
}
.podderjka-uslugi__el-text {
    margin-bottom: 10px;
    font-size: 14px;
    color: #808080;
}
.podderjka-uslugi__el-text a {
    color: inherit;
}
.podderjka-uslugi__el-price {
    margin-top: auto;
    font-size: 20px;
    font-weight: 800;
    color: var(--main-color);
}
.podderjka-uslugi__el_all {
    justify-content: center;
    align-items: center;
    background-color: #dcdfe5;
    transition: all 0.3s;
}
.podderjka-uslugi__el_all:hover {
    background-color: #D2D5DB;
}
.podderjka-uslugi__el_all .podderjka-uslugi__el-text {
    margin-bottom: 0;
}
.podderjka-uslugi__el_all .podderjka-uslugi__el-title {
    margin-bottom: 20px;
}
.podderjka-uslugi__el_all .podderjka-uslugi__el-text {
    text-align: center;
    color: #808080;
}
.podderjka-uslugi__el-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .podderjka-uslugi {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .podderjka-uslugi__el {
        padding: 25px 20px 24px;
    }
    .podderjka-uslugi__el-title {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .podderjka-uslugi {
        gap: 10px;
    }
    .podderjka-uslugi__el {
        padding: 10px 15px;
    }
    .podderjka-uslugi__el-title {
        font-size: 12px;
    }
    .podderjka-uslugi__el-text {
        font-size: 12px;
    }
}

.section-cms {
    padding-top: 90px;
    padding-bottom: 120px;
}

.section-support {
    padding-top: 65px;
    padding-bottom: 120px;
    background-color: #e9ecf2;
}
.b-support-title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
}
.b-support-tab {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
@media (min-width: 1200px) {
    .b-support-tab-el {
        flex: 1;
    }
}
.b-support-tab-el {
    padding: 14px 20px;
    border: solid 1px var(--main-color);
    background: none;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    color: var(--main-color);
    cursor: pointer;
}
.b-support-tab-el:hover,
.b-support-tab-el.active {
    background-color: var(--main-color);
    color: #fff;
    transition: .3s all;
}

.b-scarousel .splide__pagination {
    bottom: -65px;
}
.splide__pagination__page {
    background-color: #fff;
    margin: 3px 10px;
}
.b-scarousel .splide__pagination__page.is-active {
    transform: none;
    background-color: var(--main-color);
}

.b-ecarousel__el {
    padding: 25px;
    padding-bottom: 66px;
    border-radius: 12px;
    background-color: #fff;
}
.b-ecarousel__el-site {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: var(--main-color);
}
.b-ecarousel__el-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.b-ecarousel__el-title a {
    color: inherit;
}
.b-ecarousel__el-ul {
    margin: 0;
    padding: 0;
}
.b-ecarousel__el-li {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 17px;
    list-style: none;
}
.b-ecarousel__el-li::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a8528b;
}
.b-ecarousel__el-li + .b-ecarousel__el-li {
    margin-top: 25px;
}
.b-ecarousel__el-text {
    font-size: 13px;
    color: #808080;
}
.b-ecarousel__el-time {
    display: inline-block;
    margin-top: 10px;
    border-radius: 12px;
    padding: 6px 12px 6px 33px;
    background: rgba(168, 82, 139, 0.2) no-repeat 11px 50% url(/images/b-support/supp-icon-time.png);
    font-size: 12px;
    color: #000;
}
.b-ecarousel__el-logo {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.podderjka-err {
    margin-left: auto;
    margin-right: auto;
    max-width: 1272px;
    background: #00459a no-repeat center center url(/images/podderjka_saita/podderjka-err.jpg);
    border-radius: 10px;
    min-height: 420px;
    padding: 75px 10px 20px;
    text-align: center;
}
.podderjka-err__text {
    margin: 0 auto;
    max-width: 780px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.podderjka-err__image {
    display: inline-block;
    margin: 46px auto 0;
}
@media (max-width: 575.98px) {
    .podderjka-err__text {
        font-size: 16px;
    }
}


.section-working-with {
    padding-top: 100px;
}
.section-working-with__title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}