/* АДАПТИВНАЯ ВЕРСИЯ */

#profile-subscription-button {
    display: none;
}

.mobile-button {
    display: none !important;
}


@media screen and (max-width: 1100px) {
    .dialog-box {
        float: none;
        margin: 0 auto;
        display: block;
        width: 490px;
    }

    .dialog-box-left-annotation {
        float: none;
        margin: 0 auto;
        display: block;
        width: 600px;
    }

    .dialog-box-left-annotation h1 {
        text-align: center;
    }

    .dialog-box-left-annotation p {
        text-align: center;
    }

    .form-box .user-field-value{
        font-size: .8em;
    }

    .roadmap-divider {
        width: 20px;
    }

}

@media screen and (max-width: 900px) {
    .form-box {
        min-width: 400px;
    }

    .column-content {
        min-width: 400px;
    }
    .form-box .user-field-value{
        font-size: .7em;
    }
    .form-box .filter-caption {
        display: none;
    }

    .roadmap-divider {
        display: none;
    }

    .roadmap-img {
        margin: 5px 20px;
    }
}


@media screen and (max-width: 650px) {
    .form-box .user-field-value{
        min-width: 25%;
    }

    .project-title {
        margin-top: 0;
        margin-bottom: .3em;
        margin-left: .5em;
        font-size: 1.7em;
    }

    .project-description, .project-properties {
        margin-left: 1em;
    }


    .issn-divider {
        display: none;
    }

    .project-properties-divider {
        display: none;
    }

    .project-description {
        font-size: .8em;
    }

    .info-page-text {
        text-align: left;
    }

    .project-article-topic {
        text-align: left;
        Font-size: .92em;
    }

    .project-article-author {
        text-align: left;
    }

    .project-properties-number {
        display: block;
        line-height: 1.2em;
        text-align: center;
    }

    .project-properties-issn {
        display: block;
        text-align: center;
    }

    .project-properties-pubdate {
        display: block;
        text-align: center;
        margin-left: -1.5em;
    }

    .project-divider {
        margin: -.5em 0 1.5em 0;
    }

    .project-covers-container {
        justify-content: center;
    }


    .project-cover {
        margin: 1em;
        float: none;
        justify-content: center;
    }

    .project-showcase-cover-small {
        float: none;
        margin-bottom: 2em;
        /*        clear: both;*/
    }

    .project-link {
        text-align: center;
        margin-right: .3em;
    }

    .project-year-description {
        text-align: left;
    }

    .project-showcase-container {
        height: auto;
    }

    .project-showcase-cover {
        float: none;
        height: auto;
        width: 50%;
        margin-left: .2em;
    }

    .project-showcase-title {
        margin-top: .5em
    }

    .project-showcase-right-msg {
        margin-top: 1em;
        text-align: left;
    }

    .column-menu {
        display: none;
    }

    .column-whitespace {
        display: none;
    }

    .column-content {
        box-sizing: border-box;
        background: none;
        padding: 1em .7em;
        min-width: 100px;
    }

    .mobile-menu {
        display: block;
        box-sizing: border-box;
        height: 73px;
        background: url(background/menubar.png), darkslategray;
    }

    .mobile-footer {
        display: block;
        box-sizing: border-box;
        height: 5px;
        background: #d51317;
    }

    p.article-button {
        margin: 1em 0;
    }

    .dialog-box {
        width: 280px;
        padding: 1em;
    }

    .dialog-box h1 {
        font-size: 2em;
    }

    #profile-subscription-table-button-column {
        display: none;
    }

    #profile-subscription-button {
        display: block;
        margin-bottom: 1em;
    }

    .pc-button {
        display: none !important;
    }

    .mobile-button {
        display: inline-block !important;
        margin-bottom: 2em !important;
    }

    .project-info {
        margin-top: -1em;
    }

    .profile-user img {
        float: none;
        margin-bottom: 0;
    }

    .profile-user {
        margin: 0;
    }

    #fp-table-1 {
        display: none;
    }

    #fp-gadgets-img {
        display: none;
    }

    .no-left-margin {
        margin-left: 0;
    }

    .dialog-box {
        float: none;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .dialog-box-left-annotation {
        float: none;
        display: block;
        max-width: 400px;
    }

    .dialog-box-left-annotation h1 {
        Font-size: 2.2em;
        width: 300px;
        margin: 0;

    }

    .form-box {
        width: 100%;
        min-width: 300px;
        padding: 16px;
    }

    .form-box p.field-caption {
        font-size: 1em;
    }
    .no-mobile {
        display: none !important;
    }
    .user-field-icons {
        max-width: 30px;
    }


}

@media screen and (max-width: 500px) {
    .form-box input, .form-box textarea, .form-box select {
        min-width: 300px;
    }
    .form-box .filter-button {
        font-size: .8em;
        min-width: 130px;
        margin-bottom: 1em !important;
        margin-left: 1em !important;
    }
    .dbtn {
        font-size: .8em;
    }
}