

/* Start:/local/templates/.default/css/cert.css?17879123878737*/
.cert-page {
    --cert-blue: #2397e5;
    --cert-blue-dark: #1688d5;
    --cert-blue-light: #eef9ff;
    --cert-text: #111111;
    --cert-muted: #6f747a;
    --cert-white: #ffffff;
    --cert-radius: 14px;
    color: var(--cert-text);
    overflow: hidden;
}

.section-top
{
    padding-bottom: 0px !important;
}

.cert-page *,
.cert-page *::before,
.cert-page *::after {
    box-sizing: border-box;
}

.cert-page__hero {
    position: relative;
    padding: 65px 0 15px;
    background: #fff;
    overflow: hidden;
}

.cert-page__hero-inner {
    position: relative;
    z-index: 2;
}

.cert-page__hero-content {
    min-height: 300px;
    display: flex;
    align-items: center;
}

.cert-page__hero-text {
    padding-right: 30px;
}

.cert-page__hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-page__hero-image img {
    display: block;
    width: 100%;
    max-width: 510px;
    height: auto;
    object-fit: contain;
}

.cert-page__title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    text-transform: none !important;
}

.cert-page__subtitle {
    max-width: 570px;
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.45;
    color: #454545;
}

.cert-page__hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 8px;
    background: #4b9cf5;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    transition: .2s ease;
}

.cert-page__hero-button:hover {
    background: #278be8;
    color: #fff !important;
    transform: translateY(-1px);
}

.cert-page__hero-button::after {
    content: "›";
    margin-left: 12px;
    font-size: 25px;
    line-height: 15px;
}

.cert-page__time {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: #7a7f84;
}

.cert-page__time-icon {
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--cert-blue);
}

.cert-page__time-icon::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 2px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}

.cert-page__time-icon::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 3px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.cert-page__solutions {
    background-image: url("/local/templates/.default/images/bg/bg-05.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
}

.cert-page__solutions-title {
    margin: 0 0 34px;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.cert-page__solutions .container {
    padding-top: 180px;
    padding-bottom:120px;
}

.cert-page__card {
    overflow: hidden;
    height: 100%;
    border-radius: var(--cert-radius);
    background: #fff;
}

.cert-page__card-image {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf7ff;
}

.cert-page__card-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cert-page__card-body {
    min-height: 190px;
    padding: 22px 25px 24px;
    display: flex;
    flex-direction: column;
}

.cert-page__card-title {
    margin: 0 0 10px;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.cert-page__card-text {
    margin: 0;
    color: #414141;
    font-size: 15px;
    line-height: 1.4;
}

.cert-page__card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 36px;
    padding: 9px 15px;
    border-radius: 7px;
    background: #4a9bf5;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    text-decoration: none !important;
    transition: .2s ease;
}

.cert-page__card-button:hover {
    background: #268ae7;
    color: #fff !important;
}

.cert-page__features {
    padding: 18px 22px;
    margin-top: 35px;
    border-radius: var(--cert-radius);
    background: rgba(255, 255, 255, .93);
}

.cert-page__feature {
    min-height: 100%;
    padding: 5px 25px;
}

.cert-page__features .col-md-4 + .col-md-4 .cert-page__feature {
    border-left: 1px solid #cfe7f7;
}

.cert-page__feature-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    color: #0b83c9;
}

.cert-page__feature-icon svg {
    width: 100%;
    height: 100%;
}

.cert-page__feature-title {
    margin: 0 0 8px;
    color: #111;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.cert-page__feature-text {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.3;
}

.cert-page__faq {
    padding: 75px 0 85px;
    background: #eefaff;
}

.cert-page__faq-title {
    margin: 0 0 34px;
    color: #111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.cert-page__faq-list {
    max-width: 760px;
    margin: 0 auto;
}

.cert-page__faq-item {
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #4a9fe5;
    border-radius: 13px;
    background: #fff;
}

.cert-page__faq-question {
    width: 100%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
}

.cert-page__faq-question:hover,
.cert-page__faq-question:focus,
.cert-page__faq-question:focus-visible {
    background: #f9fdff;
    color: #111;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

.cert-page__faq-arrow {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    border-radius: 50%;
    background: #eaf6fc;
}

.cert-page__faq-arrow::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #218dd4;
    border-left: 2px solid #218dd4;
    transform: rotate(45deg);
    transition: .2s ease;
}

.cert-page__faq-question[aria-expanded="true"] .cert-page__faq-arrow::before {
    top: 8px;
    transform: rotate(225deg);
}

.cert-page__faq-answer {
    padding: 0 22px 20px;
}

.cert-page__faq-answer p {
    margin: 0;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .cert-page__hero {
        padding: 45px 0 95px;
    }

    .cert-page__hero-content {
        min-height: 0;
    }

    .cert-page__hero-text {
        padding-right: 15px;
    }

    .cert-page__hero-image img {
        max-width: 430px;
    }

    .cert-page__feature {
        padding-left: 55px;
        padding-right: 15px;
    }

    .cert-page__features .col-md-4 + .col-md-4 .cert-page__feature {
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .cert-page__solutions .container {
        padding-top: 200px;
        padding-bottom: 100px;

    }
    .cert-page__hero {
        padding: 35px 0 0px;
    }

    .cert-page__hero-content {
        display: block;
        text-align: left;
    }

    .cert-page__hero-text {
        padding-right: 0;
    }

    .cert-page__title {
        font-size: 30px;
    }

    .cert-page__subtitle {
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
    }

    .cert-page__time {
        justify-content: center;
    }

    .cert-page__hero-image {
        margin-top: 30px;
    }

    .cert-page__hero-image img {
        max-width: 330px;
    }

    .cert-page__hero-wave {
        height: 80px;
    }

    .cert-page__solutions {
        background-size: auto 100%;
        background-position: center top;
    }

    .cert-page__solutions-title,
    .cert-page__faq-title {
        font-size: 27px;
    }

    .cert-page__card-body {
        min-height: 0;
    }

    .cert-page__features {
        margin-top: 25px;
        padding: 35px 5px;
    }

    .cert-page__feature {
        padding-left: 55px;
        padding-right: 10px;

    }

    .cert-page__feature-icon {
        left: 8px;
    }

    .cert-page__faq {
        padding: 50px 0 60px;
    }

    .cert-page__faq-question {
        padding: 16px;
        font-size: 15px;
    }

    .cert-page__faq-answer {
        padding: 0 16px 17px;
    }

    .cert-page__features .col-md-4 + .col-md-4 .cert-page__feature {
    padding-top: 20px;
}
}
/* End */
/* /local/templates/.default/css/cert.css?17879123878737 */
