/* ===== layout ===== */
.home-wrapper .community-page .container {
    width: 100%;
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
    display: block;
}

.community-page .visible-pc {
    display: block;
}

.community-page .visible-mob {
    display: none !important;
}

/* ===== banner ===== */
.community-page .banner-section {
    background-repeat: no-repeat;
    background-position: center 122px;
    background-color: #fff;
    background-size: 1920px auto;
    min-height: 724px;
    color: #fff !important;
    padding-top: 95px;
}

.community-page .banner-container {
    position: relative;
    z-index: 1;
}

.community-page .banner__title-first p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    padding-bottom: 0px;
}

.community-page .banner__title-strip {
    position: relative;
    z-index: 1;
    clear: both;
}

.community-page .banner__title-strip h1 {
    float: left;
    font-weight: 900;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
}

.community-page .banner__title-strip .banner-logo {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}

.community-page .banner__title-main-second:not(.banner__title-main-third) {
    position: relative;
    z-index: 7;
    clear: both;
    display: inline-block;
    max-width: 100%;
}

.community-page .banner__title-main-second:not(.banner__title-main-third)::before {
    content: "";
    height: 30px;
    width: calc(100% + 8px);
    background: #008dc645;
    display: block;
    position: absolute;
    left: -8px;
    bottom: 0;
    z-index: -1;
}

.community-page .banner__title-main-third {
    position: relative;
    z-index: 7;
    clear: both;
    display: block;
}

.community-page .banner__title-main p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-weight: 250;
    line-height: 63.39px;
    text-transform: uppercase;
}

.community-page .banner__title-main-second:not(.banner__title-main-third) p {
    font-family: Montserrat, sans-serif;
    font-weight: 900 !important;
    font-size: 52px;
    line-height: 115%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.community-page .banner__title-main-third p {
    font-family: Montserrat, sans-serif;
    font-weight: 100 !important;
    font-size: 52px;
    line-height: 115%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.community-page .banner__text-service {
    margin-bottom: 35px;
}

.community-page .banner__text-service p {
    width: 938px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

/* ===== why numbers ===== */
.community-page section.section-adaptiveNecessary {
    background: #f8f8f8;
}

.community-page .section-adaptiveNecessary .middle-title {
    display: block;
    font-weight: 900;
    font-size: 34px;
    line-height: 44.2px;
    text-transform: uppercase;
    color: #1a2129;
    margin-bottom: 60px;
    max-width: 800px;
}

.community-page .section-adaptiveNecessary .middle-title span {
    font-weight: 300;
    color: #faba19;
}

.community-page .section-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.community-page .section-why-item {
    flex: 1 1 calc((100% - 45px) / 4);
    min-width: 240px;
    align-items: stretch;
}

.community-page .section-flex {
    display: flex;
    align-items: center;
}

.community-page .section-why-item .nbr {
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    padding-right: 10px;
    color: #ffbb00;
    flex-shrink: 0;
    align-self: center;
}

.community-page .section-why-item .txt {
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    text-align: left;
    text-transform: none;
    height: auto;
    border-left: 1px solid #f6c320;
    padding-left: 10px;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.community-page .section-why .info {
    flex: 1 1 100%;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.8px;
    text-align: right;
    margin-bottom: 0;
}

/* ===== promo ===== */
.community-page .cm-promo {
    margin-top: 120px;
    margin-bottom: 90px;
    padding-bottom: 0;
    overflow: visible;
}

.community-page .cm-promo--second {
    margin-top: 90px;
    margin-bottom: 0px;
    padding-bottom: 0px!important;
}

.community-page .cm-promo__head {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.community-page .cm-promo__title {
    width: 81%;
    max-width: none;
    color: #1a2129;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 130% !important;
    text-transform: uppercase;
    text-align: left !important;
    display: block;
    margin: 0 !important;
    max-width: 405px;
}

.community-page .cm-promo--second .cm-promo__title {
    max-width: 612px;
}

.community-page .cm-promo__title span {
    color: #fab50a;
    font-weight: 300;
}

.community-page .cm-promo__body {
    max-width: 738px;
    width: 100%;
}

.community-page .cm-promo__body p {
    position: relative;
    padding-left: 50px;
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}

.community-page .cm-promo__body p::before {
    content: "";
    background: url(/wp-content/themes/markway/img/arr_bl1.svg) no-repeat center / contain;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.community-page .cm-promo__lead b {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 16px;
    color: #1a2129;
}

/* ===== strategy ===== */
.community-page .cm-strategy {
    margin-top: 0px;
    padding-top:0px!important;
    margin-bottom: 90px;
}

.community-page .cm-strategy__head {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: flex-start;
}

.community-page .cm-strategy__title {
    width: 81%;
    max-width: none;
    font-weight: 900;
    font-size: 34px;
    line-height: 44.2px;
    text-transform: uppercase;
    color: #1a2129;
}

.community-page .cm-strategy__title span {
    font-weight: 300;
    color: #faba19;
}

.community-page .cm-strategy__subtitle {
    max-width: 640px;
    width: 100%;
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}

.community-page .cm-strategy__subtitle p {
    margin: 0 0 16px;
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}

.community-page .cm-strategy__subtitle p:last-child {
    margin-bottom: 0;
}

.community-page .cm-strategy__grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.community-page .cm-strategy__item {
    min-height: 224px;
    position: relative;
    padding: 0 20px 0 35px;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.community-page .cm-strategy__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    object-fit: cover;
}

.community-page .cm-strategy__num {
    position: relative;
    z-index: 2;
    font-family: Montserrat, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 90.65px;
    text-align: left;
    flex-shrink: 0;
}

.community-page .cm-strategy__content {
    position: relative;
    z-index: 2;
}

.community-page .cm-strategy__text {
    display: flex;
    align-items: flex-start;
}

.community-page .cm-strategy__text span {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
}

/* ===== orient ===== */
.community-page .cm-orient {
    background: #f8f8f8;
    padding: 91px 0 101px;
    margin: 0;
}

.community-page .cm-orient__title {
    display: block;
    font-weight: 900;
    font-size: 34px;
    line-height: 44.2px;
    text-transform: uppercase;
    color: #1a2129;
    margin-bottom: 60px;
}

.community-page .cm-orient__title span {
    font-weight: 300;
    color: #faba19;
}

.community-page .cm-orient__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 56px 22px;
}

.community-page .cm-orient__item {
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e9ea;
}

.community-page .cm-orient__trigger {
    display: block;
}

.community-page .cm-orient__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.community-page .cm-orient__icon {
    flex-shrink: 0;
    min-width: 26px;
    transition: transform 0.25s ease;
}

.community-page .cm-orient__icon svg {
    display: block;
}

.community-page .cm-orient__head span {
    font-size: 16px;
    font-weight: 700;
    color: #1a2129;
    text-transform: uppercase;
    line-height: 1.3;
}

.community-page .cm-orient__text {
    margin-top: 20px;
}

.community-page .cm-orient__text p {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-transform: none;
    color: #1a2129;
}

/* ===== split promo ===== */
.community-page .cm-split {
    margin-top: 90px;
    margin-bottom: 0px;
    padding-bottom: 0;
    overflow: visible;
}

.community-page .cm-split__head {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.community-page .cm-split__title {
    width: 81%;
    max-width: 612px;
    color: #1a2129;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 130% !important;
    text-transform: uppercase;
    text-align: left !important;
    display: block;
    margin: 0 !important;
}

.community-page .cm-split__title span {
    color: #fab50a;
    font-weight: 300;
}

.community-page .cm-split__body {
    max-width: 738px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.community-page .cm-split__item {
    position: relative;
    padding-left: 50px;
}

.community-page .cm-split__item::before {
    content: "";
    background: url(/wp-content/themes/markway/img/arr_bl1.svg) no-repeat center / contain;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.community-page .cm-split__item p {
    margin: 0;
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}

.community-page .cm-split__lead {
    margin-bottom: 0;
}

.community-page .cm-split__lead b {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    color: #1a2129;
}

/* ===== results ===== */
.community-page .cm-results {
    margin: 0px 0 0px;
}

.community-page .cm-results__head {
    margin-bottom: 20px;
}

.community-page .cm-results__title {
    color: #1a2129;
    font-size: 34px!important;
    font-weight: 900!important;
    line-height: 44px!important;
    text-transform: uppercase;
    margin: 0;
}

.community-page .cm-results__title span {
    color: #fab50a;
    font-weight: 300;
}

.community-page .cm-results__list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    padding: 20px 0;
    justify-content: flex-start;
    width: 100%;
}

.community-page .cm-results__item {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    padding: 20px 14px 48px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 16px;
    box-sizing: border-box;
    flex: 1 1 calc(20% - 13.6px);
    min-width: 0;
    max-width: none;
}

.community-page .cm-results__num {
    width: 52px;
    height: 52px;
    border: 1.5px solid #f6c320;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.community-page .cm-results__num span {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #f6c320;
}

.community-page .cm-results__item-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a2129;
    line-height: 1.3;
}

.community-page .cm-results__item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #1a2129;
}

.community-page .cm-results__info {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: 124%;
    letter-spacing: 0;
    text-align: right;
    color: #1a2129;
}

/* ===== cases ===== */
.home-wrapper .community-page .cm-cases.section-repCases {
    padding-top: 150px;
}

.home-wrapper .community-page .cm-cases.main__article .title-row {
    padding: 55px 0 0;
    text-align: center;
    margin-bottom: 60px;
}

.community-page .cm-cases .core__value-title {
    position: relative;
    padding: 55px 0 0;
    text-align: center;
    margin-bottom: 60px;
}

.community-page .cm-cases .core__value-title p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #008cbe;
    margin-bottom: 23px;
}

.community-page .cm-cases .core__value-title .inner-title {
    display: block;
    font-weight: 900;
    font-size: 54px;
    line-height: 1.15;
    color: #1a2129;
    text-transform: uppercase;
}

.community-page .cm-cases .core__value-title .inner-title span,
.community-page .cm-cases .core__value-title span span {
    font-weight: 300;
    color: #fab50a;
}

.community-page .cm-cases .core__value-title .additional-p {
    color: #1a2129;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    margin-top: 16px;
}

.home-wrapper .community-page .cm-cases.main__article .article-items {
    margin-top: 0;
    grid-gap: 20px;
}

.home-wrapper .community-page .cm-cases.main__article .article-items .img img {
    margin-bottom: 9px;
}

.home-wrapper .community-page .cm-cases.main__article .article-items p {
    margin: 0 0 9px;
}

.home-wrapper .community-page .cm-cases.main__article .article-items .title {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}


.community-page .cm-cases .core__value-title::before {
    content: none !important;
}

.home-wrapper .main .title-row::after {
    background-image: none!important;
}

.community-page .cm-cases .core__value-title::after {
    content: url(https://markway.ru/wp-content/uploads/2023/11/img__water-sign.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* ===== rates ===== */
.community-page .cm-rates {
    padding: 60px 0;
    margin-bottom: 30px;
}

.community-page .cm-rates__head {
    position: relative;
    padding: 55px 0 0;
    text-align: center;
    margin-bottom: 24px;
}

.community-page .cm-rates__head p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #008cbe;
    margin-bottom: 23px;
}

.community-page .cm-rates__head h2 {
    font-weight: 900;
    font-size: 54px;
    line-height: 1.15;
    color: #1a2129;
    text-transform: uppercase;
    margin: 0;
}

.community-page .cm-rates__head h2 span {
    font-weight: 300;
    color: #fab50a;
}

.community-page .cm-rates__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 21px;
}

.community-page .cm-rates__item {
    background: #fff;
    box-shadow: 0 19px 52px 2px #d8dcdd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.community-page .cm-rates__name {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 126%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1a2129;
}

.community-page .cm-rates__body {
    background: #f9f9f9;
    padding: 25px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left !important;
    display: flex !important;
    gap: 16px;
    flex: 1;
    margin-bottom: 0 !important;
}

.community-page .cm-rates__body p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    flex: 1;
    color: #1a2129;
}

.community-page .cm-rates__footer {
    min-height: 125px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.community-page .cm-rates__price {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    font-variant: small-caps;
    color: #1a2129;
    flex: 1;
}

.community-page .cm-rates__price span {
    font-size: 17px;
}

.community-page .cm-rates__footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90.23deg, #ffc100 0.2%, #ffa500 99.54%);
    border-radius: 4px;
    height: 66px;
    width: 100%;
    max-width: 207px;
    min-width: 110px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1a2129;
}

/* ===== adaptive ===== */
@media (max-width: 1600px) {
    .home-wrapper .community-page .container {
        max-width: 1320px;
    }
}

@media (max-width: 1440px) {
    .community-page .banner-section {
        padding-top: 40px;
    }

    .community-page .cm-promo__title {
        font-size: 34px;
        line-height: 44px;
        max-width: 526px;
        width: auto;
    }

    .community-page .cm-split__title {
        font-size: 34px;
        line-height: 44px;
        max-width: 526px;
        width: auto;
    }

    .community-page .cm-rates__footer .btn {
        max-width: 188px;
    }
}

@media (max-width: 992px) {
    .community-page .cm-strategy__grid {
        margin-top: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .community-page .cm-strategy__num {
        font-size: 54px;
        line-height: 67.99px;
    }

    .community-page .cm-orient {
        padding: 40px 0;
    }

    .community-page .cm-orient__grid {
        grid-gap: 20px;
    }

    .community-page .cm-results__item {
        flex: 0 0 calc(50% - 8.5px);
        max-width: calc(50% - 8.5px);
    }

    .community-page .cm-rates__list {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .community-page .cm-rates__name {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .community-page .visible-pc {
        display: none !important;
    }

    .community-page .visible-mob {
        display: block !important;
    }

    .community-page .banner__title-strip {
        padding-top: 50px;
    }

    .community-page .banner__title-strip .banner-logo {
        position: absolute;
        left: 0;
        top: -8px;
        margin: 0;
    }

    .community-page .banner__title-first p {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
    }

    .community-page .banner__title-strip h1,
    .community-page .banner__title-main p,
    .community-page .banner__title-main-third p {
        font-size: 23px !important;
        line-height: 1.15 !important;
    }

    .community-page .banner__title-main-second:not(.banner__title-main-third)::before {
        height: 50px;
        width: calc(100% + 8px);
        left: -8px;
    }

    .community-page .banner-inner a.main__btn {
        color: #1a2129;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 22px;
    }

    .community-page .section-adaptiveNecessary .middle-title {
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
    }

    .community-page .section-why-item.section-flex.mob-section-grid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
    }

    .community-page .section-why-item .nbr {
        font-size: 54px;
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
        padding: 0 0 16px;
        align-self: flex-start;
    }

    .community-page .section-why-item .txt {
        border-left: none;
        padding: 16px 0 0;
        position: relative;
        align-self: stretch;
        width: 100%;
    }

    .community-page .section-why-item .txt::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background: #f6c320;
    }

    .community-page .section-why .info {
        margin-bottom: 20px;
        text-align: left;
    }

    .community-page .cm-promo,
    .community-page .cm-promo--second {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .community-page .cm-promo--second {
        margin-top: 0;
    }

    .community-page .cm-promo__head {
        flex-direction: column;
    }

    .community-page .cm-promo__title {
        width: 100%;
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
    }

    .community-page .cm-promo--second .cm-promo__title {
        max-width: none;
    }

    .community-page .cm-promo__body {
        max-width: none;
    }

    .community-page .cm-promo__lead b {
        font-size: 16px;
        line-height: 20.8px;
        text-align: center;
    }

    .community-page .cm-split {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .community-page .cm-split__head {
        flex-direction: column;
    }

    .community-page .cm-split__title {
        width: 100%;
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .community-page .cm-split__body {
        max-width: none;
        gap: 24px;
    }

    .community-page .cm-split__lead b {
        font-size: 16px;
        line-height: 140%;
        text-align: center;
    }

    .community-page .cm-results {
        margin: 60px 0 20px;
    }

    .community-page .cm-results__title {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }

    .community-page .cm-results__item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 24px 12px;
        gap: 24px;
    }

    .community-page .cm-results__num {
        width: 40px;
        height: 40px;
    }

    .community-page .cm-results__num span {
        font-size: 16px;
    }

    .community-page .cm-results__item-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .community-page .cm-results__item-text {
        font-size: 14px;
    }

    .community-page .cm-results__info {
        max-width: none;
        margin-left: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    .home-wrapper .community-page .cm-cases.section-repCases {
        padding-top: 0;
    }

    .home-wrapper .community-page .cm-cases.main__article .title-row,
    .community-page .cm-cases .core__value-title {
        padding-top: 13px;
        margin-bottom: 40px;
    }

    .community-page .cm-cases .core__value-title .inner-title {
        font-size: 28px;
    }

    .community-page .cm-rates__head h2 {
        font-size: 28px;
    }

    .community-page .cm-rates__body {
        padding: 25px 16px;
    }

    .community-page .cm-rates__footer {
        padding: 0 16px;
    }

    .community-page .cm-rates__price {
        font-size: 18px;
    }

    .community-page .cm-rates__price span {
        font-size: 14px;
    }

    .community-page .cm-rates__footer .btn {
        height: 42px;
        width: 103px;
    }

    .community-page .cm-strategy {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .community-page .cm-strategy__head {
        flex-direction: column;
    }

    .community-page .cm-strategy__title {
        width: 100%;
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
    }

    .community-page .cm-strategy__subtitle {
        max-width: none;
        text-align: center;
    }

    .community-page .cm-strategy__grid {
        margin-top: 25px;
        grid-template-columns: 1fr;
    }

    .community-page .cm-strategy__item {
        min-height: 270px;
        height: auto;
        align-items: flex-start;
        gap: 25px;
        padding: 13px 20px 13px 13px;
    }

    .community-page .cm-strategy__text span {
        font-size: 16px;
        line-height: 126%;
    }

    .community-page .cm-orient__title {
        max-width: none;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
    }

    .community-page .cm-orient__grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .community-page .cm-orient__item {
        margin-bottom: 24px;
    }

    .community-page .cm-orient__item:last-child {
        margin-bottom: 0;
    }

    .community-page .cm-orient__head {
        justify-content: space-between;
        width: 100%;
    }

    .community-page .cm-orient__head .cm-orient__icon {
        order: 2;
        margin-left: auto;
    }

    .community-page .cm-orient__head span {
        order: 1;
    }

    .community-page .cm-orient__trigger {
        cursor: pointer;
    }

    .community-page .cm-orient__item:not(.is-open) .cm-orient__text {
        display: none;
    }

    .community-page .cm-orient__item.is-open .cm-orient__text {
        display: block;
        margin-top: 12px;
        background: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        padding: 16px;
        border-radius: 10px;
    }

    .community-page .cm-orient__item.is-open .cm-orient__text p {
        margin: 0;
    }

    .community-page .cm-orient__item.is-open .cm-orient__icon {
        transform: rotate(90deg);
    }
}

@media (max-width: 576px) {
    .community-page .banner-section {
        background-size: cover;
        background-position: left 40px;
        min-height: 602px;
        padding-top: 55px;
    }

    .community-page .banner__title-first p {
        padding-bottom: 50px;
    }

    .community-page section.section-adaptiveNecessary {
        background: #fff !important;
    }

    .community-page .cm-orient {
        background: #f8f8f8 !important;
    }

    .community-page .cm-promo {
        margin-top: 10px;
    }

    .community-page .cm-split {
        margin-top: 10px;
    }

    .community-page .cm-promo__title {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .community-page .cm-split__title {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
}