/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('../landing/fonts/Lato-Regular.woff') format('woff'), url('../landing/fonts/Lato-Regular.eot') format('eot');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('../landing/fonts/latomedium.woff2') format('woff2'), url('../landing/fonts/latomedium.woff') format('woff'), url('../landing/fonts/latomedium.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('../landing/fonts/latobold.woff2') format('woff2'), url('../landing/fonts/latobold.woff') format('woff'), url('../landing/fonts/latobold.ttf') format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('../landing/fonts/latoblack.woff2') format('woff2'), url('../landing/fonts/latoblack.woff') format('woff'), url('../landing/fonts/latoblack.ttf') format('truetype');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: 'Lato';
    src: url('../landing/fonts/Lato-Regular.eot');
    src: url('../landing/fonts/Lato-Regular.woff');
}


body {
    line-height: 1.2;
    font-family: Lato, sans-serif;
}

a {
    color: #3E5CAF;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-top: 0px;
}

h1.top-header {
    margin-top: 1rem;
    margin-left: 0.6rem;
}

nav .prosvet-logo {
    margin-right: 0px;
    width: 218px;
    height: 37px;
    background: url(../img/prosv.svg);
    background-size: 216px 38px;
    color: transparent;
}

.prosvet-profile {
    width: 28px;
    height: 28px;
    color: transparent;
    background-image: url(../img/ic-profile.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.prosvet-profile-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
}

.prosvet-profile-avatar-icon {
    margin-top: 5px;
    margin-right: 5px;
}

nav .prosvet-nav {
    display: flex;
    justify-content: space-between;
}

nav .prosvet-navicon {
    margin: 0 18px;
}

nav .prosvet-search {
    width: 50%;
}

nav .prosvet-search form {
    width: 100%;
}

nav .prosvet-search .input-field {
    display: flex;
    align-items: center;
}

nav .prosvet-search form .input-field input[type=search] {
    margin-bottom: 3px;
    height: 67%;
    line-height: 100%;
    border-radius: 4px;
}

nav .prosvet-search .input-field input[type=search]:focus ~ .close {
    color: #fff;
}

main {
    padding-bottom: 2rem;
}

.row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.section {
    padding-top: 0;
}

.spinner-layer {
    border-color: #3E5CAF;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: black;
}

.sidenav li > a {
    font-size: 13px;
}

.prosvet-container {
    margin: 0 auto;
    max-width: 2000px;
    width: 90%;
}

.prosvet-container.small {
    max-width: 500px;
}

.prosvet-sidenav {
    width: 210px;
    display: flex;
    flex-direction: column;
    background: white;
}

.prosvet-sidenav .prosvet-logo {
    display: none;
}

.prosvet-sidenav li > a {
    padding-left: 16px;
}

.prosvet-sidenav li > a > i.list-icon {
    margin-right: 5px;
}

.prosvet-sidenav .aside-content {
    display: block;
    margin-left: 32px;
    margin-right: 32px;
}

.prosvet-sidenav .aside-main {
    flex: 1 0 auto;
}

.prosvet-sidenav .aside-footer {
    padding: 32px 32px 32px 16px;
    border-top: 1px solid #ddd;
}

.prosvet-sidenav .collapsible {
    padding-left: 0;
}

.prosvet-sidenav .collapsible-header {
    padding-left: 8px;
    padding-right: 8px;
}

.prosvet-sidenav .collapsible-header i {
    margin-right: 0;
}

.prosvet-sidenav .collapsible-body ul {
    padding-left: 0;
}

.prosvet-sidenav .collapsible-body li a {
    padding-left: 38px;
    padding-right: 8px;
}

.prosvet-card {
    width: 240px;
    border-radius: 4px;
}

.prosvet-card .card-image {
    height: 60%;
    border-radius: 4px 4px 0 0;
}

.prosvet-card .card-image video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px 2px 0 0;
}

.prosvet-card .card-title {
    font-size: 16px;
}

.prosvet-card .card-content {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.prosvet-card .badge {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    z-index: 1;
    border-radius: 4px 0px 0 4px;
}

.prosvet-card .date {
    margin-bottom: .4rem;
}

.prosvet-service-card {
    height: 220px;
    margin-left: 4px;
    max-width: 296px;
}

.prosvet-service-card-text {
    text-align: center;
}

.prosvet-service-card-image {
    height: 80% !important;
    background-position: center !important;
}

.prosvet-service-card-grey {
    background: #dbdbdb;
}

.login_button {
    padding: 5px;
    margin-right: 30px;
    height: 40px;
    display: flex;
    border: solid 1px #5f5f5f;
    border-radius: 3px;
    width: 105px;
}

.login_button a {
    float: left;
    line-height: 29px;
    color: #5f5f5f;
}

.login_button i {
    float: left;
    padding-right: 8px;
    line-height: 30px !important;
    width: 28px;
}

.spacer {
    font-weight: 900;
    margin: 0 .5rem;
}

.views {
    display: flex;
    align-items: flex-end;
    font-size: .9rem;
}

.rate {
    display: flex;
    align-items: center;
    font-size: .9rem;
}

.views i, .rate i:last-child {
    margin-right: .2rem;
}

.fav {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    color: black;
}

.fav i {
    position: relative;
}

.fav i .full, .fav i .empty {
    position: absolute;
    top: 3px;
    left: -1rem;
}

.fav i .full,
.fav.active i .empty {
    display: none;
}

.fav i .empty,
.fav.active i .full {
    display: inline-block;
}

.fav i .full {
    color: #d91700;
}

.rating-active {
    cursor: pointer;
    height: 1.1rem;
}

.rating-active:hover {
    color: #3E5CAF;
}

.rating-active i {
    font-size: 1.1rem;
}

.rating-active i .hover {
    opacity: 0;
    margin-left: -1.1rem;
}

.rating-active i .main {
    opacity: 1;
}

.rating-active:hover .main {
    opacity: 0;
}

.rating-active:hover .hover {
    opacity: 1;
}

.rating-active i:hover ~ i {
    color: #616161;
}

.rating-active i:hover ~ i .hover {
    opacity: 0;

}

.rating-active i:hover ~ i .main {
    opacity: 1;
}

.details-video {
    padding-top: 32px;
}

.details-training {
    position: relative;
    margin-bottom: 8px;
}

.details-training_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container.video-header {
    margin-top: 32px;
    margin-bottom: 8px;
}

.block-heading {
    margin-bottom: 2rem;
    color: #212121;
    font-size: 1.8rem;
}

.block-image {
    margin-bottom: 2rem;
}

.block-image img {
    width: 100%;
    height: auto;
}

.block-paragraph {
    font-size: 1.1rem;
}

.block-paragraph ul {
    margin-left: 36px;
}

.block-paragraph ul li {
    list-style-type: square;
}

.block-paragraph img.right {
    margin-left: 18px;
}

.block-paragraph img.left {
    margin-right: 18px;
}

.block-paragraph hr {
    border: 1px solid #ddd;
}

.richtext-image {
    max-width: 100%;
}

.row-one-card {
    height: calc(300px + 1.5rem);
    overflow: hidden;
}

.form {
    width: 100%;
    margin-top: 5rem;
}

.form .input-field label {
    font-size: 1.2rem;
}

.form .input-field input:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #3E5CAF;
    -webkit-box-shadow: 0 1px 0 0 #3E5CAF;
    box-shadow: 0 1px 0 0 #3E5CAF;
}

.modal {
    max-width: 450px;
}

.modal-large {
    max-width: 800px;
}

.table-headers-bold > td {
    font-weight: bold;
}

.user-dropdown {
    transform: translateY(-8px);
}

.user-dropdown.dropdown-content li > span {
    color: #212121;
    cursor: default;
}

.user-dropdown.dropdown-content li > a {
    color: #3E5CAF;
}

.user-dropdown.dropdown-content li > a:hover {
    background-color: #ce93d8;
}


.carousel {
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    min-height: 480px;
    margin-bottom: 1rem;
}

.carousel .carousel-item .block-paragraph {
    margin: 0 1rem;
}

.carousel .carousel-item p {
    font-size: 1.1rem;
}

.carousel .indicators .indicator-item {
    background-color: #ddd;
}

.carousel .indicators .indicator-item.active {
    background-color: #3E5CAF;
}

.carousel .click-area {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    cursor: pointer;
    opacity: 0.7;
    visibility: hidden;
}

.carousel .click-area.prev {
    left: 0;
    padding-left: 1rem;
}

.carousel .click-area.next {
    right: 0;
    padding-right: 1rem;
    justify-content: flex-end;
}

.carousel .fullscreen {
    position: absolute;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
    color: #3E5CAF;
}

.carousel .fullscreen i {
    font-size: 300%;
}

.carousel .fullscreen:not(.active) i:nth-child(2) {
    display: none;
}

.carousel .fullscreen.active i:nth-child(1) {
    display: none;
}

.carousel.responsive {
    font-size: 100%;
}

.carousel.responsive .block-paragraph {
    font-size: 1.1em;
    margin: 1em;
}

.carousel.responsive .block-paragraph:first-child {
    margin-top: 2em;
}

.carousel.responsive .block-paragraph p,
.carousel.responsive .block-paragraph li {
    font-size: 1em;
    line-height: 1.3em;
}

.carousel.responsive .block-heading {
    font-size: 1.8em;
}

.carousel.responsive .richtext-image {
    max-width: 100%;
}

.chip:active {
    background: #ce93d8;
}

.page-filter {
    margin-right: 135px;
}

.page-filter .chip {
    cursor: pointer;
}


#comments {
}

#comments h5,
#comments h4 {
    font-size: 1rem;
    margin-top: 1rem;
}

#comments hr {
    border: 1px solid #3E5CAF;
}

#comments .comment {
    margin-top: 2rem;
}

#comments .media-body .comment {
    margin-top: 0;
}

#comments .media-body .comment .comment {
    margin-top: 1rem;
}

#comments .comment ~ hr {
    display: none;
}

#comments .comment .alert {
    background: #ce93d8;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

#comments .comment .pull-right {
    float: right;
    margin-top: 0;
}

#comments fieldset {
    border: none;
    padding: 0 0 1rem;
}

#comments textarea {
    height: 6rem;
    padding: 0.5rem;
    border: 2px solid #ddd;
    border-radius: 4px;
}

#comments .form-group {
    margin-bottom: .8rem;
}

#comments .checkbox label {
    font-size: 1rem;
}

#comments .checkbox input {
    opacity: 1;
    position: relative;
    top: 1px;
}

#comments .help-block {
    font-size: .8rem;
    color: #f44336;
}

#comments .btn {
    background-color: #3E5CAF;
    margin-right: 8px;
}

#comments .btn:hover, #comments .btn:focus {
    background-color: #310073;
}

#comments .comment-tree {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#comments .media .media {
    margin-top: 1rem;
}

#comments .media .vtop {
    position: relative;
    top: -3px;
}

#comments .media-left {
    float: left;
    margin-right: 1rem;
}

#comments .media-body {
    overflow: hidden;
    margin-bottom: 1rem;
}

#comments .media-heading {
    margin: 0;
    font-size: 1rem;
}

#comments .media-heading span {
    font-weight: 500;
}


@media only screen and (max-width: 992px) {
    main {
        padding-left: 0;
    }

    .prosvet-sidenav {
        margin-top: 0;
    }
}

@media only screen and (min-width: 993px) {
    main {
        /*padding-left: 210px;*/
        transition: padding-left 0.3s;
    }

    .prosvet-logo {
        margin-left: -8px;
    }

    /*.prosvet-sidenav {*/
    /*    top: 65px;*/
    /*    height: 100%;*/
    /*}*/
}

@media only screen and (min-width: 601px) {

    .user-dropdown .show-on-small {
        display: none;
    }
}

@media only screen and (max-width: 340px) {
    .prosvet-sidenav {
        width: 100%;
    }

}

.file-description {
    padding: 13px;
    margin-top: 24px;
    display: block;
}

.prosvet-news-source {
    font-size: 12px;
    color: grey;
    font-style: italic;
}

.prosvet-news-image {
    float: right;
    border-radius: 5px;
}

.prosvet-news-card {
    height: 400px;
    margin-left: 4px;
    width: 300px;
    text-align: left;
}

.prosvet-news-card-title {
    font-size: 16px;
    color: black;
}

.prosvet-news-card-date {
    font-size: 14px;
    color: #a6a6a6;
    margin-top: 2px;
}

.prosvet-news-card-summary {
    font-size: 12px;
    color: gray;
    margin-top: 8px;
}

.total_subscription_cost {
    font-size: 20px;
    font-weight: bold;
}

.service-available {
    color: black;
}

.documentation-container {
    padding-left: 30px;
    padding-top: 10px;
    display: flex;
}

.documentation-menu {
    float: left;
    width: 220px;
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    background-color: #f6f6f6;
    border-right: solid 3px darkgray;
    font-size: 12px;
    line-height: 22px;
}

.documentation-menu a {
    text-decoration: none;
    color: black;
}

.documentation-menu span {
    color: #757575;
    font-weight: bold;
}

.documentation-menu hr {
    margin-left: -10px;
}

.documentation-body {
    float: right;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.document-selected {
    color: #039be5 !important;
}

.dropdown-content li > span {
    color: #626262;
}

.col-6 {
    width: 50%;
    float: left;
    padding-right: 5%;
}

.col-12 {
    width: 100%;
    float: left;
}

.rich-text ul:not(.browser-default) > li {
    list-style-type: disc;
}

.rich-text ul:not(.browser-default) {
    padding-left: 18px;
}

@media only screen and (max-width: 600px) {
    .prosvet-card {
        width: 100% !important;
    }

    .col-6 {
        width: 100%;
        padding-left: 5%;
    }

    .col-12 {
        padding-left: 5%;
    }

    .book_container {
        display: block !important;
    }
}

.login-form {
    border: solid 1px lightgrey;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 50px;
}

.login-form-control {
    margin-top: 40px;
    font-weight: bold;
}

.login-title {
    font-size: 2rem;
    display: block;
}

.login-subtitle {
    font-size: 1.2rem;
    display: block;
    line-height: 30px;
}

.alert-substring {
    color: #F44336 !important;
    display: block;
    font-size: 12px;
}

.school-registration-link {
    font-size: 12px;
    margin-top: 10px;
}

.content_card_small {
    height: 250px!important;
}

.complect_content_card {
    height: 280px;
    position: relative;
    width: 240px;
    margin: .5rem 0 1rem 0;
}

.complect_content_card .complect_content_cover {
    height: 210px;
    position: relative;
    width: 210px;
    border-radius: 8px;

    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.complect_content_card:hover .complect_content_cover:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
}

.content_card {
    height: 350px;
    position: relative;
    width: 240px;
    margin: .5rem 0 1rem 0;
}

.content_card .content_cover {
    height: 280px;
    position: relative;
    width: 210px;
    border-radius: 8px;

    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);*/
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);*/
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.content_card:hover .content_cover:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
}

.content_card_title {
    color: black;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.content_card_subtitle {
    color: #6c6b6b;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.content_card_fgos {
    top: 40px;
    left: 0;
    position: absolute;
}

.content_card_fgos img {
    max-width: 70px;
}

.content_card_favourite {
    top: 244px;
    left: 24px;
    position: absolute;
}

.content_card_innopolis {
    bottom: 75px;
    right: 41px;
    position: absolute;
}

.content_card_price_label {
    top: 200px;
    right: 70px;
    position: absolute;
    background-color: #2356ce;
    color: white;
    padding: 5px;
    border-radius: 7px;
    opacity: 0.8;
}


.content_card_title_limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 16px;
    max-height: 32px;
    max-width: 210px;
}

.content_card_badge {
    top: 250px;
    right: 30px;
    font-size: 12px;
    padding: 2px;
    font-weight: 500;
    position: absolute;
    color: white;
    background: red;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    opacity: 0.8;
}

.content_video {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: black !important;
}

.book_container {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.book_image_holder {
    flex-grow: 0;
    margin-right: 40px;
    position: relative;
}

.book_description_fgos {
    margin-bottom: 15px;
}

.book_description_fgos img {
    max-width: 90px;
}

.book_description_holder {
    flex-grow: 2;
}

.book_title {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
}

.book_material_category {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #747474;
    line-height: 25px;
}

.book_attr {
    color: #747474;
    font-size: 14px;
    font-weight: 600;
}

.book_value {
    color: blue;
    font-size: 14px;
    font-weight: 300;
}

.book_annotation {
    color: #747474;
    font-size: 14px;
    font-weight: 200;
}

.book_image {
    width: 270px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 4px 13px 3px rgba(0, 0, 0, 0.14);;
    box-shadow: 2px 4px 13px 3px rgba(0, 0, 0, 0.14);;
}

.book_table tr {
    border-bottom: 0px !important;
}

.book_table td {
    padding: 5px 0px !important;
}

.book_table .attr {
    width: 1%;
    border-right: solid 20px transparent !important;
}

.book_table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.breadcrumb-light a {
    color: blue;
}

.breadcrumb-light {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    display: block;
    color: #747474;
}

/* header section  */

body {
    background-color: #eceff1;
}

.disable_overflow_y {
    overflow-y: hidden;
}

.header_holder {
    position: fixed;
    background-color: white;
    width: 100%;
    /*opacity: 0.95;*/
    height: 60px;
    /*-webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.header_side_menu {
    position: absolute;
    width: 150px;
    display: none;
    top: 20px;
    left: 8px;
}

.header_logo {
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 20px;
}

.header_menu {
    position: absolute;
    left: 188px;
    top: 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.header_menu_item {
    color: #819090;
    margin-right: 20px;
}

a.header_menu_item.active {
    color: #1d2929;
}

.header_user {
    position: absolute;
    right: 18px;
    top: 15px;
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (max-width: 993px) {
    .header_side_menu {
        display: inline-block;
    }

    .header_menu {
        display: none;
    }

    aside {
        display: none;
    }
}

@media only screen and (min-width: 994px) {
    .sidenav {
        display: none;
    }
}

.header_user_name {
    position: absolute;
    right: 55px;
    top: 6px;
}

.chip:focus {
    background-color: #3E5CAF !important;
}

.chip:active {
    background: #3E5CAF !important;
    color: white;
}

.side_menu_item {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.side_menu_close {
    font-weight: 200;
    font-size: 31px;
    color: rgba(0, 0, 0, 0.6);
    margin: 14px;
    display: block;
}

.filter-spcial-icon {
    font-size: 14px;
}

.round-button {
    color: white;
    border-radius: 50px;
    border: 0;
    margin: 10px;
    width: 230px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
}

.round-button.short {
    width: 140px;
}

.round-button.long {
    width: 300px;
}

.open-button {
    color: white;
    background-color: #0D47A1;
    border-radius: 50px;
    border: 0;
    /* margin: 10px; */
    width: 159px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
    top: 124px;
    left: 26px;
    opacity: 0.9;
    position: absolute;
}

.modal_breadcrumb {
    padding-left: 10px;
    margin-bottom: 10px;
}

.round-button.color-blue {
    background-color: #2356ce;

}

.round-button.color-blue:hover {
    background-color: #4960a2;
}

.round-button.color-green {
    background-color: #00ce69;

}

.round-button.color-green:hover {
    background-color: #009b4e;
}

.round-button.color-gray {
    background-color: #333;

}

.round-button.color-gray:hover {
    background-color: #6f6f6f;
}

.round-button.color-red {
    background-color: #a83118;

}

.round-button.color-red:hover {
    background-color: #7e2a18;
}

.buttons-together {
    display: flex;
    flex-wrap: wrap;
}


.license-input {
    display: flex;
    font-size: 24px;
    width:100%;
    padding: 10px;
    color: #3E5CAF;
}
.license-error {
    font-size: 14px;
    color: red;
    width:100%;
    margin-top: 5px;
    display: none;
}
.license-dialog {
    flex-direction: column;
    padding-left: 10px;
}
.license-apply {
    margin-left: 0;
}

.modal_close {
    position: absolute;
    right: 12px;
    top: 12px;
    color: black;
    font-size: 24px;
    cursor: pointer;
}

.modal_bg {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 500px;
    transition: opacity .4s ease;
}

.modal_fg {
    background: #fff;
    position: absolute;
    left: 50%;
    will-change: transform;
    width: 650px;
    padding: 50px 30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 20px;
}

.wide {
    width: 90%;
    max-height: initial;
    transform: translateX(-50%);
    top: 20px;
    margin-bottom: 20px;
}

.halfwide {
    width: 50%;
    max-height: initial;
    transform: translateX(-50%);
    top: 20px;
    margin-bottom: 20px;
}

.modal_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 10px;
}

.modal_body {
    display: flex;
    flex-wrap: wrap;
}

.modal_action {
    float: left;
    white-space: normal;
    word-wrap: break-word;
}

.modal_publisher,
.modal_bank_button,
.modal_knowledge,
.modal_level,
.modal_bank_klass,
.modal_klass,
.modal_subject,
.modal_bank_subject,
.modal_license,
.modal_fpu,
.modal_license_activated,
.modal_content_type {
    display: none;
}

.modal_license_activated .purple.darken-4{
    background-color: #3E5CAF !important;
}

.item-buttons {
    display: flex;
    word-wrap: break-word;
}

.template-404 main {
    background-color: #EDEFF1;
}

.error-page-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 10px 50px;
}

.template-500 .error-page-container {
    transform: translateY(25%);
    grid-gap: 40px;
}

.template-404 .error-page-text {
    width: 45%;
}

.template-404 .error-page-banner {
    margin: 30px;
    width: 25%;
}

.error-page-container h2 {
    font-size: 30px;
}

.error-page-container p {
    font-size: 18px;
}

.error-page-banner img {
    max-width: 100%;
}

.search-body-404 {
    overflow-y: unset;
}

.search-bar-404 {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    grid-gap: 20px;
}

.search-bar-input-404 {
    flex-grow: 2;
    padding: 0 25px;
    border: none;
    border-radius: 50px!important;
}

.search-bar-button-404 {
    flex-grow: 1;
    height: 100%;
    background-color: #2356ce;
    color: white;
    border: none;
    font-weight: 700;
    border-radius: 50px!important;
    cursor: pointer;
}

.search-bar-button-404:hover {
    background-color: #4960a2;
}

@media only screen and (max-width: 600px) {
    nav .prosvet-search {
        width: 100%;
    }

    .prosvet-sidenav {
        width: 270px;
    }

    .prosvet-sidenav .prosvet-logo {
        display: block;
        width: calc(234px * 0.8);
        height: calc(36px * 0.8);
        background-size: calc(234px * 0.8) calc(36px * 0.8);
    }

    .prosvet-card {
        width: 100%;
    }

    .row .col {
        /*float: none;*/
        min-width: 158px;
    }

    .documentation-menu {
        display: none;
    }

    .modal_fg_wide {
        background: #fff;
        position: absolute;
        left: 5%;
        top: 2%;
        will-change: transform;
        padding: 50px 30px;

        -webkit-transform: initial;
        transform: initial;

        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        max-width: 90vw;
        border-radius: 20px;
        max-height: inherit;
    }

    .round-button {
        width: 100%!important;
        margin: initial;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .wide {
        max-height: inherit;
         -webkit-transform: inherit;
        transform: translateX(-50%);
        top: 2%;
    }

    .halfwide {
        max-height: inherit;
        -webkit-transform: inherit;
        transform: translateX(-50%);
        top: 2%;
        width: 90%;
    }

    .content_card_badge {
        right: 0;
        top: 182px;
    }

    .content_card .content_cover {
        width: 158px;
        height: 211px;
    }

    .content_card {
        width: 158px;
        height: 290px;
    }

    .content_card_favourite {
        top: 173px;
    }

    .template-404 .error-page-text,
    .template-404 .error-page-banner {
        width: 100%;
    }
    
}

.header_print_logo {
    display: none;
}
@media print {
    .header_holder {
        display: none;
    }
    .header_print_logo {
        position: fixed;
        display: block;
        width:100px;
        height: 100px;
        top:0px;
        left:10px;
    }
}


.pdf-download-card {
    display: inline-block;
}

.pdf-download-img {

}

.pdf-download-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 16px;
    max-height: 32px;
    max-width: 210px;
}

.pdf-download-bolder {
    color: black;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}

.pdf-download-light {
    color: #6c6b6b;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}