@font-face {
    font-family: Inter;
    src: url('./../font/Medium.ttf') format('truetype');
}

body {
    font-family: Inter;
    background-color: #FCFDFF;
}

.font-small {
    font-size: 14px !important;
}

a:hover {
    color: #2563EB !important;
}

/*header*/
.terms-nav {
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

header .top-nav-collapse {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar {
    background: var(--White, #fff);
    box-shadow: none;
    padding: 0;
}

.terms-nav .terms-nav-ul {
    list-style: none;
}

.terms-nav-div {
    display: flex;
    justify-content: center;
}

.nav-padding {
    padding: 30px 0 24px 0;
}

.terms-nav .terms-nav-ul li a {
    color: #7b7e90 !important;
    display: block;
    /*padding: 14px 16px;*/
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.terms-nav .terms-nav-ul li a.active {
    color: #2563EB !important;
}


/*body*/
.terms-main {
    padding: 0 0 80px 0;
}


.terms-main .terms-main__database {
    border-radius: 8px;
    background: #fff;
    color: #2563EB;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.terms-main .terms-main__database p {
    margin: 0;
    /*color: var(--white, #FFF);*/
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}



    .terms-main .terms-title__div .terms-main-title {
        color: #212227;
        text-align: center;
        font-family: Inter;
        font-size: 38px;
        /* font-size: 46px; */
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

.terms-main .terms-search-title {
    color: #212227;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.terms-main .terms-main__search-form input {
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid #A6A8B5;
    background: var(--white, #FFF);
    padding-left: 23px;
    color: #263238;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.terms-main .terms-main__search-form input::placeholder {
    color: #C6C7CF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}
.filter-icon{
    padding: 3px 4px 0 0;
}
.filter-card{
    width: 914px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #A6A8B5;
    background: var(--white, #FFF);
    padding: 29px;
    margin-top: 21px;
}
.category-btn{
    width: 240px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #E3EFFF;
    color: #2563EB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; 
    border: none !important;
    
}
.terms-main .filter-category-drop{
    width: 240px;
    border-radius: 10px;
    border: none !important;
    background: rgb(241, 243, 244);
    max-height: 300px;
    overflow-y: auto;
}
.terms-main .filter-category-item{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #212227;
    
}
.card-anime{
    transition: height 0.3s ease;
}
.change-filter {
    background-color: #2563EB !important;
}
.card-hidden{
    height: 0;
    overflow: hidden;
}

.terms-main .filter-category-item:active{
    background: #2563EB !important;
}
.terms-main .filter-category-item:hover{
    background: #2563EB !important;
}
.terms-main .filter-text{
    color: #7B7E90;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.terms-main .corpus-link{
    color: #5F33D0;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    display: inline-flex;
    padding: 4px 7px;
    align-items: flex-start;
    gap: 2px;
    border-radius: 30px;
    border: 0.5px solid #D9D5F6;
    background: #F5F3FF;
}
/*sozdik*/
.terms-main .sozdik-link{
    display: inline-flex;
    padding: 4px 7px;
    align-items: flex-start;
    gap: 2px;
    border-radius: 30px;
    border: 0.5px solid #B5EBCB;
    background: #EEFBF2;
    color: #29855C;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
}


.terms-main .search-button {
    display: flex;
    width: 64px;
    height: 43px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0 50px 50px 0;
    background: #2563EB;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.terms-main .search-position {
    position: relative;
}

.terms-main .search-position .search-button {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translate(-50%, -50%);
}

.terms-main .terms-filter {
    display: inline-flex;
    height: 56px;
    padding: 17px 17px 13px 22px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid #A6A8B5;
    background: var(--white, #FFF);
    cursor: pointer;
}

.terms-main .terms-filter a {
    color: #A6A8B5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-items: center;
    justify-content: center;
}

.terms-main .terms-filter a i {
    font-size: 20px;
    padding: 0;
}


.terms-main .terms-main__today .terms-main__today-hr {
    width: 100%;
    height: 2px;
    background: #BDDAFF;
    margin-top: 18px;
}

.terms-main .terms-main__today .terms-main__today-text {
    text-align: center;
}

.terms-main .terms-main__today .terms-main__today-text h3 {
    color: #2563EB;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    margin: 0;
}

.terms-main .terms-main__today .terms-main__today-text span {
    color: #A6A8B5;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.terms-main .terms-main__today .terms-main__today-card {
    border-radius: 20px;
    border: 1px solid #CBCBCB;
    background: var(--white, #FFF);
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.terms-main .terms-main__today .today-card__title {
    color: #212227;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 42px */
}

.terms-main .terms-main__today .today-card-span {
    color: #A6A8B5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
}

.terms-main .terms-main__today .today-card-lick {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    margin-top: auto;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
}

.terms-main .terms-project .project-title {
    color: #212227;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 42px */
}

.terms-main .terms-project .project-dec {
    color: #515151;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
}

.terms-main .terms-project .project-link {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
}

.terms-main .card-left-img img {
    height: 331px;
}

.terms-news-title {
    color: #1B1A17;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: 120%;
    padding-right: 24px;
}

.terms-news-link {
    color: #0193EB;
    font-feature-settings: 'salt' on, 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.news-card-header {
    border-radius: 12px;
    margin-bottom: 24px;
}

.news-card-title {
    overflow: hidden;
    color: #1B1A17;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

.news-card-des {
    color: #3C3B3B;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.news-card-time {
    color: #A5A5A5;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
}
.terms-filter-menu{
    border: 1px solid #A6A8B5;
}


.tt-menu {
    margin-top: 10px;
    width: 100%;
    padding: 28px 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #A6A8B5;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.20);
    min-height: 100px;
    max-height: 406px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    display: none;
}

.tt-suggestion {
    padding: 10px 10px;
    border: none;
    font-family: Inter;
    font-size: 18px;
    font-weight: 300;
    color: #263238 !important;
    line-height: 140%;
    /* 25.2px */
    cursor: pointer;
    margin-bottom: 20px;
}

.tt-suggestion:hover {
    background-color: #f0f0f5;
    font-weight: 600;
}

.tt-highlight {
    color: #263238;
    font-weight: 600;
}

.no-results {
    padding: 10px 20px;
    border: none !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 300;
    color: #263238 !important;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 20px;
}


.search-list__text a {
    color: #263238 !important;
}

.terms-main .search-list__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.terms-main .search-list__ul li {
    padding-bottom: 16px;
}

.terms-main .search-list__ul li .search-list__text {
    color: #263238;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.terms-main .badge {
    display: none !important;
}

strong {
    font-weight: 600;
}

.terms-partner .partner-terms-title {
    color: #1B1A17;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
}

.terms-partner .swiper-prev-dev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-partner .swiper-prev-bac__white {
    background-color: #2563EB;
    color: #FFFFFF;
}

.terms-partner .swiper-prev-bac__grey {
    border: 2px solid #A5A5A5;
    color: #A5A5A5;
}

.terms-partner .partner-title {
    overflow: hidden;
    color: #1B1A17;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
}

.terms-partner .value-swiper-slide {
    display: block;
}

.terms-footer {
    background-color: #EFF6FF;
}

.terms-footer .footer-nav-title {
    color: #7B7E90;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.terms-footer-logo {
    padding-bottom: 35px;
}

.footer-des {
    color: #7B7E90;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.terms-rights {
    color: #C6C7CF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}


.search-term-main .search-content-hr {
    width: 928px;
    height: 1px;
    background: #B2B2B2;
}

.search-term-main .search-h2 {
    color: #263238;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.search-term-main .search-h4 {
    color: #7B7E90;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 11px;
}

.search-term-main .share-search a {
    padding-left: 8px;
}

.search-term-main .search-simple-content {
    margin-top: 7px;
}

.search-term-main .search-simple-content .search-simple {
    color: #2563EB;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
    margin: 0;
}

.search-term-main .search-simple-des {
    color: #7A7A7A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.des-simple{
    margin-top: 53px;
}
.des-simple h2{
    color: #263238;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    padding-right: 30px;
}
.termin-dec-ser{
    margin-top: 29px;
}
.termin-dec-ser p{
    color: #263238;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}
.des-simple .simple-link{
    color: #2563EB;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
}


.terms-project .terms-project-title {
    color: #212227;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 42px */
}

.terms-project .terms-project-dec {
    color: #515151;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
}

.epmty-text {
    color: #212227;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 40px;
}

.terms-full-des {
    margin-top: 60px;
}

.terms-full-des .full-des-list {
    color: #A6A8B5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-right: 8px;
}

.terms-full-des .full-des-title {
    color: #1B1A17;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-top: 16px;
    line-height: 120%;
}

.terms-full-des .full-des-short {
    color: #3C3B3B;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.terms-full-des .full-des-text p {
    margin-top: 16px;
    color: #3C3B3B;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.terms-full-des .edit-button {
    width: 105px;
    height: 43px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #2563EB;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.nav-padding {
    padding: 30px 0 24px 0
}

.tags-area {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.full-des-tag {
    color: #3C3B3B;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.terms-full-des .full-des-tag-list a {
    display: inline-flex;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #a4baec;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.share-btn a {
    color: #2563EB;
    font-size: 48px;
    display: block;
}

.telegram-boot {
    width: 217px;
    padding: 20px 20px 24px 20px;
    border-radius: 24px;
    border: 1px solid #b7ebff;
    background: #f8fdff;
    text-align: center;
}

.telegram-boot a {
    display: block;
    padding: 12px;
    border-radius: 8px;
    border: 1.5px solid #00acf0;
    background-color: transparent;
    outline: none;
    color: #00acf0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.telegram-boot img {
    width: 110px;
    height: 110px;
}

.rating-part {
    margin-top: 12px;
    display: flex;
}

.rating-part .reaction {
    padding-right: 12px;
}

.rating-part .reaction .reaction-icon i {
    font-size: 36px;
}

.rating-part .reaction .reaction-count {
    padding-left: 13px;
}

.text-danger {
    font-size: 16px;
    color: #2563EB;
}

.terms-project-image {
    max-height: 310px;
}

.tt-suggestion.tt-cursor {
    background: #f0f0f5;
}

main .page-contour .card {
    border-radius: 1rem;
    border: 0.0625rem solid var(--Grey-5, #e7eaf0);
    box-shadow: none;
}

main .page-contour .btn {
    margin: 0;
}

main .page-contour .form-outline input.edit-bc {
    color: var(--Black, #212227) !important;
    /* Body | Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    background-color: #fff !important;
    border-radius: 8px;
    border: 0.0625rem solid var(--Grey-4, #e6e7eb) !important;
}

main .page-contour .e-contour-emil-pb {
    margin-bottom: 1.9375rem;
}

main .page-contour .card-body {
    padding: 2rem;
}

main .page-contour .card-body .basic-img img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
}

main .page-contour .tabs-wrapper ul .nav-item a {
    color: var(--Grey-2, #c7c7cc) !important;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

main .page-contour .tabs-wrapper ul .nav-item .nav-link.nav-link.active {
    color: var(--Main, #2563EB) !important;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 0.0625rem solid #2563EB !important;
}

main .page-contour .contour-h4 {
    color: var(--Black, #212227) !important;
    font-family: Geologica;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
}

main .page-contour .text-center {
    text-align: left !important;
}

main .page-contour .btn-outline-success {
    border-radius: 0.5rem;
    border: 0.0938rem solid var(--Main, #2563EB) !important;
    display: inline-flex;
    padding: 0.8125rem 0 !important;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    box-shadow: none;
    color: var(--Main, #2563EB) !important;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

main .page-contour .btn-outline-success-pd {
    border-radius: 0.5rem;
    border: 0.0938rem solid var(--Main, #2563EB) !important;
    color: var(--Main, #2563EB) !important;
    display: inline-flex;
    padding: 0.8125rem 1.5rem !important;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    box-shadow: none;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #f9f9f9 !important;
}

main .page-contour .btn-outline-success-pd:hover {
    box-shadow: none;
    color: var(--Main, #2563EB) !important;
}

main .page-contour .e-contour-a {
    border: none !important;
    padding-left: 0;
    margin-left: 0;
}

main .page-contour .e-contour-a:hover {
    box-shadow: none !important;
}

main .page-contour .form-outline input {
    color: var(--Grey-1, #a6a8b5) !important;
    /* Body | Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0.5rem;
    border: 0.0625rem solid var(--Grey-6, #f7f7f7) !important;
    background: #f9f9f9 !important;
}

main .page-contour .form-control {
    border: none !important;
    background-color: #fff;
}

main .page-contour .form-control:disabled {
    background: #f9f9f9 !important;
}

main .page-contour .form-outline input::placeholder {
    color: var(--Grey-1, #a6a8b5) !important;
    /* Body | Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

main .page-contour .form-control {
    padding: 0.7rem 1rem;
}

main .page-contour .form-control {
    /* Body | Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.otherLang{
    font-size: 14px;
    color: #2563EB;
}
.btn-border{
    border: 2px solid #2563EB ;
    border-radius: 6px;
    margin-left: 16px;
}
.termin-definition{
    display: none;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: #2563EB;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


main .page-contour .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

main .page-contour .e-password .e-password-span {
    color: var(--Black, #212227) !important;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.terms-partner a.swiper-prev-dev:hover{
    color: #8ca9ec !important;
}

main .page-contour .e-password .form-label {
    color: var(--Black, #2c2c2c) !important;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border: none !important;
    box-shadow: none !important;
}

main .page-contour .e-password .input-group {
    border-radius: 8px;
    border: 1px solid var(--Grey-4, #e5e5ea) !important;
    overflow: hidden;
}

main .page-contour .e-password .input-group .fa-eye-slash {
    color: #c7c7cc !important;
}

main .page-contour .e-password .input-group input {
    color: var(--Black, #212227);
    /* Body | Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}
.btn-title{
    color: #FFFFFF !important;
    padding: 0 !important;
}
.terms-filter-a:hover{ 
    color: #6090f1 !important;
}
.pal-filter h3{
    color: #212227;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

main .page-contour .e-password .input-group input::placeholder {
    color: #c7c7cc !important;
    font-size: 7px;
    transform: translateY(-1.6px);
    letter-spacing: 2px;
}

.full-most-word {
    height: 934px;
    overflow: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.filter-zhal{
    margin-top: 24px;
}
.diccategory-card{
    min-height: 465px;
}
.full-most-word::-webkit-scrollbar {
    display: none; 
}
/*
   main .page-contour .e-password .e-password-btn {
      margin-top: -20px;
  }*/

main .page-contour .e-password .input-group a {
    color: #c7c7cc !important;
}
.swiper{
    height: 119px !important;
}

main .page-contour .e-password .input-group a:hover {
    color: #c7c7cc !important;
}

main .page-contour .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}
.buun-sm-pdi{
    padding-top: 16px;
}
.filter-category-width{
    margin: 0;
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }

    .share-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .termin-login-mb{
        margin-top: 98px !important;
    }
    .pal-filter h3{
        padding-right: 16px;
    }
    .share-div-df {
        display: flex;
        justify-content: center;
    }

    .share-btn a {
        color: #2563EB;
        font-size: 48px;
        display: block;
    }
    .card-flex-md{
        display: flex;
        align-content: center;
    }
    .category-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filter-category-width{
        width: 300px;
    }
    .fil-cate-btn{
        display: flex;
    }
    .filter-radio-md{
        display: flex;
        align-items: center;
    }
    .filter-radio{
        display: flex;
    }
    .fiex-top-termin{
        padding-top: 92px;
    }
}

@media (max-width: 767px) {
    
    .terms-nav .terms-nav-ul li a {
        padding: 14px 16px;
    }
    .termin-login-mb{
        margin-top: 70px;
        margin-bottom: 24px !important;
    }

    .terms-nav .terms-nav-ul {
        margin: 12px 0 0 0;
    }

    .terms-main .terms-filter {
        width: 56px;
    }
    
    .filter-card{
        width: 349px;
    }
    .category-btn{
        width: 309px;
    }
    .static-right-card{
        margin-top: 16px;
    }
    .fil-cate-btn{
        display: flex;
        justify-content: space-between;
    }
    .fil-cate-btn .fil-cate-btn-left{
        padding-left: 12px;
    }
    .fil-cate-btn .fil-cate-btn-right{
        padding-right: 12px;
    }
    .terms-main .filter-category-drop{
        width: 309px;
    }
    .filter-radio{
        display: flex;
        padding: 20px 0;
    }
    .terms-main {
        margin-top: 130px;
    }
    .filter-card{
        padding: 22px;
    }

    .terms-main .terms-title__div .terms-main-title {
        margin: 28px 0;
        font-size: 26px;
    }

    .terms-main .terms-search-title {
        margin-bottom: 49px;
        font-size: 16px;
    }

    .terms-main .terms-main__search-form input {
        width: 280px;
        height: 56px;
        padding-left: 16px;
        font-size: 14px;
    }

    .terms-main .search-position .search-button {
        width: 30px;
        right: -8%;
    }

    .terms-main .terms-main__today .terms-main__today-text h3 {
        font-size: 22px;
    }

    .terms-main .terms-main__today .terms-main__today-text span {
        font-size: 14px;
    }

    .terms-main__today {
        margin-top: 50px;
    }

    .terms-main .terms-main__today .terms-main__today-card {
        padding: 26px;
    }

    .terms-main .terms-main__today .today-card__title {
        font-size: 22px;
    }

    .terms-main .terms-main__today .today-card-span {
        font-size: 14px;
        padding: 8px 0;
    }

    .terms-main .terms-main__today .today-card-lick {
        font-size: 14px;
    }

    .terms-main__today-card {
        margin: 16px 0;
    }
    

    .terms-main .terms-project .project-title {
        display: block;
        font-size: 22px;
        margin-bottom: 16px;
    }
    .terms-main .terms-project .project-link{
        display: block;
        margin-bottom: 16px;
    }
    .terms-main .terms-project .project-dec {
        font-size: 16px;
    }

    .terms-news-title {
        font-size: 22px;
    }

    .news-card {
        margin: 16px 0;
    }

    .news-card-title {
        font-size: 22px;
    }

    .news-card-header {
        margin-bottom: 12px;
    }

    .news-card-time {
        padding-top: 12px;
    }

    .news-card-des {
        font-size: 16px;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .terms-partner .partner-terms-title {
        font-size: 22px;
    }

    .terms-partner .swiper-prev-dev {
        width: 26px;
        height: 26px;
    }


    .terms-footer {
        margin-top: 16px;
        padding-top: 16px;
    }

    .terms-footer-logo {
        padding-bottom: 16px;
    }

    .nav-padding {
        padding: 16px 0;
    }

    .sm-pad-footer-nav {
        margin: 16px 0;
    }

    .terms-rights {
        font-size: 14px;
        margin-top: 12px;
    }

    .full-des-title {
        font-size: 22px;
    }

    .full-des-short {
        font-size: 18px;
    }

    .full-des-text p {
        font-size: 16px;
    }

    .terms-project {
        margin-top: 36px;
    }

    .terms-project .terms-project-title {
        font-size: 22px;
    }

    .terms-project .terms-project-dec {
        font-size: 16px;
    }

    .share-btn {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

    .share-btn a {
        font-size: 32px;
    }

    .sm-pad {
        padding-top: 16px;
    }

    .search-content-hr {
        margin-top: 16px;
    }

    .terms-news {
        margin-top: 16px;
    }

    .search-position {
        display: flex;
        justify-content: center;
    }

    .search-term-main .search-h2 {
        font-size: 22px;
        line-height: 120%;
    }

    .sm-dis {
        display: flex;
        justify-content: center;
    }

    main .page-contour .card-body {
        padding: 1rem;
    }

    main .page-contour .e-contour-emil-pb {
        margin-bottom: 1.5rem !important;
    }

    main .page-contour .e-contour-btn-phone:hover {
        box-shadow: none !important;
    }
    .fiex-top-termin{
        padding-top: 70px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .terms-nav .terms-nav-ul {
        display: flex;
        justify-content: space-between;
    }
    .static-right-card{
        margin-top: 16px;
    }
    .sm-dis {
        display: flex;
        justify-content: center;
    }
    .filter-card{
        width: 695px;
    }
    main .page-contour .e-contour-emil-pb {
        margin-bottom: 1.9375rem !important;
    }

    .terms-main {
        margin-top: 90px;
    }

    .terms-main .terms-title__div .terms-main-title {
        font-size: 36px;
    }

    .terms-main .terms-title__div {
        width: 669px;
        margin: 16px 0;
    }

    .terms-main .terms-search-title {
        padding-bottom: 16px;
    }

    .terms-main .terms-main__search-form input {
        width: 589px;
        height: 49px;
        padding-left: 32px;
        font-size: 16px;
    }

    .terms-main .search-position .search-button {
        right: -6%;
    }

    .search-position {
        display: flex;
        justify-content: center;
    }

    .terms-main .terms-filter {
        padding: 13px 9px 13px 9px;
        height: 49px;
    }

    .terms-main .terms-filter a {
        display: flex;
        align-items: center;
    }

    .terms-main .search-button {
        width: 96px;
        height: 40px;
    }

    .terms-main .terms-main__today .terms-main__today-text h3 {
        font-size: 18px;
    }

    .terms-main .terms-main__today .terms-main__today-text span {
        font-size: 16px;
    }

    .terms-main .terms-main__today {
        margin-top: 67px;
    }

    .terms-main .terms-main__today .today-card {
        margin-top: 22px;
    }

    .terms-main .terms-main__today .terms-main__today-card {
        padding: 32px;
    }

    .terms-main .terms-main__today .today-card__title {
        font-size: 24px;
    }

    .terms-main .terms-main__today .today-card-span {
        font-size: 16px;
        padding: 6px 0;
    }

    .terms-main .terms-main__today .today-card-lick {
        font-size: 16px;
    }

    .terms-main .terms-project {
        margin-top: 72px;
    }

    .terms-main .terms-project .project-title {
        font-size: 24px;
    }

    .terms-main .terms-project .project-dec {
        font-size: 16px;
    }

    .terms-main .card-left-img img {
        height: 260px;
    }

    .terms-news-title {
        font-size: 28px;
    }

    .terms-main .card-padding {
        padding-top: 28px;
    }

    .terms-main .news-card-header {
        margin-bottom: 16px;
    }

    .terms-main .news-card-title {
        font-size: 20px
    }

    .terms-main .news-card-des {
        font-size: 16px;
        margin: 0;
    }

    .terms-partner .partner-terms-title {
        font-size: 28px;
    }

    .terms-partner {
        margin-top: 72px;
    }

    .terms-partner .partner-title {
        padding-top: 24px;
    }

    .terms-footer {
        margin-top: 72px;
    }

    .terms-footer-row {
        padding-top: 39px;
    }

    .terms-footer-logo {
        padding-bottom: 24px;
    }

    .footer-des {
        padding-bottom: 24px;
    }

    .text-align-end {
        text-align: end;
    }

    .footer-nav-pad {
        padding-bottom: 24px;
    }

    .telegram-bot-img img {
        height: 150px;
    }

    .search-content {
        margin-top: 41px;
    }

    .terms-main .terms-main__search-form {
        margin-top: 27px;
    }

    .terms-project {
        margin-top: 56px;
    }

    .terms-project .terms-project-title {
        margin-bottom: 16px;
    }

    .terms-project .terms-project-list2 {
        margin-top: 42px;
    }

    .share-btn a {
        font-size: 36px;
    }

    .sm-pad {
        margin-top: 22px;
    }
    .filter-category-width{
        width: 200px;
    }

}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .pal-filter{
        display: flex;
        align-items: center;
    }
    .footer-nav-pad {
        padding-bottom: 42px;
    }
    .filter-category-width{
        width: 200px;
    }
    .terms-main.search-term-main {
        margin-top: 0;
    }

    .terms-project .terms-project-list2 {
        margin-top: 52px;
    }

    .terms-main .terms-title__div {
        width: 969px;
        height: 113px;
        flex-shrink: 0;
        margin: 30px 0;
    }

    .terms-main .terms-main__search-form input {
        width: 783px;
        height: 56px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .terms-nav .terms-nav-ul li {
        padding-right: 30px;
    }

    .terms-main {
        margin-top: 100px;
    }

    .terms-main .terms-main__today {
        margin-top: 87px;
    }

    .terms-main .terms-main__today .today-card {
        margin-top: 32px;
    }

    .text-align-end {
        text-align: end;
    }

    .search-content {
        margin-top: 51px;
    }

    .terms-project {
        margin-top: 76px;
    }

    .terms-project .terms-project-title {
        margin-bottom: 20px;
    }
  
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .fiex-top-termin{
        padding-top: 91px;
    }

}

@media (min-width: 1201px) and (max-width: 1399px) {
    .terms-nav .terms-nav-ul li {
        padding-right: 40px;
    }

    .terms-main {
        margin-top: 120px;
    }

    .terms-main .terms-main__today {
        margin-top: 87px;
    }

    .terms-main .terms-main__today .today-card {
        margin-top: 32px;
    }

    .text-align-end {
        text-align: end;
    }

    .search-content {
        margin-top: 61px;
    }

    .terms-project {
        margin-top: 86px;
    }

    .terms-project .terms-project-title {
        margin-bottom: 24px;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .terms-main {
        margin-top: 147px;
    }
    .fiex-top-termin{
    padding-top: 91px;    
    }

    .terms-main .terms-main__search-form {
        margin-top: 86px;
    }

    .terms-main .terms-main__today {
        margin-top: 147px;
    }

    .terms-main .terms-main__today .today-card {
        margin-top: 42px;
    }

    .terms-main .terms-main__today .today-card .today-card-span {
        padding-top: 15px;
        padding-bottom: 31px;
    }

    .terms-main .terms-project {
        margin-top: 127px;
    }

    .terms-main .terms-project .project-dec {
        padding: 40px 0;
    }

    .terms-news {
        margin-top: 147px;
    }

    .card-padding {
        padding-top: 40px;
    }

    .terms-partner {
        margin-top: 100px;
    }

    .terms-partner .partner-title {
        padding-top: 31px;
    }

    .terms-partner .terms-swiper {
        margin-top: 32px;
    }

    .terms-footer {
        margin-top: 138px;
    }

    .terms-footer-row {
        padding-top: 59px;
    }

    .text-align-end {
        text-align: end;
    }

    .terms-nav .terms-nav-ul li {
        padding-right: 50px;
    }

    .search-content {
        margin-top: 71px;
    }

    .terms-project {
        margin-top: 106px;
    }

    .terms-project .terms-project-title {
        margin-bottom: 27px;
    }

    .terms-project .terms-project-list2 {
        margin-top: 62px;
    }
}