.errors {
	color:red;
	font-size: 10px;
	margin-bottom:5px;
}
.error {
    color:red;
    font-size: 10px;
    margin-top:5px;
    display: none;
}
.noshow {display: none;}
.b-search-modal__item__left em {
    background: #E89630;
    font-style: normal;
}
.b-search-modal__item__left .texts {
    font-style: italic;
    margin-bottom:5px;
    font-size: 10px;
}
.b-search-modal__item__left p {
    margin-bottom:5px;
}
.show_hide_strings {
    color: #1991eb; 
    margin-bottom:10px;
}
.b-breadcreambs ul li {
    font-weight: 400;
    font-size: 14px;
    color: #A4A5B0;
}
.b-top-block__name a{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px;
    color: #354052; 
}

.loader-modal {
    background: rgba(33,33,33,0.5);
    width: 100%;
    height: 100%;
}
.loader1-modal .modal-content{background: none!important;border:0;}

.loader {
    --size: 25rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.loader > .circle {
    --duration: 2s;
    position: absolute;
    height: inherit;
    width: inherit;
    background: #1991eb;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.loader > .circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loader > .circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.loader > .circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}
@-webkit-keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}
button[disabled] {
    background: #ccc!important;
    cursor: default;
}
.fr-box {
    border: 1px solid #2891EB!important;
}
.fr-box .fr-toolbar{
    border: 0!important;
    background:#EDF7FE;
}
.fr-box .fr-wrapper{
    border: 0!important;
    border-radius: 14px!important;
}
.fr-more-toolbar {
    padding-left:0!important;
}

.second-toolbar {
    display: none!important;
}
.fr-wrapper p {
    margin-bottom:10px;
}

.loader_my {text-align: center;}
.loader_my img{display: inline-block;}

.selected_uls  {
}
.selected_uls a {
    display: inline-block;
    margin-right:10px;
    cursor: pointer;
}
.selected_uls li {
    margin: 10px 0 0 0;
}
.input__dropdown a {display: block;padding:5px;}
.loadermy img{display: inline-block;}

.opened_reward .b-reward-item__img {
    filter: grayscale(0%)!important;
}


.big-item__counter{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1991EB;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.b-item-col .b-item-text.b-item-text__big {
    display: none;
}

.one_question .delete_variant {
    color:red;
    margin-right:40px;
}

.b-modal-test__checkbox .b-check input[type="radio"] + label .b-modal-test__checkbox__test {
    display: block;
    background: #EDF7FF;
    border-radius: 6px;
    padding: 12px 18px 24px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.my_dropdown {
    position: absolute;
    border:1px solid #ccc;
    max-height: 200px;
    width: 500px;
    background: #fff;
    z-index:11;
    border-radius: 5px;
    overflow: auto;
}
.my_dropdown li a{
    display: block;
    padding:10px 20px;
    cursor:pointer;
}
h1.b-title-item {
    font-size: 26px;
    font-weight: 700;
}

.banners_block {
    margin-bottom:20px;
    max-height:300px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index:0;
}
.banners_block .first_block {
    max-width:300px;
    max-height:300px;
    display: inline-block;
}
.banners_block .second_block {
    max-width:300px;
    max-height:300px;
    display: inline-block;
}
.banners_block .third_block {
    max-width:300px;
    max-height:300px;
    display: inline-block;
}
@media screen and (max-width: 1023px) {
    .banners_block {
        padding: 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .banners_block .third_block {
        display: none;
    }
}
@media screen and (max-width: 610px) {
    .banners_block .second_block {
        display: none;
    }
    .banners_block {
        justify-content: center;
        padding: 0;
    }
}


.banner_big {
    width: 970px;
    margin:0 auto 20px auto;
    overflow: hidden;
    position: relative;
    z-index:0;
}
@media screen and (max-width: 970px) {
    .banner_big {
        width:90%;
    }
}

.admin_window {
    position: fixed;
    z-index:10;
    left:10px;
    top:45%;
    background:#fff;
    border-radius: 5px;
    padding:20px;
    width:300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.admin_window .icon-close{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
.admin_window .hed{
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.admin_window ul {
    margin: 0 0 0 20px;
}
.admin_window ul li{
    list-style-type: disc;
}
.admin_window ul li a, .admin_window ul li span{
    padding:5px 0;
    display: block;
}

.admin_window .subscribe-btn{
    margin: 0;
    display: none;
}
.admin_window.closed{
    padding: 0;
    width: auto;
}
.admin_window.closed .icon-close, .admin_window.closed .hed, .admin_window.closed ul{
    display: none;
}
.admin_window.closed .subscribe-btn{
    display: block;
}


.b-notice-item__user__img::after, .b-notice-item__user__img::before {
    display: none!important;
}

.b-modal-test__checkbox__test {
    flex-grow: 1
}


.b-breadcreambs ul{
    cursor: default; 
}

.perevernut {
    transform: rotate(180deg);
}

.pod_comments .b-notice-item {
    padding-left:20px;
}
.pod_comments .b-notice-item .b-notice-item__content{
    padding-top:0;
    margin-top:0;
}
.pod_comments .comment_hed{
    display: none;
}



.icon-eye , .icon-eye:hover , .icon-eye.active{
    transition: 0!important;
    color: #A4A5B0!important;
    cursor: default!important;
}

.input_plus:after {display: none!important}

.drop_list_my {
    position: absolute;
    width:100%;
    max-height: 300px;
    overflow-y: auto;
    border:1px solid #E9EDF1;
    border-radius: 3px;
    background: #fff;
    z-index:1;
    display: none;
}
.drop_list_my ul li a{
    display: block;
    width:100%;
    padding:10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.drop_list_my ul li a:hover{
    background: #2891EB;
    color:#fff!important;
}
.b-modal-book__container1 {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 8px;
    padding: 15px 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    transition: .3s;
    z-index: 20;
}
.b-modal-book__container1 .b-modal-book__delete {display: none!important;}

.banner_big_center_2 {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin:20px 0 20px 0;
}
.banner_big_center_2 #place155{
    display: none;
}
.banner_big_center_2 .illiciumItem{
    text-align: center;
    margin: 0 auto;
}
.banner_big_center_2 .illiciumItem img{
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 767px) { 
    .banner_big_center_2 #place155{
        display: block;
    }
    .banner_big_center_2 #place158{
        display: none;
    }
}
.diagram {
    width: 130px;
    height:130px;
    border-radius: 50%;
    background: #F39831;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.diagram::before {
    content: '';
    display: block;
    position: absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    opacity: 1;
}
.diagram .piece {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}
.diagram .piece::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}
.diagram .piece.left {
    transform: rotate(0deg);
    z-index: 2;
    border-radius: 50%; /* only FireFox < 75.0v (fix bug)*/
}
.diagram.over_50 .piece.left {
    transform: rotate(180deg);
}
.diagram .piece.right {
    transform: rotate(180deg);
    z-index: 1;
    border-radius: 50%; /* only FireFox < 75.0v (fix bug)*/
}
.diagram.over_50 .piece.right {
    transform: rotate(360deg);
}
.diagram .left::before {
    background: #F1F1F1;
}
.diagram.over_50 .left::before {
    background: #F39831;
}
.diagram .right::before {
    background: #F1F1F1;
}
.diagram .text {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diagram .text b {
    font-size: 24px;
}
.diagram .text span {
    font-size: 16px;
    display: block;
}
.diagram .text sup {
    font-size: 12px;
    display: block;
    position: absolute;
    top:25px;
    text-align: center;
    background: #ccc;
    left:0;
    width:250px;
}

.btn_want_get_kurators {
    background:#2F9FFB;
    border-radius:3px;
    text-transform: none;
    color:#fff!important;
    padding:5px 10px;
    text-decoration: none!important;
}
.kurator_edit_btn {
    position: fixed;
    left:10px;
    top:50%;
    margin-top:10px;
}
.kurator_edit_btn.two {
    margin-top:60px;
    width: 200px;
}
.dropdown_my {
    position: absolute;
    border-radius: 3px;
    border:1px solid #ccc;
    width:100%;
    max-height: 200px;
    overflow-y: auto;
    z-index:1;
    background: #fff;
}
.dropdown_my ul li{
    margin: 0;
}
.dropdown_my ul li a{
    display: block;
    padding:10px 20px;
    color:#333;
    text-decoration: none;
}
.dropdown_my ul li a:hover{
    background: #ccc;
    color:#333;
}

.b-authors-curators .b-authors-curator {
    width: 250px;
}
.b-authors-curator__text .btn_want_get_kurators {
    font-size: 12px;
    display: block;
    width:auto;
}
#rate_kurator .b-notice-item__btn.active {
    background: #edf7fe;
}
.kurator_row {
    display: block;
    width: 100%;
    position: relative;
}
.kurator_row .b-profile-desc__curator{
    position: relative;
}
.kurator_row > .btn_want_get_kurators{
    position: absolute;
    right:20px;
    top:50px;
}
.kurator_row .b-popular-author__col{
    display: block;
    width:100px;
    height: 140px;
}

.books_edit_character li i.icon-pencil {
border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #a4a5b0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 5px;
    line-height: 5px;
    color: #fff;
    padding: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 8px;
}
.tooltip {
    z-index: 100000000; 
}


.modal_konkurs {
    position: fixed;
    bottom:20px;
    right:20px;
    z-index:9999;
}
.modal_konkurs .b-reader-modal____right{
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal_konkurs .b-reader-modal__right__title{
    font-size: 20px;
}



.my_select {
    border:1px solid #ccc!important;
    padding:5px 20px!important;
    border-radius: 5px;
    height: 40px;
    width:200px;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(to top, #F3F5F7 , #FDFDFD 33%);
    font-family: Montserrat,sans-serif;
}




.b-selection-user__slider__container2{
    position: relative;
}
.b-selection-user__slider__container2 .icon-arrow-left {
    left: -23px;
}
.b-selection-user__slider__container2 .icon-arrow-right {
    right: -23px;
}
.b-page-test {
    padding: 0;
}

.b-page-test .b-test-item__left {
    margin: 0;
}

.b-page-test .b-test-item {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .2));
    padding: 0px;
}

.b-test-col {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 15px;
}

.b-test-item__left__text {
    max-width: 100%;
    justify-content: space-between;
    width: 100%;
    min-height: 0px;
    max-height: none;
    padding: 20px 15px 5px;
    display: flex;
}

.b-test-item__left ul{
    padding: 15px;
    width: 100%;
    background-color: #EDF7FF;
    justify-content: space-between;
}

.b-test-item__left ul li {
    width: auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    text-transform: none;
    color: #354052;
    display: flex;
    align-items: center;
    height: 100%;
}

.b-test-item__left ul li span{
    margin-right:15px;
    display: flex;
}

.b-test-item__left ul li span img{
    margin-right:5px;
    width: 20px;
}

.b-test-item__left p {
    max-width: none;
    margin: 0;
}

.b-page-test .b-test-item__name {
    max-width: none;
}

.b-title-container p {
    font-size: 14px;
    line-height: 1.7;
}

.b-test-item_book_name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.m-r-5{
    margin-right:5px;
}

.sec-o{
padding-right:15px;
}
.sec-t{
    width: 180px;
    min-width: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 0px; */
    /* padding: 0px; */
    height: 100%;
    align-content: center;
    justify-content: flex-start;
}

.sec-t img{
    width: 100%;
    height: 100%;
}

.sec-t a{
    width: 36px;
    height: 36px;
    text-align: center;
    align-items: center;
    margin: 0px 5px 5px 0px;
    background-color: #EDF7FF;
    display: flex;
}


.sec-t a span{
    width: 100%;
    padding: 5px;
    max-width: 34px;
    overflow: hidden;
    text-align: center;
    justify-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    color: #616161;
}

.b-test-b{
    padding: 6px 16px;
    text-decoration: none;
    color: #137ccc;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: .3s;
    box-shadow: 0 0 4px 0 #1991eb;
}

.b-test-b:hover {
    background: #209fff;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    box-shadow: 0 0 4px 0 #1991eb;
}






.b-test-item_info {
    margin-top: 10px;
    font-size: 12px;
    color: #2f2f2f;
}

.test-done{
    background-color: #32ca17;
    color: white;
}

.test-done:hover{
    background-color: #32ca17;
    color: white;
}

.test-cover {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: none;
}

.test-cover img{
    width: 100%;  
}


@media screen and (max-width: 572px) {
    .sec-o{
        width: 100%;
    }
    .sec-t{
    width: 100%;
    min-width: 00%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 0px; */
    /* padding: 0px; */
    height: 100%;
    align-content: center;
    justify-content: flex-start;
}

.b-test-item__left__text {
    padding: 20px 15px 5px;
    display: block;
}

.test-cover {
    height: 75px;
}

.b-test-item__left p {
    padding-bottom: 20px;
}


.b-test-item__left ul li span {
    display: block; 
}

.author-test-name{
 width: 100px;
overflow:hidden; 
}


}
.b_test-name-book-l{
    width: 304px;
    height: 16px;
    overflow: hidden;
}
.menu-label {
    position: absolute;
    top: 0px;
    right: 1px;
    padding: 2px 5px;
    background-color: #007bff;
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 25px;
    /* transform: rotate(
40deg); */
}

.b-nav-container>li:hover>span{
    background-color: #354052;
}
