.s-hero {
    position: relative;
    color: #fff;
}

.theme-default .s-hero * {
    color: inherit;
}

.s-hero--home {
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .s-hero--home {
        /*margin: 20px 20px 0;*/
    }
}

.s-hero__inner {
    position: relative;
    background-image: radial-gradient(at bottom right, #312FBA 0%, #180636 60%);
    color: #fff;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 40px;
}

.s-hero--home .s-hero__inner {
    padding-bottom: 0;
}

.s-hero--home .s-hero__inner .container {
    z-index: 1;
    position: relative;
}

.s-hero--error {
    margin-bottom: 80px;
}

@media (min-width: 992px) {
    .s-hero__inner {
        padding-top: 170px;
    }

    .s-hero--home .s-hero__inner {
        /*border-radius: 24px;*/
        padding-bottom: 150px;
    }

    .s-hero--inner .s-hero__inner {
        padding-bottom: 170px;
    }

    .s-hero--error .s-hero__inner {
        border-radius: 0 0 32px 32px;
    }
}

.s-hero .container a {
    text-decoration: none;
}

.s-hero h1,
.s-hero h2 {
    --e-global-color-text: #fff;

    margin-bottom: 27px;
}

.s-hero h1 span, 
.s-hero h2 span {
    font-weight: 100;
    letter-spacing: 0.01em;
}

.s-hero .container {
    width: 100%;
    position: relative;
    padding: 0 24px;
}

@media (min-width: 1400px) {
    .s-hero .container {
        max-width: 1328px;
        margin: 0 auto;
    }
}

.s-hero figure {
    margin: 0;
}

.s-hero figure img {
    display: block;
}

.s-hero .btn-group {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 992px) {
    .s-hero .btn-group {
        justify-content: flex-start;
    }
}

.s-hero .btn {
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 20px;
    line-height: 2;
    transition: all 0.3s ease;
}

.s-hero .btn-blue {
    background-color: #7FFDF1;
    border: 2px solid #7FFDF1;
    color: #141354;
}

.s-hero .btn-blue:hover {
    background-color: #54F5EC;
    border-color: #03C5C3;
    color: #141354;
}

.s-hero .btn-white {
    background-color: #fff;
    border: 1px solid #E3E9F2;
    color: #000;
}

.s-hero .btn-white:hover {
    background-color: #ededf3;
    color: #000;
}

.s-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.s-hero__content.--one-col {
    text-align: center;
}

.s-hero__content.--one-col h1 {
    font-size: 40px;
    line-height: 1.1;
}

.s-hero__content.--one-col .s-hero__tags {
    justify-content: center;
}

@media (min-width: 992px) {
    .s-hero__content {
        flex-direction: row;
    }

    .s-hero__content.--one-col {
        flex-direction: column;
        align-items: unset;
    }
}

.s-hero--home .s-hero__content .left {
    text-align: center;
}

.s-hero__content .right {
    max-width: 100%;
    padding: 32px 0;
}

@media (min-width: 992px) {
     .s-hero__content .left {
         flex: 0 0 55%;
         padding: 32px 0;
    }

    .s-hero--home .s-hero__content .left {
        text-align: left;
    }

    .s-hero--error .s-hero__content .left {
        flex-basis: 55%;
    }

    .s-hero__content .right {
        margin-left: auto;
    }

    .s-hero__content.--one-col .left {
        align-self: center;
        width: 50%;
    }

    .s-hero__content.--one-col .right {
        margin-left: unset;
        flex-basis: 100%;
    }

    .s-hero__content.--one-col .right figure {
        aspect-ratio: 1248/ 500;
        border-radius: 12px;
    }

    .s-hero__content.--one-col .right figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.s-hero__content__des {
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .s-hero__content__des {
        font-size: 22px;
    }
}

.s-hero__date {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.s-hero .s-hero__icon {
    margin-left: 40px;
    margin-top: 45px;
}

.s-hero--inner .s-hero__icon {
    max-width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.s-hero--inner.s-hero--error .s-hero__icon {
    position: relative;
    margin-left: 40px;
    margin-top: 45px;
    max-width: unset;
}

.s-hero--inner.s-hero--error .s-hero__inner {
    padding-bottom: 0;
}

.s-hero .s-hero__icon img {
    width: 100%;
}

@media (min-width: 992px) {
    .s-hero--home .s-hero__icon {
        position: absolute;
        right: 0;
        width: 700px;
        max-width: 45%;
        bottom: 100px;
        max-height: calc(100% - 260px);
    }

    .s-hero--inner .s-hero__icon {
        max-width: 340px;
    }

    .s-hero--inner.s-hero--error .s-hero__icon {
        max-width: 600px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .s-hero--inner.s-hero--error .s-hero__inner {
        padding-bottom: 100px;
    }
}

.s-hero__curve {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.s-hero__curve img {
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .s-hero__curve {
        display: block;
    }
}

.s-hero__bottom {
    left: 0;
    right: 0;
    padding: 0 47px;
}

@media (min-width: 992px) {
    .s-hero__bottom {
        position: absolute;
        bottom: 8px;
    }
}

.s-hero__bottom .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
}

@media (min-width: 992px) {
    .s-hero__bottom .logo {
        justify-content: flex-end;
        gap: 80px;
    }
}

.s-hero__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

@media (min-width: 992px) {
    .s-hero__bg {
        display: none;
    }
}

.s-hero__bg img {
    width: 100%;
}

.s-hero__bg__inner {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.s-hero__bg__inner img {
    width: 100%;
}

.s-hero__hub {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -0.01em;
    line-height: 1.1;
}


.s-hero__cate {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 25px;
}

.s-hero__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    gap: 8px;
}

.s-hero__tags span {
    border-radius: 8px;
    background: #3E3CFF;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 12px;
    letter-spacing: 0.12em;
}

/*--------------------------------------breadcrumbs---------------------------------*/

.breadcrumbs {
    font-size: 12px;
    padding: 32px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a img {
    border-radius: 0;
    display: block;
    margin-bottom: 3px;
}

.breadcrumbs > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
    line-height: 1.8;
}

.breadcrumbs > span ~ span:before {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}


/*--------------------------------------form contact---------------------------------*/

.form-contact__inner {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 40px;
    position: relative;
    z-index: 1;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #E3E9F2;
    width: 500px;
    max-width: 100%;
    margin-bottom: 30px;
}

.form-contact .form-contact__img {
    margin-bottom: -1px;
}

.form-contact .form-contact__img p {
    margin-bottom: 0;
}

.form-contact .form-contact__img img {
    border-radius: 0;
}

.s-hero .form-contact label {
    color: #141354;
}

.form-contact .form-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 992px) {
    .form-contact .form-row {
        flex-direction: row;
    }
}

.form-contact .form-group {
    margin-bottom: 20px;
}

.form-contact .form-group p {
    margin-bottom: 0;
}

.form-contact label {
    display: block;
}

.form-contact .form-group__label {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.form-contact .form-control {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #E3E9F2;
    color: #717491;
}

.form-contact textarea {
    height: 125px;
}

@media (min-width: 992px) {
    .form-contact textarea {
        height: 44px;
    }
}

.form-contact .elementor-button {
    background-color: var(--e-global-color-fca566e);
}

.form-contact .wrap-btn {
    text-align: center;
}

@media (min-width: 992px) {
    .form-contact .wrap-btn {
        text-align: left;
    }
}

.form-contact .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
}
