.b-support-new__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin-top: 25px;
    list-style-type: none;
    background-color: #fff;
}


.b-support-list__item, .b-support-list__newitem {
    position: relative;
    justify-content: center;
    box-sizing: border-box;
    width: 320px;
    height: 258px;
    margin: 10px 10px 60px;
    background-color: var(--background,#fff);
    box-shadow: 0 4px 16px rgba(0,51,153,.04), 0 2px 2px rgba(0,51,153,.08);
    color: var(--color,#2b2f33);
    transform: translateY(0);
    transition: transform .15s ease-out,box-shadow .15s ease-out;
    will-change: transform;
    border-radius: 24px;
}


    .b-support-list__item:hover, .b-support-list__newitem:hover {
        box-shadow: 0 8px 20px rgba(0,51,153,.08), 0 4px 8px rgba(0,51,153,.08);
        color: var(--hover-color,var(--color,#2b2f33));
        transform: translateY(-2px);
    }




.b-support-list__title {
    margin-bottom: 16px;
}

.b-title_size_large-compact {
    font: 600 24px/30px Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    margin-bottom: 12px;
}

.b-title {
    display: block;
    margin: 0 0 24px;
    color: #364364;
    font-weight: 700;
    font-family: Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
}

.b-title_size_large-compact2 {
    font: 500 16px/20px Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    margin-bottom: 12px;
}

.b-title2, b-title3 {
    display: block;
    margin: 0 0 24px;
    color: #364364;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
}





.b-support-list__link {
    display: block;
    height: 148px;
    padding: 20px 30px 50px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom 37px right 36px;
    background-image: url(/ico/str.svg);
}

.b-support-list__inside-link {
    color: #94a0b6;
    text-decoration: none;
}

.b-support-list__inside-link2 {
    color: #94a0b6;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.b-support-list__hide-text {
    display: none;
    position: absolute;
    bottom: 75px;
    left: 40px;
    padding: 0;
    color: #667695;
    font: 15px/24px Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    font-weight: bold;
}

    .b-categories__itemcase-img {
        position: absolute;
        display: block;
        top: -28px;
        left: 200px;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-image: url("/ico/case.png");
        content: "";
        background-size: contain;
        border: none;
    }

.b-newcase-item__card-title {
    display: inline-block;
    border-bottom: 1px dashed #1d9ef9;
    color: #1d9ef9;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px;
    cursor: pointer;
}
.nontop{
    margin:0 0;
}
.cv-resource-table__row_head {
    box-shadow: 0 4px 16px #0033990a, 0 2px 2px #00339914;
    border-radius: 8px;
}




.z-support-page__title_page_case {
    position: relative;
    margin: 0 0 10px;
    font: 700 35px/40px Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    color: #364364;
    margin-top: 0px;
}

.b_tags2, .r_tags2, .b_pics2 {
    min-height: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
}

.r_tags2 {
    margin-left: 0px;
    margin-bottom: 20px;
}

.article-author2 {
    position: relative;
    margin-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    color: #364364;
    font-family: Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    color: #5a70a6;
    font-size: 13px;
    font-weight: 300;
}


.b-support-list__item3, .b-support-list__item2, .panel-tag, .b-support-list__item4 {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 2px solid #0000;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #cbcdd6;
    color: #2b2f33;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 12px 16px;
    position: relative;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    user-select: none;
    margin: 20px auto;
    margin-bottom: 20px;
    width: 220px;
    height: 90px;
}

    .b-support-list__item3:hover, .b-support-list__item2:hover, .panel-tag:hover, .b-support-list__item4:hover, .finded-word:hover{
        box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
        cursor: pointer;
    }

.b-support-list__item4 {
    width: 200px;
    height: 70px;
    margin-right: 15px;
    margin-left: 5px;
    padding: 5px;
    flex-shrink: 0;
    border-radius: 4px;
}

.panel-tag {
    width: 220px;
    height: 200px;
    margin: 0px 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    border-radius: 4px;
  
}
.finded-word {
    width: 94%;
    height: 80px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #cbcdd6;
    border: 2px solid #0000;
    padding-bottom:10px;
}
.in-alphabet .cv-ssh-form{
    margin-left:10px;
    width:300px;
}

.formtags, .formattrs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:start;
    margin-bottom: 15px;

}
.formattrs {
    display:none;
}

.find_art .allquestitem2, .find_art .ccss{
    margin-bottom: 15px;
    margin-left: 00px;
    cursor:default;
}
.cv-tag_color, .cv-tag_color2, .cv-tag_color3 {
    color: #048e3c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
    margin: 5px 5px 0px 5px;
    background-color: #e6fbef;
    padding: 0px 7px;
}
.cv-tag_color2 {
    color: #155cb7;
    background-color: #edf5fd;
}

.cv-tag_color3 {
    color: #155cb7;
    background-color: #fff;
    margin: 5px 5px;
    padding: 5px 5px;
    
}
    .cv-tag_color3:hover {
        background-color: #edf5fd;
        cursor: pointer;
        caret-color: transparent;
    }
.cv-tag_descr, .cv-tag_info{
    margin-top: 15px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    color: hsl(210, 8%, 25%);
}
.finded-word .cv-tag_descr {
    overflow-y: hidden;
    line-height: 14px;
    margin-top: 0px;
    padding-bottom:10px;
  
}
.cv-tag_info {
    color: hsl(210, 8%, 42%);
    position:absolute;
    bottom: 10px;
}
    .seealltags {
    margin-left: 10px;
    margin-bottom: 20px;
}

.tags-pages, .words-pages {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 13px;
    margin-top: 15px;
    margin-bottom:30px;
}
.alphabet {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:3px 10px;
    justify-content:start;
    align-items:center;

}
.alphabet-wrapper{
    display:flex;
    flex-direction:column;
    justify-content:start;
    align-items:start;
}
.cv-dashboard-resource2 .record {
     margin-left:0px;
}
.cv-dashboard-resource2 .item_first_openbl {
   width: 50%;
}
.cv-dashboard-resource2 .imj_block{
    top:90px;
}
.alpha {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #cbcdd6;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;
}
.zagvocab {
    margin-left: 20px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 22px;
    line-height: 32px;
    font-family: Arial, Helvetica Neue, Helvetica, FreeSans, sans-serif;
    font-size-adjust: none;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-variant-alternates: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-language-override: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    color: #b7c0cf;
}
.alpha:hover:not(.exist){
    background-color: #ebf3ff;
}
 #find-word, #find-tag{
    padding-left:35px;
}
.iconSearch {
    position: absolute;
    left: 10px;
    top: 12px;
}
.iconSearch path {
    fill: #707a8a;
}

.exist {
    border-width: 1px;
    background-color: #edf5fd;
    color: #46a2d9;
    box-shadow: 0 0 0 1px #46a2d9;
}
.alphaselect {
    box-shadow: 0 0 0 2px #46a2d9;
}
.tagpag, .tagpag2, .commpag, .commpag2 {
  /*//  padding:3px 7px;*/
    min-width:25px;
    min-height:25px;
    margin-right: 8px;
    margin-top: 10px;
    border: 2px solid #0000;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #cbcdd6;
    display: flex;
    justify-content: space-around;
    align-items:center;
     
    caret-color: transparent;
    font-size:13px;
}
    .tagpag:hover, .commpag:hover {
        background-color: #d2d3d4;
        cursor: pointer;
    }

.tagpag2, .commpag2 {
    background-color: #e7700d;
    color: white;
    border: 2px solid #e7700d;
    box-shadow: 0 0 0 1px #e7700d;
}

.deltagb {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 5px #00339914, 0 4px 4px #00339914;
    cursor: pointer;
    height: 45px;
    width: 120px;
    z-index: 600;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.addbackcolor {
    background-color: #edf5fd;
    box-shadow: 0 0 0 1px #155cb7;
   
}
.maintag:hover{
    cursor:pointer;
}

.nwidt {
    min-width: 100px;
}
.cv-header-title-case {
    background-color: rgb(255, 255, 255);
    border-radius: 24px;
    box-shadow: rgba(0, 51, 153, 0.04) 0px 4px 16px, rgba(0, 51, 153, 0.08) 0px 2px 2px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.cv-header-title-notcase {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 51, 153, 0.04) 0px 4px 16px, rgba(0, 51, 153, 0.08) 0px 2px 2px;
    box-sizing: border-box;
    padding: 18px 12px;
    position: relative;
    width: 95%;
    z-index: 10;
    margin:0 auto;
    margin-top:5px;
}
.maincase {
    border: 2px solid;
    border-color: #46a2d9;
    background-color: #edf5fd;
    box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914; 
}
    .maincase .s_c_space_c svg {
        fill: #0a95ff;
    }

    .maincase .s_c_pro_c path {
        fill: #f2740d;
    }
.b-title3{
 color: #1b75d0;
}

.cv-header__wrapper {
    align-items: center;
    display: flex;
 
}
.cv-details__action {
    margin-left: 16px;
}
.cv-button_size_s, .cv-button_only-icon {
    padding: 6px;
    width: 32px;
}

.cv-button_shape_default {
    border-radius: 4px;
}


.cv-button_size_s {
    font-size: 12px;
    font-weight: 400;
    font-weight: 500;
    height: 32px;
    letter-spacing: normal;
    line-height: 18px;
    padding: 4px 16px;
}

.cv-button {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.cv-button_type_text:hover {
    background-color: #f7f7f7;
}
.foraction:hover {
    background-color: #f7f7f7;
}
.foraction:hover path {
    fill: #2b2f33;
}
    .cv-button_type_text:hover path {
        fill: #2b2f33;
    }



.cv-button_type_text {
    background-color: white;
}
.cv-button__icon svg {
    display: block;
    height: 20px;
    transition: all .1s ease-out;
    width: 20px;
}

.boxchangename {
    position: absolute;
    display: none;
    z-index: 9999;
    background-color: white;
    opacity: 100;
    clear: both;

  }
.bxchng {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.consultdiv2 {
    margin: 0px auto;
    height: 90%;
    width: 800px;
    background-color: #fff;
    color: #364364;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
    
.cv-button_size_m.cv-button_only-icon {
    padding: 10px;
    width: 40px;
}
.cv-drawer__button-close, .cv-drawer__button-close_comm {
    position: absolute;
    right: 12px;
    top: 12px;
}
.cv-drawer__button-close_comm {
    top: 0px;
}
.cv-button__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.cv-link-external, .cv-link-external2 {
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzRmN2VmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNiA1YTEgMSAwIDAgMC0xIDF2MTJhMSAxIDAgMCAwIDEgMWgxMmExIDEgMCAwIDAgMS0xdi0yYTEgMSAwIDEgMSAyIDB2MmEzIDMgMCAwIDEtMyAzSDZhMyAzIDAgMCAxLTMtM1Y2YTMgMyAwIDAgMSAzLTNoMmExIDEgMCAwIDEgMCAySDZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjNGY3ZWZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyA0YTEgMSAwIDAgMSAxLTFoNmExIDEgMCAwIDEgMSAxdjZhMSAxIDAgMSAxLTIgMFY2LjQxNGwtNy4wNzEgNy4wNzFhMSAxIDAgMCAxLTEuNDE0LTEuNDE0TDE3LjU4NSA1SDE0YTEgMSAwIDAgMS0xLTFaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #4f7eff;
    cursor: pointer;
    display: inline;
    padding-right: 18px;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .1s ease-out;
}

    .cv-link-external:hover, .cv-link-external2:hover {
        color: #4f7eff !important;
        filter: brightness(85%) hue-rotate(5deg);
    }

.cv-link-external2 {
    font-size:14px;
    background-image:none;

}


.cv-button__content, .cv-button__content2{
    margin: 10px 10px;
   
    font-weight: 500;
}
.cv-button__content
{
/* color: #404040;*/
}
.short_case_data_conteiner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.s_c_space_c {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30px;
    min-height: 28px;
}


.selectspace {
    border: 2px solid;
    border-color: #fbd0ad;
    box-shadow: 0 0 0 1px white;
    background-color: #fff7f0;
    box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
}

.selectspace .s_c_space_c svg {
        fill:#0a95ff;
}
.selectspace .s_c_pro_c path {
        fill: #f2740d;
}
    .sm {
        fill: red;
    }
    #loadImg {
        position: relative;
        display: none;
    }

#loadImg2 {
    position: absolute;
    display: none;
    z-index:99999;
}
.r_t{
    justify-content:flex-end;
    width:100%;
}

.grbut {
    background-color: #1d9ef9;
    width: 170px;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    justify-content: center;
    text-decoration: none;
}
    .grbut:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: #0c8ce6;
    }

.imj_block {
    position:absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
    top:75px;
}
.prop_item{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border:  1px solid #cbcdd6;
    padding:5px;
    margin-right:10px;
    border-radius:4px;
}

.dopi img, .prop_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imj_block2 {
    position:absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    bottom:0;
    left:0;
 
}

.prop_item2 {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}
.nodatadef{
    display:flex;
    align-items:center;
    justify-content:space-around;
    width:100%;
    background-repeat:no-repeat;
    margin-top:50px;
}
.nodatadef img {
   
    height: auto;
}

.infotab2 {
    width: 100%;
    display: flex;
    height: 155px;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

 .infocell2 {
    width: 172px;
    height: 70px;
    font-size: 22px;
     display: flex;
    justify-content: center;
    align-items: center;
    align-content: baseline;
}
.first {
  
    border:solid 2px #37915b;
    border-left-width:7px;

}
.second {
    border: solid 2px #eb702c;
    border-left-width: 7px;
}
.third {
    border: solid 2px #5583e3;
    border-left-width: 7px;
}
.fourin {
    border: solid 2px #ed4141;
    border-left-width: 7px;
}
.fivein {
    border: solid 2px #a9cbf1;
    border-left-width: 7px;
}
.sixinf {
    border: solid 2px #b3b3b3;
    border-left-width: 7px;
}


 .infl2 {
    top: 15px;
    left: 15px;
    
}
.infl_text{
    margin-left:5px;
}

.r_tags_conteiner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.tag_in_case {
    border: 1px solid #00d0a8;
    border-radius: 4px;
    color: #00d0a8;
    display: inline-block;
    margin: 0px 8px 0 0;
    padding: 0 8px;
}
.tag_in_case .r_tag{
    padding-top:0px;
    margin-right:0px;
}
.tag_in_case .r_tag:hover{
    text-decoration:none;
}
.commmenu_border-wrapper {
    position: absolute;
    cursor: pointer;
    width:11px;
    
}
.commmenu_border {
    width: 0px;
    border: solid 1px #cbcdd6;
    border-left: none;
    cursor: pointer;
    height:100%;
    margin-left:5px;
}
.commmenu_border-wrapper:hover .commmenu_border {
    border-color: #46a2d9;
}