.wh {
    position: relative;
    padding-top: 46px;
    z-index: 1;
}

.wh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #00ADE6;
}


body.dark .wh::after {
    z-index: -1;
}

.cards_wh {
    margin-top: 51px;
    margin-bottom: 55px;
}

.cards_wh__card {
    height: 100%;
    padding: 26px 20px 26px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.dark .cards_wh__card {
    background: #291A40;
    box-shadow: 0 10px 30px rgba(41, 26, 64, 0.41);
}

.cards_wh__card--icon {
    min-height: 56px;
    margin-bottom: 19px;
}

.cards_wh__card--icon img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
body.dark .cards_wh__card--icon img {
    filter: brightness(10);
}

.cards_wh__card--description {
    font-size: 14px;
    font-weight: 500;
}

.s-contact .container {
    max-width: 1120px;
}

.contact-top p {
    max-width: 360px;
}

.form_code_general form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_code_general .hs_firstname,
.form_code_general .hs_lastname,
.form_code_general .hs_email,
.form_code_general .hs_how_did_you_hear_about_us_ {
    width: 100%;
}

.form_code_general .hs_firstname {
    order: 1;
}
.form_code_general .hs_lastname {
    order: 2;
}
.form_code_general .hs_email {
    order: 3;
}
.form_code_general .hs_how_did_you_hear_about_us_ {
    order: 4;
}

.form_code_general .hs_question {
    order: 5;
    width: 100%;
}

.form_code_general .hs_submit {
    order: 6;
    margin-top: -26px;
    padding: 0;
}

.form_code_general .hs_question .no-list.hs-error-msgs {
    margin-top: -27px;
    margin-bottom: 20px;
}

.community-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid var(--atoti-slider-border);
    /*border-left: 1px solid var(--atoti-slider-border);*/
}

.community-row .community-one {
    width: 100%;
    border-right: 1px solid var(--atoti-slider-border);
    border-bottom: 1px solid var(--atoti-slider-border);
}

body .s-dpage.s-404 .btn-link {
    font-weight: 400;
    text-decoration: none;
}

body.dark .s-dpage.s-404 .btn-link {
    color: #000;
}

body.light .s-dpage.s-404 .btn-link {
    color: #fff;
}

body.dark .s-dpage.s-404 .btn-link:hover {
    color: #fff;
}

body.light .s-dpage.s-404 .btn-link:hover {
    color: #000;
}

.ast-builder-grid-row {
    grid-column-gap: 1px;
}

.documentation_links {
    position: relative;
}


.documentation_links ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.documentation_links ul li a {
    color: var(--atoti-btn-color);
}

@media (min-width: 561px) and (max-width: 767px) {
    .community-row .community-one {
        width: 50%;
    }

    .community-row .community-one:nth-child(odd) {
        border-left: 1px solid var(--atoti-slider-border);
    }
}

@media (min-width: 768px) {
    .form_code_general .hs_firstname,
    .form_code_general .hs_lastname,
    .form_code_general .hs_email,
    .form_code_general .hs_how_did_you_hear_about_us_ {
        width: 49%;
        display: flex;
        flex-direction: column;
    }

    .form_code_general .hs_firstname .input,
    .form_code_general .hs_lastname .input,
    .form_code_general .hs_email .input,
    .form_code_general .hs_how_did_you_hear_about_us_ .input {
        margin-top: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .community-row .community-one {
        width: 33.333%;
    }

    .community-row .community-one:nth-child(3n - 2) {
        border-left: 1px solid var(--atoti-slider-border);
    }
}

@media (min-width: 992px) {
    .wh {
        padding-top: 76px;
    }

    .descr-block-wh p {
        font-size: 16px;
        line-height: 24px;
    }

    .terminal-section {
        margin-top: 83px;
    }

    .community-row .community-one {
        width: 25%;
    }

    .community-row .community-one:nth-child(4n - 3) {
        border-left: 1px solid var(--atoti-slider-border);
    }
}


@media (min-width: 1271px ) {
    .documentation_links--link {
        position: relative;
        max-height: 44px;
        padding: 8px 36px 8px 17px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        outline: none;
        color: var(--atoti-btn-color);
        border: 2px solid transparent;
        border-radius: 22px;
        background-color: var(--atoti-btn-bg);
        transition: all 0.5s ease;
        cursor: pointer;
        z-index: 2;
    }

    .documentation_links .documentation_links--link:focus,
    .documentation_links .documentation_links--link:hover {
        color: var(--atoti-btn-color);
        background-color: var(--atoti-btn-bg);
    }

    .documentation_links--link svg {
        position: absolute;
        top: 17px;
        right: 15px;
    }

    .documentation_links.active .documentation_links--link svg {
        color: var(--atoti-link-color);
        transform: rotate(180deg);
    }


    .documentation_links ul {
        position: absolute;
        top: 12px;
        left: 0;
        display: none;
        margin: 0;
        padding: 22px 17px 9px;
        border-radius: 0 0 17px 17px;
        background-color: var(--atoti-btn-bg);
    }

    .documentation_links ul li {
        padding: 16px 0 13px;
        border-top: 1px solid var(--atoti-btn-color);
    }

    .documentation_links ul li a:hover {
        color: var(--atoti-btn-color);
        text-decoration: underline;
    }

}

@media (max-width: 1366px) {
    .documentation_links--link {
        padding: 10px 36px 10px 30px;
        font-size: 14px;
    }
}

@media (max-width: 1270px) {

    .ast-mobile-header-content .ast-builder-button-wrap {
        margin-bottom: 12px !important;
    }

    .ast-header-button-1[data-section*='section-hb-button-'] .ast-builder-button-wrap .ast-custom-button {
        max-height: inherit !important;
        padding: 9px 17px 10px 17px !important;
    }

    .documentation_links--link {
        display: none;
    }

    .documentation_links ul {
        display: flex;
        flex-direction: column;
        grid-row-gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .documentation_links li a {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 12px 17px 12px 17px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
        outline: none;
        color: var(--atoti-btn-color);
        border: 2px solid transparent;
        border-radius: 22px;
        background-color: var(--atoti-btn-bg);
        transition: all 0.5s ease;
        cursor: pointer;
    }

    .documentation_links li a:hover {
        color: var(--atoti-btn-hover-color);
        border-color: var(--atoti-bg-hover-border);
        background-color: transparent;
    }

    .site-logo-img img {
        max-width: 135px;
    }
}

@media (max-width: 767px) {
    .cards_wh  {
        grid-row-gap: 18px;
    }

    .contact-top p {
        margin: 0 auto;
    }

    .community-row  .community-one {
        margin: 0;
        border-radius: 0;
    }

    .preloader .loader {
        text-align: center;
    }

    .preloader .loader img {
        max-width: 78%;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .community-row .community-one {
        border-left: 1px solid var(--atoti-slider-border);
    }
}