/* styles for page NEW-PRICE */


    body.wp-child-theme-AiCDNvideo.singular .entry-header,
    body.wp-child-theme-AiCDNvideo.singular .featured-media {
        display: none;
    }
    
    body.wp-child-theme-AiCDNvideo .post-inner {
        padding-top: 0;
    }
    
    body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
        box-sizing: content-box;
    }
    
    body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
    background-color: rgb(2, 6, 23, 1);
    background-image: none;
    }

#cat-LLM {
order: 1;
}

#cat-Embedding {
order: 6;
}

#cat-Image {
order: 3;
}

#cat-Audio {
order: 4;
}

#cat-Music {
order: 5;
}

#cat-Video {
order: 2;
}

.products_list {
/*display: none;*/
transition: 0.4s linear;
}

.products_list.show {
display: block;
transition: 0.4s linear;
}

.btn_close {
        transition: transform 0.18s linear;
    }

.btn_close:hover {
        transition: transform 0.18s linear;
    }

.price__area::-webkit-scrollbar,
.filter__model:hover .f__model__list::-webkit-scrollbar {
  width: 4px; /* Ширина полосы */
}

.price__area::-webkit-scrollbar-track,
.filter__model:hover .f__model__list::-webkit-scrollbar-track {
  background-color: #FBFBFB33; /* Фон дорожки */
  border-radius: 4px; /* Скруглённые углы */
}

.price__area::-webkit-scrollbar-thumb,
.filter__model:hover .f__model__list::-webkit-scrollbar-thumb {
  background-color: #a855f799; /* Цвет бегунка */
  border-radius: 4px;
}

.np__filters__area:hover,
.f__type__title:hover, 
.f__model__title:hover,
.price__inpt:hover {
box-shadow: 0 0 0 1px #a855f726, 0 0 20px #2dd4bf14, 0 0 28px #a855f724;
border: 1px solid #a855f775;
}

.f__type__title:hover, .f__model__title:hover {
box-shadow: 0 0 0 1px #a855f726, 0 0 20px #2dd4bf14, 0 0 28px #a855f724;
border: 1px solid #a855f775;
}

.price__inpt {
background-color: rgb(15, 23, 42, 1);
}

.price__area, .cat__bl__elems, .props_list {
flex-direction: column;
}

.cat__item {
border-bottom: 1px solid #c084fc26;
    border-top: 1px solid #c084fc26;
}

.cat__bl__elems, .products_list, .props_list {
width: 100%;
}

.mod__elem, .prod__item, .props {
border-bottom: 1px solid #c084fc26;
}

.f__type__title, .f__model__title {
justify-content: space-between;
align-items: center;
}

    .more {
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ffffff80;
    }

.more.delete, 
.f__type__title:hover .more.delete,
.f__model__title:hover .more.delete {
background-color: #ffffff80;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #6432C8;
    cursor: pointer;
    order: 50;
}

.f__type__title:hover .more, .f__model__title:hover .more {
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff80;
        border-top: transparent;
    }

.f__type__list, .f__model__list {
flex-direction: column;
font-family: Exo;
        font-weight: 400;
        letter-spacing: 0;
        color: #ffffff80;
        padding: 8px;
        border-radius: 12px;
        border: 1px solid rgba(168, 85, 247, 0.20);
        box-sizing: border-box;
}

.filter__type {
position: relative;
}

.f__type__list, .f__model__list {
display: none;
}

.filter__type:hover .f__type__list {
display: flex;
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
position: absolute;
    top: auto;
    width: 100%;
    background-color: rgb(15, 23, 42, 1);
    z-index: 22;
    box-shadow: 0 0 0 1px #a855f726, 0 0 20px #2dd4bf14, 0 0 28px #a855f724;
border: 1px solid #a855f775;
}

.filter__model:hover .f__model__list {
display: flex;
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
position: absolute;
    top: auto;
    min-width: 220px;
    width: auto;
    background-color: rgb(15, 23, 42, 1);
    z-index: 22;
    box-shadow: 0 0 0 1px #a855f726, 0 0 20px #2dd4bf14, 0 0 28px #a855f724;
border: 1px solid #a855f775;
overflow: auto;
max-height: calc(80vh);
    height: auto;
}


.hide {
display: none;
}

.show {
display: flex;
}

.cat-list:hover.slk_choose, .cat-list.slk_choose,
.model-list:hover.slk_choose, .model-list.slk_choose,
.model-list-2:hover.slk_choose, .model-list-2.slk_choose {
background: #ad46ff !important;
border-radius: 16px;
    color: #DADADA;
    width: calc(100% - 20px);
}

.f__model__title_text {
white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  width: calc(100% - 20px);
}

.model-list:hover, .model-list-2:hover {
        background-color: rgb(2, 6, 23, 0.5);
        border-radius: 24px;
    }






@media (min-width: 1920px) { /* >= 1920 */
    
    
body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
        max-width: 1840px !important;
        width: calc(100%);
        margin: 0 auto;
    }

.new__page__price {
padding: 120px 80px 0 80px;
width: 1200px;
        margin: 0 auto;
}

.price__inpt {
flex-direction: column;
position: relative;
border-radius: 24px;
        border: 1px solid #5eead466;
        padding: 24px;
}

.np__filters__area {
padding: 24px;
        background-color: rgb(15, 23, 42, 1);
        border-radius: 24px;
        border: 1px solid #5eead466;
        margin-bottom: 24px;
        gap: 24px;
        justify-content: center;
}

.filter__type, .filter__model {
max-width: 220px;
        width: calc(100%);
        cursor: pointer;
        max-height: calc(60vh);
}

.f__type__title, .f__model__title {
font-family: Exo;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #ffffff80;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.20);
    box-sizing: border-box;
}

.price__area {
.margin-top: 64px;
    overflow: auto;
    min-height: calc(70vh);
max-height: max-content;
        height: calc(80vh);
}

.header__area {
align-items: center;
}

.htit {
font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff8c;
    padding: 10px 0;
}

.head__type, .cat__bl__title {
    max-width: 96px;
    width: 100%;
}

.head__model, .model__name {
    max-width: 206px;
    width: 100%;
}

.head__prod, .prod__name {
    max-width: 176px;
    width: 100%;
}

.head__cont, .context {
    max-width: 227px;
    width: 100%;
}

.head__pay__item, .billing {
    max-width: 134px;
    width: 100%;
}

.head__elem, .unit {
    max-width: 104px;
    width: 100%;
}

.head__price, .price1 {
    max-width: 87px;
    width: 100%;
    text-align: center;
}

.head__price2, .price2 {
    max-width: 111px;
    width: 100%;
    text-align: center;
}

.cat__name, .model__name, .prod__name, .context_value, .unit_value, .price1_value, .price2_value {
padding: 16px 0;
font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fffc;
}

.bil_item_value, .bil_type_value {
font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fffc;
}

.bil_item_value {
padding: 16px 0 0 0;
}

.bil_type_value {
padding: 0 0 16px 0;
}

.cat-list, .model-list, .model-list-2 {
padding: 8px;
        font-size: 18px;
        line-height: 22px;
        cursor: pointer;
}

.cat-list:hover {
background-color: rgb(2, 6, 23, 0.5);
        border-radius: 24px;
}




} /* END =< 1920 */











@media (max-width: 1919px) { /* =< 1919 */


body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
        max-width: 1840px !important;
        width: auto;
        margin: 0 auto;
    }

.new__page__price {
padding: 120px 80px 0 80px;
width: 1200px;
        margin: 0 auto;
}

.price__inpt {
flex-direction: column;
position: relative;
border-radius: 24px;
        border: 1px solid #5eead466;
        padding: 24px;
}

.np__filters__area {
padding: 24px;
        background-color: rgb(15, 23, 42, 1);
        border-radius: 24px;
        border: 1px solid #5eead466;
        margin-bottom: 24px;
        gap: 24px;
        justify-content: center;
}

.filter__type, .filter__model {
max-width: 220px;
        width: calc(100%);
        cursor: pointer;
        max-height: calc(60vh);
}

.f__type__title, .f__model__title {
font-family: Exo;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #ffffff80;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.20);
    box-sizing: border-box;
}

.price__area {
.margin-top: 64px;
    overflow: auto;
    min-height: calc(70vh);
max-height: max-content;
        height: calc(80vh);
}

.header__area {
align-items: center;
}

.htit {
font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff8c;
    padding: 10px 0;
}

.head__type, .cat__bl__title {
    max-width: 96px;
    width: 100%;
}

.head__model, .model__name {
    max-width: 206px;
    width: 100%;
}

.head__prod, .prod__name {
    max-width: 176px;
    width: 100%;
}

.head__cont, .context {
    max-width: 227px;
    width: 100%;
}

.head__pay__item, .billing {
    max-width: 134px;
    width: 100%;
}

.head__elem, .unit {
    max-width: 104px;
    width: 100%;
}

.head__price, .price1 {
    max-width: 87px;
    width: 100%;
    text-align: center;
}

.head__price2, .price2 {
    max-width: 111px;
    width: 100%;
    text-align: center;
}

.cat__name, .model__name, .prod__name, .context_value, .unit_value, .price1_value, .price2_value {
padding: 16px 0;
font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fffc;
}

.bil_item_value, .bil_type_value {
font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fffc;
}

.bil_item_value {
padding: 16px 0 0 0;
}

.bil_type_value {
padding: 0 0 16px 0;
}

.cat-list, .model-list, .model-list-2 {
padding: 8px;
        font-size: 18px;
        line-height: 22px;
        cursor: pointer;
}

.cat-list:hover {
background-color: rgb(2, 6, 23, 0.5);
        border-radius: 24px;
}





} /* END =< 1919 */








@media (max-width: 1366px) { /* =< 1366 */

body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
        overflow: auto;
    }
/*
.cat__bl__elems {
    width: calc(100% - 80px);
}

.products_list {
    width: calc(100% - 10.81vw);
}

.props_list {
    width: calc(100% - 9.24vw);
}
*/

.new__page__price {
padding: calc(6.3vw) calc(4.2vw) 0 calc(4.2vw);
width: 1200px;
        margin: 0 auto;
        overflow: auto;
}

.np__filters__area {
justify-content: flex-start;
}

/*
.price__inpt {
flex-direction: column;
position: relative;
border-radius: 24px;
        border: 1px solid #5eead466;
        padding: calc(1.26vw);
}

.np__filters__area {
padding: calc(1.26vw);
        background-color: rgb(15, 23, 42, 1);
        border-radius: 24px;
        border: 1px solid #5eead466;
        margin-bottom: calc(1.26vw);
        gap: calc(1.26vw);
justify-content: flex-start;
}

.filter__type, .filter__model {
max-width: initial;
        width: calc(11.55vw);
        cursor: pointer;
        max-height: calc(60vh);
}

.f__type__title, .f__model__title {
font-family: Exo;
    font-weight: 400;
    font-size: calc(0.94vw);
    line-height: calc(1.15vw);
    letter-spacing: 0;
    color: #ffffff80;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.20);
    box-sizing: border-box;
}

.price__area {
.margin-top: calc(3.36vw);
    overflow: auto;
    min-height: calc(70vh);
max-height: max-content;
        height: calc(80vh);
}

.header__area {
align-items: center;
}

.htit {
font-family: Inter;
    font-weight: 500;
    font-size: calc(0.84vw);
    line-height: calc(1.05vw);
    color: #ffffff8c;
    padding: 10px 0;
}

.head__type, .cat__bl__title {
    max-width: initial;
    width: calc(5.04vw);
}

.head__model, .model__name {
    max-width: initial;
    width: calc(10.81vw);
}

.head__prod, .prod__name {
    max-width: initial;
    width: calc(9.24vw);
}

.head__cont, .context {
    max-width: initial;
    width: calc(11.92vw);
}

.head__pay__item, .billing {
    max-width: initial;
    width: calc(7.03vw);
}

.head__elem, .unit {
    max-width: initial;
    width: calc(5.46vw);
}

.head__price, .price1 {
    max-width: initial;
    width: calc(4.57vw);
    text-align: center;
}

.head__price2, .price2 {
    max-width: initial;
    width: calc(5.83vw);
    text-align: center;
}

.cat__name, .model__name, .prod__name, .context_value, .unit_value, .price1_value, .price2_value {
padding: 16px 0;
font-family: Exo;
    font-weight: 400;
    font-size: calc(0.84vw);
    line-height: calc(1.05vw);
    color: #fffc;
}

.bil_item_value, .bil_type_value {
font-family: Exo;
    font-weight: 400;
    font-size: calc(0.84vw);
    line-height: calc(1.05vw);
    color: #fffc;
}

.bil_item_value {
padding: calc(0.84vw) 0 0 0;
}

.bil_type_value {
padding: 0 0 calc(0.84vw) 0;
}

.cat-list, .model-list, .model-list-2 {
padding: 8px;
        font-size: calc(0.94vw);
        line-height: calc(1.15vw);
        cursor: pointer;
}

.cat-list:hover {
background-color: rgb(2, 6, 23, 0.5);
        border-radius: 24px;
}
*/




} /* END =< 1366 */








/* MOBILKI */


@media (max-width: 768px) { /* =< 768 */


    body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
        overflow: hidden;
    }

.new__page__price {
        width: auto;
        position: relative;
    }

.np__filters__area {
        flex-direction: column;
    }

.price__inpt {
width: auto;
        overflow: auto;
        scrollbar-width: none;
}

.price__area {
        overflow: auto;
        max-height: initial;
        height: calc(60vh);
        width: max-content;
    }


/*
body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
        width: calc(100%) !important;
    }

.new__page__price {
padding: 48px 20px 0 20px;
        gap: 20px;
        flex-direction: column;
}

.pr__title {
font-size: 26px;
line-height: 30px;
text-align: center;
}

.price__inpt {
flex-wrap: wrap;
        gap: 20px;
        max-width: initial;
        width: calc(100%);
        flex-direction: column;
        align-items: center;
}
*/

.price__area, .cat__bl__elems, .props_list {
    align-items: flex-end;
}

.header__area {
        align-items: center;
        overflow: auto;
        width: max-content;
    }

.head__type, .cat__bl__title {
        max-width: 96px;
        width: 96px;
    }
    
.head__model, .model__name {
        max-width: 206px;
        width: 206px;
    }

.head__prod, .prod__name {
        max-width: 176px;
        width: 176px;
    }

    .head__cont, .context {
        max-width: 227px;
        width: 227px;
    }

    .head__pay__item, .billing {
        max-width: 134px;
        width: 134px;
    }

    .head__elem, .unit {
        max-width: 104px;
        width: 104px;
    }

    .head__price, .price1 {
        max-width: 87px;
        width: 87px;
        text-align: center;
    }

.head__price2, .price2 {
        max-width: 111px;
        width: 111px;
        text-align: center;
    }



} /* END =< 768 */


/* END STYLE */