﻿.blue-ground {
    background-color: #0a305e;
}
.blue-ground >div {
    color:white; 
}

h1 {
text-align:left;
}

.main-page-information {
    color: white;
    text-align: center;
    padding-bottom: 50px;
    margin-top: -1px;
}
    .main-page-information > .oblojka {
        max-width:470px;
        margin:auto;
        margin-top:25px;
    }
    .main-page-information > div {
        max-width: 600px;
        margin: auto;
        margin-top: 25px;
    }
    .main-page-information > div:first-child {
        margin-top: 0px;
    }

    .top {
        width: 100%;
        background-color: black;
        color: white;
    }

.logo-top {
    margin: 5px 0px 5px 0px;
    color:white;
    cursor:pointer;
}
    .logo-top > a {
        color:white;
        text-decoration:none;
    }
        .logo-top > a:hover {
        color:white;
        }
        .logo-top > a > div:first-child {
            width: 35px;
        }
        .logo-top > a > div {
            display: inline-block;
        }
.menu-button {
   margin-top: 8px;
   cursor:pointer;
   display:inline-block;
}

.flags {
    display: inline-block;
    position: relative;
    width: 45px;
    top: -8px;
    cursor:pointer;
}


.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    min-height: 200px;
    width: 100%;
    color: white;
    position: relative;
    bottom: -8px;
    left: 0px;
    font-size: 11px;
    overflow: hidden;
}

.content-with-video {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align:center;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pages-content {
    margin-top:25px;
    margin-bottom:25px;
}

.content-header {
    margin-bottom: 30px;
}

.modal-header {
    background-color: #295d9c;
    color:white;
}

.menu-links > div {
    margin-left:10px;
}
.menu-links >div>a {
    color: #05182f;
}
    .menu-links > div > a:hover {
        text-decoration: none;
        color: #05182f;
    }

.magazin-choise {
    width: 100%;
    text-align: center;
    font-size: 30pt;
    margin-top: 65px;
    color: #082548;
}

.card-body > ul > li {
    cursor: pointer;
    font-weight: 500;
    text-decoration:none !important;
}
.card-header {
    text-align: center;
}
.preloader {
    width: 150px;
    display:none;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 23vh;

}
.menu-badge {
    font-size: 11pt;
    margin-left: -9px;
}


.issn-top {
    margin-left: 56px;
}
.journal-issues {
    text-align: right;
    margin-right: 56px;
    padding-top: 10px;
}

@media (max-width: 767.98px) {
    .issn-top {
        margin-left: 0px;
    }

        .issn-top > h6 {
            font-size: 10pt;
        }

    .journal-issues {
        text-align: right;
        margin-right: 0px;
        padding-top: 10px;
    }
        .journal-issues > h6 {
            font-size: 10pt;
        }
    .flags {
        width: 35px;
    }
}
.other-magazin-information > div {
    font-weight: 700;
}
.other-magazin-information span {
    font-weight: 600;
    font-size: 10pt;
}
.magazin-information {
    background-color: #0a305e;
    color: white;
    padding: 20px;
}

.journal-issues > a {
    color:white;
}
.journal-issues > a:hover {
    text-decoration:none;
    color:lightgrey;
}