:root{
    --font-size-description: 18px;
}

h2, p {
    margin: 0;
}

.hero{
    margin-bottom: 40px;
}

/*.pricing-page .container {*/
/*    max-width: 1285px;*/
/*}*/

.pricing-page .hero__wrapper svg{
    z-index: 1;
}

.pricing-page .hero__description {
    max-width: 535px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
}

.solutions-page .hero__title span {
    display: inline-block;
}

.pricing-page::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
    background: url("/wp-content/themes/simplydepo/images/BG.png") no-repeat top center;
    background-size: cover;
    height: 160vh;
}

.trial-section {
    min-height: 330px;
    width: 100%;
    padding: 30px;
    margin-top: -15px;
}

.trial-section_border {
    position: relative;
    background: #F7F7FA;
    border-radius: 24px;
}

.trial-section_border::before {
    content: "";
    position: absolute;
    top: -1px; left: -1px; right: -1px; bottom: -1px;
    border-radius: 24px;
    background: linear-gradient(90deg, #409A65, #87C6CE, #F39325, #FBCF54);
    z-index: -1;
    pointer-events: none;
}

.trial-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trial-section__label {
    margin-bottom: 30px;
}

.trial-section__title{
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
}

/*.trial-section__title span {*/
/*    display: inline-block;*/
/*    background: linear-gradient(115.64deg, #008F5A 39.47%, #008F5A 50.38%, #00D37F 61.57%, #00AD6B 75.81%);*/
/*    color: #fff0;*/
/*    background-clip: text;*/
/*}*/

.trial-section__button-border,
.cta-section__button-border {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 2px;
    background: #000;
    transition: background 0.3s ease;
}

.trial-section__button {
    width: 222px;
    /*margin-bottom: 16px;*/
    padding: 16px;
    font-size: 18px;
}

.cta__button-gradient {
    font-weight: 700;
}

/*.trial-section__button,*/
.cta__button-gradient {
    display: inline-block;
    width: 100%;
    padding: 16px 21px;
    border: none;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, width 0.3s ease;
}

/*.trial-section__button:hover {*/
/*    width: 222px;*/
/*}*/

.trial-section__button-border:hover {
/*.cta-section__button-border:hover {*/
    background: linear-gradient(115.64deg, #008F5A, #00D37F, #00AD6B);
}

.trial-section__button-border:hover .trial-section__button{
/*.cta-section__button-border:hover .cta__button-gradient{*/
    background-color: #fff;
    color: #000;
    box-shadow: 0px 6.25px 20px rgba(0, 0, 0, 0.12);
}

/*.cta__button-gradient-text {*/
/*    font-size: 18px;*/
/*}*/

.trial-section__button:hover .trial-section__button-text {
/*.cta__button-gradient:hover .cta__button-gradient-text {*/
    background: linear-gradient(115.64deg, #008F5A 39.47%, #008F5A 50.38%, #00D37F 61.57%, #00AD6B 75.81%);
    color: transparent;
    background-clip: text;
}

.trial-section__label span{
    display: inline-block;
    height: 38px;
    padding: 12px 13px;
    border-radius: 66px;
    color: #004D3B;
    background: linear-gradient(0deg, rgba(173, 239, 194, 0.5), rgba(173, 239, 194, 0.5));
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}

.trial-section__description {
    line-height: 1.6;
    font-size: var(--font-size-description);
    font-style: italic;
    color: #777777;
}

.propose-section__wrapper {
   display: flex;
   gap: 25px;
}

.propose-section__column {
    width: calc(50% - 12px);
}

.column {
    border: 1px solid #E9EBEB;
    border-radius: 25px;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.column:hover {
    border-color: #409A65;
    box-shadow: 0px 17.26px 69.06px 0px #0000001F;
}

.column__head {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    background-color: #F7F7FA;
    border-bottom: 1px solid #E9EBEB;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.column__head .column__header {
    font-size: 40px;
}

.column__head .column__description {
    font-size: var(--font-size-description);
}

.propose-section__column-img{
    margin-right: 18px;
}

.column__head span {
    font-weight: 400;
}

.column__body {
    display: flex;
    flex-direction: column;
    height: 1130px;
    padding: 40px;
}

.propose-section__button {
    width: 100%;
    padding: 16px 21px;
    margin-bottom: 45px;
    font-size: 20px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.propose-section__button:hover {
    background-color: #ffffff;
    color: #282823;
    border-color: #282823;
}

.core-list,
.add-one-list{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: var(--font-size-description);
}

.core-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: fit-content;
    padding-top: 16px;
    margin-left: 50px;
    gap: 16px;
}

.core-list__item .tooltip-block {
    position: relative;
    max-width: fit-content;
}

.core-list__item p {
    padding-bottom: 3px;
    border-bottom: 2px dotted #adadad;
    color: #333333;
    cursor: pointer;
}

/*.core-list__item-tooltip {*/
/*    display: none;*/
/*    position: absolute;*/
/*}*/

.core-list__item-tooltip {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 40px;
    z-index: 1;
    color: #7f7f7f;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    pointer-events: none;
}

.core-list__item-tooltip span{
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #fbfbfd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px #0000001C;
    font-size: 14px;
    width: 220px;
}

.core-list__item-tooltip svg {
    margin: 0 auto;
}

.core-list__item:hover .core-list__item-tooltip {
    /*position: absolute;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*bottom: 40px;*/
    /*z-index: 1;*/
    /*color: #7f7f7f;*/

    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.core-list__item:hover  p{
    position: relative;
    color: #409A65;
    border-bottom-color: #409A65;
}

.core-list__item::before,
.add-one-list__item::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.core-list__item::before {
    top: 10px;
    left: -50px;
    background-image: url("/wp-content/themes/simplydepo/images/check-icon.svg");
}

.core-list__item_fs{
    font-weight: 700;
    font-size: 19px;
}

.core-list__item-align {
    display: flex;
    align-items: center;
}

.core-list__item_gt {
    display: inline-block;
    background: linear-gradient(134.29deg, #FBAB18 35.67%, #D86AE2 74.79%);
    color: #fff0;
    background-clip: text;
}

.core-list__img-brand {
    margin-left: 10px;
}

.core-list__img-star {
    margin-right: 10px;
}

.add-one-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    gap: 8px;
    margin-left: 50px;
}

.add-one-list__item::before {
    top: 10px;
    left: -50px;
    background-image: url("/wp-content/themes/simplydepo/images/plus.svg");
}

.add-one-list__item-head{
    font-weight: 600;
    color: #333333;
}

.add-one-list__item-description {
    color: #777;
}

.company-logo {
    overflow: hidden;
}

.propose-section + .company-logo {
    margin-bottom: 80px;
}

.help-section {
    margin-bottom: 80px;
}

.help-section__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.help-section__header {
    color: #162016;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.help-section__tel {
    display: flex;
    gap: 8px;
    align-items: end;
    padding: 16px 26px;
    border: 1px solid #DBE8E0;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
    color: #409A65;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

.help-section__tel:hover {
    box-shadow: 0px 17.56px 70.26px 0px rgba(0, 0, 0, 0.12);
}

.help-section__tel .help-section__tel-text {
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.help-section__tel:hover .help-section__tel-text {
    border-bottom-color: #409A65;
}

.industries {
    margin-bottom: 5em;
}

.technical-support__section {
}

.technical-support__wrapper {
    position: relative;
}

.technical-support__wrapper::before,
.technical-support__wrapper::after {
    content: "";
    position: absolute;
    max-width: 300px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D5D9D9;
    top: 30px;
}

.technical-support__wrapper::before {
    left: 0;
}

.technical-support__wrapper::after {
    right: 0;
}

.technical-support__header {
    text-align: center;
    margin-bottom: 64px;
    font-size: 48px;
}

.technical-support__list {
    display: flex;
    gap: 24px;
}

.technical-support__item {
}

.technical-support__card {
    max-width: 384px;
    width: 100%;
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffffff;
    background-color: #fbfbfd;
    border-radius: 13px;
    box-shadow: 8.84px 9.82px 24.55px -4.91px #0000000F;
}

.technical-support__card-img {
}

.technical-support__card-header {
    margin-top: 20px;
    margin-bottom: 23px;
    font-size: 24px;
    color: #333333;
}

.technical-support__card-description {
    text-align: center;
    font-size: var(--font-size-description);
    color: #333333;
    font-weight: 500;
    margin-bottom: 13px;
}

.pricing-page .cta-section__title {
    max-width: 714px;
}

.pricing-page .cta-section__title span {
    font-weight: 500;
}

.pricing-page .faq-item__body-text ul {
    margin: 10px 0 10px 30px;
}

.pricing-page .faq-item__body-text p{
    margin-bottom: 10px;
}

.pricing-page .faq-item__body-text ul li{
    list-style: disc;
}

.pricing-page .cta-section__description {
    color: #333333;
}

.pricing-page .cta-section__buttons .button{
    min-width: 222px;
    padding: 16px 21px;
}

@media (max-width: 1199px) {
    .column__head {
        min-height: 208px;
        padding: 30px;
    }

    .add-one-list__item {
        padding: 13px 0;
    }

    .technical-support__wrapper::before,
    .technical-support__wrapper::after {
        display: none;
    }

    .technical-support__list {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    :root {
        --font-size-description: 16px;
    }

    .pricing-page .hero__description {
        max-width: 500px;
    }

    .column__body {
        padding: 24px;
    }

    .add-one-list__item {
        gap: 13px;
    }

    .propose-section__button {
        margin-bottom: 24px;
    }

    /*.technical-support__card-header {*/
    /*    font-size: 18px;*/
    /*}*/

    .technical-support__header {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .pricing-page .hero__description {
        font-size: 16px;
    }

    .trial-section__title {
        font-size: 36px;
    }

    .trial-section__description > :first-child {
        margin-bottom: 10px;
    }

    .column__head {
        min-height: unset;
    }

    .column__head .column__header {
        font-size: 30px;
    }

    .core-list__item::before {
        top: 0px;
    }

    .propose-section__wrapper {
        flex-wrap: wrap;
    }

    .propose-section__column {
        width: 100%;
    }

    .column__head {
        padding: 24px;
    }

    .core-list__item {
        padding: 8px 0;
    }

    .text--mob {
        display: none;
    }

    .add-one-list__item {
        margin-left: 50px;
    }

    .add-one-list__item::before {
        top: 7px;
        left: -50px;
    }

    .technical-support__card-description {
        margin-bottom: 0;
    }

    .help-section {
        margin-bottom: 0    ;
    }
}