/* You can add global styles to this file, and also import other style files */
body {
    background: #F1F2F7 !important;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 550px) {
    .signing-form {
        grid-template-columns: 1fr !important;
        >* {
            height: auto !important;
        }
    }
}

@media screen and (max-width: 550px) {
    .partners_banner {
            padding: 100px 12px !important;
            margin-left: 12px;
            margin-right: 12px;
            h1 {
                font-size: 24px !important;
                line-height: 28px !important;
            }
            p {
                font-size: 14px !important;
                line-height: 20px !important;
            }
            .partners_banner__empty {
                height: 70px !important;
            }
    }
    .content_wrapper {
        margin-left: 12px;
        margin-right: 12px;
        grid-template-columns: 1fr !important;
        .companies {
            grid-column: 1 !important;
            grid-row: unset !important;
            grid-template-columns: 1fr !important;
            >* {
                grid-column: 1 !important;
            }
        }
        h2 {
            display: none;
        }
        p {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
        }
        section {
            padding: 16px !important
        }
        img {
            height: 60px;
        }
    }
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url("/restapi/getfile?code=images-0c1d738b-06ce-4026-99d2-1e4118178e11&attachment=true") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url("/restapi/getfile?code=images-45b519af-ac0f-499c-bf27-0ceb46abdbb9&attachment=true") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url("/restapi/getfile?code=images-cac7fc85-cbce-45d5-a23c-8c243cb99cfa&attachment=true") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url("/restapi/getfile?code=images-480a86d7-667b-4305-ab50-377ae3ca69df&attachment=true") format("truetype");
}


:root {
    --reqired-color: #F20000;
    --red: #D91920;
    --base-color-white: #FFFFFF;
    --yellow-100: #FFCE00;
    --blue-20: #F1F2F7;
    --blue-50: #EAECF5;
    --blue-70: #87AAF9;
    --blue-100: #1550C4;
    --base-color-dark: #1F2636;
    --accent-color: #1550C4;
    --black-20: #D2D4D7;
    --black-50: #8F929A;
    --black-100: #1F2636;
    --accent-color-light: #EAECF5;
    --component-border-radius: 16px;
    --base-text-color: #1F2636;
    --base-text-color-light: #FFFFFF;
    --text-color-blue: #1550C4;
    --text-color-black-light: #8F929A;
    --gray-hz: #B0B0B0
}

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

.banner__button {
    border: 0;
    font-weight: 500;
    background-color: var(--base-color-white);
    width: fit-content;
    padding: 8px 8px 8px 24px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--base-text-color);
    gap: 16px;
    margin: auto;

    svg {
        height: 40px;
        width: 40px;
        padding: 8px;
        border-radius: 30px;
        background-color: var(--base-color-dark);
    }
}

@media screen and (max-width: 1200px) {
    .banner__button {
        padding: 4px 4px 4px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;

        svg {
            height: 32px;
            width: 32px;
        }
    }
}

.banner__button_invert {

    font-weight: 500;
    background-color: var(--base-color-dark);
    color: var(--base-color-white);
    width: fit-content;
    padding: 8px 8px 8px 24px;
    border-radius: 30px;
    border: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 16px;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;


    svg {
        height: 40px;
        width: 40px;
        padding: 8px;
        border-radius: 30px;
        background-color: var(--base-color-white);

        path {
            fill: var(--black-100);
        }
    }
}

@media screen and (max-width: 1200px) {
    .banner__button_invert {
        padding: 4px 4px 4px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;

        svg {
            height: 32px;
            width: 32px;
        }
    }
}


/* global style  */
/* CUSTOM */


label.float-label {
    position: relative;
    z-index: 1;
    top: 2rem;
    left: 1rem;
    color: var(--input-placeholder-static);
    white-space: nowrap;
    transition: all .3s;
}

:has(.p-inputtext-sm)>label.float-label {
    top: 1.5rem;
    left: .5rem;
    font-size: var(--input-name-input-small-font-size);
}

label.float-label.show {
    color: var(--input-name-input-static);
    top: 0;
    left: 0;
}


prime-select-multi,
prime-select {
    width: 100%;
}


.ng-dirty.ng-invalid .p-inputgroup>input {
    border: 0.0625rem solid red;
}

.ng-dirty.ng-invalid~.invalid-feedback {
    display: block;
}

.invalid-feedback {
    display: block;
}



prime-date .p-component:disabled,
prime-date .p-disabled {
    opacity: 0.4;
}

.p-datepicker-other-month {
    opacity: 0;
}

.ck.ck-editor__editable_inline {
    background-color: var(--white);
    border-color: #E0E0E0;
}

.ck.ck-editor__editable_inline:hover {
    background-color: #F4F5F5;
    border-color: #1D9FD0;
}

.p-datepicker table td {
    padding: 0;
}

.p-inputtext {
    border: 0.0625rem solid #E0E0E0;
    border-radius: 0.25rem;
}

.p-calendar {
    /*display: flex;*/
}

.p-selectbutton .p-button {
    padding: 0.125rem 0.25rem;
    background: var(--primary);
    border-color: transparent;
}

.p-selectbutton .p-button:hover,
.p-selectbutton .p-button.p-highlight:hover,
.p-selectbutton .p-button.p-highlight {
    background: var(--info);
    border-color: transparent;
}


::file-selector-button,
::-webkit-file-upload-button {
    /* display: none; */
    margin: 0;
    margin-right: 0.5rem;
    height: 2.125rem;
    border: none;
    border-right: 0.0625rem solid var(--primary);
    background-color: var(--primary);
    color: white;
}

a {
    text-decoration: none !important;
}


.table ::file-selector-button,
.table ::-webkit-file-upload-button {
    /* display: none; */
    margin: 0;
    margin-right: 0;
    height: 1.5rem;
    border: none;
    border-right: 0.0625rem solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.ck-editor__editable {
    min-height: 100px;
    height: auto !important;
    overflow: visible;
}

blockquote {
    padding-top: 2rem;
    padding-left: 0.5rem;
    background-color: var(--dark);
    border: 0.0625rem solid var(--dark);
    border-left: 1.875rem solid var(--warning);
    color: var(--white);
    position: relative;
    z-index: 1;
    /*overflow-x: auto;*/
    /*overflow-y: auto;*/
    /*max-height: 31.25rem;*/
}

blockquote * {
    font-family: 'Courier New', 'Comic Sans MS';
    font-size: 0.75rem;
    margin: 0.125rem 0;
    padding: 0;
}

blockquote::before {
    content: 'Код:';
    font-weight: 700;
    background-color: var(--info);
    position: absolute;
    z-index: -1;
    top: 0;
    left: -30px;
    right: 0;
    display: block;
    padding-left: 1.875rem;
    color: var(--white);
}

body {
    background: transparent;
    /*background: var(--background);*/
}

.small,
.small * {
    font-size: var(--body-small-font-size);
    line-height: var(--body-small-line-height);
    font-weight: var(--body-small-font-weight);
}

/*body::after {*/
/*  content: " ";*/
/*  position: fixed;*/
/*  z-index: -100;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  top: 0;*/
/*  left: 0;*/


/*  background: var(--background);*/
/*right: -30vh;*/
/*bottom: -40vw;*/

/*background-color: var(--white);*/
/*opacity: 0.2;*/
/*filter: blur(200px);*/
/*}*/

/*body::before {*/
/*  content: " ";*/
/*  position: fixed;*/
/*  z-index: -100;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  left: -30vw;*/
/*  top: -50vh;*/
/*  background-color: var(--white);*/
/*  opacity: 0.2;*/
/*  filter: blur(200px);*/
/*}*/

.menu .dm,
.menu .pi,
.menu .fa,
.menu .fas,
.menu .fab,
.menu .material-icons,
.menu .material-icons-outlined,
.menu .material-icons-round,
.menu .material-icons-sharp,
.menu .material-icons-two-tone {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.usernav .dm,
.usernav .pi,
.usernav .fa,
.usernav .fas,
.usernav .fab,
.usernav .material-icons,
.usernav .material-icons-outlined,
.usernav .material-icons-round,
.usernav .material-icons-sharp,
.usernav .material-icons-two-tone {

    font-size: 1.25rem;
    line-height: 1.25rem;
}

header.header {
    height: var(--header-height);
    padding: 0.5rem 0;
    margin: 0.25rem 0.5rem;
    position: relative;
    z-index: 1020;
    background: var(--menu-top-fill);
}

.mi-collapse {
    overflow-y: auto;
    height: 0;
}

.mi-collapse.mi-show {
    height: auto;
}

.mi-collapsing {
    transition: height .35s;
}


.sidebar {
    top: calc(var(--header-height) + 0.5rem);
    left: 0;
    padding-left: .5rem;
    z-index: 1020;
}

.sidebar.lg,
.sidebar:not(.lg):hover {
    width: var(--sidebar-width);
}

.sidebar .menu footer {
    font-size: 0.5rem;
    line-height: 0.75rem;
}


.sidebar:not(.lg):not(:hover) {
    width: var(--sidebar-width-sm);
}

.sidebar .menu {
    position: relative;
    background-color: var(--menu-side-fill);
    z-index: 1;
    height: calc(100vh - var(--header-height) - 0.5rem - 0.75rem);
}

.p-scrollpanel-bar,
.top-menu::-webkit-scrollbar,
.sidebar *::-webkit-scrollbar {
    display: none;
}

/*.sidebar *::-webkit-scrollbar-track,*/
/*.sidebar *::-webkit-scrollbar-thumb {*/
/*  width: 0;*/
/*}*/



.sidebar .menu::after {
    content: "";
    position: absolute;
    right: calc(var(--sidebar-width) / -2);
    bottom: 3.75rem;
    width: calc(var(--sidebar-width));
    height: 100%;
    z-index: -1;
    opacity: .1;
    /*background: url(/assets/img/logo/damu-logo.png) left bottom / 20.9375rem auto no-repeat;*/
    /*background: url(/restapi/getfile?code=NU_Logo_ENG_BOTTOM.png) center bottom / 90% auto no-repeat;*/
    background: url(/restapi/getfile?code=NU-SYMBOL-3.png) center bottom / 50% auto no-repeat;
    /*https://edms.nu.edu.kz/restapi/getfile?code=NU-SYMBOL-1.png*/
    /*NU_Logo_ENG_BOTTOM*/
    transition: right .3s;
    /*transform: rotate(-90deg);*/
}

.sidebar.lg .menu::after,
.sidebar:not(.lg):hover .menu::after {
    right: 0;
}

.sidebar .menu ul>li>a {
    font-weight: var(--sidemenu-item-font-weight);
    letter-spacing: var(--sidemenu-item-letter-spacing);
    position: relative;
}

.sidebar .menu hr {
    width: 100%;
    border-color: var(--gray-900);
    transition: width .3s;
}

.sidebar .menu ul>li {
    line-height: var(--sidemenu-item-line-height);
    font-size: var(--sidemenu-item-font-size);
}

.header  ul>li {
    padding: 5px;
}

.sidebar .menu-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sidebar.lg .menu ul>li>a.expander:after,
.sidebar:not(lg):hover ul>li>a.expander:after {
    position: absolute;
    right: 0.5rem;
    z-index: 10;
    /* content: "›"; */
    font-family: "damubpm" !important;
    content: "\e91b";
    /* \e930 */
    padding: 0;
    margin: 0;
    font-size: 1rem;
    float: right;
    transform: scaleY(1);
    transition: transform .4s;
}

.sidebar.lg .menu ul>li>a.expander.collapsed:after,
.sidebar:not(.lg):hover .menu ul>li>a.expander.collapsed:after {
    transform: scaleY(-1);
}


.sidebar.lg .menu ul>li>a.expander>i,
.sidebar:not(.lg):hover .menu ul>li>a.expander>i {
    display: none;
}

.sidebar .menu ul>li>a.expander>span {
    font-weight: var(--font-weight-semibold);
}


.sidebar .menu ul>li>a {
    width: 100%;
    display: block;
    position: relative;
    height: var(--sidemenu-item-line-height);
    background-color: transparent;
    color: var(--menu-side-static-item-static);
}

.sidebar .menu ul>li:focus>a,
.sidebar .menu ul>li:active>a {
    color: var(--menu-side-static-item-pressed);
}

.sidebar.lg .menu ul>li.active>a,
.sidebar:not(.lg):hover .menu ul>li.active>a {
    background-color: var(--menu-side-item-activ-fill-static);
    color: var(--menu-side-item-activ-item);
}

.sidebar .menu ul>li.active:hover>a {
    background-color: var(--menu-side-item-activ-fill-hover);
}

.sidebar.lg .menu ul>li.active:focus>a,
.sidebar:not(.lg):hover .menu ul>li.active:focus>a,
.sidebar.lg .menu ul>li.active:active>a,
.sidebar:not(.lg):hover .menu ul>li.active:active>a {
    background-color: var(--menu-side-item-activ-fill-pressed);
}

.sidebar.lg .menu ul>li.active>a,
.sidebar:not(.lg):hover .menu ul>li.active>a {
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    background-color: var(--menu-side-item-activ-fill-static);
    color: var(--menu-side-item-activ-item);
}

/* .sidebar:not(.lg) .menu ul > li.active > a {
      padding: 0;
  } */

.sidebar .menu ul>li:not(.active):hover>a:not(.expander) {
    color: var(--menu-side-static-item-hover);
}

.sidebar .menu ul>li.active:hover>a {
    background-color: var(--menu-side-item-activ-fill-hover);
}

.sidebar .menu ul>li>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar.lg .menu ul>li a>i,
.sidebar:not(.lg):hover .menu ul>li a>i {
    margin-right: 0.5rem;
}

.sidebar.lg .menu ul>li.slide-left:hover>a>span {
    left: -40px;
}

.sidebar .menu ul>li>a>span {
    white-space: nowrap;
    position: relative;
    left: 0;
    transition: left 1s ease 0s;
}

.sidebar.lg .menu ul li,
.sidebar:not(.lg):hover .menu ul li {
    margin: 0 0 0 0.5rem;
}

.sidebar:not(.lg):not(:hover) .menu-search,
.sidebar:not(.lg):not(:hover) footer,
.sidebar:not(.lg):not(:hover) .menu ul li.menu-title,
.sidebar:not(.lg):not(:hover) .menu ul>li>a span {
    display: none;
}

.sidebar .brand {
    height: var(--header-height);
}

.sidebar .menu ul li a span,
.sidebar .menu ul li a {
    font-size: .75rem;
}

.sidebar .menu-search a,
.sidebar .menu-toggle {
    color: #FFCE00;
}

.sidebar.lg .menu .menu-toggle hr {
    width: 0.5rem;
}

.sidebar.lg .menu .menu-toggle hr:first-of-type {
    width: 1.125rem;
}

.sidebar.lg .menu .menu-toggle hr:last-of-type {
    width: 0.75rem;
}

.sidebar:not(.lg) .menu .menu-toggle hr {
    width: 1.5rem;
}


.scroller .p-scrollpanel-content {
    min-height: 50vw;
}

.content {
    margin-left: calc(var(--sidebar-width-sm) + 1.5rem);
    margin-right: 0.5rem;
    transition: margin .3s;
}

.lg~.content {
    margin-left: calc(var(--sidebar-width) + 1.5rem);
}

.top-menu {
    padding: 0.75rem;
    left: 0;
    z-index: 1010;
    background: var(--menu-top-fill);
    overflow-x: auto;
}

.top-menu:focus-within,
.top-menu:active {
    overflow-x: visible;
}

.top-menu .dropdown-menu {
    background: var(--menu-top-fill);
}

.dropdown-toggle i+ :not(.p-badge),
.dropdown-item i+ :not(.p-badge),
.item-nav i+ :not(.p-badge) {
    padding-left: 0.5rem;
}

.dropdown-toggle i,
.dropdown-item i,
.item-nav i {
    font-size: var(--sidemenu-block-line-height);
}

.item-nav,
.dropdown-toggle,
.dropdown-menu>.dropdown-item {
    white-space: nowrap;
    font-size: var(--sidemenu-block-font-size);
    font-weight: var(--sidemenu-block-font-weight);
    line-height: var(--sidemenu-block-line-height);
    display: flex;
    align-items: center;
}

.top-menu .item-nav,
.top-menu .dropdown-toggle,
.top-menu .dropdown-menu>.dropdown-item:not(.active) {
    color: var(--menu-top-static-item-static);
}


.top-menu .dropdown-toggle::after {
    font-family: "damubpm" !important;
    content: "\e91b";
    /* \e930 */
    padding-left: 0.5rem;
    font-size: var(--sidemenu-block-line-height);
    line-height: var(--sidemenu-block-line-height);
}

.usernav>a,
.usernav div:not(.dropdown-menu)>a {
    color: var(--black);
}

.usernav .p-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding: 0;
}

.bottom-menu {
    background-color: var(--card-default);
    z-index: 1030;
}

.wf-progress>.header>.title {
    color: var(--stepper-text-static-title);
    font-size: var(--stepper-title-font-size);
    font-weight: var(--stepper-title-font-weight);
    line-height: var(--stepper-title-line-height);
}

.wf-progress>.header.active>.title,
.wf-progress>.header.selected>.title {
    color: var(--stepper-text-activ-title);
    font-weight: var(--stepper-title-font-weight);
}

.wf-progress>.point:before,
.wf-progress>.point.active:before,
.wf-progress>.point.selected:before,
.wf-progress>.point:after,
.wf-progress>.point.active:after,
.wf-progress>.point.selected:after {
    content: unset;
}

.wf-progress>.point,
.wf-progress>.point.active,
.wf-progress>.point.selected {
    margin: 0;
    padding: 0;
    display: block;
    background-color: transparent;
    border-radius: 50%;
}

.wf-progress>.point {
    min-width: 0.5rem;
    height: 0.5rem;
    border: 0.125rem solid var(--stepper-dot-fill-static);
}

.wf-progress>.point.active,
.wf-progress>.point.selected {
    min-width: 0.75rem;
    height: 0.75rem;
    border: 0.125rem solid var(--stepper-dot-fill-activ);
}

.wf-progress>.point.active,
.wf-progress>.point.selected {
    border-color: var(--stepper-dot-fill-activ);
}

.wf-progress>hr {
    border-top: 0.125rem solid var(--stepper-line-static);
    width: 100%;
    opacity: 1;
}

.wf-progress>hr.active {
    border-top: 0.125rem solid var(--stepper-line-activ);
}

/*стиль текста лоадера*/
.progress-loader .loading-message {
    color: var(--blue-500);
}


.auth {
    width: 30rem;
}


.ck.ck-editor__editable_inline:hover {
    background: transparent;
}

@media (max-width: 47.9375rem) {

    .sidebar.lg {
        top: 0;
        left: 0;
        width: 70%;
    }

    .sidebar .menu {
        height: calc(100vh - var(--header-height));
    }

    .sidebar .menu::after {
        width: 100%;
    }

    .sidebar:not(.lg) {
        display: none;
    }

    .content,
    .lg~.content {
        margin-left: 0;
        margin-right: 0;
    }



    .auth {
        width: 100%;
    }

}

/* header component  */

.page-wrapper {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    max-width: 1320px;
    margin: auto;
    gap: 12px;
}

.header_logo {
    max-height: 44px;
}

.mobile_header {
    display: none;
}

.header {
    border-radius: var(--component-border-radius);
    background-color: #FFFFFF;
    padding: 14px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--base-text-color);

    nav {
        display: flex;
        gap: 48px;
    }
}

.header_menu {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header_buttons {
    display: flex;
    align-items: center;
    gap: 32px;
}

.phone_button {
    padding: 16px 24px;
    background: var(--base-color-dark);
    border-radius: 30px;
    color: var(--base-text-color-light);
    text-decoration: none;
}

.language_selector {
    border: 0;
}

@media screen and (max-width: 550px) {

    .header {
        border-radius: 0;
        padding: 6px 16px;

        nav {
            display: none;
        }
    }

    .mobile_header {
        width: 100%;
        display: flex;

        justify-content: space-between;
        align-items: center;

        .buttons {
            display: flex;
            gap: 6px;
            align-items: center;
            justify-content: center;
            flex-direction: row;
        }

        .phone {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--base-color-dark);
            padding: 6px;
            border-radius: 30px;
            height: 32px;
            width: 32px;
        }
    }

    .header_buttons {
        display: none;
    }
}

/* footer component */

.nd-footer {
    display: grid;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    nav {
        display: flex;
        gap: 48px;
    }
}

.footer_content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--accent-color-light);
    border-radius: var(--component-border-radius);
    padding: 44px 60px;

}

.footer_logo {
    grid-column-start: 1;
    max-height: 44px;
}

.social-links {
    grid-column-start: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    gap: 8px;
}

.social-links div {
    background-color: var(--base-color-white);
    padding: 8px;
    border-radius: 6px;
    display: flex;
}

.contact_number {
    grid-column-start: 1;
}

.footer_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    a {
        text-decoration: none;
        color: var(--text-color-blue);
    }
}

.footer_links ul li {
    width: fit-content;
    padding: 6px 0;
}

.footer_links__solutions {
    grid-column: 2 / span 2;
    grid-row: 1 / span 3;

    ul {
        column-count: 2;
    }
}

.footer_links__information {
    grid-column: 4;
    grid-row: 1 / span 3;
}

.footer_links__about {
    grid-column: 5;
    grid-row: 1 / span 3;
}

.contact_number {
    display: flex;
}

.contact_number a {
    margin-top: 14px;
    color: var(--base-text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 44px;
    background-color: var(--accent-color);
    border-radius: var(--component-border-radius);
    color: var(--base-text-color-light);

    p {
        margin: 0;
    }

    .rules {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .rules a {
        text-decoration: none;
        color: var(--base-text-color-light);
    }
}

@media screen and (max-width: 550px) {
    #content {
        gap: 8px;
    }

    .footer_content {
        gap: 24px;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        padding: 24px 16px;
    }

    .footer_links__solutions {
        grid-column: 1 / span 1;
        grid-row: unset;

        ul {
            column-count: 1;
        }
    }

    .footer_links__information {
        grid-column: 1;
        grid-row: unset;
    }

    .footer_links__about {
        grid-column: 1;
        grid-row: unset;
    }

    .contact_number {
        margin-top: -14px;
    }

    .copyright {
        flex-direction: column;
        gap: 8px;

        .rules {
            flex-direction: column;
            gap: 8px;
        }
    }
}


/* content  */

.component_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--base-text-color);
    margin: 0;
}

.content_wrapper {
    display: grid;
    gap: 12px;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.category {
    background-color: var(--accent-color-light);
    border-radius: var(--component-border-radius);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-row: 1 / span 1;
}

.category_content {
    display: grid;
    gap: 8px;
}

.category_item {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--base-color-white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--text-color-blue);

    .category_item__count {
        color: var(--text-color-black-light);
    }

}

.category_item.active {
    background-color: var(--text-color-blue);
    color: var(--base-color-white);

    .category_item__count {
        color: var(--base-color-white);
    }
}

.companies {
    background-color: var(--accent-color-light);
    border-radius: var(--component-border-radius);
    padding: 24px;
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;

    .component_title {
        grid-column: 1 / span 2;
    }

    .search_input {
        grid-column: 1 / span 2;
    }
}

.search_input {
    background-color: var(--base-color-white);
    border-radius: 30px;
    border: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.companies_card {
    background-color: var(--base-color-white);
    border-radius: var(--component-border-radius);
    padding: 32px;
}

.company_card__logo {
    width: 192px;
}

.card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.company_card__link {
    height: 40px;
    width: 40px;
    background-color: var(--accent-color-light);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_card__tag {
    border-radius: 30px;
    padding: 4px 16px;
    background-color: var(--accent-color-light);
    color: var(--text-color-blue);
}

.company_card__content {
    margin: 0;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* number of lines to show */
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

/* banner */
.partners_banner {
    background-color: var(--accent-color);
    border-radius: var(--component-border-radius);
    padding: 72px 311px 47px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.partners_banner__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.019rem;
    color: var(--base-text-color-light);
    text-align: center;
    margin: 0;
}

.partners_banner__description {
    color: var(--base-text-color-light);
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.partners_banner__button {
    background-color: var(--base-color-white);
    width: fit-content;
    padding: 8px 8px 8px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--base-text-color);
    gap: 16px;
    margin: auto;

    svg {
        height: 40px;
        width: 40px;
        border-radius: 30px;
        background-color: var(--base-color-dark);
    }
}

.partners_banner__empty {
    height: 136px;
}

.partners_banner__logos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    width: 100vw;
    /* или ширина, которая нужна */
    min-height: 104px;
}

.carousel {
    width: 100%;
    overflow: hidden;
}

.track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.item {
    min-width: 194px;
    /* ширина одного элемента */
    height: 104px;
    background: var(--base-color-white);
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 8px;
}

/* Анимация */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.partners_banner__logo {
    max-height: 60px;
    max-width: 174px;
}

/* Main */
/* content  */
.banner_mini_cards {
    display: grid;
    gap: 8px;
    color: var(--base-text-color-light);


    .banner_mini_cards__banner {
        padding: 72px 260px 55px 260px;
        background: var(--accent-color);
        text-align: center;
        border-radius: var(--component-border-radius);
        position: relative;
        overflow: hidden;


        h1 {
            font-weight: 500;
            font-size: 42px;
            line-height: 50px;
            margin: 0;
            margin-bottom: 10px;
        }

        p {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            margin: 0;
            margin-bottom: 28px;
        }

        img {
            position: absolute;
            right: -42px;
            top: 154px;
        }
    }

    .mini_cards {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;

        .mini_card {
            width: calc(25% - 2px);
            background-color: var(--base-color-dark);
            border-radius: var(--component-border-radius);
            padding: 32px;

            .title {
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 12px;
            }

            p {
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                margin: 0;
                color: var(--black-20);
            }

            p span {
                font-weight: 500;
                font-size: 40px;
                line-height: 50px;
                margin: 0;

            }

            p span.text {
                font-weight: 500;
                font-size: 24px;
                line-height: 26px;

            }
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards {
        margin-left: 16px;
        margin-right: 16px;
        gap: 4px;

        .banner_mini_cards__banner {

            padding: 100px 12px 116px 12px;

            h1 {
                font-weight: 600;
                font-size: 24px;
                line-height: 28px;
                text-align: center;
            }

            p {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                margin-bottom: 24px;
            }

            img {
                scale: 0.82;
                right: -44px;
                top: 286px;
            }
        }

        .mini_cards {
            flex-direction: column;
            gap: 2px;
            display: grid;
            grid-template-rows: repeat(4, 1fr);

            .mini_card {
                width: 100%;
                padding: 16px;

                p+p {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                }
            }
        }
    }
}

.empty_banner {
    height: 381px;
    background-color: var(--base-color-white);
    border-radius: var(--component-border-radius);

}

.why_us {

    border-radius: var(--component-border-radius);
    background-color: var(--blue-50);
    padding: 60px 44px;

    h2 {
        color: var(--black-100);
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: center;
        margin: 0;
        margin-bottom: 32px;
    }

    .cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
        row-gap: 12px;

        .card:hover {
            box-shadow: 0px 10px 20px 0px #24272914;

            p,
            h3,
            ul {
                animation: hoverWhyUsCardColor 0.4s ease-out forwards;
            }

            img {
                background-color: var(--base-color-white);
            }

            .hover_bg {
                animation: hoverWhyUsCardBg 0.4s ease-out forwards;
            }
        }

        .card {
            display: grid;
            grid-template-columns: auto auto;
            grid-template-rows: auto auto;
            column-gap: 24px;
            padding: 40px 32px;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            align-items: center;
            position: relative;
            overflow: hidden;

            img {
                padding: 40px;
                border-radius: var(--component-border-radius);
                box-shadow: 0px 10px 20px 0px #24272914;
                grid-row: span 2;
                position: relative;
                z-index: 2;
            }

            h3 {
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                color: var(--text-color-blue);
                margin: 0;
                position: relative;
                z-index: 2;
            }

            ul {
                margin: 0;
            }

            p,
            ul {
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                color: var(--black-100);
                grid-column-start: 2;
                margin: 0;
                position: relative;
                z-index: 2;
            }

            .hover_bg {
                animation: hoverWhyUsCardBgBack 0.2s ease-out forwards;
                background-color: var(--blue-100);
                position: absolute;
                /* width: 100%;
                height: 100%; */
                z-index: 1;
                border-radius: 50%;
            }

        }
    }
}

@media screen and (max-width: 550px) {
    .why_us {
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        .cards {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(4, 1fr);
            row-gap: 8px;

            .card {
                padding: 20px 16px;
                column-gap: 16px;

                img {
                    height: 64px;
                    width: 64px;
                    padding: 16px;
                    border-radius: 8px;
                }

                h3 {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 8px;
                }

                p,
                ul {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                }
            }
        }
    }
}

.solution {

    border-radius: var(--component-border-radius);
    background-color: var(--blue-50);
    padding: 32px 16px;

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        margin: 0;
        margin-bottom: 32px;
    }

    .cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;

        .card:hover {
            border: var(--blue-100) solid 1px;

            .link_button {
                background-color: var(--blue-100);

                img {
                    filter: brightness(100);
                    transform: rotate(-30deg);
                }
            }
        }

        .card {
            position: relative;
            max-height: 378px;
            padding: 32px;
            background-color: var(--base-color-white);
            border: var(--base-color-white) solid 1px;
            border-radius: var(--component-border-radius);

            h3 {
                margin: 0;
                margin-top: 8px;
                margin-bottom: 20px;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
            }

            p {
                margin: 0;
                margin-bottom: 24px;
            }

            img {
                object-fit: contain;
                width: 100%;
                max-height: 198px;
            }

            .link_button {
                height: 40px;
                position: absolute;
                top: 32px;
                right: 32px;
                padding: 8px;
                background-color: var(--blue-20);
                border-radius: 30px;
                color: var(--base-text-color-light);
                text-decoration: none;
            }
        }

        .card:nth-child(4n+2),
        .card:nth-child(4n+3) {
            background-color: var(--blue-70);
            color: var(--base-text-color-light);
        }
    }

    .label-button {
        display: block;
        margin-top: 10px;
        border: 0;
        padding: 20px;
        width: 100%;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        span {
            justify-content: center;
            align-items: center;
            gap: 16px;
        }
    }

    .label-button:hover {
        background-color: var(--blue-100);
        color: var(--base-color-white);

        path {
            fill: var(--base-color-white);
        }
    }

    .toggle {
        display: none;
    }

    .more {
        display: none;
    }

    .toggle:checked~.cards>:nth-child(n+7) {
        display: none;
    }

    .toggle:not(:checked)~.label-button {
        .less {
            display: flex;
        }

        .more {
            display: none;
        }
    }

    .toggle:checked~.label-button {
        .less {
            display: none;
        }

        .more {
            display: flex;
        }
    }
}

@media screen and (max-width: 550px) {
    .solution {
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        .cards {
            grid-template-columns: 1fr;
            gap: 8px;


            .card {
                max-height: 274px;
                padding: 16px;

                h3 {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    margin: 0;
                    max-width: 224px;
                    margin-bottom: 8px;
                    min-height: 32px;
                }

                p {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                    margin-bottom: 28px;
                }

                img {
                    height: 106px;
                }

                .link_button {
                    height: 32px;
                    width: 32px;
                    top: 20px;
                    right: 16px;
                    padding: 6px;

                    img {
                        height: auto;
                    }
                }
            }

            .card:nth-child(4n+2),
            .card:nth-child(4n+3) {
                background-color: var(--base-text-color-light);
                color: black;
            }

            .card:nth-child(2n) {
                background-color: var(--blue-70);
                color: var(--base-text-color-light);
            }
        }

        .label-button {
            margin-top: 8px;
            padding: 12px;

            span {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

            svg {
                height: 20px;
                width: 20px;
            }
        }


        .toggle:checked~.cards>:nth-child(n+5) {
            display: none;
        }
    }
}

.upload {

    border-radius: var(--component-border-radius);
    background-color: var(--base-color-white);
    padding: 60px 224px;
    position: relative;

    h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
        margin: 0;
        margin-bottom: 32px;
    }

    .pensil {
        position: absolute;
        top: 25px;
        right: 46px;
    }

    .scaner {
        position: absolute;
        top: 40px;
        left: 144px;
    }

}

.red {
    background-color: red;
}


.file-area {
    width: 100%;
    position: relative;
    font-size: 18px;

    input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

    .file-dummy {
        width: 100%;
        padding: 31px;
        text-align: center;
        border-radius: var(--component-border-radius);
        border: 1px dashed var(--blue-100);
        background-color: var(--blue-20);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        color: var(--black-50);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-direction: column;
    }

    input[type=file]:valid+.file-dummy {
        border-color: var(--blue-100);
    }
}

@media screen and (max-width: 550px) {
    .upload {
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }

        .pensil {
            position: absolute;
            top: 7px;
            right: -78px;
            scale: 0.3;
        }

        .scaner {
            position: absolute;
            top: 18px;
            left: -8px;
            scale: 0.5;
        }

    }

    .file-area {
        padding: 0 16px;

        .file-dummy {
            padding: 32px 16px;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0%;
        }
    }
}

.service_package {

    background-color: var(--blue-100);
    padding: 50px 53px;
    border-radius: var(--component-border-radius);

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: center;
        color: var(--base-color-white);
        margin: 0;
        margin-bottom: 40px;
    }

    .cards {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;

        .card {
            grid-template-rows: subgrid;
            grid-row: span 5;
            display: grid;
            align-items: end;
            background-color: var(--base-color-white);
            padding: 32px;
            border-radius: var(--component-border-radius);

            h3 {
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
                margin: 0;
                margin-bottom: 24px;
            }

            p {
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                margin: 0;
                margin-bottom: 40px;
            }

            .details {
                display: none;
            }

            ul {
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                margin: 0;
                margin-bottom: 118px;
                list-style-type: none;
                padding: 0;

                li {
                    margin: 0;
                    margin-bottom: 16px;
                }

                li::before {
                    content: url("/restapi/getfile?code=images-17ed9bfb-656f-415b-87ab-8c087a70e0cb&attachment=true");
                    color: var(--blue-100);
                    margin-right: 8px;
                    vertical-align: middle;
                    width: 24px;
                    height: 24px;
                }
            }

            strong {
                font-weight: 600;
                font-size: 36px;
                line-height: 40px;
            }

            .banner__button_invert {
                margin-top: 24px;
                width: 100%;
                justify-content: space-between;
            }
        }
    }
}

.label {
    display: flex;
    gap: 16px;
    padding: 8px 24px;
    background-color: var(--blue-20);
    border-radius: 30px;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-hz);
    margin-bottom: 24px;
}

@media screen and (max-width: 550px) {
    .service_package {
        padding: 32px 16px;
        border-radius: 0;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 22px;
        }

        .cards {
            grid-template-columns: 1fr;
            gap: 8px;

            .card {
                padding: 16px;

                h3 {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 24px;
                    margin-bottom: 8px;
                }

                p {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                    margin-bottom: 16px;
                }

                .details {
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 18px;
                    color: var(--blue-100);
                    display: flex;
                    align-items: center;
                    margin-bottom: 32px;
                }

                .details.active {
                    margin-bottom: 0;

                    .svg {
                        transform: rotate(180deg);
                    }
                }

                ul {

                    margin-top: 12px;
                    display: none;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    margin-bottom: 32px;

                    li {
                        margin-bottom: 8px;
                    }

                }

                strong {
                    font-size: 24px;
                    line-height: 30px;
                    margin-top: 32px;
                }
            }
        }
    }

    .label {
        padding: 4px 12px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
    }
}

.clients {
    display: grid;
    gap: 32px;

    background-color: var(--blue-50);
    padding: 60px 44px;
    border-radius: var(--component-border-radius);

    .label {
        background-color: var(--base-color-white);
        margin: auto;
    }

    >p {
        margin: 0 307px;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;

        span {
            color: var(--blue-100);
        }
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        row-gap: 16px;

        .card {
            position: relative;
            padding: 32px;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            text-align: center;
            height: 268px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: -2px 2px 7px 0px #00000033;

            img {
                max-width: 235px;
                max-height: 150px;
            }
        }

        .many {
            >a {
                position: absolute;
                right: 32px;
                bottom: 32px;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                color: var(--blue-100);
            }

            img {
                max-width: 352px;
                max-height: 200px;
            }
        }
    }
}

.request-form {
    padding: 60px 44px;
    background-color: var(--black-100);
    background-image: url(/restapi/getfile?code=images-2c8e5bbb-1c5e-402e-a70a-9d2ea1b52b9c&attachment=true);
    background-repeat: no-repeat;
    border-radius: var(--component-border-radius);

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;

    h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0%;
        color: var(--base-color-white);
        margin: 0;
    }

    .form {
        background-color: var(--base-color-white);
        padding: 40px;
        border-radius: var(--component-border-radius);

        input {
            border: 1px solid var(--black-50);
            border-radius: var(--component-border-radius);
            padding: 16px;
            width: 100%;
            margin-bottom: 16px;
            color: var(--black-100);
        }

        .req {
            color: var(--reqired-color);
            margin-left: 5px;
        }

        input:hover {
            border: 1px solid var(--blue-100);
        }

        input:focus {
            border: 1px solid var(--black-100);
            outline: none;
        }

        label {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: var(--black-50);
        }

        .checkbox-container {
            position: relative;
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
            cursor: pointer;

            input {
                margin: 0;
                display: none;
            }

            input:checked+.checkmark {
                background-color: var(--blue-100);
                border: 1px solid var(--blue-100);
            }

            .checkmark {
                height: 22px;
                min-width: 22px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1px solid var(--blue-50);
            }

            p {
                margin: 0;
            }

            a {
                color: var(--blue-100);
                text-decoration: none;
            }
        }

        .banner__button_invert {
            width: 100%;
            justify-content: space-between;
        }
    }
}

@media screen and (max-width: 550px) {
    .request-form {
        padding: 106px 16px 32px;
        grid-template-columns: 1fr;
        gap: 24px;
        border-radius: 0;
        background-size: 100px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
        }

        .form {
            padding: 16px;

            input {
                padding: 11px 12px;
                width: 100%;
                margin-bottom: 16px;
                color: var(--black-100);
            }

            input::placeholder {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            label {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            .banner__button_invert {
                width: 100%;
                justify-content: space-between;
            }
        }
    }
}

.faq {

    background-color: var(--base-color-white);
    padding: 60px 44px;
    border-radius: var(--component-border-radius);

    h2 {
        margin: 0;
        margin-bottom: 32px;
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
    }

    .faq__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;

        details {

            position: relative;
            background-color: var(--blue-20);
            padding: 32px;
            border-radius: var(--component-border-radius);

            summary {
                font-weight: 400;
                font-size: 20px;
                line-height: 24px;

                list-style-type: none;

                ::webkit-details-marker {
                    display: none
                }
            }

            p {
                margin: 0;
                margin-top: 32px;
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
            }

            .marker {
                position: absolute;
                top: 32px;
                right: 32px;
                font-weight: 300;
                font-size: 32px;
                line-height: 24px;
            }

            .marker::before {
                content: url(/restapi/getfile?code=images-24dfe01d-2680-4a6f-841b-d158594bfd86&attachment=true);
            }
        }

        details[open] {
            background-color: var(--blue-100);
            color: var(--base-color-white);

            .marker::before {
                content: url(/restapi/getfile?code=images-8c6af8a6-43b0-4168-9332-296fec9c5004&attachment=true);
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .faq {
        padding: 32px 16px;
        border-radius: 0;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        .faq__content {
            details {
                padding: 16px;

                summary {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 20px;
                    width: 90%;
                }

                p {
                    margin-top: 16px;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                }

                .marker {
                    position: absolute;
                    top: 16px;
                    right: 16px;
                    font-weight: 300;
                    font-size: 32px;
                    line-height: 24px;
                }

                .marker::before {
                    content: url(/restapi/getfile?code=images-24dfe01d-2680-4a6f-841b-d158594bfd86&attachment=true);
                }
            }

            details[open] {
                background-color: var(--blue-100);
                color: var(--base-color-white);

                .marker::before {
                    content: url(/restapi/getfile?code=images-8c6af8a6-43b0-4168-9332-296fec9c5004&attachment=true);
                }
            }
        }
    }
}


/* анимации */
.anim-delay-04 {
    animation-delay: 0.4s !important;
}

.anim-delay-06 {
    animation-delay: 0.6s !important;
}

.anim-delay-08 {
    animation-delay: 0.8s !important;
}

.hidden {
    opacity: 0;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.2s;
    animation-play-state: paused;
    /* задержка перед началом */
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.robot-fade-in-left {
    transform: translateX(90px);
    animation: fadeInLeft 1s ease-out forwards;
    animation-delay: 0.2s;
    /* задержка перед началом */
}

@keyframes fadeInLeft {
    to {
        transform: translateX(0);
    }
}

.robot-fade-in-left {
    animation: fadeInLeft 1s ease-out forwards;
    animation-play-state: paused;
}

.play * {
    animation-play-state: running;
}

@keyframes hoverWhyUsCardBg {
    from {
        height: 0;
        width: 0;
        top: 0;
        right: 0;
    }

    to {
        height: 1500px;
        width: 1500px;
        top: -750px;
        right: -750px;
    }
}

@keyframes hoverWhyUsCardBgBack {
    from {
        height: 1500px;
        width: 1500px;
        top: -750px;
        right: -750px;
    }

    to {
        height: 0;
        width: 0;
        top: 0;
        right: 0;
    }
}

@keyframes hoverWhyUsCardColor {
    from {
        color: var(--text-color-blue);
    }

    to {
        color: var(--base-color-white);
    }
}




.flip-card {
    background-color: transparent;
    border: 1px solid #f1f1f1;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    display: contents;
    color: black;
}

/* Style the back side */
.flip-card-back {
    border-radius: var(--component-border-radius);
    padding: 35px 53px;
    background-color: var(--black-100);
    color: var(--base-color-white);
    transform: rotateY(180deg);

    p {
        margin: 0;
        margin-bottom: 9px;
        max-lines: 9;
    }

    p,
    a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: start;
        color: var(--base-color-white);
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .clients {
        display: grid;
        gap: 32px;
        padding: 32px 16px;

        >p {
            margin: 0;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }

        .cards {
            grid-template-columns: 1fr;
            row-gap: 8px;

            .card {
                padding: 16px;
                height: auto;

                img {
                    max-width: 106px;
                    max-height: 42px;
                    text-align: left;
                }
            }

            .many {
                display: none;
            }
        }
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: none;
    }

    .flip-card-front {
        display: block;
        position: unset;
        text-align: left;
    }

    /* Style the back side */
    .flip-card-back {
        position: unset;
        transform: none;
        padding: 0;
        background-color: inherit;

        p {
            color: var(--black-100);
            max-lines: 6;
        }
    }
}

.time_reduction {

    background-color: var(--blue-100);
    border-radius: var(--component-border-radius);
    padding: 60px 44px;

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: center;
        color: var(--base-color-white);
        margin: 0;
        margin-bottom: 32px;

        span {
            color: var(--yellow-100);
        }
    }

    .table {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: repeat(6, min-content);
        row-gap: 32px;
        column-gap: 12px;
        color: var(--base-color-dark);

        div {
            display: grid;
            grid-row-start: 1;
            grid-row-end: 7;
            grid-template-rows: subgrid;
            padding: 40px 44px;
            border-radius: var(--component-border-radius);
            background-color: var(--base-color-white);
        }

        h3 {
            font-weight: 600;
            font-size: 32px;
            line-height: 36px;
            margin: 0;
        }

        p {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
        }

        strong {
            margin-top: 12px;
            font-weight: 600;
            font-size: 32px;
            line-height: 36px;
        }

        .default_doc {
            background-color: var(--blue-20);

            p {
                color: var(--black-50);
            }

            strong {
                color: var(--red);
            }
        }

        .bpm strong {
            color: var(--blue-100);
        }

        img {
            max-width: 209px;
        }
    }
}

@media screen and (max-width: 550px) {
    .time_reduction {
        position: relative;
        border-radius: 0;
        padding: 32px 16px;
        overflow: hidden;

        h2 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }

        .table {
            overflow-x: scroll;
            width: 100%;
            position: absolute;
            grid-template-columns: repeat(3, max-content);
            column-gap: 4px;
            row-gap: 16px;
            margin-right: 20px;

            div {
                padding: 16px;
            }

            h3 {
                font-weight: 600;
                font-size: 24px;
                line-height: 30px;
            }

            p {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

            strong {
                margin-top: 4px;
                font-weight: 600;
                font-size: 24px;
                line-height: 30px;
            }
        }

        .empty {
            height: 274px;
        }
    }
}

.integtration {

    padding: 60px 44px;
    background-color: var(--blue-50);
    border-radius: var(--component-border-radius);
    position: relative;
    height: 530px;
    background-image: url(/restapi/getfile?code=write.svg&attachment=true);
    background-repeat: no-repeat;
    background-position: right 0px;

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        margin: 0;
    }

    .integtration_cards {
        width: 100%;
        height: 100%;
        position: relative;

        img {
            border: var(--blue-20) 1px solid;
            position: absolute;
            background-color: var(--blue-20);
            padding: 42px 60px;
            border-radius: var(--component-border-radius);
            box-shadow: 0px 10px 20px 0px #24272914;
        }

        >img:nth-child(1) {
            height: 153px;
            top: -34px;
            left: 337px;
            z-index: 5;
        }

        >img:nth-child(2) {
            width: 256px;
            top: 45px;
            left: 117px;
            z-index: 4;
        }

        >img:nth-child(3) {
            height: 173px;
            top: 69px;
            left: 573px;
            z-index: 3;
        }

        >img:nth-child(4) {
            height: 142px;
            top: 156px;
            left: 426px;
            z-index: 2;
        }

        >img:nth-child(5) {
            height: 140px;
            top: 198px;
            left: 13px;
            z-index: 1;
        }
    }

    .buttons {
        display: flex;
        flex-direction: column;
        position: absolute;
        gap: 24px;
        align-items: flex-end;
        bottom: 60px;
        right: 44px;

        p {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: var(--blue-100);
            margin: 0;
        }

        a {
            margin: 0;
        }
    }
}

@media screen and (max-width: 550px) {

    .integtration {
        padding: 32px 16px;
        height: 458px;
        background-image: none;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
        }

        .integtration_cards {
            img {
                padding: 20px 28px;
            }

            >img:nth-child(1) {
                height: 81px;
                top: 24px;
                left: 107px;
            }

            >img:nth-child(2) {
                width: 136px;
                top: 66px;
                left: -4px;
            }

            >img:nth-child(3) {
                height: 93px;
                top: 87px;
                left: 179px;
            }

            >img:nth-child(4) {
                height: 76px;
                top: 110px;
                left: 100px;
            }

            >img:nth-child(5) {
                height: 74px;
                top: 174px;
                left: 10px;
            }
        }

        .buttons {
            gap: 16px;
            bottom: 32px;
            right: 0;
            left: 0;
            align-items: center;

            p {
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
            }

            a {
                margin: 0;
            }
        }
    }
}

.partners_banners {
    position: relative;
    padding: 60px 44px;

    display: flex;
    flex-direction: column;

    h2 {
        margin: 0;
        font-size: 36px;
        line-height: 50px;
        text-align: center;

        span {
            color: var(--blue-100);
        }

    }

    .partners_banner__logos {
        top: 154px;
        bottom: unset;
    }

    .partners_banner__empty {
        height: 168px;
    }

    a {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline !important;
        color: var(--blue-100);
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .partners_banners {
        position: relative;
        padding: 60px 44px;

        display: flex;
        flex-direction: column;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
        }

        .partners_banner__logos {
            top: 150px;
        }
    }
}

.work_process {
    display: grid;
    gap: 32px;
    padding: 60px 44px;

    background-color: var(--blue-50);
    border-radius: var(--component-border-radius);

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        margin: 0;
    }

    .radios {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;

        label {
            position: relative;
            padding: 40px 16px;
            border-radius: var(--component-border-radius);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: var(--base-color-white);
            color: var(--blue-100);

            p {
                margin: 0;
                text-align: center;
                font-weight: 500;
                font-size: 22px;
                line-height: 26px;
            }

            svg {
                position: absolute;
                bottom: 24px;
            }
        }

        input {
            display: none;
        }

        input:checked+label {
            background-color: var(--blue-100);
            color: var(--base-color-white);
        }
    }

    .work_process_cards {
        padding: 0 80px;
        display: none;
        position: relative;
    }

    .work_process_cards.active {
        display: grid;
    }

    .work_process_card {
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;

        h3 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: var(--blue-100);
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: var(--black-100);
        }

        video {
            width: 100%;
            border-radius: var(--component-border-radius);
            background-color: var(--black-50);
        }
        img {
            width: 100%;
            border-radius: var(--component-border-radius);
        }
    }

    .work_process_card.active {
        display: grid;
    }

    .work_process_content+div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .left_arrow {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 0;
        padding: 8px;
        background-color: var(--base-color-white);
        border-radius: 30px;
    }

    .right_arrow {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0;
        padding: 8px;
        transform: rotate(180deg);
        background-color: var(--base-color-white);
        border-radius: 30px;
    }
}

@media screen and (max-width: 550px) {
    .work_process {
        gap: 24px;
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
        }

        .radios {
            gap: 10px;
            overflow-x: scroll;

            label {
                padding: 12px 48px 22px 48px;

                p {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                }

                svg {
                    scale: 0.5;
                    bottom: 12px;
                }
            }
        }

        .work_process_cards {
            padding: 0;
        }

        .work_process_card {
            grid-template-columns: repeat(1, 1fr);
            gap: 16px;

            h3 {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

            p {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            video {
                width: 100%;
            }
        }

        .left_arrow {
            display: none;
        }

        .right_arrow {
            display: none;
        }
    }
}

.banner_mini_cards.white {
    .banner_mini_cards__banner {
        padding: 103px 88px;
        background-color: var(--base-color-white);
        color: var(--blue-100);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        color: var(--blue-100);
        background-color: var(--base-color-white);
        gap: 44px;
        row-gap: 28px;

        h1 {
            grid-column: 1/1;
            text-align: left;
            margin: 0;
        }

        p {
            grid-column: 1/2;
            text-align: left;
            margin: 0;
        }

        .banner__button_invert {
            margin: 0;
            grid-column: 1/2;
        }

        img {
            width: 672px;
            right: 0;
            top: 42px;
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.white {
        .banner_mini_cards__banner {
            padding: 74px 12px;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 24px;

            h1 {
                text-align: left;
                text-align: center;
            }

            p {
                margin-top: -14px;
                text-align: center;
            }

            .banner__button_invert {
                margin: 0;
                margin: auto;
            }

            img {
                position: unset;
                width: 100%;
            }
        }
    }
}

.banner_mini_cards.kedo {
    color: var(--black-20);

    strong {
        font-weight: 700;
    }

    .banner_mini_cards__banner {
        padding: 103px 88px;
        background-color: var(--base-color-white);
        color: var(--blue-100);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        color: var(--base-color-white);
        background-color: var(--blue-70);
        gap: 44px;
        row-gap: 28px;

        h1 {
            grid-column: 1/1;
            text-align: left;
            margin: 0;
        }

        p {
            grid-column: 1/2;
            text-align: left;
            margin: 0;
        }

        .banner__button {
            margin: 0;
            grid-column: 1/2;
        }

        img {
            width: 672px;
            right: 0;
            top: 42px;
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.kedo {
        .banner_mini_cards__banner {
            padding: 74px 12px;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 24px;

            h1 {
                text-align: left;
                text-align: center;
            }

            p {
                margin-top: -14px;
                text-align: center;
            }

            .banner__button {
                margin: 0;
                margin: auto;
            }

            img {
                position: unset;
                width: 100%;
            }
        }
    }

}


.banner_mini_cards.blue {
    .banner_mini_cards__banner {
        padding: 103px 88px;
        background-color: var(--base-color-white);
        color: var(--blue-100);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        color: var(--base-color-white);
        background-color: var(--blue-70);
        gap: 44px;
        row-gap: 28px;

        h1 {
            grid-column: 1/1;
            text-align: left;
            color: var(--yellow-100);
            margin: 0;
        }

        p {
            grid-column: 1/2;
            text-align: left;
            margin: 0;
        }

        .banner__button, .banner__button_invert {
            margin: 0;
            grid-column: 1/2;
        }

        img {
            width: 672px;
            right: 0;
            top: 42px;
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.blue {
        .banner_mini_cards__banner {
            padding: 74px 12px;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 24px;

            h1 {
                text-align: left;
                color: var(--yellow-100);
                text-align: center;
            }

            p {
                margin-top: -14px;
                text-align: center;
            }

            .banner__button, .banner__button_invert {
                margin: 0;
                margin: auto;
            }

            img {
                position: unset;
                width: 100%;
            }
        }
    }

}

.row-images-component {
    padding: 60px 44px;

    background-color: var(--blue-50);
    border-radius: var(--component-border-radius);

    h2 {
        margin-bottom: 32px;
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        margin: 0;
        margin-bottom: 32px;
    }

    .rows {
        display: grid;
        gap: 24px;

        .row {
            display: grid;
            grid-template-columns: 45% 55%;
            gap: 8px;
            height: 352px;

            div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                border-radius: var(--component-border-radius);
                padding: 40px;
            }

            .row_content {
                background-color: var(--base-color-white);

                h3 {
                    color: var(--blue-100);
                    margin: 0;
                    margin-bottom: 12px;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 24px;
                }

                p,
                ul {
                    color: var(--black-100);
                    margin: 0;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 20px;
                }
            }

            .img {
                background-color: var(--blue-20);

                img {
                    margin: auto;
                    max-height: 272px;
                    max-width: 400px;
                }
            }
        }

        .row.revers {
            grid-template-columns: 55% 45%;

            .img {
                grid-row: 1;
                grid-column: 1;
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .row-images-component {
        padding: 32px 16px;
        border-radius: 0;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        .rows {
            gap: 16px;
            grid-template-rows: repeat(4, 1fr);

            .row {
                grid-template-columns: 1fr;
                grid-template-rows: 1fr 1fr;
                gap: 4px;
                height: auto;

                div {
                    padding: 20px 16px;
                }

                .row_content {
                    background-color: var(--base-color-white);

                    h3 {
                        margin-bottom: 8px;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 20px;
                    }

                    p {
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 18px;
                    }
                }

                .img {
                    background-color: var(--blue-20);

                    img {
                        margin: auto;
                        max-height: 100%;
                        max-width: 100%;
                    }
                }
            }

            .row.revers {
                grid-template-columns: 1fr;

                .img {
                    grid-row: auto;
                    grid-column: auto;
                }
            }
        }
    }
}

.req-banner {
    background-color: var(--black-100);
    border-radius: var(--component-border-radius);
    padding: 60px 44px;
    color: var(--base-color-white);

    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;

    h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        margin: 0;
        margin-bottom: 24px;
        span {
            color: var(--yellow-100);
        }
    }

    img {
        position: relative;
        top: 16px;
        left: 150px;
    }

    .banner__button {
        margin: 0;
    }
}

@media screen and (max-width: 550px) {
    .req-banner {
        border-radius: 0;
        padding: 32px 16px;
        grid-template-columns: 1fr;
        gap: 8px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        img {
            position: unset;
            scale: unset;
            height: 100px;
            transform: rotate(0);
            grid-row: 1;
        }
    }
}

.req-banner.light {
    background-color: var(--blue-70);

    img {
        position: relative;
        scale: 2.5;
        top: 10px;
        left: 118px;
        transform: rotate(0);
    }
}

@media screen and (max-width: 550px) {
    .req-banner.light img {
        scale: 1;
        top: -33px;
        left: 0;
    }
}

.case {

    color: var(--black-100);

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    column-gap: 24px;

    .bread {
        grid-column: 1 /span 12;
        color: var(--black-50);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        gap: 4px;

        a {
            text-decoration: none;
            color: var(--blue-100);
        }
    }

    .back {
        grid-column: 1 /span 2;
        padding: 20px 54px;
        display: flex;
        gap: 16px;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        height: fit-content;
        align-items: center;
    }

    .post {
        grid-column: 3 /span 6;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        padding: 40px;
        display: flex;
        flex-direction: column;

        img {
            height: 88px;
            width: min-content;
            margin-bottom: 12px;
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            margin: 0;
            margin-bottom: 12px;
        }
    }

    .case-review {
        grid-column: 3 /span 6;
        background-color: var(--blue-100);
        border-radius: var(--component-border-radius);
        padding: 40px;
        display: flex;
        flex-direction: column;
        color: var(--base-color-white);

        img {
            max-height: 115px;
            max-width: max-content;
            border-radius: 100px;
            margin-bottom: 12px;
        }

        p {
            margin: 0;
            margin-bottom: 12px;
        }

        .label {
            color: var(--base-color-white);
            border-color: var(--base-color-white);
            background-color: var(--blue-100);
        }
    }

    .cases-list {
        grid-column: 9 /span 4;
        grid-row: 2/ span 2;
        background-color: var(--blue-50);
        border-radius: var(--component-border-radius);
        padding: 24px;

        h2 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 24px;

            span {
                color: var(--blue-100);
            }
        }

        .cards {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
    }

    .label {
        padding: 4px 16px;
        border-radius: 30px;
        border: solid 1px var(--blue-100);
        color: var(--blue-100);
        background-color: var(--base-color-white);
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .case {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        column-gap: 24px;

        >div {
            margin-right: 16px;
            margin-left: 16px;
        }

        .bread {
            grid-column: 1;
        }

        .back {
            grid-column: auto;
            display: none;
        }

        .post {
            grid-column: 1;
            padding: 16px;

            img {
                height: 40px;
            }

            p {
                font-size: 12px;
                line-height: 18px;
            }
        }

        .case-review {
            grid-column: 1;
            padding: 16px;

            img {
                max-height: 60px;
            }

            p {
                font-size: 12px;
                line-height: 18px;
            }
        }

        .cases-list {
            grid-column: 1;
            grid-row: auto;
            margin: 0;
            border-radius: 0;
            padding: 24px;

            h2 {
                font-size: 14px;
                line-height: 20px;
            }

            .cards {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
        }

        .label {
            font-size: 12px;
            line-height: 18px;
        }
    }
}

@media screen and (max-width: 550px) {
    .companies_card {
        padding: 16px;
    }

    .company_card__tag {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
    }

    .company_card__link {
        height: 32px;
        width: 32px;
    }

    .company_card__logo {
        max-height: 60px;
        max-width: max-content;
    }

    .company_card__content {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
}


.blog_banner {
    background: var(--blue-100);
    color: var(--base-color-white);

    border-radius: var(--component-border-radius);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    h1 {
        font-weight: 500;
        font-size: 42px;
        line-height: 50px;
    }

    img {
        position: relative;
    }

    .first {
        left: 44px;
    }
}

@media screen and (max-width: 550px) {
    .blog_banner {
        margin-left: 16px;
        margin-right: 16px;

        h1 {
            position: absolute;
            font-weight: 600;
            font-size: 24px;
            line-height: 28px;
        }

        img {
            position: relative;
            display: none;
            width: 100%;
        }

        .first {
            display: block;
            left: 0;
            right: 0;
        }
    }

}

.blog_content {

    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 8px;
    color: var(--black-100);

    article {
        position: relative;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);

        .body {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 32px;

            img {
                width: 40px;
                
                border-radius: 30px;
            }

            p {
                margin: 0;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            time {
                color: var(--black-50);
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
            }

            .author {
                font-weight: 400;
                font-size: 20px;
                line-height: 24px;

                display: flex;
                gap: 8px;
                align-items: center;
            }
        }

        img {
            width: 100%;
            border-radius: var(--component-border-radius);
        }

        a {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 32px;
            right: 32px;
            width: 40px;
            height: 40px;
            border-radius: 30px;
            background-color: var(--blue-20);
        }
    }
}

@media screen and (max-width: 550px) {

    .blog_content {
        margin-left: 16px;
        margin-right: 16px;
        grid-template-columns: 1fr;

        article {
            img {
                width: 100%;
                border-radius: var(--component-border-radius);
            }

            .body {
                padding: 16px;

                img {
                    width: 24px;
                    height: 24px;
                }

                p {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 18px;
                }

                time {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                }

                .author {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 18px;
                }
            }

            a {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                top: 16px;
                right: 16px;
                width: 32px;
                height: 32px;
                border-radius: 30px;
                background-color: var(--blue-20);

                svg {
                    width: 11px;
                }
            }
        }
    }
}

.blog {

    color: var(--black-100);

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    column-gap: 24px;

    .bread {
        grid-column: 1 /span 12;
        color: var(--black-50);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        gap: 4px;

        a {
            text-decoration: none;
            color: var(--blue-100);
        }
    }

    .back {
        grid-column: 1 /span 2;
        padding: 20px 54px;
        display: flex;
        gap: 16px;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        height: fit-content;
        align-items: center;
    }

    .blog-post {
        height: min-content;
        grid-column: 3 /span 6;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        padding: 40px;
        display: flex;
        flex-direction: column;

        h2 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            margin-bottom: 12px;
        }

        time {
            color: var(--black-50);
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 12px;
        }

        .author {
            margin-bottom: 12px;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;

            display: flex;
            gap: 8px;
            align-items: center;

            img {
                width: 80px;
                border-radius: 40px;
            }
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            margin: 0;
            margin-bottom: 12px;
        }

        .links {
            p {
                margin-bottom: 12px;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: var(--black-50);
            }

            div {
                display: flex;
                gap: 8px;

                svg {
                    height: 40px;
                    width: 40px;
                    padding: 8px;
                    background-color: var(--blue-20);
                    border-radius: 6px;
                }
            }
        }
    }

    .blog-list {
        background-color: var(--blue-50);
        padding: 24px;
        border-radius: var(--component-border-radius);
        grid-column: 9 /span 4;


        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;

        h2 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            margin-bottom: 24px;

            span {
                color: var(--blue-100);
            }
        }

        article {
            margin-bottom: 8px;
            position: relative;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);

            .body {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding: 32px;

                img {
                    width: 40px;
                    border-radius: 30px;
                }

                p {
                    margin: 0;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

                time {
                    color: var(--black-50);
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 20px;
                }

                .author {
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 24px;

                    display: flex;
                    gap: 8px;
                    align-items: center;
                }
            }

            img {
                width: 100%;
                border-radius: var(--component-border-radius);
            }

            a {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                top: 32px;
                right: 32px;
                width: 40px;
                height: 40px;
                border-radius: 30px;
                background-color: var(--blue-20);
            }
        }
    }

    .label {
        padding: 4px 16px;
        border-radius: 30px;
        border: solid 1px var(--blue-100);
        color: var(--blue-100);
        background-color: var(--base-color-white);
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 550px) {
    .blog {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 8px;

        .bread {
            grid-column: 1;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            margin-left: 16px;
            margin-right: 16px;
        }

        .back {
            display: none;
        }

        .blog-post {
            margin-left: 16px;
            margin-right: 16px;
            padding: 16px;
            grid-column: 1;

            time {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            .author {
                font-weight: 400;
                font-size: 14px;
                line-height: 18px;

                img {
                    width: 40px;
                    height: 40px;
                    border-radius: 40px;
                }
            }

            h2 {
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
            }

            p {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            .links {
                p {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 20px;
                }
            }
        }

        .blog-list {
            border-radius: 0;
            padding: 16px;
            grid-column: 1;

            grid-template-columns: 1fr;
            gap: 8px;

            h2 {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 8px;

                span {
                    color: var(--blue-100);
                }
            }

            article {
                margin-bottom: 8px;

                .body {
                    gap: 6px;
                    padding: 16px;

                    img {
                        width: 24px;
                        height: 24px;
                    }

                    p {
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 18px;
                    }

                    time {
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 18px;
                    }

                    .author {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 18px;
                    }
                }

                img {
                    width: 100%;
                    border-radius: var(--component-border-radius);
                }

                a {
                    position: absolute;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    top: 32px;
                    right: 32px;
                    width: 40px;
                    height: 40px;
                    border-radius: 30px;
                    background-color: var(--blue-20);
                }
            }
        }

        .label {
            padding: 4px 16px;
            border-radius: 30px;
            border: solid 1px var(--blue-100);
            color: var(--blue-100);
            background-color: var(--base-color-white);
            margin-bottom: 12px;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }
    }
}

.faq-banner {
    border-radius: var(--component-border-radius);
    background-color: var(--blue-100);
    display: flex;
    padding: 70px;
    justify-content: space-evenly;

    .mobile {
        display: none;
    }

    h1 {
        font-weight: 500;
        font-size: 42px;
        line-height: 50px;
        margin: 0;
        margin-bottom: 32px;
        color: var(--base-color-white);
    }

    >div div span,
    p {

        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: var(--blue-70);
        margin: 0;
    }

    >div div span {
        text-decoration: underline;

    }

    >div div {
        display: flex;
        gap: 5px;
    }

    input {
        padding: 16px 24px;
        width: 100%;
        border-radius: 30px;
        border: 0;
        margin-bottom: 14px;
        /* background-image: url(/assets/vectors/faq/3.svg); */
        background-repeat: no-repeat;
        background-position: 24px;
        padding-left: 25px;
        background-size: 24px;
    }
}

.buttons {

    display: flex;
    justify-content: center;

    div {
        display: flex;
        gap: 8px;

        input {
            display: none;
        }

        input:checked+label {
            background-color: var(--blue-100);
            color: var(--base-color-white);

            path {
                fill: var(--base-color-white);
            }
        }

        label {
            cursor: pointer;
            padding: 24px 60px;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            display: flex;
            gap: 16px;
            align-items: center;

            path {
                fill: var(--blue-100);
            }
        }
    }
}

.videos {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;

    article {
        background-color: #FFFFFF;
        border-radius: var(--component-border-radius);

        p {
            padding: 32px;
            margin: 0;
        }

        video {
            background-color: var(--black-100);
            width: 100%;
            border-radius: var(--component-border-radius);
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }
    }
}

@media screen and (max-width: 550px) {
    .faq-banner {
        margin-left: 16px;
        margin-right: 16px;
        padding: 12px;
        justify-content: center;
        flex-direction: column;

        .mobile {
            display: block;
        }

        .desc {
            display: none;
        }

        h1 {
            font-weight: 600;
            font-size: 24px;
            line-height: 28px;
            text-align: center;
        }

        >div div span,
        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }

        >div div span {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
        }

        >div div {
            display: flex;
            gap: 5px;
        }

        input {
            padding: 12px 16px;
        }
    }

    .buttons {
        display: flex;
        justify-content: center;

        div {
            margin-left: 16px;
            margin-right: 16px;
            width: 100%;
            display: flex;
            gap: 8px;
            flex-direction: column;

            input {
                display: none;
            }

            input:checked+label {
                background-color: var(--blue-100);
                color: var(--base-color-white);

                path {
                    fill: var(--base-color-white);
                }
            }

            label {
                cursor: pointer;
                padding: 24px 60px;
                background-color: var(--base-color-white);
                border-radius: var(--component-border-radius);
                display: flex;
                gap: 16px;
                align-items: center;

                path {
                    fill: var(--blue-100);
                }
            }
        }
    }

    .videos {
        margin-left: 16px;
        margin-right: 16px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;

        article {
            p {
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
            }
        }
    }
}


.text_banner {
    padding: 60px 269px;

    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: var(--black-100);

    span {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: var(--blue-100);
    }
}

@media screen and (max-width: 550px) {
    .text_banner {
        padding: 32px 16px;

        font-size: 14px;
        line-height: 20px;

        span {
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
        }
    }
}

.presentation {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);

    article {
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        display: grid;
        gap: 32px;
        position: relative;
        padding: 32px;

        h2 {
            margin: 0;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: var(--black-100);
        }

        a {
            color: var(--blue-100);
            text-decoration: underline !important;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

        img {
            position: relative;
            max-height: 228px;
            border-radius: var(--component-border-radius);
            background-color: var(--blue-70);
            margin-left: -32px;
            margin-right: -32px;
        }
    }
}

@media screen and (max-width: 550px) {
    .presentation {
        margin-left: 16px;
        margin-right: 16px;
        grid-template-columns: repeat(1, 1fr);

        article {
            gap: 16px;
            padding: 16px;

            h2 {
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
            }

            a {
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
            }

            img {
                min-height: 138px;
                margin-left: -16px;
                margin-right: -16px;
            }
        }
    }
}

.banner_mini_cards.black {
    .banner_mini_cards__banner {
        background-color: var(--black-100);
        padding: 110px 380px;
        background-image: url(/restapi/getfile?code=images-3071720a-9f0d-4ba3-8fa5-15016ce428c7&attachment=true);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cards {
        background-color: var(--black-100);
        border-radius: var(--component-border-radius);
        padding: 32px 44px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;

        .card {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            padding: 32px;
            color: var(--black-100);
            font-family: Montserrat;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;

            p {
                margin: 0;
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.black {
        .banner_mini_cards__banner {
            padding: 130px 12px;
            background-image: url(/restapi/getfile?code=images-6c26ade8-f089-41cc-860e-3fed0542ba33&attachment=true);
        }

        .cards {
            padding: 32px 16px;
            grid-template-columns: repeat(1, 1fr);

            .card {
                padding: 16px;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }
        }
    }
}

.why_us {
    .cards.full {
        grid-template-columns: repeat(3, 1fr);

        .card {
            grid-template-columns: 1fr;
            grid-template-rows: 3fr;
            justify-items: center;

            img {
                background-color: var(--blue-20);
                grid-row: unset;
                box-shadow: 0px 10px 20px 0px #24272914;
                margin-bottom: 40px;
            }

            h3 {
                margin-bottom: 12px;

            }

            p {
                grid-column-start: unset;
                text-align: center;
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .why_us {
        border-radius: 0;

        .cards.full {
            grid-template-columns: repeat(1, 1fr);

            .card {
                grid-template-columns: 1fr;
                grid-template-rows: 3fr;

                img {
                    width: 100px;
                    height: auto;
                    background-color: var(--blue-20);
                    grid-row: unset;
                    box-shadow: 0px 10px 20px 0px #24272914;
                    margin-bottom: 20px;
                }

                h3 {
                    margin-bottom: 12px;

                }

                p {
                    grid-column-start: unset;
                    text-align: center;
                }
            }
        }
    }
}

.req-banner.blue {
    background-color: var(--blue-100);

    img {
        scale: 1;
        top: 0;
        left: 0;
        transform: unset;
        position: relative;
        margin-top: -60px;
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 550px) {
    .req-banner.blue {
        img {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }
}

.about_company_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 340px;
    border-radius: var(--component-border-radius);
    background-image: url(/restapi/getfile?code=images-c4a700a6-767a-40be-85f5-3daab12e6347&attachment=true);
    background-size: 100%;
    background-position: center;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: var(--base-color-white);
}

@media screen and (max-width: 550px) {
    .about_company_banner {
        height: 442px;
        background-repeat: no-repeat;
        background-size: cover;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
}

.we {
    padding: 60px 210px;
    display: grid;
    justify-items: center;
    background: var(--base-color-white);

    .label {
        background-color: var(--blue-100);
        color: var(--base-color-white);
    }

    .image_block {
        display: flex;

        img {
            height: 160px;
            width: 160px;
            border-radius: 80px;
            object-fit: cover;
            margin-left: -20px;
            border: 3px solid var(--base-color-white);
        }
    }

    p {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: var(--black-50);

        strong {
            color: var(--black-100);
        }
    }
}

@media screen and (max-width: 550px) {
    .we {
        border-radius: 0;
        padding: 32px 16px;

        .image_block {
            display: flex;

            img {
                height: 80px;
                width: 80px;
                margin-left: -10px;
            }
        }

        p {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }
    }
}

.target {
    background-color: var(--blue-100);
    border-radius: var(--component-border-radius);
    padding: 60px 174px;
    display: grid;
    justify-items: center;
    gap: 32px;

    .label {
        color: var(--blue-100);
    }

    h2 {
        margin: 0;
    }

    p {
        margin: 0;
        font-weight: 500;
        font-size: 30px;
        line-height: 40px;
        text-align: center;

        color: var(--blue-70);

        strong {
            color: var(--base-color-white);
        }
    }
}

@media screen and (max-width: 550px) {
    .target {
        padding: 32px 16px;
        gap: 24px;

        p {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
        }
    }
}

.map-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 60px 44px;
    background-color: var(--base-color-white);
    border-radius: var(--component-border-radius);

    .social-links {
        grid-column-start: unset;
        display: flex;
        justify-content: flex-end;
        align-content: flex-start;

        div {
            background-color: var(--blue-20);
        }
    }

    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        color: var(--black-100);
        margin: 0;
    }

    .con {
        grid-column-start: 1;
        display: grid;
        gap: 16px;
    }

    .contact {
        display: flex;
        gap: 60px;
    }

    div {
        h3 {
            font-weight: 500;
            font-size: 18px;
            line-height: 26px;
            color: var(--black-100);
            margin: 0;
        }

        address {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: var(--black-50);
        }

        time {

            color: var(--black-100);
            margin-bottom: 12px;
        }

        a {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: var(--black-100);
            display: flex;
            align-items: center;
            gap: 8px;

            svg {
                padding: 10px;
                height: 40px;
                width: 40px;
                border-radius: 30px;
                background: var(--blue-50);
            }
        }

    }

    iframe {
        border-radius: var(--component-border-radius);
        grid-column: 2 span;
    }
}

@media screen and (max-width: 550px) {
    .map-widget {
        border-radius: 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
        }

        .social-links {
            grid-column-start: 1;
            justify-content: start;
        }

        .con {
            gap: 8px;
        }

        .contact {
            flex-direction: column;
            gap: 8px;
        }

        div {
            h3 {
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
            }

            address {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            time {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

        }

        iframe {
            border-radius: var(--component-border-radius);
            grid-column: 1 span;
        }
    }
}

.banner_mini_cards.multi {
    .banner_mini_cards__banner {
        padding: 20px;

        .con {
            margin-left: 68px;
            grid-row: 3 span;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center;
            gap: 28px;
        }

        .images-block {
            grid-column-start: 2;
            grid-row-start: 1;
            grid-row-end: 4;

            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-template-rows: repeat(2, 1fr);
            column-gap: 6px;
            row-gap: 8px;

            img {
                height: auto;
                width: auto;
                position: unset;
                width: 100%;
                height: 100%;
                border-radius: var(--component-border-radius);
                object-fit: cover;
            }

            div {
                background-color: var(--blue-70);
                border-radius: var(--component-border-radius);
            }

            #b1 {
                grid-column: 3 span;
            }

            #b2 {
                grid-column: 3 span;
                grid-row: 2 span;
            }

            #b3 {
                grid-column: 2 span;
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.multi {
        .banner_mini_cards__banner {
            padding: 67px 12px 12px 12px;

            .con {
                margin-left: 0;
                gap: 24px;
            }

            .images-block {
                grid-column-start: unset;
                grid-row-start: unset;
                grid-row-end: unset;
                column-gap: 2px;
                row-gap: 4px;

                img {
                    border-radius: 8px;
                    scale: 1;
                }

                div {
                    border-radius: 8px;
                }
            }
        }
    }
}


.why_us {
    .cards-pyramida {
        display: grid;
        gap: 8px;
        justify-items: center;

        >div {
            display: flex;
            gap: 8px;
        }

        .card {
            display: grid;
            justify-items: center;
            max-width: 400px;
            padding: 48px 32px;
            border-radius: var(--component-border-radius);
            background-color: var(--base-color-white);

            img {
                padding: 40px;
                border-radius: var(--component-border-radius);
                box-shadow: 0px 10px 20px 0px #24272914;
                margin-bottom: 24px;
            }

            h3 {
                margin: 0;
                margin-bottom: 12px;
                color: var(--blue-100);
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                text-align: center;
            }

            p {
                margin: 0;
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                text-align: center;
            }
        }
    }
}

@media screen and (max-width: 550px) {
    .why_us {
        .cards-pyramida {
            >div {
                display: grid;
            }

            .card {
                padding: 32px 16px;

                img {
                    height: 64px;
                    width: 64px;
                    padding: 16px;
                    margin-bottom: 16px;
                }

                h3 {
                    margin-bottom: 8px;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                }

                p {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 18px;
                }
            }
        }
    }
}

.vacantions {
    border-radius: var(--component-border-radius);
    background-color: var(--blue-50);
    padding: 60px 44px;
    gap: 12px;
    h2 {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        margin: 0;
        margin-bottom: 32px;
    }

    >a {
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        padding: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block {
        margin-bottom: 8px;
        padding: 40px;
        background-color: var(--base-color-white);
        border-radius: var(--component-border-radius);
        display: grid;
        gap: 12px;

        time {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: var(--black-50);
            margin: 0;
        }

        h3 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: var(--black-100);
            margin: 0;
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: var(--blue-100);
            margin: 0;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;

            .tag {
                padding: 8px 24px;
                background-color: var(--blue-50);
                border-radius: 30px;
            }
        }

        address {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: var(--black-50);
        }

        a {
            margin: 0;
            margin-top: 12px;
        }
    }
}

@media screen and (max-width: 550px) {
    .vacantions {
        border-radius: 0;
        padding: 32px 16px;

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 24px;
        }

        >a {
            padding: 12px;
        }

        .block {
            padding: 20px 16px;
            gap: 8px;

            time {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            h3 {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
            }

            p {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
            }

            .tags {
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;

                .tag {
                    padding: 4px 12px;
                }
            }

            address {
                font-size: 12px;
                line-height: 18px;
            }

            a {
                margin-top: 8px;
            }
        }
    }
}

.vacantions.full {
    grid-column: 10 span;
    background: none;
    padding: 0;
}

@media screen and (max-width: 550px) {
    .vacantions.full {
        grid-column: 1 span;
        padding: 0 16px;
    }
}

.vacantions.single {
    grid-column: 9 /span 4;
    grid-row: 2/ span 2;
    padding: 24px;
    height: min-content;

    h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: var(--black-100);

        span {
            color: var(--blue-100);
        }
    }
}

@media screen and (max-width: 550px) {
    .vacantions.single {
        grid-column: unset;
        grid-row: unset;
        padding: 16px;
        height: min-content;

        h2 {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }
    }
}

.vacantions-full {
    grid-column: 3 /span 6;
    margin-bottom: 8px;
    padding: 40px;
    background-color: var(--base-color-white);
    border-radius: var(--component-border-radius);
    display: grid;
    gap: 12px;

    time {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black-50);
        margin: 0;
    }

    h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: var(--black-100);
        margin: 0;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--blue-100);
        margin: 0;
    }

    div>p {
        color: var(--black-100);
    }

    a {
        margin: 0;
        margin-top: 12px;
    }

    address {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black-50);
    }

}

@media screen and (max-width: 550px) {
    .vacantions-full {
        margin-left: 16px;
        margin-right: 16px;
        grid-column: unset;
        padding: 20px 16px;

        time {
            font-size: 12px;
            line-height: 18px;
        }

        h3 {
            font-size: 14px;
            line-height: 20px;
        }

        p {
            font-size: 12px;
            line-height: 18px;
        }

        a {
            margin-top: 8px;
        }

        address {
            font-size: 12px;
            line-height: 18px;
        }

    }
}

.vacantions-desc {
    grid-column: 3 /span 6;
    margin-bottom: 8px;
    padding: 40px;
    background-color: var(--base-color-white);
    border-radius: var(--component-border-radius);
    display: grid;
    gap: 12px;

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;

        .tag {
            padding: 8px 24px;
            background-color: var(--blue-50);
            border-radius: 30px;
            color: var(--blue-100);
        }
    }

    h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: var(--black-100);
        margin: 0;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black-100);
        margin: 0;
    }

    address {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black-50);
    }
}

@media screen and (max-width: 550px) {
    .vacantions-desc {
        margin-left: 16px;
        margin-right: 16px;
        grid-column: unset;
        padding: 20px 16px;
        gap: 8px;

        .tags {
            display: flex;
            flex-wrap: wrap;
            font-size: 12px;
            line-height: 18px;

            .tag {
                padding: 4px 12px;
            }
        }

        h3 {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

        p {
            font-size: 12px;
            line-height: 18px;
        }

        address {
            font-size: 12px;
            line-height: 18px;
        }
    }
}

.integtration.enamy {
    .integtration_cards {
        img {
            padding: 42px 60px;
            height: 160px;
            width: auto;
        }

        >img:nth-child(1) {
            top: -30px;
            left: 356px;
        }

        >img:nth-child(2) {
            top: -4px;
            left: 190px;
        }

        >img:nth-child(3) {
            top: -13px;
            left: 580px;
        }

        >img:nth-child(4) {
            top: 109px;
            left: 438px;
        }

        >img:nth-child(5) {
            top: 135px;
            left: 661px;
        }

        >img:nth-child(6) {
            top: 179px;
            left: 92px;
        }
    }
}

@media screen and (max-width: 550px) {

    .integtration.enamy {
        height: 560px;

        .integtration_cards {
            img {
                padding: 24px 35px;
                height: 98px;
                width: auto;
            }

            >img:nth-child(1) {
                top: 24px;
                left: 126px;
            }

            >img:nth-child(2) {
                top: 50px;
                left: 24px;
            }

            >img:nth-child(3) {
                top: 248px;
                left: 45px;
            }

            >img:nth-child(4) {
                top: 112px;
                left: 175px;
            }

            >img:nth-child(5) {
                top: 223px;
                left: 148px;
            }

            >img:nth-child(6) {
                top: 147px;
                left: 45px;
            }
        }
    }
}

.banner_mini_cards.blue-100 {
    .banner_mini_cards__banner {
        background-color: var(--blue-100);
        padding: 77px 300px;
        background-image: url(/restapi/getfile?code=images-3edbc88a-e61d-4191-a110-344818d7413e&attachment=true);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.blue-100 {
        .banner_mini_cards__banner {
            padding: 114px 12px;
            background-image: url(/restapi/getfile?code=images-98ef2d7e-4b13-439c-a02e-3d27141c805b&attachment=true);
        }
    }
}

.banner_mini_cards.blue-100.tarrifs {
    .banner_mini_cards__banner {
        background-image: unset;
    }
}

@media screen and (max-width: 550px) {
    .banner_mini_cards.blue-100.tarrifs {
        .banner_mini_cards__banner {
            background-image: unset;
        }
    }
}

.header_dropdown {
    display: inline-block;
    position: relative;

    .dropdown {
        position: absolute;
        display: none;
        z-index: 2;
    }

    p {
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 16px;
        padding: 8px;
        margin: 0;
    }

    .dropdown {
        box-shadow: 0px 20px 40px 0px #9e1c1c14;
        border-radius: var(--component-border-radius);
        padding: 24px;
        color: var(--black-100);
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 300px;
        row-gap: 20px;
        column-gap: 24px;
        width: max-content;
        p {
            font-size: 12px;
            line-height: 18px;
            margin: 0;
            color: var(--black-50);
            padding: 0;
            margin-top: -12px;
        }
        hr {
            border-color: var(--blue-50);
            margin: 0;
        }
    }
}

.header_dropdown:hover>p {
    background: var(--blue-100);
    color: var(--base-color-white);

    path {
        fill: var(--base-color-white);
    }
}

.header_dropdown:hover .dropdown {
    display: flex;
    background-color: var(--base-color-white);
}

.header_dropdown:hover .dropdown>a:hover {
    color: var(--blue-100);
    cursor: pointer;
}

.banner_mini_cards.blue.onedoc {
    .banner_mini_cards__banner {
        background-color: var(--blue-100);
        img {
            width: auto;
            right: 105px;
        }
    }
}

.upload.full {
    h2 {
        font-weight: 500;
        font-size: 42px;
        line-height: 50px;
        text-align: center;
    }
    p {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 32px;
    }
} 

@media screen and (max-width: 550px) {
    .upload.full {
        h2 {
            font-size: 24px;
            line-height: 28px;
        }
        p {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 32px;
        }
    } 
}

.result {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-100);
    border-radius: var(--component-border-radius);
    padding: 44px 224px;
    p {
        margin: 0;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: var(--base-color-white);
    }

}


.signing-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    >* {
        height: 744px;
        padding: 24px;
        background-color: var(--blue-50);
        border-radius: var(--component-border-radius);
        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;            
            color: var(--black-50);
            margin: 0;
            margin-bottom: 16px;
            span {
                color: #1550C4;
                text-decoration: underline;
            }
        }
        h3 {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            margin-bottom: 16px;
        }
    }
    .file-info {
        height: auto;
        min-height: 744px;
        button {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            border: 0;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            padding: 14px 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }
        .preview {
            height: 100%;
            width: 100%;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
        }
    }

    form {
        display: grid;
        align-content: space-between;
        >div {
            display: grid;
            gap: 25px;
        }
        label {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: var(--black-50);
            margin-bottom: 4px;
            display: block;
        }
        input, .custom-file-button {
            width: 100%;
            display: block;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: var(--black-50);
            padding: 14px 12px;
            border-radius: var(--component-border-radius);
            border: 1px solid #D2D4D7;
        }

        input:not(:last-child), .custom-file-button {
            margin-bottom: 16px;
        }
        .custom-file-button {
            background-color: var(--base-color-white);
            border: 0;
            color: var(--black-100);
            cursor: pointer;
        }
        .download-button {
            color: var(--black-100);
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            border: 0;
            background-color: var(--base-color-white);
            border-radius: var(--component-border-radius);
            padding: 14px 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            width: max-content;
        }

        .banner__button_invert {
            width: 100%;
            justify-content: space-between;
        }

        .cert-buttons {
            display: grid;
            gap: 8px;
            grid-template-columns: 4fr 2fr;
            overflow: hidden;
            position: relative;
        }
    }
}
    embed {
        border-radius: var(--component-border-radius);
    }
    

#req-dialog {
    padding: 0;
    max-width: 1320px;
    border: 0;
    background-color: unset;
    position: relative;
    >svg {
        position: absolute;
        top: 30px;
        left: 30px;
        scale: 1.5;
        cursor: pointer;
        path {
            fill: var(--base-color-white);
        }
    }
}
#req-dialog::backdrop {
    background-color: var(--black-100);
    opacity: 0.75;
}


.left-menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: anim_close 1s linear forwards;
    .left-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 30px;
        background-color: #FFFFFF;
        overflow-y: scroll;
        z-index: 3;
        padding: 20px;
        svg {
            position: absolute;
            top: 20px;
            right: 20px;
        }
        a {
            color: var(--blue-100);
        }
        ul {
            list-style: none;
        }
    }
}

.left-menu-wrapper.active {
    display: block;
    animation: anim 1s linear forwards;
}



@keyframes anim{
    0%{
      width: 0;
    }
    100%{
      width: 100%;
    }
  }