


/* fonts */
@font-face {
    font-family: "Unbounded-Regular";
    src: url("/css/fonts/unbounded/Unbounded-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Unbounded-Medium";
    src: url("/css/fonts/unbounded/Unbounded-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Unbounded-Bold";
    src: url("/css/fonts/unbounded/Unbounded-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}



main > .container, main > .container-fluid {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .navbar form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a {
    text-decoration: none;
}

/* Новый дизайн */
.smart-hire-legal-text-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 1280px;
    padding-left: 16px;
    background: rgba(222, 246, 255, 0.1);
    backdrop-filter: blur(32px);
}

.smart-hire-legal-text-container1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 1090px;
    padding-top: 29px;
    padding-bottom: 19px;
}

.blue-heading {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 49px;
    padding: 0;
    margin: 0;
    font: 600 16px/16px Inter, sans-serif;
    color: #3090ec;
    text-align: left;
}

.legal-text-styler {
    flex: 0 0 auto;
    padding: 0;
    padding-bottom: 14px;
    margin: 0;
    font: 500 13px Inter, sans-serif;
    color: #3090ec;
}

.smart-hire-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 1280px;
    padding-left: 15px;
    background: rgba(222, 246, 255, 0.1);
    backdrop-filter: blur(32px);
}

.smart-hire-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 1089px;
    padding-top: 18px;
    padding-bottom: 19px;
}

.smart-hire-title {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 49px;
    /*padding: 0;*/
    padding-top: 11px;
    margin: 0;
    font: 600 16px/16px Inter, sans-serif;
    color: #3090ec;
    text-align: left;
}

.flex-button-group {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
}

.primary-button1 {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 160px;
    min-width: 160px;
    height: 42px;
    font: 600 14px Inter, sans-serif;
    color: #3090ec;
    cursor: pointer;
    background: white;
    border: none;
    border-radius: 16px;
    margin-top: 25px;
}

.blue-button {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 140px;
    min-width: 140px;
    height: 42px;
    font: 600 14px Inter, sans-serif;
    color: #3090ec;
    cursor: pointer;
    background: white;
    border: none;
    border-radius: 16px;
    margin-top: 25px;
}

.blog-button-style {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 65px;
    min-width: 65px;
    height: 42px;
    font: 600 14px Inter, sans-serif;
    color: #3090ec;
    cursor: pointer;
    background: white;
    border: none;
    border-radius: 16px;
    margin-top: 25px;
}

.primary-button {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 74px;
    min-width: 74px;
    height: 42px;
    font: 600 14px Inter, sans-serif;
    color: white;
    cursor: pointer;
    background: linear-gradient(106.77deg, rgba(44, 193, 246, 1) 0.65%, rgba(50, 136, 234, 1) 105.14%);
    border: none;
    border-radius: 16px;
}

.central-content-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 1280px;
}

.content-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 96px;
    padding-bottom: 152px;
}

.feature-card3 {
    flex: 0 0 auto;
}

.feedback-container {
    box-sizing: border-box;
    width: 100%;
}

.interview-prep-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.interview-prep-image {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    align-self: center;
    width: 82px;
    max-width: initial;
    height: 66px;
    margin-left: -273px;
}

.interview-prep-text-styler {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: -34px;
    font: 500 52px Unbounded, sans-serif;
    color: #3090ec;
    text-align: left;
}

.feedback-heading {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    font: 500 24px Inter, sans-serif;
    color: #3090ec;
    text-align: left;
}

.feedback-button-style {
    box-sizing: border-box;
    display: block;
    width: 168px;
    min-width: 168px;
    height: 54px;
    margin-top: 32px;
    font: 600 18px Inter, sans-serif;
    color: white;
    cursor: pointer;
    background: linear-gradient(106.77deg, rgba(44, 193, 246, 1) 0.65%, rgba(50, 136, 234, 1) 105.15%);
    border: none;
    border-radius: 16px;
}

.problem-solution-block {
    flex: 0 0 auto;
    margin-top: 323px;
}

.feature-description-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.blue-heading-text-style {
    flex: 0 0 auto;
    padding: 0;
    padding-top: 40px;
    margin: 0;
    font: 500 48px Unbounded, sans-serif;
    color: #3090ec;
    z-index: 1000;
}

.text-block {
    box-sizing: border-box;
    display: block;
    width: 51px;
    max-width: initial;
    height: 66px;
    margin-left: -25px;
}

.problem-solution-block1 {
    margin-top: 40px;
}

.problem-solution-block2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}

.problem-solution-section {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.problem-solution-section2 {
    flex: 1 1 0;
}

.customer-issue-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 544px;
    padding: 50px 59px 60px;
    background: #3090ec;
    border-radius: 60px;
}

.problem-statement-text-style {
    padding: 0;
    margin: 0;
    font: 500 32px Unbounded, sans-serif;
    color: white;
}

.problem-description-text-style {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    font: 400 20px/28px Inter, sans-serif;
    color: white;
    text-align: left;
}

.problem-section {
    margin-top: 120px;
}

.image-container {
    box-sizing: border-box;
    display: block;
    width: 66px;
    max-width: initial;
    height: 64px;
}

.problem-solution-section1 {
    flex: 1 1 0;
    margin-left: 16px;
}

.orange-rounded-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 544px;
    padding: 54px 59px 426px;
    background: #ff7f2f;
    border-radius: 60px;
    height: 739px;
}

.learning-card {
    flex: 0 0 auto;
    padding-right: 7px;
    padding-left: 7px;
}

.image-container1 {
    box-sizing: border-box;
    display: block;
    width: 54px;
    max-width: initial;
    height: 54px;
}

.solution-title-text-style {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    /*margin-top: 22px;*/
    font: 500 32px Unbounded, sans-serif;
    color: white;
}

.learning-outcome-description {
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    margin-right: -20px;
    margin-left: -20px;
    font: 400 20px/28px Inter, sans-serif;
    color: white;
    text-align: left;
}

.hero-section {
    box-sizing: border-box;
    /* flex: 0 0 auto; */
    max-width: initial;
    position: relative;
    height: 495px;
    margin-top: -307px;
    left: 50%;
    margin-left: -247px;
    background: url(./icons/new/image_c769d525.png) 50% / cover no-repeat;
    border: none;
    border-radius: 248px 248px 0px 0px;
    width: 494px;
}

.vertical-centered-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-right: 23px;
    background: url("./icons/new/image_7764af2b.png") 50% / cover no-repeat;
    border: none;
    border-radius: 248px 248px 0px 0px;
}

.vertical-layout-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 292px;
    padding-top: 56px;
    padding-bottom: 330px;
}

.image-container-with-fixed-size {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    align-self: flex-end;
    width: 51px;
    max-width: initial;
    height: 45px;
}

.nested-image-container {
    flex: 0 0 auto;
    margin-top: -0.35000000000000003px;
}

.image-container3 {
    box-sizing: border-box;
    display: block;
    width: 69px;
    max-width: initial;
    height: 64px;
}

.negative-margin-top {
    margin-top: -20px;
}

.sky-blue-avatar {
    box-sizing: border-box;
    display: block;
    width: 1104px;
    max-width: initial;
    height: 800px;
    border: none;
    border-radius: 80px;
    box-shadow: 0 0 60px #d1f4ff;
    object-fit: cover;
}

.central-margin-top-container {
    flex: 0 0 auto;
    align-self: center;
    margin-top: 65px;
}

.boxy-image {
    box-sizing: border-box;
    display: block;
    width: 66px;
    max-width: initial;
    height: 10px;
}

.feature-list-container1 {
    flex: 0 0 auto;
    margin-top: 80px;
}

.advantage-title1 {
    padding: 0;
    margin: 0;
    font: 500 48px Unbounded, sans-serif;
    color: #3090ec;
}

.vertical-feature-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.feature-list-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.feature-card-group {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.feature-card2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 544px;
    padding: 58px 59px 120px;
    background: white;
    border: 1px solid #b9edff;
    border-radius: 60px;
}

.image-container2 {
    box-sizing: border-box;
    display: block;
    width: 52px;
    max-width: initial;
    height: 50px;
}

.advantage-title {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    font: 500 32px Unbounded, sans-serif;
    color: #3090ec;
}

.advantage-text-block {
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    margin-right: -20px;
    margin-left: -20px;
    font: 400 20px/28px Inter, sans-serif;
    color: #3090ec;
    text-align: left;
}

.feature-card1 {
    flex: 0 0 auto;
    margin-top: 16px;
}

.feature-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 544px;
    padding: 58px 59px 120px;
    background: #ff7f2f;
    border-radius: 60px;
}

.advantage-section {
    flex: 0 0 auto;
    padding-right: 3px;
    padding-left: 3px;
}

.box-image {
    box-sizing: border-box;
    display: block;
    width: 60px;
    max-width: initial;
    height: 50px;
}

.advantage-section-container {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin-left: 16px;
}

.feature-card4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 544px;
    padding: 58px 59px 100px;
    background: #3090ec;
    border-radius: 60px;
}

.image-container4 {
    box-sizing: border-box;
    display: block;
    width: 60px;
    max-width: initial;
    height: 44px;
}

.advantage-title-text-style1 {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 28px;
    font: 500 32px Unbounded, sans-serif;
    color: white;
}

.advantage-title-text-style {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 28px;
    font: 500 32px Unbounded, sans-serif;
    color: #3090ec;
}

.primary-button {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 113px;
    min-width: 113px;
    height: 43px;
    margin-top: 24px;
    font: 600 18px Inter, sans-serif;
    color: white;
    cursor: pointer;
    background: linear-gradient(106.77deg, rgba(44, 193, 246, 1) 0.64%, rgba(50, 136, 234, 1) 105.14%);
    border: none;
    border-radius: 16px;
}

.try-btn {
    width: 170px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}

.blog-section-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
}

.blog-post-container {
    flex: 1 1 0;
    align-self: flex-start;
    padding-top: 163px;
}

.blog-title-text-style {
    flex: 0 0 auto;
    padding: 0;
    padding-top: 32px;
    margin: 0;
    font: 500 48px Unbounded, sans-serif;
    color: #3090ec;
    z-index: 1000;
}

.blog-image-styles {
    box-sizing: border-box;
    display: block;
    width: 61px;
    max-width: initial;
    height: 64px;
    margin-left: -19px;
}

.article-card-container1 {
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
}

.article-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 50px 45px 50px 59px;
    background: white;
    border: 1px solid #b9edff;
    border-radius: 60px;
}

.article-card-container {
    margin-top: 16px;
}

.article-card:first-child {
    margin-top: 0px;
}

.title-text-display-style {
    padding: 0;
    margin: 0;
    font: 500 32px Unbounded, sans-serif;
    color: #3090ec;
    white-space: pre-wrap;
}

.blue-text-content {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    font: 400 20px Inter, sans-serif;
    color: #3090ec;
    white-space: pre-wrap;
}

.article-preview-container {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 188px;
}

.primary-text-container {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 500 20px Inter, sans-serif;
    color: #3090ec;
    white-space: pre-wrap;
}

.svg-container {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 7px;
    color: #3090ec;
}

.blog-post-section {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: 16px;
}

.featured-image-container {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    align-self: center;
    width: 325px;
    max-width: initial;
    height: 418px;
    margin-left: -39px;
    border: none;
    object-fit: cover;
}

.vertical-image-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 25px 541px;
    background: url("./icons/new/image_c7eb6433.png") 50% / cover no-repeat;
    border: none;
    border-radius: 120px;
}

.image-container {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 217px;
    max-width: initial;
    height: 97px;
}

.smart-hire-container-main {
    display: inline-block;
    width: 1280px;
    position: fixed;
    z-index: 100;
    top: -19px;
}

.block-foot {
    display: none;
}

.vertical-image-container-main {
    display: inline-block;
    width: 586px;
    top: 11%;
    left: 50%;
    position: absolute;
    background: #f3fcff;
    z-index: -0;
    border-bottom-left-radius: 188px;
    border-bottom-right-radius: 188px;
}

.central-content-container-main {
    display: inline-block;
    width: 1280px;
    position: absolute;
}

.enter-btn {
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}

.menu-container {
    display: none;
}

.start-btn {
    display: none;
}

/* Анимация на главной */
.feedback-container-text {
    position: relative;
    height: 40px;
}

.feedback-heading {
    position: absolute;
    top: 10px;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feedback-heading.active-feedback {
    opacity: 1;
    transform: translateY(-100%); /* Сдвигаем текст вверх */
}
/* */





@media (max-width: 1200px) {
    .col-9 {
        width: 100%;
    }

    .p-4 {
        padding: 0 !important;
    }

    .feedback-container-text {
        display: none;
    }

    .menu-container {
        display: block;
    }

    .smart-hire-container-main {
        display: inline-block;
        width: auto;
        max-width: 100%;
        min-width: 100%;
    }

    .start-btn {
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center;
        padding-top: 20px;
        margin: 20px auto auto;
    }

    .interview-prep-text-styler {
        font: 500 40px Unbounded, sans-serif;
    }

    .flex-button-group {
        margin-right: 40px;
    }

    .vertical-image-container-main {
        width: auto;
        max-width: 100%;
        left: 30%;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .image-container {
        width: 150px;
        height: 80px;
    }

    .vertical-image-container {
        margin-top: 300px;
        padding: 14px 200px 339px 0;
    }

    .problem-solution-block {
        margin-top: 550px;
    }

    .problem-solution-section1 {
        margin-left: 0;
    }

    .customer-issue-section {
        margin-bottom: 20px;
    }

    .primary-button {
        padding-top: 14px;
        height: 50px;
        margin-top: 18px;
    }

    .central-content-container {
        display: block;
        width: auto;
        max-width: 100%;
        min-width: 100%;
    }

    .feature-description-container {
        display: block;
        height: 310px;
    }

    .smart-hire-container {
        max-width: 100%;
        min-width: 100%;
        align-items: flex-start;
        padding-left: 0;
    }

    .block-foot {
        max-width: 100%;
    }

    .smart-hire-section {
        justify-content: flex-start;
        width: auto;
        max-width: 100%;
        min-width: 100%;
        align-items: center;
    }

    .try-btn {
        padding-top: 15px;
    }

    .primary-button1 {
        display: none;
    }

    .blue-button {
        display: none;
    }

    .blog-button-style {
        display: none;
    }

    .problem-solution-section {
        display: block;
    }

    .blog-post-section {
        margin-left: 0;
    }

    .hero-section {
        left: 61%;
        margin-top: -115px;
        width: auto;
        max-width: 100%;
        min-width: 100%;
    }

    .feature-list-container {
        display: block;
    }

    .blog-section-container {
        display: block;
    }

    .central-content-container-main {
        position: relative;
        width: auto;
        max-width: 100%;
    }

    .smart-hire-legal-text-container, .smart-hire-legal-text-container1 {
        max-width: 480px;
        min-width: 100%;
    }

    .content-section {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .feature-card3 {
        margin-top: 16px;
    }

    .advantage-section-container {
        margin-left: 0;
    }

    .blog-img-mobile {
        position: relative;
        margin-left: 40%;
        top: -220px;
    }

    .blog-img-desktop {
        display: none;
    }

    .blog-post-container {
        padding-top: 0;
    }

    .menu-container {
        position: relative;
        display: inline-block;
        margin-top: 12px;
    }

    .menu-button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .bar {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #3090EC;
        margin: 3px 0;
    }

    .short {
        width: 20px;
    }

    .menu-toggle {
        display: none;
    }

    .dropdown {
        display: none;
        position: absolute;
        background-color: white;
        border: 0;
        z-index: 1;
        white-space: nowrap;
        border-radius: 10px;
        padding: 10px;
    }

    .menu-toggle:checked + .menu-button + .dropdown {
        display: inline-block; /* Меню будет растягиваться на ширину текста */
    }

    .dropdown a {
        display: block;
        text-decoration: none;
        color: #3090ec;
        padding-top: 10px;
    }

    .dropdown a:hover {
        background-color: #f1f1f1;
    }

    .dropdown > .primary-button1 {
        height: 5px;
    }
}
