/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/

.sidebar__item, .sidebar__link, .sidebar__top {
    background-color: #fff
}

.sidebar-submenu, .sidebar__list {
    list-style-type: none
}

.sidebar__list a, .sidebar__list div, .sidebar__list p, .sidebar__list span {
    color: #337AB7;
    font-family: Roboto;
    font-size: 1.6rem
}

.sidebar-submenu__link.current,
.sidebar-submenu__link:hover,
.sidebar__link:hover,
.sidebar__item.current > .sidebar__top > .sidebar__link
{
    color: #F58220
}

form .form-link{
    text-decoration: underline;
    cursor: pointer;
    color: #377CB5;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.4rem;
}

form p{
    font-size: 1.4rem;
}

.sidebar__list a {
    text-decoration: none
}

.sidebar__link {
    display: flex;
    padding: 15px 20px;
    /* border: 2px solid #DAEBFA; */
    border-bottom: none;
    position: relative
}

/* .sidebar__item.active .sidebar__link, .sidebar__item:last-child .sidebar__link {
    border-bottom: 2px solid #DAEBFA;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
} */

/* .sidebar__item:first-child .sidebar__link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
} */

.sidebar__toggle {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23418BCA' stroke-width='1.5'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 14px;
    transition: .2s
}

/* .sidebar__toggle.active {
    transform: rotate(180deg)
} */

.sidebar-submenu__link {
    display: flex;
    width: 100%
}

.sidebar-submenu__item {
    margin-bottom: 14px
}

.sidebar-submenu__item:last-child {
    margin-bottom: 0
}

.sidebar-submenu {
    padding: 16px 10px 16px 40px;
    display: none
}

.sidebar__item {
    position: relative
}

.sidebar__item.active .sidebar-submenu {
    display: block
}

.sidebar__item.active .sidebar__link::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border: 2px solid #DAEBFA;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    bottom: -7px;
    left: 35px
}
ul li.sidebar__item {
    margin-bottom: 0;
}

ul li.sidebar__item.active > div > a,
ul li.sidebar__item.active > a{
    color: #F58220;
}

.sidebar__top {
    border: 2px solid #DAEBFA;
    margin-bottom: -2px;
}
.sidebar__item.active .sidebar__top {
    border-left: 2px solid #DAEBFA !important;
}
.sidebar__item.sidebar__item--sub.active .sidebar__top {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
li.sidebar__item:last-child .sidebar__top {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
li.sidebar__item:first-child .sidebar__top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
a.sidebar__link {
    border-radius: 5px;
}
.sidebar__top--next {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.wide-search-form .short-form .inline-wrap > .inline,
#feedback-form-wrapper .inline-wrap > .inline {
    height: 50px;
}
.wide-search-form .short-form .insubscribe-wrap .input-wrap.input-wrap--hint .input-container .select-wrap .jq-selectbox__select,
#feedback-form-wrapper .jq-selectbox__select {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 0;
    border: 2px solid #337AB7 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none !important;
    padding-left: 7px;
}

.wide-search-form .jq-selectbox__select-text,
#feedback-form-wrapper .jq-selectbox__select-text {
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding-left: 4px;
    padding-right: 50px;
    font-family: 'Roboto';
    font-weight: 500;
    white-space: nowrap;
    background-color: #F58220;
    border-radius: 4px;
    color: #fff;
}
.wide-search-form .jq-selectbox__trigger,
#feedback-form-wrapper .jq-selectbox__trigger {
    border-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wide-search-form .jq-selectbox__trigger-arrow {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23ffffff' stroke-width='1.5'/></svg>");
    background-repeat: no-repeat;
    border: 0;
    top: auto;
    right: auto;
}
.wide-search-form .short-form .inline-wrap,
#feedback-form-wrapper .short-form .inline-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.short-input-wrap.inline {
    width: 100% !important;
}
/* .clean-input {
    display: none;
} */
.submit-wrap.submit.inline {
    width: 100px;
    min-width: 100px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 50px;
}
a.wide-search-wrap.inline {
    position: absolute !important;
    right: 144px;
    height: 16px !important;
    width: 24px !important;
    background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2591_7383)'><path d='M13.2318 5.47983L12.1351 5.34042C12.0447 5.06217 11.9333 4.79383 11.8032 4.53892L12.4804 3.66683C12.7546 3.31392 12.7225 2.81575 12.4093 2.51242L11.4905 1.59367C11.1843 1.2775 10.6861 1.246 10.3326 1.51958L9.46167 2.19683C9.20675 2.06675 8.93842 1.95533 8.65958 1.86492L8.52017 0.77C8.46767 0.33075 8.09492 0 7.65333 0H6.34667C5.90508 0 5.53233 0.33075 5.47983 0.76825L5.34042 1.86492C5.06158 1.95533 4.79325 2.06617 4.53833 2.19683L3.66683 1.51958C3.3145 1.246 2.81633 1.2775 2.51242 1.59075L1.59367 2.50892C1.2775 2.81575 1.24542 3.31392 1.51958 3.66742L2.19683 4.53892C2.06617 4.79383 1.95533 5.06217 1.86492 5.34042L0.77 5.47983C0.33075 5.53233 0 5.90508 0 6.34667V7.65333C0 8.09492 0.33075 8.46767 0.76825 8.52017L1.86492 8.65958C1.95533 8.93783 2.06675 9.20617 2.19683 9.46108L1.51958 10.3332C1.24542 10.6861 1.2775 11.1842 1.59075 11.4876L2.5095 12.4063C2.81633 12.7219 3.31392 12.7534 3.66742 12.4798L4.53892 11.8026C4.79383 11.9332 5.06217 12.0447 5.34042 12.1345L5.47983 13.2288C5.53233 13.6692 5.90508 14 6.34667 14H7.65333C8.09492 14 8.46767 13.6692 8.52017 13.2317L8.65958 12.1351C8.93783 12.0447 9.20617 11.9332 9.46108 11.8032L10.3332 12.4804C10.6861 12.7546 11.1843 12.7225 11.4876 12.4093L12.4063 11.4905C12.7225 11.1837 12.7546 10.6861 12.4804 10.3326L11.8032 9.46108C11.9338 9.20617 12.0453 8.93783 12.1351 8.65958L13.2294 8.52017C13.6687 8.46767 13.9994 8.09492 13.9994 7.65333V6.34667C14 5.90508 13.6693 5.53233 13.2318 5.47983ZM7 9.91667C5.39175 9.91667 4.08333 8.60825 4.08333 7C4.08333 5.39175 5.39175 4.08333 7 4.08333C8.60825 4.08333 9.91667 5.39175 9.91667 7C9.91667 8.60825 8.60825 9.91667 7 9.91667Z' fill='%233675AB'/></g><defs><clipPath id='clip0_2591_7383'><rect width='14' height='14' fill='white'/></clipPath></defs></svg>") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto !important;
}
.jq-selectbox__dropdown {
    margin: 0;
    border: none;
    box-shadow: 0px 5px 12px rgba(42, 62, 80, .15);
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
/* .jq-selectbox li.selected {
    background-color: #fff;
    color: #F58220;
} */
.jq-selectbox li:hover {
    background-color: #fff;
    color: #F58220;
}
.submit-wrap.submit.inline {
    background-color: #337AB7;
}
.wide-search-form .jq-selectbox__dropdown ul li {
    font-size: 1.4rem;
    padding: 7px 20px;
    color: #337AB7;
    font-family: 'Roboto';
}
.jq-selectbox__dropdown ul {
    padding-bottom: 10px;
    padding-top: 10px;
}
.wide-search-form .conditions.expanded {
    border: none;
}
.direction-list.expanded {
    padding: 14px 26px !important;
    color: #337AB7 !important;
}
.wide-search-form .short-form .direction-list > a.current {
    color: #337AB7 !important;
}
.wide-search-form .short-form .direction-list > a {
    height: 13px;
}
.wide-search-form .short-form .direction-list > i {
    position: relative;
    color: #fff;
}
.wide-search-form .short-form .direction-list > i::before {
    content: '';
    position: absolute;
    width: 1px;
    background: #DAEBFA;
    height: 14px;
    top: 0;
    left: 0;
}
a.hidden-expand {
    position: relative;
    font-size: 0;
}
a.hidden-expand::before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 14px;
    width: 30px;
    background-color: #DAEBFA;
    border-radius: 5px;
}
a.hidden-expand::after {
    content: '...';
    position: absolute;
    color: #337AB7;
    font-size: 24px;
    bottom: -1px;
    left: 6px;
    font-family: 'Roboto';
}
.wide-search-form .conditions .wide-expand span:last-child {
    font-family: 'Roboto';
}
.wide-search-form .conditions.expanded .wide-expand span:last-child:after,
.wide-search-form .conditions .wide-expand span:last-child:after,
.wide-search-form .conditions.expanded .wide-expand:hover span:last-child:after,
.wide-search-form .conditions .wide-expand:hover span:last-child:after,
.wide-search-form .wide-zone .filter__link.active span:after,
.wide-search-form .wide-zone .filter__link:hover span:after,
.wide-search-form .wide-zone .filter__link span:after,
.wide-search-form .wide-zone .filter__link.active:hover span:after {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23418BCA' stroke-width='1.5'/></svg>");
    background-repeat: no-repeat;
    background-position: center !important;
    vertical-align: middle;
    height: 5px !important;
    width: 12px !important;
    top: 40%;
    transition: .2s;
    position: absolute;
}

.wide-search-form .wide-zone .filter__link.active span:after,
.wide-search-form .wide-zone .filter__link.active:hover span:after,
.wide-search-form .conditions.expanded .wide-expand span:last-child:after,
.wide-search-form .conditions.expanded .wide-expand:hover span:last-child:after {
    transform: rotate(-180deg);
    transition: .2s;
}
.filter .filter__link.js-filter__link.special-search-fields:hover {
    color: #337AB7;
}
.wide-search-form [data-anc="conditions-panel"] .fa {
    margin-right: 8px;
}
.wide-search-form .conditions .wide-expand {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wide-search-form .wide-zone {
    border: 2px solid #DAEBFA;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 !important;
}
.form-group {
    padding: 10px 20px;
    margin-bottom: 0;
}
.input-wrap {
    margin-bottom: 0;
    flex-direction: column;
}
.zn-normal-form .input-label, #catalog-search .input-label {
    padding: 0;
    color: #337AB7;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 400;
    white-space: nowrap;
}
/* #feedback-form-wrapper .form-group:nth-child(3) {
    border-bottom: 2px solid #DAEBFA;
    margin-bottom: 16px;
    padding-bottom: 20px;
} */
.wide-search-form {
    margin-bottom: 0;
    margin-left: 0;
}
.workarea input[type="radio"]:not(:checked) + label:before,
.workarea input[type="radio"]:checked + label:before {
    border: 1px solid #418BCA;
    height: 20px;
    width: 20px;
}
.workarea input[type="radio"]:not(:checked) + label,
.workarea input[type="radio"]:checked + label {
    font-size: 1.4rem !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: #4A4A4A;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.workarea input[type="radio"]:checked + label:after {
    height: 10px;
    width: 10px;
}
.workarea input[type="checkbox"]:not(:checked) + label:before,
.workarea input[type="checkbox"]:checked + label:before {
    border: 1px solid #418BCA;
    border-radius: 5px;
    height: 20px;
    width: 20px;
}
.workarea input[type="checkbox"]:not(:checked) + label,
.workarea input[type="checkbox"]:checked + label {
    font-size: 1.4rem !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: #4A4A4A;
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.workarea input[type="checkbox"]:not(:checked) + label:after,
.workarea input[type="checkbox"]:checked + label:after {
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23F58220' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    height: 6px;
    width: 10px;
    background-position: center;
    top: 8px;
    left: 5px;
}
.wide-search-form .wide-zone.expanded {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.form-group {
    width: 100%;
}
/* .form-group:nth-child(2) .input-label{
    margin-bottom: 26px !important;
} */
.zn-normal-form input[type="text"],
.select2-container--krajee .select2-selection {
    border: 2px solid #418BCA !important;
    min-height: 40px !important;
    border-radius: 5px !important;
    font-size: 1.4rem !important;
    padding: 0 15px !important;
    color: #4A4A4A !important;
}
.zn-normal-form input[type="text"]::placeholder,
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #B9B9B9;
}
.zn-normal-form .col-lg-10, #catalog-search .col-lg-10 {
    min-width: 100%;
}
.workarea input[type="checkbox"]:disabled + label:before {
    background-color: transparent;
    border: 2px solid #eee;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-height: 40px !important;
    font-size: 1.4rem !important;
    color: #4A4A4A !important;
    padding: 0 !important;
}

/* .wide-search-form .form-group:nth-child(5),
.wide-search-form .form-group:nth-child(6),
.wide-search-form .form-group:nth-child(7),
.wide-search-form .form-group:nth-child(8),
.wide-search-form .form-group:nth-child(10) {
    max-width: 50%;
    min-width: 50%;
} */


._hover-tooltip__wrap{
    position: relative;
}
  
._hover-tooltip__wrap ._hover-tooltip__title{
    display: none;
}

._hover-tooltip__wrap:hover ._hover-tooltip__title{
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    width: max-content;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0, 0, 0, 15%);
    border-radius: 3px;
    padding: 6px 12px;
    color: #4b4b4b;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    z-index: 30;
    bottom: -5px;
    left: -50%;
    transform: translate(0%, 100%);
}

.select-multiple-wrap::after{
    display: none;
}

.select-multiple-wrap .jq-select-multiple{
    width: 100%;
}

select.form-control[multiple]{
    width: 100%;
    min-height: 110px!important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0;
}

select.form-control[multiple] option{
    display: block;
    font-size: 1.4rem;
    padding: 5px 15px;
}

/* select.form-control[multiple] option[selected]{
    background: #599cd7;
    color: #fff;
} */

.resizable-wrap{
    width: 100%!important;
    min-height: 110px!important;
    max-height: 1000px!important;
    position: relative;
}

.resizable-wrap select{
    height: 100%!important;
}

.form-group.field-promoactioncode-code{
    padding: 0;
    align-items: center;
}

.cart__promocode-wrap{
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid #c9e2f7;
    border-radius: 5px;
    background-color: #f4faff;
}
.cart__promocode-wrap input[type="text"] {
    text-align: center;
    border: 2px solid #377cb5 !important;
    border-radius: 5px;
    font-size: 1.7rem;
}

#promocode-form{
    max-width: 100%;
}



#promocode-form button[type="submit"]{
    width: 100%;
}

.cart-promocode__list-wrap .cart-promocode-item{
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #2f74b0;
    border-radius: 5px;
    padding: 4px 7px;
    font-size: 13px;
    text-align: center;
}

.cart-promocode__list-wrap .cart-promocode-item .cart-promocode-item__name{
    font-weight: bold;
}

.cart-promocode__list-wrap .cart-promocode-item .cart-promocode-item__remove{
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(/img/svg/cart-reset.svg) no-repeat;
    background-position: center;
    background-size: 8px;
    margin-left: 3px;  
    transform: translateY(3px);  
}





.form-group.field-promoactioncode-code .control-label{
    font-size: 14px;
    color: #000;
}
.form-group.field-promoactioncode-code .control-label::after {
    color: #bf0000;
}

.resizable-wrap .ui-resizable-se.ui-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M2.125 6.9375L2.125 2.125L6.9375 2.125' stroke='%23377CB5' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.56328 2.56457L15.1884 15.1884' stroke='%23377CB5' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.875 11.0625L15.875 15.875L11.0625 15.875' stroke='%23377CB5' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 7px;
    right: 23px;
}

.short-search__correction-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
    border-radius: 5px;
    border: 2px solid #daebfa;
    color: #377cb5!important;
    background-color: #f7fbff;
  
    padding: 10px 24px;    
}

.short-search__correction-wrap > div{
    font-size: 1.6rem;
    color: #377cb5;
}

.short-search__correction-wrap span{
    font-weight: 500;
}

.short-search__correction-btn{
    margin-left: 12px;
    display: block;
    color: #F58220;
    cursor: pointer;
}

.withAccess .short-search__correction-wrap{
    border: 2px solid #111;
    color: #000!important;
    background-color: transparent;    
    margin-top: 20px;
}

.withAccess .short-search__correction-btn, 
.withAccess .short-search__correction-wrap span{
    color: #000;
}

.withAccess .short-search__correction-btn{
    font-weight: bold!important;
}

.withAccess.theme2 .short-search__correction-wrap{
    color: #fff!important;
    border: 2px solid #fff;
}
.withAccess.theme2 .short-search__correction-wrap span,
.withAccess.theme2 .short-search__correction-btn{
    color: #fff!important;
}


.zread__loader{
    position: fixed;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.2);
}

.zread__loader::before{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lds-spinner' width='26px' height='26px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='background: none;'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='48' y='13.5' rx='0' ry='0' width='4' height='23' fill='%23418BCA'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.withAccess.theme5 .short-search__correction-wrap{
    border: 2px solid #abe258;
    color: #abe258!important;
}
.withAccess.theme5 .short-search__correction-wrap span,
.withAccess.theme5 .short-search__correction-btn{
    color: #abe258!important;
}

@media (max-width: 500px) {
    .short-search__correction-wrap{
      margin-top: 20px;
    }
}


.short-input-wrap.inline input {
    border: 2px solid #337AB7 !important;
    border-left: none !important;
    padding-left: 15px !important;
    padding-right: 60px;
    border-radius: 0 !important;
    height: 50px !important;
    padding-right: 60px !important;
    font-size: 1.4rem;
}

.short-input-wrap.inline input::placeholder{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}

.select2-container--krajee .select2-selection {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 40px !important;
    box-shadow: none;
}
.select2-container--krajee .select2-selection:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.5L5.5 5L1 1.5' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    right: 6px;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none !important;
}
span.select2-dropdown.select2-dropdown--below {
    border: none;
    box-shadow: 0px 5px 12px rgba(42, 62, 80, .15);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 1px;
    padding: 0 !important;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
    color: #4A4A4A !important;
}
.select2-container--krajee .select2-results__option[aria-selected] {
    color: #4A4A4A !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.4rem;
    padding: 8px 16px !important;
}
.select2-container--krajee .select2-results__option[aria-selected]:hover {
    color: #4A4A4A !important;
    background-color: #DAEBFA !important
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #3675AB;
    background: #DAEBFA;
    border: 1px solid #DAEBFA;
    border-radius: 5px;
    margin: 5px 5px 0 0;
    padding: 0 6px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    color: #3675AB;
    opacity: 1;
    line-height: 14px;
}
.select2-container--krajee li.select2-results__option {
    color: #4A4A4A;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 8px 16px !important;
}
button.n-btn.btn-default.js-show-modal {
    color: transparent;
    background-color: transparent;
    border: 2px solid #418BCA;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M5 1.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M5 8.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M5 8.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M5 15.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M5 15.5H19' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 1.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 1.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 8.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 8.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 15.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M2 15.5H0' stroke='%23337AB7' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 12px;
    width: 47px;
    min-height: 40px;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    border-left-width: 2px;
}
.input-group {
    display: flex;
}

.assign-tickets .input-group {
    display: flex;
    flex-direction: column;
}

.input-group-btn {
    width: min-content;
}
.zn-normal-form .input-label.level, #catalog-search .input-label.level {
    line-height: 2rem;
}
.form-group .col-lg-4 {
    max-width: 100%;
}
.form-group .col-lg-4 .input-container {
    padding-right: 0
}
.form-group .form-group {
    padding: 0;
}
.form-group .jq-selectbox__select,
#feedback-form-wrapper .form-group .jq-selectbox__select {
    border: 2px solid #418BCA !important;
    border-radius: 5px;
}
.form-group .jq-selectbox__select-text,
#feedback-form-wrapper .jq-selectbox__select-text {
    background-color: #337AB7;
}
/* #feedback-form-wrapper .form-group:nth-child(11) {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #DAEBFA;
} */
#feedback-form-wrapper .form-group:nth-child(11) .input-label {
    margin-bottom: 20px;
}
.filter {
    width: 100%;
    border: none;
    margin: 0;
}
.filter .filter__link.js-filter__link.special-search-fields {
    padding: 10px 20px;
    font-size: 1.6rem;
    font-family: 'Roboto';
    font-weight: 500;
    color: #337AB7;
}

a.filter__link.js-filter__link.special-search-fields.active, .filter__toggle {
    background-color: #DAEBFA;
}

.filter__toggle {
    margin: 0 !important;
}
.filter__toggle .zn-normal-form input[type="text"], .filter__toggle .select2-container--krajee .select2-selection {
    border-color: #DAEBFA !important;
}
.filter__toggle button.n-btn.btn-default.js-show-modal {
    border-color: #DAEBFA;
    outline: none;
}

.filter__toggle input.form-control {
    border: 2px solid #DAEBFA !important;
}
.input-group.zn-datepicker {
    width: 100% !important;
}
.form-control.zn-datepicker {
    background-color: #fff;
}
.input-wrap.row {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.wide-search-form .bottom-buttons {
    width: min-content;
}
a.input-group-text.btn.btn-success.submit {
    background: #337AB7;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-family: 'Roboto';
    border: none;
}
a.input-group-text.reset {
    margin-left: 24px;
    padding-left: 25px;
    font-size: 1.6rem;
    font-family: 'Roboto';
    position: relative;
    display: flex;
    align-items: center;
}
a.input-group-text.reset:hover {
    color: #337AB7;
}
a.input-group-text.reset::before {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L13.4852 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M1 1L13.4852 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M13.4844 1L0.999127 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M13.4844 1L0.999127 13.4852' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}
.col-lg-12.bottom-buttons {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.wide-search-form .short-form .short-input-wrap.unloged input {
    border: 2px solid #418BCA !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
a.wide-expand:hover {
    color: #337AB7;
}
.wide-search-form .conditions.collapsed {
    border: none;
}
.wide-search-form .conditions > div.condition {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #4A4A4A;
    font-style: normal;
    font-size: 1.3rem;
    font-family: "Roboto";
    position: relative;
}
.wide-search-form .conditions > div i,
.wide-search-form .conditions > div b {
    font: inherit;
    font-weight: 300;
}
.wide-search-form .conditions > div i {
    width: min-content !important;
    white-space: nowrap;
}
.wide-search-form .conditions > div i::first-letter {
    text-transform: uppercase;
}

.wide-search-form .conditions > div b {
    color: #337AB7;
    border: 2px solid #DAEBFA;
    border-radius: 5px !important;
    background-color: transparent;
    padding: 0 24px 0 10px !important;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
}
.wide-search-form .conditions .wide-expand {
    position: relative;
    padding-right: 35px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #337AB7;
    min-height: 30px;
}
.condition:nth-child(2)::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 2px;
    background-color: #DAEBFA;
    left: -16px;
}
.wide-search-form .fa.fa-del-cross {
    position: relative;
    left: -24px;
    top: -2px;
    color: #337AB7;
    opacity: 1;
}
.wide-search-form .conditions > div.condition {
    margin-right: -10px;
}

.conditions.expanded .wide-expand:before {
    display: none;
}
.filter__toggle {
    flex-wrap: wrap;
}

.filter__toggle .input-label {
    margin-bottom: 10px !important;
}
.sidebar-submenu__item.active .sidebar-submenu__link:before {
    display: none;
    color: #F58220;
}
#catalog-search .input-group-btn {
    display: flex;
    right: -1px;
}
.zn-datepicker button {
    border: 2px solid #DAEBFA;
    outline: none;
}
.btn-default {
    outline: none;
}
button.n-btn.btn-default.datepickerbutton {
    border-right: 0;
    border: 2px solid #DAEBFA;
    border-left-width: 1px;
}
.btn-default:active {
    background-color: white;
    border-color: #DAEBFA;
}
.zn-datepicker button:hover,
.zn-datepicker button:focus {
    border: 2px solid #DAEBFA;
    outline: none;
}
.zn-datepicker button:first-child {
    background-image: url("data:image/svg+xml,<svg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='path-1-inside-1_2629_719' fill='white'><rect y='2' width='19' height='18' rx='1'/></mask><rect y='2' width='19' height='18' rx='1' stroke='%23337AB7' stroke-width='2.8' mask='url(%23path-1-inside-1_2629_719)'/><rect x='4' width='1.5' height='5' rx='0.75' fill='%23337AB7'/><rect x='13.5' width='1.5' height='5' rx='0.75' fill='%23337AB7'/><path d='M1 7H18' stroke='%23337AB7' stroke-width='1.4'/><rect x='4' y='10' width='1.5' height='1.5' fill='%23337AB7'/><rect x='7' y='10' width='1.5' height='1.5' fill='%23337AB7'/><rect x='10' y='10' width='1.5' height='1.5' fill='%23337AB7'/><rect x='13' y='10' width='1.5' height='1.5' fill='%23337AB7'/><rect x='4' y='14' width='1.5' height='1.5' fill='%23337AB7'/><rect x='7' y='14' width='1.5' height='1.5' fill='%23337AB7'/><rect x='10' y='14' width='1.5' height='1.5' fill='%23337AB7'/><rect x='13' y='14' width='1.5' height='1.5' fill='%23337AB7'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-left: none;
}
.zn-datepicker button:first-child:hover,
.zn-datepicker button:first-child:focus {
    border-left: none;
}
.zn-datepicker button:last-child {
    background-image: url("data:image/svg+xml,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L13.4852 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M1 1L13.4852 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M13.4844 1L0.999127 13.4852' stroke='%23337AB7' stroke-width='1.5'/><path d='M13.4844 1L0.999127 13.4852' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.n-btn.btn-default.js-clear-date:active {
    border: 2px solid #DAEBFA;
    box-shadow: none;
    background-color: #fff;
}
.zn-datepicker span.glyphicon {
    color: transparent;
}
button.n-btn.btn-default:hover,
button.n-btn.btn-default:focus {
    background-color: #fff;
}
.zn-datepicker .input-group-btn {
    z-index: 5;
}

.jq-selectbox li {
    cursor: pointer;
}
.short-form .jq-selectbox li:first-child:hover {
    color: #F58220;
}
.short-form .jq-selectbox li:nth-child(2):hover {
    color: #46A2AF;
}
.short-form .jq-selectbox li:nth-child(3):hover {
    color: #D44343;
}
.wide-search-form .dt .input-group.zn-datepicker input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: start;
    color: #4A4A4A;
    font-size: 1.4rem;
}

.wide-search-form .short-form .direction-list.expanded {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

h1 {
    color: #337AB7;
    font-size: 3rem;
    font-family: "Gotham Pro Regular";
}

.workarea ul.sidebar__list {
    margin-right: 20px;
}
.header-with-border {
    padding: 45px 30px 35px 28px;
    border: 2px solid #DAEBFA;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 !important;
    margin-top: 30px !important;
}
.header-with-border ~ .book-list {
    margin-top: 0;
    padding: 0 30px 0 28px;
    border: 2px solid #DAEBFA;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 30px;
}
.shelves-top__show_center {
    width: auto;
    color: #4A4A4A;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1.3rem;
    margin-left: 30px;
}
.shelves-top__show_left,
.shelves-top__show_right {
    color: #4A4A4A;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.3rem;
}
.shelves-top__show_right {
    width: auto;
    margin-left: auto;
}
.short-form .perpagesel.fstyler .jq-selectbox__select {
    border: 2px solid #DAEBFA !important;
    height: 30px;
    width: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}
.wide-search-form .perpagesel.fstyler .jq-selectbox__select-text {
    height: auto;
    width: auto;
    margin: 0;
    background-color: transparent;
    color: #337AB7;
    padding: 0 8px;
    font-weight: inherit;
}
/* .perpagesel.fstyler .jq-selectbox__select-text::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 12px;
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23418BCA' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
} */
.wide-search-form .perpagesel.fstyler .jq-selectbox__trigger-arrow,
#feedback-form-wrapper .perpagesel.fstyler .jq-selectbox__trigger-arrow  {
    background-image: url("data:image/svg+xml,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 1L5.5 4.5L1 1' stroke='%23418BCA' stroke-width='1.5'/></svg>%0A");

}
.wide-search-form .perpagesel.fstyler .jq-selectbox__dropdown ul li:hover,
#feedback-form-wrapper .perpagesel.fstyler .jq-selectbox__dropdown ul li:hover {
    color: #4A4A4A !important;
    background-color: #DAEBFA !important;
}
.shelves-top__show {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.shelves-top__show.m-0 {
    margin-bottom: 0;
}
/* .book-list .book-list__item:first-child {
    margin-top: 10px;
}
.col-md-2.book-list__mobile-left-column {
    max-width: 170px;
    height: auto;
    width: 170px;
}
.book-offers__link {
    margin-top: 16px;
}
.row.book-list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.book-list__item {
    border-bottom: 0;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.book-list__item::after {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 2px;
    background-color: #DAEBFA;
    left: -20px;
    bottom: 0;
}
.book-list__img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.12)) !important;
}
.book-list__img a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-list__img img {
    width: 100%;
    height: auto;
} */
/* .shelves-list__buttons.shelves-list__buttons--desktop a {
    border: 1px solid #DAEBFA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}
.shelves-list__buttons.shelves-list__buttons--desktop a svg {
    display: none;
}
.shelves-list__buttons.shelves-list__buttons--desktop a:first-child {
    background-image: url("data:image/svg+xml,<svg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.68889 5.5L18 2V15.1364L9.68889 19M9.68889 5.5V19M9.68889 5.5L1.5 2V15.1364L9.68889 19' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.shelves-list__buttons.shelves-list__buttons--desktop a:first-child:hover {
    background-color: #337AB7;
    border: 1px solid #337AB7;
    background-image: url("data:image/svg+xml,<svg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.68889 5.5L18 2V15.1364L9.68889 19M9.68889 5.5V19M9.68889 5.5L1.5 2V15.1364L9.68889 19' stroke='white' stroke-width='1.5'/></svg>%0A");
}
.shelves-list__buttons.shelves-list__buttons--desktop a:last-child {
    background-image: url("data:image/svg+xml,<svg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 1H13' stroke='%23337AB7' stroke-width='1.5'/><path d='M2 7H15' stroke='%23337AB7' stroke-width='1.5'/><path d='M0 13H17' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.shelves-list__buttons.shelves-list__buttons--desktop a:last-child:hover {
    background-color: #337AB7;
    border: 1px solid #337AB7;
    background-image: url("data:image/svg+xml,<svg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 1H13' stroke='white' stroke-width='1.5'/><path d='M2 7H15' stroke='white' stroke-width='1.5'/><path d='M0 13H17' stroke='white' stroke-width='1.5'/></svg>%0A");
}
.col-md-7.book-list__mobile-right-column {
    flex: auto;
    margin-left: 30px;
}
.book-list__title {
    font-style: 2rem;
    font-weight: 400;
    font-family: 'Roboto';
    color: #337AB7;
}
.desktop-book-header a {
    margin-bottom: 20px;
}
.book-labels__img {
    display: none;
}
.book-labels__item {
    padding: 4px 10px !important;
}
.book-list__chars {
    font-size: 1.4rem;
    font-family: "Roboto";
    font-weight: 300;
    color: #4A4A4A;
}
.book-list__char {
    margin-bottom: 0;
    line-height: 30px;
}
.book-list__char a {
    text-decoration: underline;
}
.book-offers__item {
    background: rgba(238, 238, 238, 0.4);
    border-radius: 5px;
    border: none;
    max-height: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1.4rem;
    color: #4A4A4A;
}
.book-offers__price {
    color: #337AB7;
    display: flex;
    white-space: nowrap;
}
.book-offers__price span {
    font-size: 3rem;
    font-family: "Roboto";
}

.book-offers__price span:last-child {
    margin-right: 10px;
}
.js-add-to-cart.book-offers__ctrl, .book-offers__link {
    background: #337AB7;
    border-radius: 5px;
    border: none;
    width: 120px;
    height: 42px;
    position: static;
    font-weight: 400;
}
li.sidebar-submenu__item.active a {
    color: #F58220;
}
.catalog .book-list {
    border: none;
    padding: 0;
} */
.catalog {
    overflow: visible;
}

.insubscribe-wrap .jq-selectbox__select {
    cursor: pointer;
}

.header-with-border + p {
    padding: 30px;
    border: 2px solid #DAEBFA;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0 !important;
}

.modal-open .modal {
    background: rgba(0, 6, 12, 0.7);
}
.modal-dialog {
    border-radius: 5px;
    color: #337AB7;
}
.modal-header .close {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L22.2132 22.2132' stroke='%23337AB7' stroke-width='1.5'/><path d='M22.2129 1L0.999687 22.2132' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
    opacity: 1;
    color: transparent;
    background-size: contain;
    height: 20px;
    width: 20px;
    font-size: 0;
    order: 2;
}
.modal-header {
    padding: 15px;
    border-bottom: 2px solid #E3F0FB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-title {
    font-weight: 500;
    font-family: "Roboto";
    flex-grow: 1;
    text-align: center;
}
.tree-node-kind {
    display: none !important;
}

/* div.ztree-content li.tree-node > .tree-expand-ctrl:before {
    content: "";
    cursor: pointer;
    background-image: url("data:image/svg+xml,<svg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='18' y='8' width='2' height='18' transform='rotate(90 18 8)' fill='%23337AB7'/><rect x='10' y='18' width='2' height='18' transform='rotate(-180 10 18)' fill='%23337AB7'/></svg>");
    height: 16px;
    width: 16px;
    display: inline-flex;
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.tree-node.js-tree-node.active.expanded .tree-expand-ctrl.js-tree-expander::before{
    background-image: url("data:image/svg+xml,<svg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='18' width='2' height='18' transform='rotate(90 18 0)' fill='%23337AB7'/></svg>%0A");
} */
/* div.ztree-content li > .tree-check-ctrl {
    cursor: pointer;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #337AB7;
    border-radius: 5px;
}
div.ztree-content li > .tree-check-ctrl:before {
    content: "";
    width: 8px;
    height: 6px;
    left: 6px;
    top: 7px;
    border: 2px solid #F58220;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-top: -3px;
} */

button.btn.btn-primary.js-close-modal {
    background: #337AB7;
    border-radius: 5px;
    border: none;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 20px;
}
div.ztree-content li.tree-node > .tree-expand-ctrl:before {
    content: url("data:image/svg+xml,<svg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='18' y='8' width='2' height='18' transform='rotate(90 18 8)' fill='%23337AB7'/><rect x='10' y='18' width='2' height='18' transform='rotate(-180 10 18)' fill='%23337AB7'/></svg> ");
}
div.ztree-content li > .tree-check-ctrl:before {
    content: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.75' y='0.75' width='18.5' height='18.5' rx='4.25' stroke='%23418BCA' stroke-width='1.5'/></svg>%0A");
}
div.ztree-content li.checked > .tree-check-ctrl:before {
    content: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.75' y='0.75' width='18.5' height='18.5' rx='4.25' stroke='%23418BCA' stroke-width='1.5'/><path d='M6 9.58333L9.23529 12.5L12.3676 9.75L15.5 7' stroke='%23F58220' stroke-width='1.5'/></svg>%0A");
}
div.ztree-content li.tree-node.expanded > .tree-expand-ctrl:before {
    content: url("data:image/svg+xml,<svg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='18' width='2' height='18' transform='rotate(90 18 0)' fill='%23337AB7'/></svg>%0A");
}
ul.zn-tree li a,
.tree-check-ctrl.js-classif-check.disabled + span {
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Roboto';
    margin-left: 70px;
    position: relative;
}
div.ztree-content li > .tree-check-ctrl {
    margin-left: 10px;
}
div.ztree-content li > .tree-check-ctrl.disabled::before {
    content: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.75' y='0.75' width='18.5' height='18.5' rx='4.25' stroke='%23B9B9B9' stroke-width='1.5'/></svg>%0A");
}
div.ztree-content li > .tree-check-ctrl.disabled span {
    font-size: 1.8rem;
}

.jq-selectbox li.selected {
    background-color: #ffffff;
    color: #337AB7;
}

@media (max-width: 767px) {
    .sidebar__switcher {
        border: 2px solid #418BCA;
        border-radius: 5px;
        color: #337AB7;
    }
    .sidebar__switcher .burger-icon,
    .sidebar__switcher .burger-icon:after,
    .sidebar__switcher .burger-icon:before {
        background-color: #337AB7;
    }
    .sidebar__list {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .shelves-top__show {
        flex-direction: column;
        align-items: flex-start;
    }
    .shelves-top__show .shelves-top__show_right {
        text-align: left;
    }
    .col-md-7.book-list__mobile-right-column {
        margin-left: 0;
    }
    a.book-nav__link {
        width: min-content;
        white-space: nowrap;
        margin-bottom: 6px;
        border: 2px solid #418BCA;
        border-radius: 5px;
    }
}
@media (max-width: 600px) {
    .form-group:nth-child(5),
    .form-group:nth-child(6),
    .form-group:nth-child(7),
    .form-group:nth-child(8),
    .form-group:nth-child(10) {
        max-width: 100%;
        min-width: 100%;
    }
    .wide-search-form .inline-list {
        flex-wrap: wrap;
    }
}
@media (max-width: 1100px) {
    /* .row.book-list__item {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .book-offers__item {
        margin-top: 20px;
    } */
}

.site-static-content h2 {
    font-family: "Gotham Pro Regular";
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #337AB7;
}
.site-static-content h3 {
    font-family: "Gotham Pro Regular";
    font-size: 2rem;
    margin-bottom: 18px;
    color: #337AB7;
}
.site-static-content h1 + p {
    padding: 0;
    border: none;
    margin-top: 0;
}
.site-static-content p {
    font-size: 1.6rem;
    color: #202023;
    font-family: 'Roboto';
    font-weight: 300;
}
.site-static-content strong,
.site-static-content label,
.site-static-content li,
.site-static-content a,
.site-static-content span,
.site-static-content p,
.workarea table td {
    font-family: 'Roboto';
}
.workarea table td {
    color: #202023;
}
.workarea table td a {
    color: #337AB7;
}
.workarea table td {
    font-size: 1.4rem;
}

.site-static-content {
    padding-left: 0;
}

.classifier {
    border: none;
    padding: 0;
    overflow: hidden !important;
}
ul li.folder__item.active:before, .folder__item.active:before {
    display: none;
}
.classifier .folder__sub .folder__item:first-child {
    border-top: 2px solid #DAEBFA;
}
ul li.folder__item, .folder__item {
    border-bottom: 2px solid #DAEBFA;
}
.catalog {
    padding: 0;
    padding-top: 10px;
}
.workarea .catalog .classifier ul li {
    padding: 12px 0 !important;
}

ul.folder__sub, .folder__sub {
    margin-top: 15px !important;
}
li.sidebar-submenu__item.active a {
    color: #F58220;
}

/* Обратная связь */
#feedback-form-wrapper .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.uploadbutton .button {
    background-color: #fff;
    color: #4A4A4A;
}
#feedback-form-wrapper .select-wrap {
    height: auto;
    width: 100%;
}
#feedback-form-wrapper .uploadbutton .button,
#feedback-form-wrapper .uploadbutton {
    width: 100%;
    border-radius: 5px;
}
.form-group.field-feedbackform-verifycode.required .col-md-5 {
    max-width: max-content;
}
.form-group.field-feedbackform-verifycode.required .col-md-6 {
    flex-grow: 1;
    max-width: 100%;
}
#feedback-form-wrapper .jq-selectbox__dropdown {
    width: 100%;
}

#feedback-form-wrapper .jq-selectbox__select-text {
    min-height: 36px;
    height: auto;
    white-space: normal;
}
#feedback-form-wrapper .form-horizontal .form-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#feedback-form-wrapper .workarea input[type="text"],
#feedback-form-wrapper .workarea input[type="email"],
#feedback-form-wrapper .workarea input[type="password"],
#feedback-form-wrapper .form-control {
    color: #4A4A4A;
    font-size: 1.4rem;
    border: 2px solid #418BCA;
    padding: 5px 15px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: none;
    border-radius: 5px;
}
#feedback-form-wrapper textarea {
    max-width: 100%;
    min-width: 100%;
}


#feedback-form-wrapper .form-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (min-width: 300px) {
    #feedback-form-wrapper .col-sm-6 {
        flex: auto;
        max-width: 100%;
    }
}

#feedback-form-wrapper .control-label {
    max-width: 25%;
    font-family: 'Roboto';
    color: #4A4A4A;
    font-weight: 300;
}
#feedback-form-wrapper .input-container {
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 580px) {
    #feedback-form-wrapper .form-horizontal .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    #feedback-form-wrapper .control-label {
        max-width: 100%;
    }
}

#feedback-form-wrapper .jq-selectbox__select {
    height: auto;
    min-height: 36px;
    padding: 5px;
}

/* .select-wrap {
    height: auto !important;
} */

.sidebar__item.sidebar__item__not-arr.active .sidebar__link::before {
    display: none;
}

.wide-search-form .short-form .short-input-wrap .clean-input {
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: 22px auto;
    opacity: 1;
    right: 16px;
    top: 19px;
}
.wide-zone .form-group .jq-selectbox__select-text, #feedback-form-wrapper .jq-selectbox__select-text {
    background-color: #fff;
    color: #4A4A4A;
    font-family: "Gotham Pro Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}
.wide-zone .form-group .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow,
#feedback-form-wrapper .jq-selectbox__trigger-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.5L5.5 5L1 1.5' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.form-group .jq-selectbox__trigger {
    right: 6px;
    top: 0;
}

.wide-search-form .jq-selectbox__dropdown ul li:hover, #feedback-form-wrapper .jq-selectbox__dropdown ul li:hover {
    color: #F58220;
}

input::placeholder {
    font-family: "Gotham Pro Regular";
    font-size: 1.4rem;
    color: #B9B9B9;
}

.tree-expand-ctrl {
    display: inline-block;
    position: absolute;
    top: 14px;
    width: 20px;
}
div.ztree-content li > .tree-check-ctrl:before {
    display: inline-block;
}
div.ztree-content li > .tree-check-ctrl {
    position: absolute;
    top: 12px;
    left: 55px;
}
.spinner_classif_tree {
    margin: 3px 0 0 5px;
}

div.ztree-content li {
    padding-top: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E3F0FB;
}

.tree-node.js-tree-node:first-child {
    margin-top: 18px !important;
}
.tree-node.js-tree-node.active.expanded {
    padding-bottom: 0;
}
.ztree-content .zn-tree:first-child .tree-node {
    border-top: none;
}

div.ztree-content li.tree-node.expanded li:last-child {
    margin-bottom: 0 !important;
}
div.ztree-content li.tree-node.expanded {
    border-bottom: none;
}
div.ztree-content li.tree-node.expanded li:first-child {
    border-top: 1px solid #E3F0FB;
}
a.js-a-node {
    display: inline-block;
    max-width: calc(100% - 80px);
}
.wide-search-form .short-form .direction-list.expanded {
    padding-bottom: 0 !important;
}

.wide-search-form.mode-5 .short-form .direction-list.expanded {
    padding-bottom: 14px !important;
}
.wide-search-form.mode-5 .short-form .direction-list > a.direction {
    height: auto !important;
    line-height: inherit !important;
    border-bottom: 0px none !important;
    text-decoration: underline !important;
}
.wide-search-form.mode-5 .short-form .direction-list > a.direction.current {
    color: #f58220 !important;
    text-decoration: none !important;
}
.wide-search-form.mode-5 .short-form .direction-list > a.hidden-expand {
    height: 19px !important;
    line-height: 2 !important;
}

.classifier .folder__link:before,
.classifier .folder__link.js-folder__link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18' y='8' width='2' height='18' transform='rotate(90 18 8)' fill='%23337AB7'/%3E%3Crect x='10' y='18' width='2' height='18' transform='rotate(-180 10 18)' fill='%23337AB7'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    height: 18px !important;
    width: 18px !important;
    background-position: center;
}
.classifier .folder__link.active:before,
.classifier .folder__link.js-folder__link.active:before,
.classifier li.expanded > .folder__link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18' y='7' width='2' height='18' transform='rotate(90 18 7)' fill='%23337AB7'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    height: 18px !important;
    width: 18px !important;
    background-position: center;
}
/* ul.folder__sub, .folder__sub {
    padding-left: 0 !important;
} */
ul.folder__sub {
    position: relative;
}
ul.folder__sub::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #E3F0FB;
    left: 0;
}

.classifier .folder__sub .folder__item:first-child {
    border-top: 2px solid #DAEBFA;
    font-family: 'Roboto';
    font-size: 1.6rem;
}
.folder__item.no-child span:first-child {
    display: none;
}
.folder__item.no-child a,
.folder__item.no-child span:last-child {
    padding-left: 30px !important;
}
.folder__item a,
.folder__item span {
    font-family: "Roboto";
    font-size: 1.6rem;
}

.folder__item em, em.hl {
    font-weight: normal !important;
    background-color: #FFF5C2 !important;
}

.select2-wrap .select2-selection {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.short-form .jq-selectbox__select-text {
    padding: 2px 40px 2px 20px;
    height: 38px !important;
    width: auto;
    border-radius: 5px;
}
.short-form .jq-selectbox {
    width: max-content;
}
.wide-search-form .short-form .insubscribe-wrap {
    width: max-content;
}
.short-input-wrap.inline {
    width: 100%;
    flex-grow: 1;
}

.field-feedbackform-theme .jq-selectbox__trigger-arrow {
    top: auto;
    right: auto;
}


.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    border: none;
    border-radius: 5px;
    width: calc(100% - 4px);
    left: 2px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin-top: 0;
    width: 100%;
}

.datepicker .next {
    /* background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8.5L1 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A"); */
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.datepicker .next::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8.5L1 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 16px;
}
.datepicker .next:hover {
    /* background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8.5L1 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important; */
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.datepicker .prev {
    /* background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 8.5L7 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A"); */
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.datepicker .prev::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 8.5L7 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 12px;
    left: 16px;
}

.datepicker .prev:hover {
    /* background-image: url("data:image/svg+xml,%3Csvg width='8' height='17' viewBox='0 0 8 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 8.5L7 16' stroke='%23418BCA' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important; */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bootstrap-datetimepicker-widget table th {
    background: #FFF5D2;
    color: #3675AB;
    font-family: 'Roboto' !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #FFECAA;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    font-weight: 300 !important;
}
.bootstrap-datetimepicker-widget table td {
    font-weight: 300 !important;
    border-bottom: none;
}
.button.n-btn.btn-default:hover {
    border: 2px solid #DAEBFA;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before {
    display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    display: none;
}
button.n-btn.btn-default.datepickerbutton:hover {
    border: 2px solid #DAEBFA;
    border-left-width: 1px;
}
.select2-container--krajee .select2-dropdown {
    border-top: 2px solid #DAEBFA !important;
}
.filter__toggle .zn-normal-form input[type="text"],
.filter__toggle .select2-container--krajee .select2-selection {
    border: none !important;
}
.filter__toggle button.n-btn.btn-default.js-show-modal {
    border-left: 2px solid #DAEBFA !important;
}

@media (max-width: 767px) {
    .wide-search-form .short-form .short-input-wrap .clean-input {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 16px;
    }
    a.wide-search-wrap.inline {
        background-size: contain !important;
        right: 155px;
        height: 20px !important;
    }
}

.filter__toggle button.n-btn.btn-default.js-show-modal {
    border: none;
}
.classifier .folder__link {
    position: absolute;
}
.folder__item a, .folder__item span {
    padding-left: 30px;
    display: inline-block;
}

span.tree-wait.js-tree-wait {
    display: inline;
}

#form-settings .select2-wrap .select2-selection {
    border-right: 2px solid #418BCA !important;
    border-radius: 5px !important;
    margin-top: 15px;
}

.modal-header .close {
    margin-left: auto;
}

#vak-select2-wrap .select2-selection {
    border-right: 2px solid #418BCA !important;
    border-radius: 5px !important;
}

/* table.table-responsive {
    width: max-content;
    max-width: 100%;
} */

.shelves-top__show_left .perpagesel-with-fstyler {
    height: 28px;
}

.staff-group-member-form .input-wrap {
    margin-left: 20px;
}
.export-link {
    color: #4A4A4A;
    font-family: 'Roboto';
    font-size: 1.3rem;
    font-weight: 300;
}
.jq-selectbox__dropdown ul {
    margin: 0;
}
.export-list {
    left: -98px;
}

.filter__inner {
    background-color: #fff;
}

.filter__toggle .filter__inner .select2-container--krajee .select2-selection {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}
#feedback-form-wrapper .workarea input[type="text"],
#feedback-form-wrapper .workarea input[type="email"],
#feedback-form-wrapper .workarea input[type="password"],
#feedback-form-wrapper .form-control {
    font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 300;
}
button.full-rubricator {
    height: 26px;
    width: 26px;
    border: none;
    z-index: 5;
    background-color: transparent;
    outline: none;
    position: absolute;
    right: 0;
    /* top: 15px; */
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9545 8.64411L16.8242 2.84859' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M11.5682 2.67306L16.9144 2.67321V8.21527' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M8.73102 10.7143L2.86137 16.5098' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M8.11739 16.6853L2.77113 16.6852V11.1431' stroke='%23337AB7' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

button.full-rubricator.open {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0565 2.82088L13.0866 8.51307' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M18.3384 8.78025L12.993 8.6868L13.0897 3.14558' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M3.57874 17.5356L9.64708 11.9485' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M4.40032 11.5899L9.74332 11.7766L9.54991 17.3153' stroke='%23337AB7' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
[class^="svg"] {
    fill: transparent !important;
}
.input-wrap .input-container {
    margin-right: auto;
}
.my-groups, #my-groups {
    padding-right: 0;
}

.cart-multi-form .form-group,
.form-group.field-loginform-username,
.form-group.field-loginform-password {
    padding: 0;
}

.table-responsive {
    overflow: visible;
}
.collection_root {
    border-bottom: none !important;
}
#feedback-form-wrapper .jq-selectbox__dropdown ul li {
    color: #4A4A4A;
    font-family: 'Gotham Pro Regular' !important;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    line-height: 3rem;
}
.sidebar__switcher {
    margin-right: 20px;
    border: 2px solid #DAEBFA;
    border-radius: 5px;
    color: #4A4A4A;
    border-radius: 5px;

    padding: 12px 20px;
    margin-bottom: 15px;
}

.sidebar__switcher .showSidebar{
    color: #377cb5;
    font-family: 'Roboto';
    font-size: 1.6rem;
    text-align: left;
}

.header-with-border ~ .all-documents-price {
    font-size: 1.3rem;
    font-family: 'Roboto';
    color: #4A4A4A;
    border-left: 2px solid #DAEBFA;
    border-right: 2px solid #DAEBFA;
    padding: 0px 30px;
}
.header-with-border ~ .shelves-top {
    border-left: 2px solid #DAEBFA;
    border-right: 2px solid #DAEBFA;
    padding: 0px 30px;
    margin: 0 !important;
}
.export-link-wrap, .operation-dropdown-wrap {
    padding-bottom: 16px;
}

b.fa.fa-check {
    font-family: 'FontAwesome' !important;
}
b.fa.fa-check + span {
    left: -34px !important;
}
div.folder__item {
    border-bottom: 1px solid #ebedf0 !important;
}
#feedback-form-wrapper .jq-selectbox__dropdown ul li:hover {
    background-color: #DAEBFA;
    color: #4A4A4A !important;
}
#feedback-form-wrapper .jq-selectbox__dropdown ul {
    padding: 0 !important;
}

.wide-zone .jq-selectbox__dropdown ul {
    padding: 0 !important;
}
.wide-zone .jq-selectbox__dropdown ul li {
    color: #4A4A4A !important;
    line-height: 2rem;
    font-family: 'Gotham Pro Regular' !important;
    font-size: 1.4rem;
}
.wide-zone .jq-selectbox__dropdown ul li:hover {
    color: #4A4A4A !important;
    background-color: #DAEBFA;
}
.wide-zone .jq-selectbox__dropdown ul li:first-child {
    padding-top: 10px;
}
span.fa.fa-cog {
    position: absolute;
}
.wide-search-form .conditions .wide-expand span:last-child {
    padding-left: 20px;
}
@media (min-width: 767px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top.pull-right {
        width: 50%;
        right: 0;
        left: auto !important;
    }
}
@media (max-width: 767px) {
    .short-form.short-form--authorized {
        margin-top: 30px;
    }
    .short-form--authorized .select-wrap {
        height: auto !important;
        margin-top: -55px;
    }
    .wide-search-form .short-form.short-form--authorized .insubscribe-wrap .input-wrap.input-wrap--hint .input-container .select-wrap .jq-selectbox__select {
        border: none !important;
        padding: 0;
    }
    .sidebar__switcher.js-sidebar__switcher {
        margin-right: 0 !important;
    }
    .short-form--authorized.short-form .jq-selectbox__select-text {
        width: 160px !important;
    }
    .short-form--authorized .short-input-wrap.inline input {
        border-left: 2px solid #418BCA !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .short-form--authorized .short-input-wrap.inline {
        min-width: calc(100vw - 140px);
        left: -160px;
    }
    .short-form--authorized .submit-wrap.submit.inline {
        left: -160px;
    }
    .wide-search-form .short-form.short-form--authorized .inline-wrap > .inline {
        height: 50px;
    }

    .condition:nth-child(2)::before {
        display: none;
    }
    .condition:nth-child(2) {
        margin-top: 20px;
    }
    div.ztree-content li {
        padding-left: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    div.ztree-content li > .tree-check-ctrl {
        left: 17px;
    }
    ul.zn-tree li a, .tree-check-ctrl.js-classif-check.disabled + span {
        margin-left: 55px;
        font-size: 1.4rem;
        top: 2px;
    }
    div.ztree-content {
        padding-top: 0;
    }
    .modal-body {
        padding: 0;
    }
    .direction-list.expanded {
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .wide-search-form .conditions {
        padding: 0px;
        margin-top: 0px;
    }
    .radio, .checkbox {
        margin-right: 15px;
    }
    .short-input-wrap.inline input {
        padding-right: 70px !important;
    }
    .wide-search-form .conditions {
        margin-top: 12px;
    }
    .jqselect.fstyler.disabled:before {
        border: none !important;
    }
    /* .site-static-content .wide-search-form .short-form.short-form--authorized .insubscribe-wrap .input-wrap.input-wrap--hint .input-container .select-wrap .jq-selectbox__select {
        margin-left: 10px !important;
    } */
    /* .site-static-content .wide-search-form .jq-selectbox__trigger-arrow {
        right: 20px;
    } */
    /* .wide-search-form .short-form .short-input-wrap.unloged input {
        width: calc(100% - 10px) !important;
        margin-left: 10px;
    } */
    .site-static-content {
        padding-left: 10px;
    }
    .wide-search-form.mode-2 {
        padding: 0 !important;
    }
    .sidebar__switcher .showSidebar,
    .sidebar__switcher.shown .hideSidebar {
        color: #337AB7;
    }
    .site-static-content .row .wide-search-form.mode-2 {
        padding-left: 10px !important;
    }
    .short-input-wrap.unloged ~ a.wide-search-wrap.inline {
        right: 135px;
    }
    .site-static-content .wide-search-wrap.inline {
        right: 145px !important;
    }
    .site-static-content .row .wide-search-form.mode-2 .wide-search-wrap.inline {
        right: 155px !important;
    }
    .wide-search-form .short-form .short-input-wrap.unloged input {
        padding-left: 15px !important;
        padding-right: 65px !important;
    }
    .shelves-top__show .shelves-top__show_center {
        width: auto;
    }
    .shelves-top__show {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .shelves-top__show .shelves-top__show_center {
        text-align: start;
        margin-left: 0;
    }
    a.book-nav__link {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.cart-button {
    padding: 5px 25px !important;
}
span.rub {
    padding-left: 0;
}
.sidebar__switcher span:not(.burger-icon):after, .sidebar__switcher.shown span:not(.burger-icon):after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L8.5 7L1 0.999999' stroke='%23337AB7' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 15px;
    left: 6px;
    top: 3px;
}
.sidebar__switcher.shown span:not(.burger-icon):after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L13.4852 13.9852' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M1 1.5L13.4852 13.9852' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M13.4844 1.5L0.999127 13.9852' stroke='%23337AB7' stroke-width='1.5'/%3E%3Cpath d='M13.4844 1.5L0.999127 13.9852' stroke='%23337AB7' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    height: 12px;
    left: 6px;
    top: 2px;
}

#w1 .form-group .jq-selectbox__select,
#form-signup .form-group .jq-selectbox__select {
    border: 1px solid #c5cbd5 !important;
    border-radius: 0 !important;
}
#w1 .form-group .jq-selectbox__select-text,
#form-signup .form-group .jq-selectbox__select-text {
    background-color: transparent !important;
}
.shelves-top ~ div.filter, h5 ~ div.filter, .discipline-okco .filter, .statistic-report .filter {
    margin-bottom: 30px !important;
    border: 1px solid #ebedf0 !important;
}
.rub {
    font-family: "ALS Rubl Tahoma", "Tahoma", sans-serif !important;
}

.field-demoselectform-collectionid .workarea select {
    height: 100%;
}
.field-demoselectform-collectionid .jq-selectbox__select-text {
    background-color: inherit !important
}
.field-demoselectform-collectionid {
    padding: 0 !important;
}
.field-demoselectform-collectionid label {
    margin-bottom: 12px;
}
#demo-subscribe-top .button {
    margin-top: 17px;

}
.button {
    background-color: #3685C9;

}
.wide-zone .col-lg-3 {
    max-width: 100% !important;
}
.accordeon__content ul li.folder__item, .folder__item {
    border-bottom: 1px solid #ebedf0;
}
.accordeon__content ul.folder__sub::before {
    display: none;
}
.accordeon__content ul.folder__sub, .folder__sub {
    margin-top: 0px !important;
}

.site-static-content iframe {
    width: 100%;
}
.vebinar-inner-top__info h1 {
    color: #fff;
}