html {
    font-size: 16px;
}
@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
}
budy.bg-body-tertiary {
    overflow: auto !important;
}

#searchInput, .searchInput {
    background-image: url(/assets/icon/icon-search-g.svg);
    background-repeat: no-repeat;
    background-position-x: .75rem;
    background-position-y: center;
    background-size: 2rem;
    /* border-radius: 3.5rem; */
    padding: 0.75rem 0.75rem 0.75rem 3.5rem;
    color: #1e3765;
    outline: solid 1rem #ffffff;
    border-color: #29a629;
}

#searchInput.mob, .searchInput.mob {
    background-repeat: no-repeat;
    background-position-x: 21px;
    background-position-y: center;
    background-size: 2rem;
    border-radius: 18px;
    padding: 24px 24px 24px 47px;
    color: #1e3765;
    outline: solid 1rem #ffffff;
    border: none;
    box-shadow: inset 0px 0px 0px 9px #fff, inset 0px 0px 0px 13px #29a629;
}
.searchInput.folder  {
    margin: 0 18px;
    width: calc(100% - 36px);
}
.heder-test {
    background: #e6edf3;
    padding: 1.5rem 0;
}
/*

.test-list {}
.test-list > ul {
    padding: 1rem 0;
    list-style-type: none;
}
.test-list > ul > li {
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 7px #3a3e6536;
    border-radius: .5rem;
    padding: 1.25rem;
    position: relative;
}
.show-more {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 140px 0 20px 0;
}


.test-list > ul > li > h6 {
    font-size: 1.25rem;
}
.test-list > ul > li .test-good {
    background: linear-gradient(269.22deg, #5CD138 0%, #118578 99.35%);
    border-radius: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 12px 6px 8px;
    margin-bottom: 0;
    display: inline-flex;
    align-content: center;
    align-items: center;
}
.test-list > ul > li > div {}
.test-list > ul > li > ol {
    list-style-type: none;
    padding: 0;
}
.test-list > ul > li > ol > li {
    margin: 0.5rem 0;
    position: relative;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.test-list > ul > li > ol > li.active {
    background: #C2EEAF;
    border-radius: .25rem;
    box-shadow: 0 0 0 .5rem #C2EEAF;
}

.vopros {}
.vopros.show .show-more {display: none;}
.test-list > ul > li > ol > li > span0 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.line-clamp {
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;


}
.test-list > ul > li > ol > li {
}
@media (max-width: 768px) {
.test-list > ul > li > ol > li {
    list-style-position: inside;
   
}
}

.test-list > ul > li > ol > li.active > .line-clamp  {
    -webkit-line-clamp: 2;

}
.test-list > ul > li.vopros.show  > ol > li > .line-clamp  {
    overflow: visible;
    text-overflow: inherit;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.test-list ol > li:before { 
    content:"1.";
    padding: 0px 10px  0px 10px;
}
.test-list ol > li:nth-child(2):before { 
    content:"2.";
    
}
.test-list ol > li:nth-child(3):before { 
    content:"3.";
}
.test-list ol > li:nth-child(4):before { 
    content:"4.";
}
.test-list ol > li:nth-child(5):before { 
    content:"5.";
}

.test-list ol > li:nth-child(6):before { 
    content:"6.";
}

.test-list ol > li:nth-child(7):before { 
    content:"7.";
}


.test-good {}
.test-good ic  {
    width: 1rem;
    height: 1rem;
    background: url('/assets/icon/icons/check-circle-fill.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    filter: invert(1);
    margin-right: 6px;
}
.test-eye ic {
    width: 1rem;
    height: 1rem;
    background: url('/assets/icon/icons/eye-fill.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
    opacity: .5;
}
.test-good span {}
.test-eye {
    
    color: #555;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}
.test-eye span{}

*/

.test-list {}
.test-list > ul {
    padding: 1rem 0;
    list-style-type: none;
}
.test-list > ul > li {
    /* background: #fff; */
    margin-bottom: 1rem;
    /* box-shadow: 1px 1px 7px #3a3e6536; */
    border-radius: .5rem;
    /* padding: 1.25rem; */
    position: relative;
}
.show-more {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, #ffffffe8 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: start;
    padding: 77px 0 20px 0;
}


.test-list > ul > li > h6 {
    font-size: 14px;
}
.test-list > ul > li .test-good {
    background: linear-gradient(269.22deg, #5CD138 0%, #118578 99.35%);
    border-radius: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 12px 6px 8px;
    margin-bottom: 0;
    display: inline-flex;
    align-content: center;
    align-items: center;
}
.test-list > ul > li > div {}
.test-list > ul > li > ol {
    list-style-type: none;
    padding: 0;
    font-size: 12px;    
    list-style: none;
    list-style-type: none;
    padding: 0;
    font-size: 12px;        
}
.test-list > ul > li > ol > li {
    /* margin: 0.5rem 0; */
    position: relative;
    /* padding: 0.5rem 0; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.test-list > ul > li > ol > li.active {
    background: #e2efdc;
    border-radius: .25rem;
    /* box-shadow: 0 0 0 .25rem #e2efdc; */
    /* margin: .75rem 0; */
}

.vopros {}
.vopros.show .show-more {display: none;}
.test-list > ul > li > ol > li > span0 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.line-clamp {
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;


}
.test-list > ul > li > ol > li {
}
@media (max-width: 768px) {
.test-list > ul > li > ol > li {
    list-style-position: inside;
   
}
}

.test-list > ul > li > ol > li.active > .line-clamp  {
    -webkit-line-clamp: 2;

}
.test-list > ul > li.vopros.show  > ol > li > .line-clamp  {
    overflow: visible;
    text-overflow: inherit;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.test-list ol > li:before {
    content:"1.";
    padding: 0px 10px  0px 10px;
}
.test-list ol > li:nth-child(2):before { 
    content:"2.";
    
}
.test-list ol > li:nth-child(3):before { 
    content:"3.";
}
.test-list ol > li:nth-child(4):before { 
    content:"4.";
}
.test-list ol > li:nth-child(5):before { 
    content:"5.";
}
.test-list ol > li:nth-child(6):before { 
    content:"6.";
}
.test-list ol > li:nth-child(7):before { 
    content:"7.";
}
.test-list ol > li:nth-child(8):before { 
    content:"8.";
}
.test-list ol > li:nth-child(9):before { 
    content:"9.";
}
.test-list ol > li:nth-child(10):before { 
    content:"10.";
}
.test-list ol > li:nth-child(11):before { 
    content:"11.";
}
.test-list ol > li:nth-child(12):before { 
    content:"12.";
}
.test-list ol > li:nth-child(13):before { 
    content:"13.";
}
.test-list ol > li:nth-child(14):before { 
    content:"14.";
}
.test-list ol > li:nth-child(15):before { 
    content:"15.";
}
.test-list ol > li:nth-child(16):before { 
    content:"16.";
}
.test-list ol > li:nth-child(17):before { 
    content:"17.";
}
.test-list ol > li:nth-child(18):before { 
    content:"18.";
}


.test-good {}
.test-good ic  {
    width: 1rem;
    height: 1rem;
    background: url('/assets/icon/icons/check-circle-fill.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    filter: invert(1);
    margin-right: 6px;
}
.test-eye ic {
    width: 1rem;
    height: 1rem;
    background: url('/assets/icon/icons/eye-fill.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
    opacity: .5;
}
.test-good span {}
.test-eye {
    
    color: #555;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}
.test-eye span{}






.ic-img-pf:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/assets/icon/pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.ic-48:before {
    width: 48px;
    height: 48px;
    min-width: 48px;
}


ul#resultCategoryList li {}
ul#resultCategoryList li a,
.ya-site-form.ya-site-form_inited_no.w-100  a.d-block.text-decoration-none.m-0.d-flex span:first-child,
a.d-block.text-decoration-none.m-0.ic-img-pf {
  display: -webkit-box !important;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

ul#resultCategoryList li a:before {}
span {}
a.d-block.text-decoration-none.m-0.ic-img-pf {}












