.form__error {
    display: none;
}

.form__sumbit_loader {
    display: none;
    margin-left: 35px;
}

.field--error {
    color: #EC2733;
}

.field__error {
    color: #EC2733;
}

.error-field {
    border: 1px solid #EC2733;
}

/*==========================*/

.singlePageHead {
    padding-top: 135px;
    padding-bottom: 71px;
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 768px) {
    .singlePageHead {
        padding-top: 200px;
        padding-bottom: 20px;
        margin-bottom: 75px;
    }
}

.singlePageHead__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.singlePageHead::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.23%, rgba(0, 0, 0, 0.02) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
    z-index: 2;
}

.singlePageHead .container {
    position: relative;
    z-index: 3;
}

.singlePageHead__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.64px;
    font-family: var(--font-poppins);
    color: #EC4827;
    margin: 0 0 4px 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1282px) {
    .singlePageHead__title {
        font-size: calc(36px + 28 * ((100vw - 430px) / 852));
    }
}

@media (max-width: 768px) {
    .singlePageHead__title {
        letter-spacing: -0.36px;
        text-align: left;
    }
}

.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--font-poppins);
    line-height: 1.135;
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li::after {
    content: ">";
    color: rgba(46, 54, 70, 0.5);
    margin: 0px 5px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: rgba(46, 54, 70, 0.5);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs li a:hover {
    color: #2E3464;
    text-decoration: underline;
}

.breadcrumbs li span {
    color: #2E3646;
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

.faqAccordeon {
    padding-bottom: 200px;
}

@media (max-width: 1282px) {
    .faqAccordeon {
        padding-bottom: calc(100px + 100 * ((100vw - 430px) / 852));
    }
}

.faqAccordeon__wrapper {
    display: grid;
    width: 100%;
    gap: 48px;
    grid-template-columns: 167px 1fr 274px;
}

@media (max-width: 1000px) {
    .faqAccordeon__wrapper {
        display: block;
        gap: 0px;
    }
}

.faqAccordeon__left .faq__tabs {
    display: none;
}

@media (max-width: 1000px) {
    .faqAccordeon__left .faq__tabs {
        display: flex;
        margin-bottom: 44px;
    }
}

.faqAccordeon__tabs {
    position: sticky;
    top: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.faqAccordeon__tabs li {
    margin-bottom: 12px;
}

.faqAccordeon__tabs li a {
    color: #2E3646;
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03px;
}

.faqAccordeon__tabs li a.active {
    color: #EC4827;
}

@media (max-width: 1000px) {
    .faqAccordeon__tabs {
        display: none;
    }
}

.faqAccordeon__main .faqItem__header a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .faqAccordeon__main .faqItem__header::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDEyIj48cGF0aCBzdHJva2U9IiNFQzQ4MjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDZoMTAuODMzTTcuNjY3IDFsNC40MSA0LjQxYS44MzMuODMzIDAgMCAxIDAgMS4xOEw3LjY2NyAxMSIvPjwvc3ZnPg==");
        width: 11px;
        height: 10px;
    }
}

@media (max-width: 1000px) {
    .faqAccordeon__right {
        display: none;
    }
}

.faqAccordeon__cases {
    position: sticky;
    top: 20px;
}

.faqAccordeon__subtitle {
    margin-bottom: 16px;
    color: #2E3646;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-weight: 400;
    line-height: 113.5%;
    letter-spacing: -0.24px;
}

.faqAccordeon__case {
    position: relative;
    min-height: 88px;
    padding: 12.26px 12.86px;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0px 72px 131px 0px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.faqAccordeon__case::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    border-radius: 8px;
}

.faqAccordeon__case_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    border-radius: 8px;
    transition: transform 0.3s linear;
}

.faqAccordeon__case:hover .faqAccordeon__case_bg {
    transform: scale(1.1);
}

.faqAccordeon__case_title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
    z-index: 3;
    text-shadow: 0 0 #000;
}

.wp-content {
    padding-bottom: 200px;
    color: #2E3646;
}

@media (max-width: 1282px) {
    .wp-content {
        padding-bottom: calc(100px + 100 * ((100vw - 430px) / 852));
    }
}

.wp-content h1, .wp-content h2, .wp-content h3, .wp-html h1, .wp-html h2, .wp-html h3 {
    margin: 0 0 24px 0px;
    font-family: var(--font-poppins);
    font-weight: 700;
    line-height: normal;
}

.wp-content h1, .wp-html h1 {
    font-size: 32px;
    letter-spacing: 0.048px;
}

.wp-content h2, .wp-html h2 {
    font-size: 24px;
    letter-spacing: 0.036px;
}

.wp-content h3, .wp-html h3 {
    font-size: 20px;
    letter-spacing: 0.03px;
}

.wp-content p {
    margin: 24px 0px;
}

.wp-content ul {
    padding: 0 0 0 20px;
    list-style: disc;
}

.wp-content ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.wp-content ul li:before {
    display: none;
}

.wp-content ol {
    padding: 0 0 0 20px;
}

.wp-content a {
    text-decoration: underline;
    color: inherit;
}

.faqSinglePage {
    padding-bottom: 200px;
}

@media (max-width: 1282px) {
    .faqSinglePage {
        padding-bottom: calc(100px + 100 * ((100vw - 430px) / 852));
    }
}

.faqSinglePage__wrapper {
    display: grid;
    grid-template-columns: 1fr 274px;
    gap: 48px;
}

@media (max-width: 1000px) {
    .faqSinglePage__wrapper {
        display: block;
        gap: 0;
    }
}

.faqSinglePage__wrapper .faqItem__body {
    display: block;
    padding: 32px;
    border-radius: 24px;
    background: #FFF;
}

@media (max-width: 768px) {
    .faqSinglePage__wrapper .faqItem__body {
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .faqSinglePage__wrapper .faqItem__body ul {
        opacity: 1 !important;
    }

    .faqSinglePage__wrapper .faqItem__body ul a {
        color: #3679FF;
    }
}

@media (max-width: 1000px) {
    .faqSinglePage .faqSinglePage__wrapper_right {
        display: none;
    }
}

.faqSinglePage__title {
    color: #2E3646;
    font-size: 32px;
    letter-spacing: 0.048px;
    /*font-size: 24px;*/
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    /*letter-spacing: 0.036px;*/
}

.faqPopup {
    position: relative;
    display: flex;
    max-width: 908px;
    width: 100%;
    margin: 40px auto;
}

@media (max-width: 900px) {
    .faqPopup {
        justify-content: center;
    }
}

.faqPopup__left {
    position: relative;
    width: 532px;
    flex: 0 0 532px;
}

@media (max-width: 900px) {
    .faqPopup__left {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.faqPopup__left_bg {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}

.faqPopup__left_bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faqPopup__left_icons {
    position: absolute;
    inset: 0;
}

.faqPopup__left_icons .icon--1 {
    position: absolute;
    left: 60% !important;
    top: 74% !important;
}

.faqPopup__left_icons .icon--2 {
    position: absolute;
    left: 82px !important;
    top: 50% !important;
}

.faqPopup__left_icons .icon--3 {
    position: absolute;
    left: 40% !important;
    top: 25% !important;
}

.faqPopup__left_icons .icon--4 {
    position: absolute;
    left: 50% !important;
    top: 43% !important;
}

.faqPopup__left_icons .icon--5 {
    position: absolute;
    left: 70% !important;
    top: 20% !important;
}

.faqPopup__left_icons .icon--6 {
    position: absolute;
    left: 234px !important;
    top: 90% !important;
}

.faqPopup__left_icons .icon--7 {
    position: absolute;
    left: -151px !important;
    top: 332px !important;
}

.faqPopup__left_icons .icon--8 {
    position: absolute;
    left: 76% !important;
    top: 61% !important;
}

.faqPopup__left_icons .icon--9 {
    position: absolute;
    left: 84% !important;
    top: 44% !important;
}

.faqPopup__left_icons .icon--10 {
    position: absolute;
    left: 110px !important;
    top: 80% !important;
}

.faqPopup__left_icons .icon--11 {
    position: absolute;
    left: -76px !important;
    top: 92% !important;
}

.faqPopup__left_icons .icon--12 {
    position: absolute;
    top: 23px !important;
    left: -52px !important;
}

.faqPopup__left_icons .icon--13 {
    position: absolute;
    top: -50px !important;
    left: 50% !important;
}

.faqPopup__right {
    margin: 41px 0;
    max-width: 415px;
    width: 100%;
    flex: 0 0 415px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 72px 131px 0px rgba(0, 0, 0, 0.03);
    padding: 46px 35px;
    margin-left: -50px;
    z-index: 2;
}

/*.faqPopup__right .popup__title {*/
/*    text-align: left;*/
/*}*/

@media (max-width: 900px) {
    .faqPopup__right {
        margin-left: 0;
        flex: 1 1 auto;
    }
}

.faqPopup .mfp-close {
    top: 65px;
    right: 40px;
}

.faqPopup .mfp-close:active {
    top: 65px;
}

.casesSinglePage {
    padding-bottom: 200px;
}

@media (max-width: 1282px) {
    .casesSinglePage {
        padding-bottom: calc(100px + 100 * ((100vw - 430px) / 852));
    }
}

.casesSinglePage__wrapper {
    display: grid;
    gap: 48px;
    grid-template-columns: 3fr 3fr 5fr;
}

@media (max-width: 768px) {
    .casesSinglePage__wrapper {
        display: block;
    }
}

.casesSinglePage__item {
    display: flex;
    align-items: flex-end;
    padding: 37px 28px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 227px;
}

@media (max-width: 768px) {
    .casesSinglePage__item {
        margin-bottom: 30px;
    }
}

.casesSinglePage__item_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.casesSinglePage__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.casesSinglePage__item_body {
    position: relative;
    z-index: 3;
}

.casesSinglePage__item_title {
    font-size: 34px;
    font-family: var(--font-inter);
    line-height: 1.22;
    letter-spacing: -0.72px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 #000;
}

.casesSinglePage__item_labels {
    display: none;
    color: #2E3646;
    font-size: 16px;
    line-height: 1.5;
    flex-wrap: wrap;
    gap: 16px;
}

.casesSinglePage__item:first-child {
    grid-column: span 2;
}

.casesSinglePage__item:nth-child(2) {
    grid-row: span 2;
}

.casesSinglePage__item:nth-child(3) .casesSinglePage__item_title, .casesSinglePage__item:nth-child(4) .casesSinglePage__item_title {
    font-size: 20px;
    letter-spacing: -0.22px;
}

.casesSinglePage__item.big {
    grid-column: span 3;
    min-height: 499px;
    display: flex;
    align-items: normal;
    padding: 0;
}

.casesSinglePage__item.big .casesSinglePage__item_bg {
    left: auto;
    width: calc(44% - 28px);
    right: 0;
}

.casesSinglePage__item.big .casesSinglePage__item_body {
    background-color: #fff;
    padding: 64px;
    max-width: calc(56% + 28px);
}

.casesSinglePage__item.big .casesSinglePage__item_body .casesSinglePage__item_title {
    margin-bottom: 32px;
    color: #2E3646;
}

.casesSinglePage__item.big .casesSinglePage__item_body .casesSinglePage__item_labels {
    display: flex;
}

@media (max-width: 1024px) {
    .casesSinglePage__item.big {
        min-height: auto;
    }

    .casesSinglePage__item.big .casesSinglePage__item_bg {
        display: none;
    }

    .casesSinglePage__item.big .casesSinglePage__item_body {
        max-width: 100%;
    }
}

.casesSinglePage__item .casesSinglePage__item_bg {
    transition: 0.5s transform ease;
}

.casesSinglePage__item:hover .casesSinglePage__item_bg {
    transform: scale(1.1);
}

@media (max-width: 900px) {
    .faqPopup .mfp-close {
        right: 10%;
    }

    .faqPopup__left_icons .icon--12 {
        z-index: 99;
        top: -43px !important;
    }

    .faqPopup__left_icons .icon--13 {
        left: 71% !important;
        z-index: 99;
    }

    .faqPopup__left_icons .icon--6 {
        left: 82% !important;
        top: 100% !important;
        transform: scale(1.5) !important;
    }

    .faqPopup__left_icons .icon--11 {
        left: -31px !important;
        z-index: 99;
    }

    .faqPopup__left_icons .icon--1 {
        z-index: 99;
        left: 39% !important;
        top: 98% !important;
    }

    .faqPopup__left_icons .icon--2 {
        z-index: 99;
        top: -100px !important;
        left: 30% !important;
    }

    .faqPopup__left_icons .icon--3 {
        z-index: 99;
        left: 83% !important;
        top: 16% !important;
    }

    .faqPopup__left_icons .icon--4 {
        z-index: 99;
        left: 93% !important;
    }

    .faqPopup__left_icons .icon--9 {
        z-index: 99;
        top: 97% !important;
        left: 61% !important;
    }
}
