/* ------------------------------- import ------------------------------- */
@import "./variables.css?v=1.37";
@import "./fonts.css?v=1.37";
@import "./../assets/icons/icons.css?v=1.37";
@import "./../plugins/UIkit/uikit.min.css?v=1.37";
@import "./uikit.css?v=1.37";

@import "./form-fields.css?v=1.37";
@import "/components/Header/Header.css?v=1.37";
@import "/components/Footer/Footer.css?v=1.37";
@import "/components/ModalFeedback/ModalFeedback.css?v=1.37";
@import "/components/ModalAppSent/ModalAppSent.css?v=1.37";
@import "/plugins/modal/modal.css?v=1.37";
@import "/plugins/splide-slider/dist/css/splide.min.css?v=1.37";

/*@import "./../plugins/fancybox/fancybox.css?v=1.37";*/
/*@import "./../plugins/litepicker/litepicker.css?v=1.37";*/
/*@import "./../plugins/OwlCarousel2-2.3.4/dist/assets/owl.theme.green.min.css?v=1.37";*/
/*@import "./../plugins/twentytwenty-master/css/twentytwenty.css?v=1.37";*/

@import "./reset.css?v=1.37";

/* ---------------------------------------------------------------------- */
body {
    font-family: "Gotham Pro", sans-serif;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100dvh;
    overflow-y: overlay;
    overflow-x: hidden !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.5) transparent;
}

*::-webkit-scrollbar {
    height: 12px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    border: 3px solid transparent;
}

img[src=''] {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 60px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease-in-out infinite;
    animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

.no-scroll {
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
    width: 0;
}

.no-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom-scroll {
    padding-right: 3px;
    overflow: overlay;
}

body.no-scroll {
    padding-right: var(--widthScrollBar);
}

.custom-scroll:not(:focus)::-webkit-scrollbar {
    width: 0;
}

.custom-scroll:not(:focus)::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.hide-scroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.empty-block {
    position: fixed;
    top: -1000px;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
}

#app {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100dvh;
}

@keyframes showPage {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.width-fullRight {
    margin-left: calc(0px - (100vw - 1590px / 2)) !important;
    margin-right: calc(0px - (100vw - 1590px / 2)) !important;
    padding-left: calc(0px + (100vw - 1590px / 2)) !important;
    padding-right: calc(0px + (100vw - 1590px / 2)) !important;
}

@media (max-width: 1600px) {
    .width-fullRight {
        margin-left: -160px !important;
        margin-right: -160px !important;
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
}

@media (max-width: 1200px) {
    .width-fullRight {
        margin-left: -48px !important;
        margin-right: -48px !important;
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

@media (max-width: 991px) {
    .width-fullRight {
        margin-left: -32px !important;
        margin-right: -32px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

.G-container {
    max-width: var(--container);
    padding: 0 35px;
    width: 100%;
    margin: auto;
    z-index: 2
}

.G-container.small {
    max-width: calc(1320px + 200px);
}

@media (max-width: 1600px) {
    .G-container {
        max-width: calc(1590px + 160px);
        padding: 0 80px;
    }
}

@media (max-width: 1200px) {
    .G-container {
        max-width: calc(1590px + 48px);
        padding: 0 24px;
    }
}

@media (max-width: 991px) {
    .G-container {
        max-width: calc(1590px + 32px);
        padding: 0 16px;
    }
}

.ratio2_1:before {
    margin-top: 50%
}

.ratio1_2:before {
    margin-top: 200%
}

.ratio4_3:before {
    margin-top: 75%
}

.ratio16_9:before {
    margin-top: 56.25%
}

.uk-modal-page {
    overflow: inherit !important
}

.uk-modal-page body {
    overflow: hidden !important;
    overflow-y: hidden !important
}

.fm-hidden {
    display: none;
}

.formula-back {
    background-attachment: fixed;
    background-image: url(/assets/img/background-header.png)
}

.formula-back.black {
    background-color: #000
}

.formula-back.green {
    background-color: var(--green)
}

.formula-back.blue {
    background-color: var(--blue)
}

.section-block {
    padding: 100px 0
}

.section-block.black {
    background-color: #000;
    color: #fff
}

.section-block-2 {
    padding: 50px 0
}

.section-block-2.black {
    background-color: #000;
    color: #fff
}

.grid-container-twoCol {
    display: grid;
    grid-template-columns: minmax(0, 100%) minmax(0, 425px);
    grid-gap: 150px
}

.grid-container-twoCol .sticky-block {
    position: sticky;
    top: 110px;
    width: 100%;
    background: #2F80ED;
    padding: 75px 60px;
    transition: all 0.2s
}

.grid-container-twoCol .sticky-block img {
    position: absolute;
    right: 10px;
    bottom: -50px
}

.grid-container-twoCol .sticky-block .title {
    color: #FFFFFF;
    margin-bottom: 50px
}

.grid-container-twoCol .sticky-block .list-items {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.grid-container-twoCol .sticky-block .list-items li {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin-bottom: 15px
}

.grid-container-twoCol .sticky-block-seo {
    position: sticky !important;
    top: 109px !important;
    width: 100%;
    bottom: auto;
    background: #2F80ED;
    padding: 75px 60px;
    transition: all 0.2s
}

.grid-container-twoCol .sticky-block-seo img {
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: -120px
}

.grid-container-twoCol .sticky-block-seo .index-header_h2 {
    color: #FFFFFF;
    margin-bottom: 20px
}

.grid-container-twoCol .sticky-block-seo .text-md {
    color: #fff;
    margin-bottom: 45px;
    line-height: 32px
}

span.text-blue {
    color: var(--blue)
}

span.text-green {
    color: var(--green)
}

.fm-modal-success .btn-close-modal {
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}

.fm-modal-success .content-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fm-modal-success .content-success .image-success {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.fm-modal-success .content-success .title {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #19242C;
    text-align: center;
    margin-bottom: 20px;
}

.fm-modal-success .content-success .desc {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    max-width: 425px;
    margin: 0 auto;
}

.hashtag-grid {
    display: flex;
    flex-wrap: wrap
}

.hashtag-item {
    display: flex;
    width: max-content;
    border: 1px solid;
    font-size: 16px !important;
    border-radius: 7px;
    padding: 10px 15px;
    cursor: pointer;
    color: red;
    margin-right: 10px;
    margin-bottom: 10px
}

.hashtag-item.blue {
    color: var(--blue);
    border-color: var(--blue)
}

.hashtag-item.blue:hover {
    color: var(--green);
    border-color: var(--green)
}

.hashtag-item.blue.check {
    color: #fff;
    border-color: var(--green);
    background-color: var(--green)
}

.hashtag-item.green {
    color: #999;
    border-color: #999;
}

.hashtag-item.green:hover {
    color: var(--blue);
    border-color: var(--blue)
}

.hashtag-item.green.check {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue)
}

.hashtag-item.white {
    color: #fff;
    border-color: #fff
}

.hashtag-item.white:hover {
    color: var(--green);
    border-color: var(--green)
}

.hashtag-item:hover {
    border-color: #000;
    color: #000
}

.line {
    height: 4px;
    background-color: var(--blue);
    width: 82px;
    margin: 50px 0 30px
}

.alloc {
    background-color: var(--green);
    color: #000;
    padding: 5px
}

.overHidden {
    overflow: hidden
}

.fm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    grid-row-gap: 10px
}

.fm-breadcrumb .link-item {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: var(--blue);
    margin-left: 25px
}

.fm-breadcrumb .link-item:after {
    content: '/';
    position: absolute;
    top: 0;
    left: -17px;
    width: auto;
    height: 100%;
    color: #000
}

.fm-breadcrumb .link-item:first-child {
    margin-left: 0
}

.fm-breadcrumb .link-item:first-child:after {
    display: none
}

.fm-breadcrumb .link-item:last-child {
    color: #000;
    text-decoration: none
}

.fm-breadcrumb .link-item:hover {
    color: #000
}


.title-block-desc {
    margin-bottom: 72px
}

.title-block-desc .title {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.02em;
    color: #19242C;
    margin-bottom: 20px
}

.title-block-desc .line {
    margin: 0
}

.title-block-desc .description {
    margin-top: 25px;
    font-size: 18px;
    color: #081C3C;
    letter-spacing: 0.02em
}

.title-block-desc.white .title {
    color: #fff
}

.title-block-desc.white .description {
    color: #fff
}

.cards-slide-block {
    display: flex;
    padding: 10px 0
}

.cards-slide-block .itm {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 424px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #BDBDBD;
    outline: 0px solid transparent;
    box-sizing: border-box;
    padding: 60px 50px;
    transition: all 0.2s
}

.cards-slide-block .itm.visible {
    opacity: 1;
    visibility: visible
}

.cards-slide-block .itm .line {
    margin: 45px 0
}

.cards-slide-block .itm h3 {
    display: flex;
    line-height: 53px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.cards-slide-block .itm .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    height: 83px;
    max-width: 90%;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.cards-slide-block .itm .title a {
    color: inherit;
}

.cards-slide-block .itm .desc {
    font-size: 16px;
    line-height: 21px;
    color: #19242C;
    margin-bottom: 60px
}

.cards-slide-block .itm .btn {
    margin-top: auto;
    background-color: var(--green);
    transition: none
}

.cards-slide-block .itm .arrow_r {
    display: flex;
    align-items: center;
    color: var(--blue);
    margin-top: auto
}

.cards-slide-block .itm .arrow_r i {
    background-color: var(--blue);
    font-size: 16px;
    margin-left: 7px
}

.cards-slide-block .itm:hover {
    background-color: var(--blue);
    outline: 10px solid var(--blue);
    border-color: transparent
}

.cards-slide-block .itm:hover h3 {
    color: #fff
}

.cards-slide-block .itm:hover h3 a {
    cursor: default;
}

.cards-slide-block .itm:hover h3 a[href] {
    color: #fff;
    cursor: pointer;
}

.cards-slide-block .itm:hover .line {
    background-color: var(--green)
}

.cards-slide-block .itm:hover .desc {
    color: #fff
}

.cards-slide-block .itm:hover .btn {
    background-color: #000;
    color: #fff
}

.cards-slide-block .itm:hover .arrow_r {
    color: #fff
}

.cards-slide-block .itm:hover .arrow_r i {
    background-color: #fff
}

.cards-slide-block .itm>*:last-child {
    margin-bottom: 0
}

.cards-slide-block.headerLine-1 .itm .title a {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.cards-slide-block.headerLine-2 .itm .title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 106px
}

.cards-slide-block.headerLine-3 .itm .title a {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 159px
}

.cards-slide-block.green-line .itm .line {
    background-color: var(--green)
}

.cards-slide-block.cards-slide_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 20px
}

.cards-slide-block.cards-slide_grid .itm {
    width: 100% !important;
    max-width: none;
    margin-right: 0
}


.grid-step-work {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 50px
}

.grid-step-work i.icon {
    font-size: 60px;
    background-color: var(--green)
}

.grid-step-work .item .index-header_h4 {
    margin-top: 30px;
    margin-bottom: 90px;
    color: #fff
}

.grid-step-work .item .text-md {
    font-size: 16px;
    line-height: 215.17%
}




.uk-notification {
    z-index: 9999999999999;
}

.uk-notification.uk-notification-top-center {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    left: 0% !important;
    right: auto;
    margin-left: 0;
    width: 100%;
    padding: 15px !important
}

.uk-notification-message-danger {
    background-color: #EB5757;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
    max-width: 100%;
    width: 450px;
    border-radius: 7px
}






/* modal case */
.modal-see-case .container-body {
    background-color: transparent !important;
    height: 100%;
}

.modal-see-case:before {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.modal-see-case .container-body .modal-header .btn-close-modal .icon {
    background-color: #fff;
}

.modal-see-case .container-body .modal-header {
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
}

.modal-see-case .container-body .modal-header .header-modal .title {
    color: #fff;
}

.modal-see-case .container-body .modal-header .header-modal .title {
    color: #fff;
}

.modal-see-case .container-body .modal-content {
    padding: 0 !important;
}

.modal-see-case .container-body .img-case {
    width: 100%;
}
/* modal case */

@media (max-width: 767px) {
    .modal-see-case .container-body .modal-header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}