:root {
    --color-background-primary: #FFFFFF;
    --color-background-secondary: #F3F3F5;
    --color-accent: #BC003B;
    --color-accent-checkbox: #C8154E;
    --color-accent-background: #708CF8;

    --color-text-primary: #2A324A;
    --color-text-secondary: #8C8C8C;
    --color-text-label: #40465C;

    --color-accent-hover: #A30034;
    --color-input-hover: #CECECE;
    --color-background-hover: #E6E6E6;

    --radius-large: 30px;
    --radius-badge: 100px;
    --radius-input: 20px;
    --radius-card: 24px;
    --radius-button: 12px;
}

html {
    margin-top: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'AA Stetica', sans-serif;
    font-weight: 400;
    color: var(--color-text-primary);
    background-color: var(--color-background-primary);
    overflow-x: hidden;
}

/* button, ul, li, input, a {
    all: unset;
} */

a,
button {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.button {
    font-weight: 700;
    font-size: 18px;
    line-height: 136%;
    /* border-radius: var(--radius-button);
    border: none; */
    cursor: pointer;
    height: unset;
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    box-sizing: border-box; */
}

.button::before {
    display: none;
}

.button--primary {
    font-family: 'AA Stetica', sans-serif;
    padding: 17px 32px;
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    line-height: 136%;
    background-color: var(--color-accent);
    color: var(--color-background-primary);
    border-radius: 12px;
}

/* .button--primary:hover {
    background-color: var(--color-accent-hover);
} */

.button--secondary {
    min-width: 256px;
    width: 100%;
    background-color: var(--color-background-primary);
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.button--secondary:hover {
    background-color: var(--color-background-hover);
    color: var(--color-accent-hover);
    border: 1px solid var(--color-accent-hover);
}

.button--text {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-primary);
    text-decoration: underline;
    width: fit-content;
    height: fit-content;
}

.button--text:hover {
    text-decoration: none;
}

h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    max-width: 748px;
    margin-bottom: 24px;
    font-family: 'AA Stetica', sans-serif;
    padding: 0;
}

h2, .problems-solution__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    max-width: 670px;
    margin-bottom: 56px;
    font-family: 'AA Stetica', sans-serif;
}

h3 {
    font-weight: 500;
    font-family: 'AA Stetica', sans-serif;
    font-size: 32px;
    line-height: 32px;
    max-width: 409px;
    margin-bottom: 24px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.page-content {
    width: 100%;
}

.page-content .container {
    max-width: 1920px;
    width: 100%;
    padding: 140px 240px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 140px;
}

@media (max-width: 1440px) {
    .page-content .container {
        gap: 124px;
        padding: 124px 130px;
    }
}

@media (max-width: 1024px) {
    .page-content .container {
        gap: 108px;
        padding: 108px 152px;
    }
}

@media (max-width: 768px) {
    .page-content .container {
        gap: 88px;
        padding: 88px 84px;
    }
}

@media (max-width: 661px) {
    .page-content .container {
        gap: 64px;
        padding: 64px 16px;
    }
}

.nowrap {
    white-space: nowrap;
}

.white {
    color: var(--color-background-primary);
}

.corporate__site-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.corporate__link-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.corporate__external-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    transition: color 0.1s ease;
}

.corporate__site-link:hover {
    cursor: pointer;
    color: var(--color-accent);
}

.corporate__external-link svg {
    stroke: currentColor;
}

/* === HEADER BANNER === */

.banner-header {
    width: 100%;
    background-color: var(--color-accent);
}

.banner-header__wrapper {
    max-width: 1920px;
    width: 100%;
    height: 50px;
    padding: 0 334px;
    margin: 0 auto;
}

.banner-header_content {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner-header_left-part {
    max-width: 374px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .banner-header_img1 {
    background: url(/wp-content/themes/basic/img/images/banners/header-banner-1.png) no-repeat center center;
    background-size: cover;
    width: 171px;
    height: 39px;
    overflow: hidden;
}

.banner-header_img2 {
    background: url(/wp-content/themes/basic/img/images/banners/header-banner-2.png) no-repeat center top;
    background-size: cover;
    width: 151px;
    height: 50px;
} */

/* .banner-header_img3 {
    background: url(/wp-content/themes/basic/img/images/banners/header-banner-3.png) no-repeat center top;
    background-size: cover;
    width: 183px;
    height: 50px;
    overflow: hidden;
} */

.banner-header_phrase {
    font-size: 18px;
    line-height: 20px;
    color: var(--color-background-primary);
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.banner-header_phrase span {
    border-radius: var(--radius-badge);
    font-weight: 700;
    color: var(--color-accent);
    background-color: var(--color-background-primary);
    padding: 4px 7px;
    white-space: nowrap;
}

.banner-header_link {
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner-header_link a {
    border: 2px solid var(--color-background-primary);
    border-radius: var(--radius-button);
    padding: 8px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 136%;
    color: var(--color-background-primary);
}

.banner-header_link a::before {
    content: "";
    background: url(/wp-content/themes/basic/img/images/banners/header-banner-cursor.png) center center no-repeat;
    position: absolute;
    display: block;
    background-size: contain;
    width: 37px;
    height: 37px;
    left: -15px;
    bottom: -12px;
    z-index: 100;
}

@media screen and (max-width: 1770px) {
    .banner-header__wrapper {
        padding: 0 152px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-header__wrapper {
        padding: 0 130px;
    }
}

@media screen and (max-width: 1350px) {
    .banner-header_img2,
    .banner-header_img3 {
        display: none;
    }

    .banner-header_left-part {
        max-width: 171px;
    }

    .banner-header_link {
        max-width: 145px;
        padding: 7px 24px;
    }

    .banner-header_link a::before {
        left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-header__wrapper {
        padding: 0 50px;
    }
}

@media screen and (max-width: 810px) {
    .banner-header_phrase,
    .banner-header_phrase span {
        font-size: 16px;
    }

    .banner-header_img1 {
        width: 123px;
        height: 28px;
    }

    .banner-header_link a {
        font-size: 14px;
    }

    .banner-header_link a {
        padding: 4px 12px;
        font-size: 12px;
    }

    .banner-header_link a::before {
        width: 25px;
        height: 25px;
        left: 12px;
        bottom: -8px;
    }
}

@media screen and (max-width: 768px) {
    .banner-header__wrapper {
        padding: 0 84px;
    }

    .banner-header_phrase {
        white-space: normal;
        word-wrap: break-word;
        line-height: 20px;
        font-size: 16px;
    }

    .banner-header_phrase span {
        white-space: normal;
        display: inline-block;
        margin-top: 2px;
    }

    .banner-header_img1 {
        min-width: 60px;
    }
}

@media screen and (max-width: 661px) {
    .banner-header__wrapper {
        padding: 0 16px;
    }

    .banner-header_content {
        flex-wrap: nowrap;
    }

    .banner-header_left-part {
        width: 65px;
        overflow: hidden;
    }

    .banner-header_img1 {
        background-position: left top;
        height: 30px;
    }

    .banner-header_phrase {
        font-size: 12px;
        margin: 0 10px;
        width: fit-content;
    }

    .banner-header_phrase span {
        padding: 0 5px;
    }

    .banner-header_link {
        width: fit-content;
        padding: 0;
    }

    .banner-header_link a {
        padding: 3px 10px;
        font-size: 11px;
    }

    .banner-header_link a::before {
        width: 20px;
        height: 20px;
        left: -10px;
        bottom: -10px;
    }
}

@media screen and (max-width: 489px) {
    .banner-header_phrase {
        width: 140px;
    }
}

/* === HEADER === */

.main-header {
    background: var(--color-background-secondary);
    width: 100%;
}

.main-header__wrapper {
    max-width: 1920px;
    width: 100%;
    height: 72px;
    padding: 0 240px;
    margin: 0 auto;
}

.main-header__container {
    max-width: 1440px;
    width: 100%;
    height: 72px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header__logo-link {
    display: flex;
    align-items: center;
}

.header__logo-image {
    max-height: 47px;
    height: 100%;
    max-width: 163px;
    width: 100%;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__actions button {
    width: 256px;
    height: 48px;
}

.header__site-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header__site-link:hover {
    cursor: pointer;
}

.header__link-icon {
    width: 24px;
    height: 24px;
}

.header__link-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 1440px) {
    .main-header__wrapper {
        padding: 0 130px;
    }

    .header__actions button {
        width: 194px;
    }
}

@media (max-width: 1024px) {
    .main-header__wrapper {
        padding: 0 152px;
        height: 106px;
    }

    .main-header__container {
        height: 100%;
        align-items: flex-start;
    }

    .header__actions button {
        width: 178px;
        height: 42px;
    }

    .corporate__link-text {
        line-height: 18px;
    }
}

@media (max-width: 960px) {
    .header__actions {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        align-items: flex-end;
    }
}

@media (max-width: 768px) {

    .main-header__wrapper {
        padding: 0 84px;
    }

    .header__logo-image {
        height: 39px;
        max-width: 138px;
        width: 100%;
    }

    .header__actions button {
        font-size: 16px;
    }
}

@media screen and (max-width: 661px) {
    .main-header__wrapper {
        padding: 0 16px;
    }

    .header__actions .corporate__site-link {
        position: absolute;
        bottom: 16px;
        right: 0;
    }
}

/* === main-section === */

.main-section {
    max-width: 1920px;
    width: 100%;
    padding: 48px 240px 0;
    margin: 0 auto;
}

.main-section__container {
    background-color: var(--color-background-secondary);
    border-radius: var(--radius-large);
    max-width: 1440px;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-section__flex-container {
    display: flex;
}

.main-section__content {
    padding: 72px 0 72px 80px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}

.main-section__button-container {
    display: block;
    margin-bottom: 78px;
}

.main-section__background-mobile {
    display: none;
}

.main-section__title {
    max-width: 748px;
}

.main-section__advantages {
    display: flex;
    gap: 20px;
    margin-top: auto;
    width: 100%;
}

.main-section__description {
    font-weight: 500;
    margin-bottom: 24px;
    padding: 0;
}

.main-section__features {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 601px;
    width: 100%;
    margin-bottom: 40px;
}

.main-section__feature {
    padding: 8px 16px;
    border-radius: var(--radius-badge);
    background: var(--color-background-primary);
}

.advantage {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    max-width: 224px;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 24px;
    background: var(--color-background-primary);
    border-radius: var(--radius-input);
}

.advantage__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.advantage__icon {
    width: 32px;
    height: 32px;
}

.advantage__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.main-section__background-desktop {
    width: 100%;
    max-width: 570px;
    height: 702px;
    background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat center center;
    background-size: contain;
    flex: 1;
}

@media (max-width: 1790px) {
    .advantage {
        padding: 20px;
    }

    .main-section__content {
        padding: 72px 0 72px 60px;
    }

    .main-section__title {
        font-size: 48px;
    }
}

@media (max-width: 1440px) {
    .main-section {
        padding: 56px 130px 0;
    }

    .main-section__background-desktop {
        max-width: 450px;
    }

    .advantage__text p {
        font-size: 16px;
    }

    .main-section__background-desktop {
        background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat center 40px;
        background-size: contain;
    }
}

@media (max-width: 1300px) {
    .main-section__container {
        min-height: auto;
        height: auto;
    }

    .main-section__flex-container {
        flex-direction: column;
        min-height: auto;
        height: auto;
    }

    .main-section__content {
        padding: 64px 32px 32px;
        width: 100%;
        height: auto;
    }

    .main-section__title {
        max-width: 562px;
        order: 1;
    }

    .main-section__background-desktop {
        display: none;
    }

    .main-section__button-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
        margin: 24px 0 32px;
        order: 3;
    }

    .main-section__background-mobile {
        display: block;
        width: 375px;
        height: 465px;
        background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat 30px -8px;
        background-size: contain;
        flex-shrink: 0;
        order: 2;
    }

    .main-section__advantages {
        width: 100%;
        order: 4;
        gap: 16px;
    }

    .main-section__description {
        order: 2;
    }

    .main-section__features {
        order: 3;
        margin-bottom: 24px;
    }

    .button--primary {
        order: 1;
    }

    .advantage {
        margin-top: 0;
        height: auto;
        min-height: unset;
    }

    .advantage__text {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .main-section {
        padding: 48px 152px 0;
    }

    .main-section__background-mobile {
        display: block;
        width: 380px;
        height: 465px;
        background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat -10px -8px;
        background-size: contain;
        flex-shrink: 0;
        order: 2;
    }
}

@media (max-width: 1000px) {
    .main-section__title {
        max-width: 520px;
    }

    .main-section__button-container {
        flex-direction: column;
        gap: 24px;
    }

    .main-section__background-mobile {
        height: 487px;
        align-self: center;
    }

    .main-section__content {
        padding: 56px 24px 24px;
    }
}

@media (max-width: 768px) {
    .main-section {
        padding: 48px 84px 0;
    }

    .main-section__title {
        width: 100%;
    }

    .advantage__text p {
        font-size: 14px;
    }

    .main-section__title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .main-section__description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main-section__features .main-section__feature p {
        font-size: 14px;
    }

    .main-section__button-container {
        gap: 4px;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .main-section__features {
        margin-bottom: 32px;
    }

}

@media (max-width: 678px) {
    .main-section__advantages {
        flex-direction: column;
        width: 100%;
    }

    .advantage {
        min-width: 100%;
    }

    .main-section__content {
        padding: 32px 20px 20px;
    }
}

@media (max-width: 661px) {
    .main-section {
        padding: 0 16px;
    }

    .main-section__button-container .button.button--primary {
        width: 100%;
    }

    .main-section__background-mobile {
        background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat center 15px;
        background-size: contain;
    }
}

@media (max-width: 440px) {
    .main-section__background-mobile {
        width: 344px;
        height: 356px;
        background: url(/wp-content/themes/basic/img/images/accounting.png) no-repeat center center;
        background-size: contain;
    }

    .main-section__button-container {
        gap: 36px;
    }
}

/* === problems-solution-section === */

.problems-solution-section {
    display: flex;
    gap: 20px;
}

.problems-solution__problems {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 56px 40px 56px 0;
    width: 100%;
    min-height: 464px;
    height: 100%;
}

.problems-solution__title {
    width: 100%;
    margin: 0 0 56px;
}

.problems-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style: none;
}

.problems-list__item {
    position: relative;
    padding-left: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.problems-list__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: var(--color-accent);
    border-radius: 50%;
}

.problems-solution__solution {
    background: var(--color-accent-background);
    border-radius: var(--radius-large);
    padding: 56px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 464px;
    height: 100%;
}

.problems-solution__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: var(--color-background-primary);
}

.solution-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style: none;
}

.solution-list__item {
    display: flex;
    gap: 16px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-background-primary);
    padding-left: 30px;
}

.solution-list__item::before {
    position: absolute;
    content: url(/wp-content/themes/basic/img/images/icons/done-circle.svg);
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1440px) {
    .problems-solution__solution {
        padding: 48px 32px 73px;
    }

    .problems-solution__problems {
        padding: 48px 32px 48px 0;
    }
}

@media (max-width: 1327px) {
    .problems-list {
        gap: 24px;
    }
}

@media (max-width: 1200px) {
    .problems-solution__solution {
        min-height: 468px;
        height: 100%;
    }

    .problems-solution__title {
        margin-bottom: 40px;
        width: 100%;
    }

    .problems-solution__title h2 {
        min-width: 400px;
        width: 100%;
    }

    .solution-list {
        max-width: 268px;
        width: 100%;
    }
}

@media (max-width: 1060px) {
    .problems-solution__solution,
    .problems-solution__problems {
        max-width: unset;
    }
    .audience-card__image img {
        right: 0;
    }
}

@media (max-width: 1024px) {
    .problems-solution__solution {
        padding: 40px 30px;
        min-height: 504px;
        height: 100%;
    }

    .problems-solution__problems {
        padding: 40px 0;
    }
}

@media (max-width: 965px) {
    .problems-solution-section {
        flex-direction: column;
    }

    .problems-solution__problems {
        justify-content: flex-start;
        max-height: 100%;
        min-height: 0;
        height: 100%;
        min-width: 100%;
        width: 100%;
        gap: 40px;
        padding: 0;
    }

    .problems-list {
        min-height: 192px;
        height: 100%;
        padding-bottom: 40px;
    }

    .problems-solution__solution {
        justify-content: flex-start;
        max-height: 100%;
        min-height: 360px;
        padding-bottom: 40px;
        min-width: 100%;
        gap: 40px;
        width: 100%;
    }

    .problems-solution__title {
        margin-bottom: 0;
    }
}

@media (max-width: 661px) {

    .problems-solution-section,
    .problems-solution__problems,
    .problems-solution__solution {
        gap: 24px;
    }

    .problems-solution__solution {
        padding: 32px 20px;
    }

    .problems-list {
        padding-bottom: 0;
    }

    .solution-list {
        gap: 20px;
    }
}

/* === audience-section === */

.audience-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.audience__title {
    margin-bottom: 40px;
}

.audience__grid {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 30px;
}

.audience-card {
    background: var(--color-background-secondary);
    border-radius: var(--radius-large);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 347px;
    width: 100%;
    height: 254px;
}

.audience-card--empty {
    background: transparent;
    max-width: 347px;
    width: 100%;
    height: 254px;
}

.audience-card--combined {
    max-width: 709px;
    width: 100%;
    height: 254px;
    background: linear-gradient(158.3deg, #D51B56 7.19%, #A30638 91.93%);
    color: var(--color-background-primary);
    grid-column: 3 / span 2;
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
}

.audience-card__content {
    display: flex;
    gap: 12px;
}

.audience-card__image {
    max-width: 273px;
    width: 100%;
    max-height: 343px;
    height: 100%;
}

.audience-card__image img {
    position: absolute;
    top: -17px;
    right: -50px;
    width: 273px;
    height: 343px;
    object-fit: contain;
}

.audience-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.audience-card--combined .audience-card__description {
    color: var(--color-background-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    min-width: 448px;
    width: 100%;
    max-height: 206px;
    height: 100%;
}

.audience-card__features {
    display: flex;
    gap: 8px;
    list-style: none;
    flex-wrap: wrap;
    max-width: 299px;
    width: 100%;
}

.audience-card__feature {
    padding: 2px 12px;
    border-radius: var(--radius-badge);
    background: var(--color-background-primary);
    width: fit-content;
}

@media (max-width: 1790px) {
    .audience-card--combined .audience-card__description {
        font-size: 18px;
        line-height: 26px;
        min-width: 337px;
        width: 100%;
    }

    .audience-card__feature p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1583px) {
    .audience-card {
        padding: 20px;
    }

    .audience-card__image img {
        width: 247px;
        height: 311px;
        right: -50px;
    }

    .audience__title {
        margin-bottom: 32px;
    }
}

@media (max-width: 1200px) {
    .audience-card__image img {
        right: 0;
        top: -11px;
    }
    .audience__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto;
    }

    .audience-card--combined {
        grid-column: 1 / span 2;
        min-width: 100%;
    }

    .audience-card {
        min-width: 100%;
        padding: 24px;
    }

    .audience-card--empty {
        display: none;
    }

    .audience-card__title {
        max-width: 196px;
        width: 100%;
    }

    .audience-card--combined .audience-card__description {
        min-width: 411px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .audience-card--combined .audience-card__description {
        min-width: 366px;
        width: 100%;
    }

    .audience__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .audience-card {
        padding: 20px;
    }


    .audience-card__title {
        font-size: 20px;
    }
}

@media (max-width: 850px) {
    .audience-card--combined .audience-card__description {
        min-width: 250px;
        width: 100%;
    }

    .audience-card {
        height: 270px;
    }
}

@media (max-width: 768px) {
    .audience-card--combined .audience-card__description {
        min-width: 366px;
        width: 100%;
    }

    .audience-card {
        height: 254px;
    }
}

@media (max-width: 710px) {
    .audience-card--combined {
        min-height: 382px;
    }

    .audience-card__content {
        flex-direction: column;
    }

    .audience-card__image {
        width: 219px;
        height: 254px;
    }

    .audience-card__image img {
        width: 319px;
        height: 354px;
        right: -70px;
        top: 90px;
    }

    .audience-card--combined .audience-card__description {
        min-width: 303px;
    }
}

@media (max-width: 480px) {
    .audience__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .audience-card--combined {
        grid-column: 1;
        grid-template-columns: 1fr;
    }

    .audience-card__image img {
        width: 219px;
        height: 254px;
        right: -50px;
        top: 170px;
    }
}

/* === why-us === */

.why-us {
    max-width: 1440px;
    width: 100%;
    display: flex;
    gap: 20px;
}

.why-us__image {
    border-radius: var(--radius-large);
    width: 100%;
    max-width: 710px;
    background-color: var(--color-background-secondary);
    display: flex;
    align-items: center;
}

.why-us__image img {
    width: 100%;
    max-width: 670px;
}

.why-us__content {
    border-radius: var(--radius-large);
    width: 100%;
    max-width: 710px;
    height: 740px;
    background-color: var(--color-background-secondary);
    padding: 60px 40px;
    flex: 1;
    position: relative;
}

.why-us__title {
    margin-bottom: 40px;
}

.why-us__accordion {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.why-us__accordion-item {
    cursor: pointer;
}

.why-us__accordion-question {
    max-width: 409px;
    width: 100%;
    padding: 0;
}

.why-us__accordion-text {
    color: var(--color-text-secondary);
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    transition: color 0.3s ease;
}

.why-us__accordion-answer p {
    font-size: 20px;
}

.why-us__accordion-item.active .why-us__accordion-text {
    color: var(--color-text-primary);
}

.why-us__accordion-item .why-us__accordion-answer {
    display: none;
}

.why-us__accordion-item.active .why-us__accordion-answer {
    display: block;
    margin-top: 24px;
}

.why-us__item.active .why-us__header p {
    color: var(--color-text-primary);
}

.why-us__item.active .why-us__description {
    max-height: 100px;
}

.why-us__item:hover .why-us__header p {
    color: var(--color-text-primary);
}

.why-us__background-mobile {
    display: none;
}

@media (max-width: 1870px) {
    .why-us__accordion {
        gap: 40px;
    }

    .why-us__title {
        margin-bottom: 32px;
    }

    .why-us__accordion-answer p {
        font-size: 16px;
    }
}

@media (max-width: 1250px) {
    .why-us__image {
        display: none;
    }

    .why-us__content {
        min-width: 100%;
        min-height: 710px;
        position: relative;
    }

    .why-us__background-mobile {
        display: block;
        position: absolute;
        right: 20px;
        top: -9px;
        width: 374px;
        height: 324px;
        background: url('/wp-content/themes/basic/img/images/bookkeeping-mobile.png') no-repeat center center;
        background-size: contain;
    }

    .why-us__title {
        max-width: 211px;
        min-height: 250px;
    }

    .why-us__accordion {
        gap: 30px;
    }

    .why-us__accordion-item.active .why-us__accordion-answer {
        max-height: 76px;
    }

    .why-us__accordion-question {
        max-width: 883px;
        width: 100%;
    }

    .why-us__accordion-text {
        font-size: 24px;
    }
}

@media (max-width: 952px) {

    .why-us__content {
        min-height: 720px;
    }
}

@media (max-width: 844px) {

    .why-us__background-mobile {
        right: 0;
    }

    .why-us__content {
        min-height: 730px;
    }

}

@media (max-width: 796px) {

    .why-us__background-mobile {
        right: -18px;
    }

}

@media (max-width: 708px) {
    .why-us__title {
        height: 300px;
        margin-bottom: 0;
        min-width: 100%;
    }


    .why-us__content {
        padding: 32px 20px;
        min-width: 100%;
        min-height: 700px;
    }

    .why-us__accordion {
        gap: 24px;
    }
}

@media (max-width: 661px) {
    .why-us__background-mobile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 0 auto 20px auto;
        order: 2;
    }

    .why-us__title {
        order: 1;
        min-height: 35px;
        height: 35px;
    }

    .why-us__accordion {
        order: 3;
    }

    .why-us__content {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .why-us__background-mobile {
        max-width: 303px;
    }
}

/* === services === */

.services {
    background: var(--color-background-secondary);
    width: 100%;
}

.services__wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 140px 240px;
    margin: 0 auto;
}

.services__content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.services__title {
    margin-bottom: 40px;
}

.services__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.services__grid .item {
    background: var(--color-background-primary);
    border-radius: var(--radius-large);
    padding: 24px 0 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 262px;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
    min-width: 0;
}

.services__grid > *:nth-child(1) {
    width: calc(24% - 15px);
}

.services__grid > *:nth-child(2) {
    width: calc(15.5% - 15px);
}

.services__grid > *:nth-child(3) {
    width: calc(32.5% - 15px);
}

.services__grid > *:nth-child(4) {
    width: calc(24% - 15px);
}

.services__grid > *:nth-child(5) {
    width: calc(24% - 15px);
}

.services__grid > *:nth-child(6) {
    width: calc(24% - 15px);
}

.services__grid > *:nth-child(7) {
    width: calc(15.5% - 15px);
}

.services__grid > *:nth-child(8) {
    width: calc(32.5% - 15px);
}

.services__grid > *:nth-child(9) {
    width: calc(32.5% - 15px);
}

.services__grid > *:nth-child(10) {
    width: calc(15.5% - 15px);
}

.services__grid > *:nth-child(11) {
    width: calc(24% - 15px);
}

.services__grid > *:nth-child(12) {
    width: calc(15.5% - 15px);
}

.services__grid .item:empty {
    background: transparent;
}

.item:nth-child(3),
.item:nth-child(8),
.item:nth-child(9) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
}

.item:nth-child(3),
.item:nth-child(5) {
    background: linear-gradient(158.3deg, #D51B56 7.19%, #A30638 91.93%);
    color: var(--color-background-primary);
}

.item:nth-child(11) {
    background: var(--color-accent-background);
    color: var(--color-background-primary);
}

.service-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.item:nth-child(3) .service-card__title,
.item:nth-child(5) .service-card__title,
.item:nth-child(11) .service-card__title {
    color: var(--color-background-primary);
}

.service-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    list-style: none;
}

.item:nth-child(1) .service-card__features,
.item:nth-child(5) .service-card__features,
.item:nth-child(9) .service-card__features {
    max-width: 226px;
    width: 100%;
}

.service-card__feature {
    padding: 2px 12px;
    border-radius: var(--radius-badge);
    background: var(--color-background-secondary);
    width: fit-content;
}

.service-card__feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}

.item:nth-child(3) .service-card__feature,
.item:nth-child(5) .service-card__feature,
.item:nth-child(11) .service-card__feature {
    background: #3333331A;
    color: var(--color-background-primary);
}

.service-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.service-card__image {
    min-width: 162px;
    width: 100%;
    flex: 1;
    position: relative;
    z-index: 1;
    height: 100%;
}

.item:nth-child(3) .service-card__image img {
    position: absolute;
    top: -18px;
    right: 0;
    width: 162px;
    height: auto;
}

.item:nth-child(8) .service-card__image img {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.item:nth-child(9) .service-card__image img {
    position: absolute;
    top: -24px;
    right: -41px;
    width: 162px;
    height: 262px;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .services__wrapper {
        padding: 124px 130px;
    }
}

@media (max-width: 1400px) {
    .services__grid {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .services__grid > *:nth-child(2),
    .services__grid > *:nth-child(7),
    .services__grid > *:nth-child(10),
    .services__grid > *:nth-child(12) {
        display: none;
    }

    .services__grid > *:nth-child(1),
    .services__grid > *:nth-child(3),
    .services__grid > *:nth-child(4),
    .services__grid > *:nth-child(5),
    .services__grid > *:nth-child(6),
    .services__grid > *:nth-child(8),
    .services__grid > *:nth-child(9),
    .services__grid > *:nth-child(11) {
        width: calc(50% - 10px) !important;
    }

    .item:nth-child(3) .service-card__image img {
        width: 139px;
        top: -24px;
        height: 262px;
    }

    .item:nth-child(8) .service-card__image img {
        width: 232px;
        height: 262px;
        top: -24px;
    }

    .item:nth-child(9) .service-card__image img {
        width: 144px;
        height: 262px;
        top: -9px;
        object-fit: contain;
    }

}

@media (max-width: 1024px) {
    .services__wrapper {
        padding: 108px 152px;
    }

    .services__grid {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .services__wrapper {
        padding: 88px 84px;
    }
}

@media (max-width: 714px) {
    .services__wrapper {
        padding-right: 0;
    }

    .services__content {
        overflow: visible;
    }

    .services__title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 32px;
    }

    .services__grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        max-width: none;
    }

    .services__grid::-webkit-scrollbar {
        display: none;
    }

    .item {
        flex: 0 0 308px;
        width: 308px;
        height: 240px;
        padding: 20px;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .item:empty {
        display: none;
    }

    .item:nth-child(3),
    .item:nth-child(8),
    .item:nth-child(9) {
        display: flex;
        flex-direction: column;
    }

    .service-card__image {
        display: none;
    }

    .service-card__features {
        max-width: none !important;
    }

    .service-card__title {
        font-size: 20px;
        line-height: 24px;
    }

    .service-card__feature p {
        font-size: 14px;
    }
}

@media (max-width: 661px) {
    .services__wrapper {
        padding: 64px 0 64px 16px;
    }
}

/* === calculator-section === */

.calculator-section {
    background: var(--color-background-secondary);
    border-radius: var(--radius-large);
    max-width: 1440px;
    width: 100%;
    padding: 60px 40px 40px;
}

.calculator__title {
    margin-bottom: 40px;
}

.calculator__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

.calculator-item {
    background: var(--color-background-primary);
    border-radius: var(--radius-large);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 292px;
    height: 100%;
    position: relative;
}

.calculator-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    max-width: 259px;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    padding: 4px 0;
}

.radio-button input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.radio-button__checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-text-secondary);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-button:hover .radio-button__checkmark,
.radio-button:focus-within .radio-button__checkmark {
    border-color: var(--color-accent-checkbox);
}

.radio-button input:checked + .radio-button__checkmark {
    border-color: var(--color-accent-checkbox);
}

.radio-button input:checked + .radio-button__checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--color-accent-checkbox);
    border-radius: 50%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.radio-button__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Checkboxes */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox input, .contact-form__checkboxes input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
}

.contact-form__checkboxes .wpcf7-list-item-label {
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
.contact-form__checkboxes .wpcf7-list-item-label::before {
    content: "";
    width: 18px;
    display: block;
    height: 18px;
    border: 2px solid var(--color-text-secondary);
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
    left: -15px;
}

.checkbox__checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-text-secondary);
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}
.contact-form__checkboxes input[type="checkbox"] {
    left: 0;
}
.checkbox:hover .checkbox__checkmark,
.checkbox:focus-within .checkbox__checkmark, .contact-form__checkboxes .wpcf7-checkbox:hover .wpcf7-list-item-label::before {
    border-color: var(--color-accent-checkbox);
}

.checkbox input:checked + .checkbox__checkmark, .contact-form__checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: var(--color-accent-checkbox);
    background: var(--color-accent-checkbox);
}

.checkbox input:checked + .checkbox__checkmark::after, .contact-form__checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transform-origin: center;
}
.contact-form__checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: -8px;
    top: -2px;
    width: 7px;
    height: 12px;
}
.checkbox__label {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-label);
}

/* Input Fields */
.input-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-field__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.input-field__input {
    padding: 16px;
    border: 1px solid var(--color-background-secondary);
    border-radius: var(--radius-button);
    background: var(--color-background-secondary);
    font-size: 16px;
    line-height: 26px;
    transition: border-color 0.3s ease;
    width: -webkit-fill-available;
}

.input-field__input:focus {
    outline: none;
    border-color: var(--color-input-hover);
}

.input-field__label--with-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.info-icon {
    position: relative;
    background: none;
    border: none;
    cursor: help;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon:hover::before,
.info-icon:focus::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 8px;
    max-width: 200px;
    text-align: center;
}

.info-icon:hover::after,
.info-icon:focus::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    margin-bottom: -4px;
    z-index: 1001;
}

.info-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Accordion Fields */
.accordion-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    background: var(--color-background-secondary);
    border-radius: var(--radius-input);
    max-width: 392px;
    width: 100%;
    height: 84px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 392px;
    width: 100%;
    height: 84px;
    padding: 20px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.white-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--radius-badge);
    background: var(--color-background-primary);
    color: inherit;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.white-circle svg {
    stroke: currentColor;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.white-circle:hover {
    cursor: pointer;
}

.accordion-item .white-circle:hover svg path {
    stroke: var(--color-accent);
}

.accordion-item.active {
    height: auto;
    position: relative;
    z-index: 10;
    min-height: 300px;
}

.accordion-item.active .white-circle svg {
    transform: rotate(180deg);
}

.accordion-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.accordion-title {
    display: flex;
    gap: 8px;
    align-items: center;
}

.accordion-title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.accordion-chevron {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-content {
    position: relative;
    top: auto;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0 24px 24px 24px;
    overflow-y: auto;
}

.accordion-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 16px 0 12px 0;
}

.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.accordion-list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px;
}

.accordion-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: var(--color-accent);
    border-radius: 50%;
}

.accordion-item.active .accordion-content::-webkit-scrollbar {
    width: 4px;
}

.accordion-item.active .accordion-content::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 1px;
}

.accordion-item.active .accordion-content::-webkit-scrollbar-thumb {
    background: #C3C3C3;
    border-radius: 1px;
    height: 30px;
}

.accordion-item.active .accordion-content::-webkit-scrollbar-thumb:hover {
    background: #A0A0A0;
}

.accordion-item.active .accordion-content::-webkit-scrollbar-button {
    display: none;
}

.accordion-item.active .accordion-content {
    scrollbar-width: thin;
    scrollbar-color: #C3C3C3 #F7F7F7;
}

/* Result Block */
.calculator-result {
    grid-column: 2 / span 2;
    min-height: 292px;
    height: 100%;
    background: linear-gradient(158.3deg, #D51B56 7.19%, #A30638 91.93%);
    color: var(--color-background-primary);
    border-radius: var(--radius-large);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.calculator-result__content {
    display: flex;
    justify-content: space-between;
}

.calculator-result__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 0;
}

.calculator-result__small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    font-family: 'AA Stetica', sans-serif;
    margin-bottom: 0;
}

.calculator-result__light {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
}

.calculator-result__details--end {
    align-items: flex-end;
}

.calculator-result__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calculator-result__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: var(--radius-badge);
    background-color: #3333331A;
    padding: 8px 20px 8px 8px;
    width: fit-content;
}

.calculator-result__detail img {
    width: 24px;
    height: 24px;
}

.calculator-result__detail p {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-background-primary);
}

.calculator-result__button {
    align-self: flex-end;
    margin-top: 24px;
    width: 202px;
    padding: 17px;
    border-radius: 12px;
}

@media (max-width: 1290px) {
    .calculator__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 16px;
    }

    .calculator__grid > .calculator-item:first-child {
        grid-row: 1;
    }

    .calculator__grid > .calculator-item:nth-child(2) {
        grid-row: 2;
    }

    .calculator__grid > .calculator-item:nth-child(3) {
        grid-row: 3;
    }

    .calculator__grid > .calculator-result {
        grid-row: 4;
    }

    .calculator__grid > .calculator-item:last-child {
        grid-row: 5;
    }

    .calculator-item,
    .calculator-result {
        grid-column: 1;
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .calculator-section {
        padding: 60px 40px 40px;
    }
    .calculator-item {
        padding: 20px;
    }
    .calculator__grid .calculator-item:nth-child(4) {
        order: 1;
    }

    .calculator__title {
        margin-bottom: 32px;
    }

    /* .accordion-item {
        height: 110px !important;
        max-width: 100% !important;
        position: relative !important;
    } */

    .accordion-item.active {
        height: auto !important;
        position: relative !important;
        min-height: 300px;
    }

    .accordion-header {
        padding: 20px !important;
        max-width: 100% !important;
        /* height: 110px !important; */
    }

    .accordion-content {
        position: relative !important;
        top: auto !important;
    }

    .accordion-content {
        position: relative !important;
        top: auto !important;
        padding: 0 24px !important;
        max-height: 0 !important;
    }

    .accordion-item.active .accordion-content {
        max-height: 500px !important;
        padding: 0 24px 24px 24px !important;
        overflow-y: auto !important;
    }

    .accordion-subtitle {
        margin: 16px 0 12px 0 !important;
    }

    .accordion-list li {
        padding-left: 24px !important;
    }

    .accordion-group {
        gap: 20px !important;
    }

    .radio-group,
    .checkbox-group,
    .input-group {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .input-field {
        flex: 1;
    }

    .accordion-item {
        height: auto;
        min-height: 72px;
        position: relative;
    }

    .accordion-item.active {
        height: auto;
        position: relative;
    }

    .accordion-content {
        position: relative;
        top: auto;
        max-height: 0;
        padding: 0;
    }

    .accordion-item.active .accordion-content {
        max-height: 1000px;
        padding: 0 0 24px 0;
    }

    .why-us__accordion-item.active .why-us__accordion-answer {
        max-height: unset !important;
    }
}

@media (max-width: 520px) {
    .calculator-result__content {
        flex-direction: column;
    }

    .calculator-result__button {
        width: 100%;
    }

    .calculator-result__details--end {
        align-items: flex-start;
    }

    .calculator-result__light {
        margin-bottom: 0px;
    }

    .calculator-result {
        padding: 24px 20px;
        gap: 32px;
    }

    .calculator-result__title {
        font-size: 36px;
    }

    .accordion-title {
        flex-direction: column;
        gap: 8px;
        align-items: self-start;
    }

    .accordion-item {
        min-height: 130px;
    }
}

/* === stats-section === */

.stats-section {
    max-width: 1440px;
}

.stats__title {
    width: 100%;
    margin-bottom: 48px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-card {
    max-width: 467px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 50px;
}

.stat-number {
    font-weight: 500;
    font-size: 68px;
    line-height: 60px;
    margin: 0;
}

.stat-card:nth-child(1) .stat-number {
    max-width: 383px;
    width: 100%;
}

.stat-card:nth-child(2) .stat-number {
    max-width: 215px;
    width: 100%;
}

.stat-text {
    font-size: 20px;
    line-height: 30px;
}

.stat-card:nth-child(1) .stat-text,
.stat-card:nth-child(2) .stat-text,
.stat-card:nth-child(3) .stat-text {
    max-width: 360px;
    width: 100%;
}

.loyalty-block {
    grid-column: span 2;
    background: var(--color-accent-background);
    border-radius: var(--radius-large);
    padding: 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.loyalty-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}

.loyalty-score {
    font-size: 3rem;
    font-weight: bold;
    margin-right: 20px;
}

.loyalty-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    max-width: 285px;
    width: 100%;
}

.bars-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bars-container {
    display: flex;
    gap: 8px;
}

.bar {
    width: 8px;
    height: 130px;
    border-radius: var(--radius-badge);
    background: var(--color-background-primary);
}

.bar.transparent {
    opacity: 0.5;
}

.star-image {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.gratitude-block {
    grid-column: span 1;
    background: var(--color-background-secondary);
    border-radius: var(--radius-large);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    max-width: 469px;
    width: 100%;
    padding: 40px 0 49px;
}

.gratitude-image {
    width: 172px;
    height: 172px;
    position: relative;
}

.gratitude-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.gratitude-svg {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    right: -40px;
}

.gratitude-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    max-width: 347px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1600px) {
    .stat-number {
        font-size: 56px;
    }
}

@media (max-width: 1300px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .stat-card {
        max-width: 100%;
        margin-bottom: 0;
    }

    .stat-card:nth-child(1) .stat-number,
    .stat-card:nth-child(2) .stat-number,
    .stat-card:nth-child(1) .stat-text,
    .stat-card:nth-child(2) .stat-text,
    .stat-card:nth-child(3) .stat-text {
        max-width: 700px;
    }

    .loyalty-block {
        grid-column: 1;
        height: 250px;
    }

    .bars-container {
        gap: 6px;
    }

    .bar {
        height: 85px;
    }

    .gratitude-block {
        grid-column: 1;
        max-width: 100%;
        flex-direction: row;
        justify-content: start;
        padding: 32px;
        gap: 55px;
    }
    .gratitude-block .gratitude-text {
        text-align: start;
        max-width: 380px;
    }

    .star-image {
        position: relative;
        bottom: 0px;
        right: 100px;
    }

    .star-image img {
        width: 400px;
        height: auto;
    }

    .loyalty-content {
        margin-bottom: 32px;
    }

}

@media (max-width: 768px) {
    .bar {
        width: 6px;
        height: 68px;
    }

    .loyalty-block {
        padding: 24px;
    }

    .loyalty-content {
        margin-bottom: 67px;
    }

    .star-image {
        bottom: 10px;
        right: 100px;
    }

    .star-image img {
        width: unset;
    }
}

@media (max-width: 720px) {
    .loyalty-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 24px;
    }

    .stat-number {
        font-size: 40px;
        line-height: 44px;
    }

    .loyalty-text {
        font-size: 18px;
        line-height: 120%;
    }

    .bars-container {
        gap: 4px;
    }

    .bars-section {
        height: 68px;
    }

    .star-image {
        bottom: 156px;
        right: -45px;
        rotate: 180deg;
    }

    .gratitude-block {
        flex-direction: column;
        gap: 20px;
        padding: 24px;
    }
}

@media (max-width: 400px) {

    .star-image {
        bottom: 244px;
        right: 137px;
        width: 200px
    }

    .star-image img {
        width: 200px;
    }
}

/* === work-process === */

.work-process {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.work-process__title {
    margin-bottom: 40px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-card {
    padding: 24px;
    border-radius: var(--radius-large);
    min-height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
}

.process-card::before {
    content: attr(data-number);
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.process-card:nth-child(1) {
    background: var(--color-background-secondary);
}

.process-card:nth-child(1)::before {
    color: var(--color-accent);
}

.process-card:nth-child(2) {
    background: transparent;
}

.process-card:nth-child(3) {
    background: linear-gradient(158.3deg, #D51B56 7.19%, #A30638 91.93%);
    color: var(--color-background-primary);
}

.process-card:nth-child(3)::before {
    color: var(--color-background-primary);
}

.process-card:nth-child(4) {
    background: var(--color-background-secondary);
}

.process-card:nth-child(4)::before {
    color: var(--color-accent);
}

.process-card:nth-child(5) {
    background: url('/wp-content/themes/basic/img/images/bg/meeting.jpg') no-repeat center left;
    background-size: cover;
}

.process-card:nth-child(6) {
    background: var(--color-background-secondary);
}

.process-card:nth-child(6)::before {
    color: var(--color-accent);
}

.process-card:nth-child(7) {
    background: transparent;
}

.process-card:nth-child(8) {
    background: linear-gradient(158.3deg, #D51B56 7.19%, #A30638 91.93%);
    color: var(--color-background-primary);
}

.process-card:nth-child(8)::before {
    color: var(--color-background-primary);
}

.process-card .process-card_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 0;
    padding: 0;
}

.process-card p:not(.process-card_title) {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1440px) {
    .process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1300px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;
        margin: 0 auto;
    }

    .process-card:nth-child(2),
    .process-card:nth-child(7) {
        display: none;
    }

    .process-card:nth-child(4) {
        order: 4;
    }

    .process-card:nth-child(5) {
        order: 3;
    }

    .process-card:nth-child(6) {
        order: 5;
    }

    .process-card:nth-child(8) {
        order: 6;
    }

}

@media (max-width: 1024px) {

    .process-grid {
        max-width: 720px;
        grid-template-columns: repeat(2, 1fr);
    }

    .process-card h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {

    .work-process__title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .process-grid {
        gap: 16px;
        max-width: 600px;
    }

    .process-card {
        padding: 20px;
        min-height: 254px;
    }

    .process-card h3 {
        font-size: 20px;
    }

    .process-card p {
        font-size: 16px;
        line-height: 20px;
    }

    .process-card::before {
        top: 20px;
        right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 714px) {
    .work-process {
        overflow: visible;
    }

    .process-grid {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        max-width: none;
    }

    .process-grid::-webkit-scrollbar {
        display: none;
    }

    .process-card:nth-child(2),
    .process-card:nth-child(7) {
        display: none;
    }

    .process-card:nth-child(1) {
        order: 1;
    }

    .process-card:nth-child(3) {
        order: 2;
    }

    .process-card:nth-child(5) {
        order: 3;
    }

    .process-card:nth-child(4) {
        order: 4;
    }

    .process-card:nth-child(6) {
        order: 5;
    }

    .process-card:nth-child(8) {
        order: 6;
    }

    .process-card {
        flex: 0 0 308px;
        min-height: 254px;
        scroll-snap-align: start;
        padding: 24px;
    }

    .process-card h3 {
        font-size: 22px;
    }

    .process-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 661px) {

}

@media (max-width: 480px) {
    .work-process__title {
        margin-bottom: 24px;
    }

    .process-card {
        min-height: 250px;
        padding: 20px;
    }

    .process-card h3 {
        font-size: 20px;
    }

    .process-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .process-card::before {
        top: 24px;
        right: 24px;
        font-size: 16px;
    }
}

/* === employees-section === */

.employees-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 140px;
}

.employees-section__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.employees-section__title {
    margin: 0;
}

.carousel-controls {
    display: flex;
    gap: 24px;
}

.carousel-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-background-secondary);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: var(--color-background-secondary);
}

.carousel-btn:hover svg {
    stroke: var(--color-accent);
}

.carousel-btn svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-text-primary);
    position: absolute;
    z-index: 50;
}

.employees-carousel {
    display: flex;
    flex-direction: row;
    gap: 20px;
    scroll-behavior: smooth;
    width: 100%;
}

.employee-card {
    flex-shrink: 0;
    border-radius: var(--radius-large);
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 345px;
    height: 420px;
}

.employee-card_image {
    position: relative;
}

.employee-card_image img {
    height: 100%;
    width: 100%;
}

.employee-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 84px;
}

.experience {
    position: absolute;
    bottom: 16px;
    left: 16px;
    height: 28px;
    padding: 3px 12px;
    width: fit-content;
    background: var(--color-background-secondary);
    border-radius: var(--radius-badge);
    font-size: 14px;
    line-height: 22px;
}

.experience-span {
    color: var(--color-text-secondary);
}

.employee-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.employee-position {
    font-size: 16px;
    line-height: 24px;
}

.carousel-btn.disabled {
    cursor: default;
    opacity: 0.5;
}

.carousel-btn.disabled svg {
    stroke: var(--color-text-secondary);
}

.carousel-btn.disabled:hover svg {
    stroke: var(--color-text-secondary);
}

@media (max-width: 1920px) {
    .employee-card {
        width: 345px;
        height: 420px;
    }
}

@media (max-width: 1440px) {
    .employees-section {
        padding: 0 0 124px 130px;
    }

    .employee-card {
        width: 280px;
        height: 385px;
    }

    .employee-name {
        font-size: 18px;
    }

    .employee-position {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .employees-section {
        padding: 0 0 108px 152px;
    }

    .employee-card {
        width: 350px;
        height: 425px;
    }

    .employee-name {
        font-size: 20px;
    }

    .employee-position {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .employees-section {
        padding: 0 0 88px 84px;
        margin: 0 auto;
    }

    .employee-card {
        width: 289px;
        height: 394px;
    }

    .employee-name {
        font-size: 18px;
    }

    .employee-position {
        font-size: 14px;
    }
}

@media (max-width: 661px) {
    .employees-section {
        padding: 0 0 64px 16px;
    }

    .employee-card {
        width: 308px;
        height: 412px;
    }

    .carousel-controls {
        display: none;
    }
}

/* === integration-section === */

.integration-section {
    background: var(--color-background-secondary);
    width: 100%;
}

.integration-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 140px 240px;
}

.integration-content {
    display: flex;
    max-width: 1440px;
    gap: 40px;
}

.integration-section__animation-block {
    width: 691px;
    position: relative;
    background: var(--color-background-primary);
    height: 613px;
    /* padding: 40px 40px 0; */
    padding: 0 40px 40px;
    overflow: hidden;
    border-radius: var(--radius-large);
}

.integration-section__scroll-container {
    position: absolute;
    top: 0px;
    left: 40px;
    right: 40px;
    bottom: 0;
    overflow: hidden;
    /* border-top-left-radius: var(--radius-large);
    border-top-right-radius: var(--radius-large); */
}

.integration-section__photo-scroll {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: seamlessScroll 15s infinite linear;
}

.integration-section__image {
    width: 100%;
    height: calc(433px - 40px);
    object-fit: cover;
    display: block;
    border-radius: var(--radius-large);
    flex-shrink: 0;
}

.integration-section__padding {
    height: 40px;
    flex-shrink: 0;
}

@keyframes seamlessScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-50% + 20px));
    }
}

.integration-section__text-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 709px;
}

.integration-section__title {
    margin: 0;
}

.integration-section__features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 709px;
    width: 100%;
}

.integration-section__feature {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 24px;
    background: var(--color-background-primary);
    border-radius: var(--radius-badge);
    white-space: nowrap;
    flex-shrink: 0;
}

.integration-section__feature p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.integration-section__icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

@media (max-width: 1440px) {
    .integration-wrapper {
        padding: 140px 130px;
    }

    .integration-section__animation-block {
        width: 560px;

    }

    .integration-section__text-block {
        width: 580px;
    }

    .integration-section__image {
        height: calc(350px - 40px);
    }
}

@media (max-width: 1200px) {
    .integration-content {
        flex-direction: column-reverse;
    }

    .integration-section__animation-block {
        padding: 40px 120px 0;
    }

    .integration-section__scroll-container {
        left: 120px;
        right: 120px;
    }

    .integration-section__animation-block,
    .integration-section__features,
    .integration-section__text-block,
    .integration-section__title {
        min-width: 100%;
    }
}

@media (max-width: 1024px) {
    .integration-wrapper {
        padding: 108px 152px;
    }
}

@media (max-width: 990px) {
    .integration-section__animation-block {
        padding: 40px 60px 0;
    }

    .integration-section__scroll-container {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 768px) {
    .integration-wrapper {
        padding: 88px 84px;
    }

    .integration-section__feature p {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    .integration-section__icon {
        width: 40px;
        height: 40px;
    }

    .integration-section__feature {
        height: 40px;
    }

    .integration-section__text-block {
        gap: 24px;
    }

    .integration-section__animation-block {
        padding: 16px 12px 0;
        height: calc(350px - 16px);
    }

    .integration-section__scroll-container {
        left: 12px;
        right: 12px;
        top: 16px;
    }

    .integration-section__features {
        gap: 8px;
    }

    .integration-section__animation-block,
    .integration-section__features,
    .integration-section__text-block,
    .integration-section__title {
        max-width: 479px;
        width: 100%;
    }
}

@media (max-width: 661px) {
    .integration-wrapper {
        padding: 64px 16px;
    }
}

/* === cases-section === */

.cases-section {
    max-width: 1920px;
    width: 100%;
    /* padding: 140px 0 0 240px; */
    margin: 140px auto 0;
}

.cases-section__title {
    margin: 0;
}

.cases-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 1440px;
    width: 100%;
}

.cases-carousel {
    position: relative;
    /* overflow: hidden; */
}

.cases-carousel__container {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-right: 245px;
    padding-left: 245px;
}

.cases-carousel__container::-webkit-scrollbar {
    display: none;
}

.case-card {
    width: 467px;
    min-width: 467px;
    height: 478px;
    background: var(--color-background-secondary);
    border-radius: var(--radius-large);
    padding: 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.case-card__content {
    min-height: 271px;
    height: 100%;
    flex-shrink: 0;
}

.case-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;
}

.case-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    max-width: 386px;
    width: 100%;
}

.case-card__item {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 8px;
    position: relative;
    padding-left: 30px;
}

.case-card__item::before {
    content: "";
    background: url(/wp-content/themes/basic/img/images/icons/done-circle-red.svg) center center no-repeat;
    position: absolute;
    display: block;
    width: 24px;
    left: 0;
    height: 24px;
    background-size: contain;
}

.case-card__image {
    height: 207px;
}

.case-card__image img {
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 30px;
    right: 0;
}

@media (max-width: 1920px) {
    .case-card {
        max-width: 467px;
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .cases-section__header {
        margin-bottom: 32px;
        max-width: 1180px;
    }

    .case-card__title {
        font-size: 20px;
    }
    .case-card {
        max-width: 380px;
        padding: 32px;
    }
}

@media (max-width: 1025px) {
    .cases-section .carousel-controls {
        display: none;
    }

    .cases-section {
        padding: 0;
        max-width: unset;
    }

    .cases-section__header {
        justify-content: flex-start;
        max-width: 720px;
    }

    .case-card {
        width: 382px;
        min-width: 382px;
        height: 418px;
        padding: 32px 32px 0;
    }

    .case-card__content {
        min-height: 230px;
    }

    .case-card__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .case-card__list {
        gap: 12px;
    }

    .case-card__item {
        font-size: 14px;
        line-height: 20px;
    }

    .case-card__image {
        height: 180px;
    }

    .case-card__image img {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 768px) {
    .cases-section {
        padding: 88px 0 0 84px;
        margin: 0 auto;
    }

    .cases-section__header {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .case-card {
        width: 350px;
        min-width: 350px;
        height: 418px;
    }
}

@media (max-width: 661px) {
    .cases-section {
        padding: 64px 0 0 16px;
    }

    .cases-carousel__container {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .case-card {
        padding: 20px;
        min-width: 312px;
        width: 312px;
    }
}

/* === guarantees-section === */

.guarantees-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.guarantees-section__container {
    display: flex;
    gap: 20px;
    width: 100%;
}

.guarantees-section__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
    min-width: 0;
    height: auto;
}

.guarantees-section__title {
    margin: 0;
}

.guarantees-grid {
    display: flex;
    gap: 20px;
}

.guarantee-card {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.guarantee-card__icon {
    width: 68px;
    height: 68px;
    background-color: var(--color-background-secondary);
    border-radius: var(--radius-badge);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.guarantee-card__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.guarantee-card__text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 270px;
}

.guarantee-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    padding: 0;
    hyphens: auto;
    overflow-wrap: break-word;
}

.guarantee-card__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-width: 0;
}

.guarantees-section__image {
    width: 450px;
    height: 417px;
    background: url(/wp-content/themes/basic/img/images/guarantees.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 1588px) {
    .guarantees-section__image {
        width: 370px;
        height: 355px;
    }
}

@media (max-width: 1508px) {
    .guarantees-section__image {
        width: 310px;
        height: 295px;
    }

}

@media (max-width: 1441px) {
    .guarantees-section__image {
        width: 370px;
        height: 355px;
    }
    .guarantee-card__title {
        font-size: 21px;
    }
}

@media (max-width: 1300px) {
    .guarantees-grid {
        flex-direction: column;
    }

    .guarantee-card {
        flex-direction: row;
        gap: 24px;
    }

    .guarantee-card__icon {
        width: 48px;
        height: 48px;
    }

    .guarantee-card__icon img {
        width: 32px;
        height: 32px;
    }

    .guarantee-card__title {
        font-size: 20px;
        line-height: 26px;
    }

    .guarantee-card__text-block {
        gap: 8px;
    }
}

@media (max-width: 1024px) {
    .guarantees-section__container {
        gap: 30px;
    }

    .guarantees-section__content {
        height: unset;
        gap: 32px;
    }
    .guarantees-section__content .guarantee-card {
        width: unset;
    }

    .guarantees-section__image {
        width: 350px;
        height: 408px;
    }

}

@media (max-width: 1000px) {
    .guarantees-section__container {
        flex-direction: column;
        gap: 20px;
    }

    .guarantees-section__image {
        width: 600px;
        height: 343px;
    }

    .guarantees-section {
        padding: 0;
    }

    .guarantees-grid {
        width: 100%;
    }

    .guarantee-card__text {
        min-width: 100%;
    }

    .guarantee-card__text-block {
        min-width: 100%;

    }
}

@media (max-width: 700px) {
    .guarantees-section__content {
        gap: 24px;
    }

    .guarantee-card {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

}

/* === partners-section === */

.partners-section {
    background: var(--color-background-secondary);
    width: 100%;
}

.partners-section__container {
    max-width: 1920px;
    width: 100%;
    padding: 140px 240px;
    margin: 0 auto;
    box-sizing: border-box;
}

.partners-section__title {
    margin-bottom: 40px;
}

.company_partners__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.company_partners__item {
    border-radius: var(--radius-card);
    background: var(--color-background-primary);
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.company_partners__item_image {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_partners__item_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1440px) {
    .partners-section__container {
        padding: 124px 130px;
    }

    .company_partners__item {
        height: 100px;
    }

    .company_partners__item_image {
        height: 60px;
    }
}

@media (max-width: 1200px) {
    .company_partners__items {
        grid-template-columns: repeat(3, 1fr);
    }

    .company_partners__item {
        height: 90px;
    }

    .company_partners__item_image {
        height: 55px;
    }
}

@media (max-width: 1024px) {
    .partners-section__container {
        padding: 108px 152px;
    }

    .company_partners__item {
        height: 85px;
    }

    .company_partners__item_image {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .partners-section__container {
        padding: 88px 84px;
    }

    .company_partners__item {
        height: 80px;
    }

    .company_partners__item_image {
        height: 45px;
    }
}

@media (max-width: 661px) {
    .partners-section__container {
        padding: 64px 0 64px 16px;
    }

    .company_partners__items {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .company_partners__items::-webkit-scrollbar {
        display: none;
    }

    .company_partners__item {
        flex: 0 0 auto;
        width: 188px;
        height: 110px;
        scroll-snap-align: start;
    }

    .company_partners__item_image {
        height: 58px;
    }
}

/* === faq-section === */

.faq-section__container {
    display: flex;
    gap: 94px;
    max-width: 1440px;
    margin: 0 auto;
}

.faq-section__title {
    max-width: 393px;
    width: 100%;
    margin: 0;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-accordion__item {
    background: var(--color-background-secondary);
    border-radius: var(--radius-input);
    max-width: 953px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-accordion__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    min-height: 72px;
    box-sizing: border-box;
}

.faq-accordion__question .white-circle:hover svg path {
    stroke: var(--color-accent);
}

.faq-accordion__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    flex: 1;
    margin-right: 20px;
}

.faq-accordion__item.active .white-circle svg {
    transform: rotate(180deg);
}

.faq-accordion__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-accordion__item.active {
    padding-bottom: 20px;
}

.faq-accordion__item.active .faq-accordion__answer {
    max-height: 250px;
    padding: 0 20px 20px 20px;
}

.faq-accordion__answer p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 1440px) {

    .faq-section__title {
        max-width: 330px;
    }

    .faq-section__container {
        gap: 70px;
    }
}

@media (max-width: 1024px) {
    .faq-section__container {
        flex-direction: column;
        gap: 20px;
    }

    .faq-section__title {
        min-width: 100%;
    }
}

@media (max-width: 710px) {
    .faq-accordion__question {
        min-height: 96px;
        padding: 15px;
    }

    .faq-accordion__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 540px) {
    .faq-accordion__question {
        min-height: 80px;
        padding: 20px;
        align-items: start;
    }

    .faq-accordion__text {
        font-size: 16px;
        line-height: 22px;
        margin-right: 15px;
    }

    .faq-accordion__answer {
        padding: 0 12px;
    }

    .faq-accordion__item.active {
        padding-bottom: 12px;
    }

    .faq-accordion__item.active .faq-accordion__answer {
        padding: 0 12px 12px 12px;
    }

    

    .faq-accordion__answer p {
        font-size: 16px;
        line-height: 20px;
    }

    .white-circle {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .white-circle svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 375px) {
    .faq-accordion__question {
        min-height: 70px;
        padding: 10px;
    }

    .faq-accordion__text {
        font-size: 15px;
        line-height: 20px;
    }
}

/* === contact-section === */

.contact-section {
    background: var(--color-accent-background);
    border-radius: var(--radius-large);
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    min-height: 806px;
    height: 100%;
}

.contact-section__container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contact-section__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 806px;
    height: 100%;
    min-width: 0;
    padding: 80px;
    box-sizing: border-box;
}

.contact-section__title {
    font-weight: 500;
    font-size: 68px;
    line-height: 72px;
    margin: 0;
    color: var(--color-background-primary);
    max-width: 413px;
    width: 100%;
}

.contact-section__images {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 1;
}

.contact-section__image {
    width: 150px;
    height: 150px;
}

.contact-section__image--front {
    position: absolute;
    left: 128px;
    bottom: -4px;
    z-index: 2;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid var(--color-accent-background);
    background-color: var(--color-background-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section__image--front svg {
    width: 80px;
    height: 80px;
}

.contact-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 806px;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
}

.contact-form {
    max-width: 588px;
    width: 100%;
    min-height: 686px;
    height: 100%;
    background-color: var(--color-background-primary);
    border-radius: var(--radius-large);
    padding: 48px;
}

.contact-form_form-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.contact-form__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -0.24px;
    padding: 0;
    margin-bottom: 48px;
}

.contact-form__field {
    margin-bottom: 48px;
}

.contact-form__checkboxes__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 24px;
}

.contact-form__checkboxes {
    margin-bottom: 40px;
    display: flex;
    gap: 24px;
}

.contact-form__checkboxes p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.contact-form__submit {
    width: -webkit-fill-available;
    margin-bottom: 32px;
}

.contact-form__notice {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.contact-form__notice a {
    text-decoration: underline;
}

.contact-form__notice a:hover {
    text-decoration: none;
}

@media (max-width: 1765px) {
    .contact-section__content {
        padding-bottom: 60px;
    }

}

@media (max-width: 1700px) {
    .contact-section__form-wrapper {
        padding: 60px 40px;
    }

    .contact-section__content {
        padding-bottom: 72px;
    }

    .contact-section__title {
        font-size: 56px;
        line-height: 60px;
        max-width: 320px;
    }

    .contact-form__title {
        font-size: 40px;
        line-height: 48px;
    }

    .contact-form {
        padding: 40px;
        min-height: 654px;
    }

    .checkbox__label {
        line-height: 150%;
    }

    .contact-form__field {
        margin-bottom: 40px;
    }

    .contact-form__submit {
        margin-bottom: 49px;
    }
}

@media (max-width: 1300px) {
    .contact-section__container {
        flex-direction: column-reverse;
        padding: 40px;
    }

    .input-group {
        flex-direction: column;
        gap: 20px;
    }

    .contact-section__form-wrapper {
        padding: 0;
        min-height: 100%
    }

    .contact-form {
        min-width: 100%;
    }

    .contact-section__content {
        min-height: 228px;
        flex-direction: row;
        gap: 32px;
        padding: 0;
        align-items: flex-end;
        min-width: 100%;
        justify-content: space-between;
    }

    .contact-section__title {
        font-size: 48px;
        line-height: 56px;
        max-width: 356px;
        flex-shrink: 0;
    }

    .contact-section__images {
        width: 260px;
        height: 128px;
    }

    .contact-section__image {
        width: 128px;
        height: 128px;
        position: relative;
    }

    .contact-section__image--front {
        position: absolute;
        left: 110px;
        bottom: 0;
        z-index: 2;
        width: 128px;
        height: 128px;
        object-fit: cover;
        border: 4px solid var(--color-accent-background);
        background-color: var(--color-background-primary);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1126px) {
    .contact-section__content {
        gap: 2px;
    }

    .contact-section__title {
        font-size: 44px;
        line-height: 50px;
        max-width: 320px;
        margin-right: 15px;
    }

    .contact-section__images {
        width: 240px;
    }
}

@media (max-width: 1024px) {
    .contact-section__title {
        font-size: 40px;
        line-height: 46px;
        max-width: 290px;
    }

    .contact-section__images {
        width: 230px;
    }
}

@media (max-width: 1023px) {
    .contact-section__content {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .contact-section__title {
        min-width: 100%;
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 611px) {
    .contact-section__container {
        padding: 24px;
    }

    .contact-section__content {
        padding: 24px 0 32px 0;
    }

    .contact-form__title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 24px;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form__checkboxes {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }

    .contact-form__notice {
        line-height: 24px;
    }

    .contact-form__submit {
        margin-bottom: 20px;
    }

    .input-group {
        gap: 16px;
    }

    .contact-section__image {
        width: 88px;
        height: 88px;
    }

    .contact-section__image--front {
        width: 88px;
        height: 88px;
        left: 75px;
    }

    .contact-section__image--front img {
        width: 48px;
        height: 48px;
    }

    .contact-section__images {
        height: 88px;
    }

    .contact-section__title {
        margin: 0;
        font-size: 36px;
        line-height: 40px;
    }
.contact-form__submit.button--primary {
    font-size: 16px;
}
}

/* === contacts-section === */

.contacts-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.contacts-section__container {
    display: flex;
    gap: 20px;
}

.contacts-section__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 15px;
}

.contacts-section__header {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.contacts-section__title {
    margin: 0;
}

.contacts-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    background-color: var(--color-background-secondary);
    border-radius: var(--radius-badge);
    padding: 4px 16px 4px 4px;
    min-width: 0;
}

.contacts-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contacts-avatar__main {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100px;
}

.contacts-avatar__icon {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 24px;
    height: 24px;
}

.contacts-info__time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.contacts-info__data {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}

.contacts-icons {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-top: auto;
}

.contacts-icons__item {
    width: 64px;
    height: 64px;
    background: var(--color-background-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.contacts-icons__item:hover {
    border-color: var(--color-accent);
    cursor: pointer;
}

.contacts-icons__icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.contacts-section__map {
    flex: 1;
    min-width: 0;
}

.contacts-map {
    width: 100%;
    height: 464px;
    background-image: url('/wp-content/themes/basic/img/images/bg/map.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius-card);
    position: relative;
    overflow: hidden;
}

.contacts-map__address {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background: var(--color-background-primary);
    padding: 20px;
    border-radius: var(--radius-card);
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: calc(100% - 64px);
}

.contacts-icons__location {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

@media (max-width: 1645px) {

    .contacts-info__data {
        font-size: 60px;
    }

    .contacts-section__header {
        gap: 15px;
    }
}

@media (max-width: 1440px) {
    .contacts-map {
        height: 464px;
    }
}

@media (max-width: 1200px) {
    .contacts-info__data {
        font-size: 56px;
    }

    .contacts-map {
        height: 341px;
    }

    .contacts-section__header {
        justify-content: space-between;
    }

    .contacts-section__container {
        flex-direction: column;
        gap: 40px;
    }

    .contacts-section__content {
        height: auto;
    }

    .contacts-info {
        margin-bottom: 32px;
    }

    .contacts-section__map {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 583px) {
    .contacts-section__header {
        flex-direction: column;
    }

    .contacts-info__data {
        font-size: 36px;
        line-height: 40px;
    }

    .contacts-icons__item {
        width: 48px;
        height: 48px;
    }

    .contacts-info {
        margin-bottom: 24px;
    }

    .contacts-section__container {
        gap: 32px;
    }
}

.footer {
    background: var(--color-background-secondary);
    width: 100%;
    padding: 0;
}

.footer__container {
    max-width: 1920px;
    padding: 100px 0;
    margin: 0 auto;
}

.footer__content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 96px;
    height: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-background-primary);
}

.footer__logo-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__logo-image {
    height: 62px;
    width: 213px;
}

.footer__copyright {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-text-secondary);
}

.footer__link-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.footer__middle {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-background-primary);
}

.footer__info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer__info-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--color-text-primary);
}

.footer__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__info-column:nth-child(1) .footer__text p,
.footer__info-column:nth-child(2) .footer__text p {
    font-size: 14px;
    line-height: 22px;
}

.footer__info-column:nth-child(3) .footer__text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.footer__info-column:nth-child(3) .footer__text span {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.footer__info-column:nth-child(4) .footer__text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.footer__bottom {
    padding-top: 32px;
}

.footer__bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__social-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.footer__social-links {
    display: flex;
    gap: 16px;
}

.footer__social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: var(--color-background-primary);
    transition: border-color 0.3s ease;
}

.footer__social-link:hover {
    border-color: var(--color-accent);
}

.footer__legal-links {
    display: flex;
    gap: 40px;
}

.footer__legal-link {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__legal-link:hover {
    color: var(--color-accent);
}

@media (max-width: 1440px) {
    .footer__container {
        padding: 124px 130px;
    }
}

@media (max-width: 1024px) {
    .services__grid .item:last-child .service-card__features {
        flex-direction: column;
    }
    .footer__container {
        padding: 108px 152px;
    }

    .footer__top,
    .footer__bottom-content {
        align-items: flex-start;
    }

    .footer__logo-image {
        max-height: 62px;
        height: 100%;
    }

    .footer__bottom {
        padding-top: 0;
    }

    .footer__info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "office schedule"
            "department contacts";
        gap: 30px;
    }

    .footer__info-column:nth-child(1) {
        grid-area: office;
    }

    .footer__info-column:nth-child(2) {
        grid-area: department;
    }

    .footer__info-column:nth-child(3) {
        grid-area: schedule;
    }

    .footer__info-column:nth-child(4) {
        grid-area: contacts;
    }
}

@media (max-width: 900px) {
    .footer__legal-links {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .footer__container {
        padding: 88px 84px;
    }

    .footer__copyright {
        width: 165px;
    }
}

@media (max-width: 661px) {
    .footer__container {
        padding: 64px 16px;
    }

    .footer__top {
        flex-direction: column;
        gap: 20px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer .footer__container .corporate__site-link__bottom {
        position: static !important;
    }

    .footer__copyright {
        width: 100%;
    }

    .footer__bottom-content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 531px) {
    .footer__info-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "office"
            "department"
            "schedule"
            "contacts";
        gap: 20px;
    }
}

/* common */

@media (max-width: 1540px) {
    h1 {
        font-size: 48px;
        max-width: 562px;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
        max-width: 548px;
    }

    h3 {
        margin-bottom: 20px;
        max-width: 516px;
    }

    .button--secondary {
        min-width: 194px;
    }
}

@media (max-width: 1024px) {
    h2 {
        max-width: 372px;
        margin-bottom: 40px;
    }
    .problems-solution__title {
        font-size: 37px;
        line-height: 48px;
    }

    h3 {
        max-width: 461px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        max-width: 520px;
        margin-bottom: 16px;
    }

    h2 {
        width: 100%;
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 24px;
    }

    h3 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .button--secondary {
        min-width: 178px;
        height: 42px;
    }
}

.contact-section__video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contacts-section_after-form {
    margin-top: 140px;
    margin-bottom: 140px;
}

@media (max-width: 1445px) {
    .why-us__image {
        max-width: 580px;
    }

    .why-us__content {
        max-width: 580px;
        height: 650px;
        padding: 48px 32px;
    }
    .services__grid {
        justify-content: space-between;
    }
    .services__grid .item {
        padding: 20px;
    }
    .services__grid > *:nth-child(4), .services__grid > *:nth-child(6) {
        width: 315px;
    }
    .services__grid .item:nth-child(3) .service-card__image img{
        top: -12px;
        right: -18px;
    }
    .services__grid .item:nth-child(8) .service-card__image img {
        right: -40px;
        bottom: 10px;
    }
    .services__grid .item:nth-child(9) .service-card__image img {
        top: -17px;
    }
    .calculator__grid {
        display: flex;
        flex-wrap: wrap;
    }
    .calculator__grid .calculator-item {
        flex-grow: 1;
        flex-basis: 30%;
    }
    .calculator__grid .calculator-item:nth-child(4) {
        flex-basis: 40%;
    }
    .calculator__grid .calculator-result {
        flex-basis: 55%;
    }
    .accordion-item, .accordion-header {
        max-width: unset;
    }
    .star-image {
        right: -65px;
    }
    .process-card {
        padding: 20px;
    }
    .cases-carousel__container {
        padding-right: 130px;
        padding-left: 130px;
    }
    .guarantee-card {
        min-width: unset;
        width: 250px;
    }
    .contact-section {
        max-width: 1180px;
    }
    .contacts-section_after-form {
        max-width: 1180px;
    }
}

@media (max-width: 1025px) {
    .calculator__grid {
        display: flex;
        flex-direction: column;
    }
}
.contact-form .text-field {
  position: relative;
}

.contact-form .text-field__input, .contact-form .wpcf7-form-control.wpcf7-mask {
  width: -webkit-fill-available;
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #ededed;
  border-radius: 12px;
  outline: none;
  background-color: #f3f3f5;
  height: 58px;
}

.contact-form .text-field__input:focus-visible, .contact-form .wpcf7-form-control.wpcf7-mask:focus-visible {
    border: 1px solid #d4d4d4;
}

.contact-form .text-field__input::placeholder {
  color: transparent;
}

.contact-form .text-field__label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #7d7d7d;
  pointer-events: none;
  transition: 0.2s ease all;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

.contact-form .text-field:focus-within .text-field__label, .contact-form .text-field__label.not-empty {
  left: 12px;
  top: 9px;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}

@media (max-width: 1150px) {
    .contact-section {
        max-width: 720px;
    }
    .contacts-section_after-form {
        max-width: 720px;
    }
    .contact-section__form-wrapper .wpcf7 {
        width: 100%;
    }
    .contact-section__video {
        width: 130px;
    }
}

@media (max-width: 1025px) {
    .banner-header_text {
        margin-left: auto;
    }
    .banner-header .banner-header_content {
        justify-content: space-between;
        max-width: 720px;
        padding: 0;
    }
}

@media (max-width: 800px) {
    .solution-list {
        max-width: unset;
    }
    .audience-card__image img {
        right: -20px;
    }
    .why-us__accordion-item.active .why-us__accordion-answer {
        margin-top: 16px;
    }
    .service-card__title {
        font-size: 20px;
    }
    .services__grid .item {
        position: relative;
    }
    .service-card__image {
        position: absolute;
        min-width: unset;
        width: fit-content;
    }
    .services__grid .item .service-card__image img {
        position: static;
    }
    .services__grid .item:nth-child(3) .service-card__image {
        right: -60px;
        bottom: -70px;
    }
    .services__grid .item:nth-child(8) .service-card__image img {
        width: 180px;
        height: auto;
    }
    .services__grid .item:nth-child(8) .service-card__image {
        right: 0;
        bottom: -65px;
    }
    .services__grid .item:nth-child(9) .service-card__image {
        right: -25px;
        bottom: -25px;
    }
    .services__grid .item:nth-child(1) {
        order: 0;
    }
    .services__grid .item:nth-child(3) {
        order: 1;
    }
    .services__grid .item:nth-child(4) {
        order: 3;
    }
    .services__grid .item:nth-child(5) {
        order: 2;
    }
    .services__grid .item:nth-child(6) {
        order: 4;
    }
    .services__grid .item:nth-child(8) {
        order: 5;
    }
    .services__grid .item:nth-child(9) {
        order: 6;
    }
    .services__grid .item:nth-child(11) {
        order: 7;
    }
    .calculator-result__title {
        font-size: 40px;
    }
    .calculator-result__button {
        padding: 12px;
        height: unset;
        width: unset;
        font-size: 16px;
    }
    .gratitude-image {
        max-width: 195px;
        width: 100%;
    }
    .cases-carousel__container {
        padding-left: 90px;
        padding-right: 90px;
    }
    .cases-section {
        padding: 88px 0;
    }
    .cases-section__header {
        max-width: 600px;
    }
    .contact-section, .contacts-section_after-form {
        max-width: 600px;
    }
}

.hide-mob {
    display: block;
}

.hide-desc {
    display: none;
}

@media (max-width: 500px) {
    .problems-list__item {
        font-size: 16px;
    }
    .solution-list__item::before {
        top: 12px;
    }
    .audience__title {
        margin-bottom: 24px;
    }
    .why-us__content {
        height: unset;
    }
    .calculator-result__button {
        width: 100%;
    }
    .calculator-result__title {
        font-size: 36px;
    }
    .calculator-section {
        padding: 48px 20px 20px;
    }
    .stat-text {
        font-size: 16px;
        line-height: 140%;
    }
    .stat-card {
        gap: 12px;
    }
    .cases-section__header {
        max-width: 340px;
    }
    .cases-carousel__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-section, .contacts-section_after-form {
        max-width: 340px;
    }
    .contact-section__video {
        width: 88px;
    }
    .hide-mob {
        display: none;
    }
    .hide-desc {
        display: block;
    }
    .bars-section {
        height: unset;
        display: block;
    }
    .loyalty-block {
        height: 230px;
    }
    .loyalty-content {
        max-width: 210px;
    }
    .star-image {
        right: -165px;
        bottom: 215px;
    }
    .accordion-header {
        height: 100%;
        align-items: start;
    }
    .banner-header .banner-header_phrase br {
        display: none;
    }
    .banner-header_phrase {
        width: 170px;
    }
    .banner-header {
        height: 60px;
    }
}